Gitiles
Code Review
Sign In
gerrit.collaboraoffice.com
/
core
/
refs/heads/feature/cairo
/
basic
85be796
Fix typos
by Andrea Gelmini
· 11 years ago
02b9e7b
Fix typos
by Andrea Gelmini
· 11 years ago
ba4fac9
Replace boost::scoped_array<T> with std::unique_ptr<T[]>
by Takeshi Abe
· 11 years ago
cd82088
Fix typos
by Andrea Gelmini
· 11 years ago
294c613
cppcheck:redundantAssignment
by Noel Grandin
· 11 years ago
348bb85
cppcheck: noExplicitConstructor
by Caolán McNamara
· 11 years ago
8fb177b
tdf#94617 allow to store nStart information greater than sal_Int16 limit
by Laurent Godard
· 11 years ago
c2d6b85
tdf#75973 : User Defined Types in password encrypted macros
by Laurent Godard
· 11 years ago
3b9c50b
tdf#92446: Revert apparently bogus attempt at fixing a memory leak
by Stephan Bergmann
· 11 years ago
25aa7cf
Apply new VclPtr clang plugin to catch potential problems.
by Noel Grandin
· 11 years ago
12278b3
tdf#91702 - fix stack-based MessBox allocation.
by Michael Meeks
· 11 years ago
be8a023
Rewrite all calls like Dialog(params).Execute()
by Philippe Jung
· 11 years ago
564fc48
tdf#90110: basic: fix Randomize statement
by Michael Stahl
· 11 years ago
ae451af
basic: used typed LINKs
by Noel Grandin
· 11 years ago
36b0610
missing semi
by Caolán McNamara
· 11 years ago
4b5091c
cppunit: noExplicitConstructor
by Caolán McNamara
· 11 years ago
3aebc67
Remove include stdio (part2)
by Julien Nabet
· 11 years ago
539ba64
remove unnecessary header file
by Noel Grandin
· 11 years ago
5b1337f
tdf#62475: partial handmade fixes
by Andrea Gelmini
· 11 years ago
2bb4d6c
Missing disposeAndClear in MsgBox basic function
by Philippe Jung
· 11 years ago
be88e30
tdf#90969: basic: add horrible hack to avoid crash due to ...
by Michael Stahl
· 11 years ago
7ff58e1
Basic: Doesn't allow non ASCII characters in numeric literals
by Arnaud Versini
· 11 years ago
ef6877c
loplugin:cstylecast: nop between pointer types of exactly same spelling
by Stephan Bergmann
· 11 years ago
9bb254f
NOINSTANCE is implied now in IMPL_STATIC_LINK...
by Stephan Bergmann
· 11 years ago
5eb6bd4
lopluign:staticmethods: Handle DECL_LINK
by Stephan Bergmann
· 11 years ago
0241519
Unwind SotStorageStreamRef typedef
by Stephan Bergmann
· 11 years ago
dc47b2e
Unwind SotStorageRef typedef
by Stephan Bergmann
· 11 years ago
0f79a5f
tdf#84435: Mod operator does not deal with decimals as described in help
by Julien Nabet
· 11 years ago
3ead3ad
Gradually typed Link
by Stephan Bergmann
· 11 years ago
0acd47f
Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/END
by Stephan Bergmann
· 11 years ago
17cb339
Remove unnecessary IMPL_LINK_INLINE macro
by Stephan Bergmann
· 11 years ago
6bb742b
convert STR_EVENT constants to scoped enum
by Noel Grandin
· 11 years ago
e8b97a5
Merge remote-tracking branch 'origin/feature/vclptr'
by Michael Meeks
· 11 years ago
e19cd84
Rephrase comparisons between bool and sal_Bool
by Stephan Bergmann
· 11 years ago
d0e9aa6
Dialog::Execute returns short/VclResponseType
by Stephan Bergmann
· 11 years ago
4911135
SbModule::Run return value is unused
by Stephan Bergmann
· 11 years ago
ed83ba3
loplugin:simplifybool
by Stephan Bergmann
· 11 years ago
2240118
Improved loplugin:literaltoboolconversion looking into cond. exprs.
by Stephan Bergmann
· 11 years ago
b87db6a
Update to XDocumentEventBroadcaster et al
by Stephan Bergmann
· 11 years ago
a75d907
Related tdf#55502: Harden a bit
by Julien Nabet
· 11 years ago
4950c57
callcatcher: update unusedcode
by Caolán McNamara
· 11 years ago
4139251
tdf#55502: Shell BASIC function with empty third param hangs
by Julien Nabet
· 11 years ago
9f23260
SvStream: WriteUChar -> WriteBool
by Stephan Bergmann
· 11 years ago
5cc560f
basctl, basic: convert new to ::Create.
by Michael Meeks
· 11 years ago
71b8099
remove unnecessary use of void in function declarations
by Noel Grandin
· 11 years ago
ee094bd
loplugin:staticmethods
by Noel Grandin
· 11 years ago
4e0d2fc
BASIC: Merge BasicLibs with BasicManagerImpl and use boost::ptr_vector.
by Arnaud Versini
· 11 years ago
8a65284
Automated conversion of VclPtr construction to use Instance template.
by Michael Meeks
· 11 years ago
5d133eb6
first half of non-scriptable, Instance constructor conversion.
by Michael Meeks
· 11 years ago
61b224f
vclwidget: fixup locally allocated vcl::Window objects
by Noel Grandin
· 11 years ago
6d0c891
vclwidget: fix more places that should be wrapping in VclPtr
by Noel Grandin
· 11 years ago
d7a84ce
vclwidget: only call dispose() once
by Noel Grandin
· 11 years ago
00f2787
vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtr
by Noel Grandin
· 11 years ago
28c2cf4f
vcl: VclPtr conversion in basic
by Noel Grandin
· 11 years ago
9222f5d
A UNO Any can't contain an Any
by Stephan Bergmann
· 11 years ago
5ba54aa
Remove dead INetProtocol::Vim
by Stephan Bergmann
· 11 years ago
54e87df
Change INetProtocol enumerators to CamelCase
by Stephan Bergmann
· 11 years ago
44b3e56
Change INetProtocol to scoped enumeration
by Stephan Bergmann
· 11 years ago
2fc4a8c
Add support for cppu::UnoType<void>
by Stephan Bergmann
· 11 years ago
4f2a236
Replace remaining getCppuType et al with cppu::UnoType
by Stephan Bergmann
· 11 years ago
a52cf47
Clean up template-parameter-dependent C-style casts
by Stephan Bergmann
· 11 years ago
0bd502a
Clean up remaining C-style casts among void pointers
by Stephan Bergmann
· 11 years ago
c3fb36e
Clean up C-style casts from pointers to void
by Stephan Bergmann
· 11 years ago
0511c86
const_cast: convert some C-style casts and remove some redundant ones
by Stephan Bergmann
· 11 years ago
c1fed2a
WaE: this method is empty and should be removed
by Tor Lillqvist
· 11 years ago
b33788c
Typos
by Julien Nabet
· 11 years ago
8414d84
Basic: scanner should'nt use 0xFF mask on characters
by Arnaud Versini
· 11 years ago
b2d2d72
loplugin:constantfunction: basic
by Noel Grandin
· 11 years ago
1da0c80
remove trailing blanks rubbish
by Eike Rathke
· 11 years ago
e19a11c
more engineering notation format tests, tdf#30716
by Eike Rathke
· 11 years ago
86a318c
tdf#30716 Engineering notation
by Laurent Balland-Poirier
· 11 years ago
d1c9e5e
tdf#43157: Fix format string violations in OSL_TRACE etc.
by Stephan Bergmann
· 11 years ago
c3cd100
CppCheck cleanlyness : reduce variable's scope
by Michaël Lefèvre
· 11 years ago
556373c
V668 no sense in testing the result of new against null
by Caolán McNamara
· 11 years ago
34d6ec2
cppcheck: variableScope
by Caolán McNamara
· 11 years ago
5a308b1
V801: Decreased performance
by Caolán McNamara
· 11 years ago
5f6fcb4
Typos
by Julien Nabet
· 11 years ago
3b58573
convert error number to string
by LeMoyne Castle
· 11 years ago
32f95a3
V813: Decreased performance
by Caolán McNamara
· 11 years ago
6c72911
WaE: implicit conversion from bool to 'int'
by Tor Lillqvist
· 11 years ago
e9beb26
convert SBI_ constants to enum class
by Noel Grandin
· 11 years ago
04814fc
likely intent
by David Tardon
· 11 years ago
164276a
Clean up previous commit
by Stephan Bergmann
· 11 years ago
a45a550
basic: convert sb.component to constructor usage
by Chris Sherlock
· 11 years ago
2f928b2
remove NUMBERFORMAT_ constants
by Noel Grandin
· 11 years ago
9473ba2
fix marking of free slots in array
by Noel Grandin
· 11 years ago
3b513ae
tdf#86543: reinterpret_cast -1 of appropriate width as special marker
by Stephan Bergmann
· 11 years ago
a8e6f0b
tdf#39440 - cppcheck cleanliness
by Radu Ioan
· 11 years ago
a1ceacc
boost::foo_ptr->std::foo_ptr
by Caolán McNamara
· 11 years ago
78f25d5
Basic : Partially rewrite hex and octal constant reading.
by Arnaud Versini
· 11 years ago
96520ae
Basic : Small OString usage simplification
by Arnaud Versini
· 11 years ago
d93bcf7
loplugin:deletedspecial
by Stephan Bergmann
· 11 years ago
0f86834
Remove redundant explicit up-casts
by Stephan Bergmann
· 11 years ago
de68bb8
Updated all precompiled headers.
by Ashod Nakashian
· 11 years ago
6e1d28e
fdo#39440: replace C-style cast's
by Juan Picca
· 11 years ago
d41b8ac
callcatcher: shave off a few more
by Caolán McNamara
· 11 years ago
4b9a9ce
Use rtl/character.hxx in basic module when possible
by Arnaud Versini
· 11 years ago
bf7b702
coverity#1267698 Uninitialized scalar field
by Caolán McNamara
· 11 years ago
3095743
callcatcher: large newly detected unused methods post de-virtualization
by Caolán McNamara
· 11 years ago
a4faad7
tdf#76174: basic: lock SolarMutex in BasicScriptListener_Impl
by Michael Stahl
· 11 years ago
Next »