Gitiles
Code Review
Sign In
gerrit.collaboraoffice.com
/
core
/
refs/heads/private/ajrhunt/c4
/
basic
4e26b91
remove unnecessary casts in misc calls to SvStream.Write*
by Noel Grandin
· 12 years ago
5cefde0
remove unnecessary casts in calls to SvStream.WriteUInt32
by Noel Grandin
· 12 years ago
04fd620
remove unnecessary casts in calls to SvStream.WriteInt32
by Noel Grandin
· 12 years ago
5501c8d
remove unnecessary casts in calls to SvStream.WriteUInt16
by Noel Grandin
· 12 years ago
dedfa97
remove unnecessary casts in calls to SvStream.WriteInt16
by Noel Grandin
· 12 years ago
bec72dd
remove unnecessary casts in calls to SvStream.WriteUChar
by Noel Grandin
· 12 years ago
c476a84
remove pointless comments
by Noel Grandin
· 12 years ago
8f684e2
remove unnecessary static_cast's
by Noel Grandin
· 12 years ago
827c46e
fdo#82577: Handle Window
by Noel Grandin
· 12 years ago
764e301
fdo#84086 Fix assorted use-after-free bugs
by Matthew J. Francis
· 12 years ago
234b5de
vba: calm down bool -> long casting concerns.
by Michael Meeks
· 12 years ago
857f72d
vba - disable Currency test / invocation on master.
by Michael Meeks
· 12 years ago
01e1401
vba: add a different variant of the same compatibility function.
by Michael Meeks
· 12 years ago
19ee058
vba: initial impl. of compatibility methods.
by Michael Meeks
· 12 years ago
60e78fb
fdo#82577: Handle Font
by Noel Grandin
· 12 years ago
0304358
Clean up StorageMode parameter of SotStorage::OpenSotStorage
by Stephan Bergmann
· 12 years ago
5bce329
SfxHint: convert home-grown RTTI to normal C++ RTTI
by Noel Grandin
· 12 years ago
a7fbabd
fdo#52076 remove Library dir when no library
by Lionel Elie Mamane
· 12 years ago
513d95f
detect if Standard is only library to *save*
by Lionel Elie Mamane
· 12 years ago
6846c1c
add const qualifier
by Lionel Elie Mamane
· 12 years ago
37b9ea9
convert SBX flag bits to type-safe enum
by Noel Grandin
· 12 years ago
7e2b9fa
Remove some useless tools/debug.hxx includes
by Marcos Paulo de Souza
· 12 years ago
c319ccf
Revert "Simplify ImplRepository::impl_getLocationForModel return type"
by Stephan Bergmann
· 12 years ago
73b2ea1
Remove BasicManagerCleaner
by Stephan Bergmann
· 12 years ago
72305ed
Simplify ImplRepository::impl_getLocationForModel return type
by Stephan Bergmann
· 12 years ago
8c5834d
Remove trivial typedef, to make code more obvious
by Stephan Bergmann
· 12 years ago
d718c1f
coverity#1202729 - ensure we have exactly a one dimensional array.
by Michael Meeks
· 12 years ago
d21d5a7
drop unnecessary shl.hxx includes
by Caolán McNamara
· 12 years ago
d438c47
coverity#1231668 Unchecked return value
by Caolán McNamara
· 12 years ago
7cc627f
update_pch
by Thomas Arnhold
· 12 years ago
d9baa2b
-Werror,-Wundefined-bool-conversion
by Stephan Bergmann
· 12 years ago
9bac4d4
typo: more then -> more than
by Takeshi Abe
· 12 years ago
e5b0aa9
basic: -Werror=sign-compare
by Michael Stahl
· 12 years ago
ae7ca8b
fdo#46037: remove unused comphelper/configurationhelper.hxx
by Alexandre Vicenzi
· 12 years ago
c694837
convert linked list to std::vector in SbxDimArray
by Noel Grandin
· 12 years ago
1392a88
fdo#52076 remove empty library instead of writing it out empty
by Lionel Elie Mamane
· 12 years ago
ea5ef0a
Drop unused #includes
by Takeshi Abe
· 12 years ago
5072531
Drop an unused function
by Takeshi Abe
· 12 years ago
fffc9b2
fdo#75757: remove inheritance to std::vector
by Takeshi Abe
· 12 years ago
6a87363
Renamed brdcst.[hc]xx to SfxBroadcaster.[hc]xx
by Tobias Lippert
· 12 years ago
d97b5e4
Avoid possible memory leaks in case of exceptions
by Takeshi Abe
· 12 years ago
dac4ca5
new loplugin: externalandnotdefined
by Noel Grandin
· 12 years ago
eb9b890
DBG_ASSERT->assert when followed by dereference
by Caolán McNamara
· 12 years ago
c80be302
coverity#706241 Uncaught exception
by Caolán McNamara
· 12 years ago
b35f3df
coverity#706240 Uncaught exception
by Caolán McNamara
· 12 years ago
42fcd88
coverity#735397 dead code
by Norbert Thiebaud
· 12 years ago
5ace3f3b
clang scan-build: various warnings
by Caolán McNamara
· 12 years ago
e48a233
loplugin:unreffun: also warn about redundant redeclarations
by Stephan Bergmann
· 12 years ago
daa6898
clang: Dead initialization
by Caolán McNamara
· 12 years ago
a7fcb3e
clang: Returning null reference
by Caolán McNamara
· 12 years ago
2daceb8
clang: Uninitialized argument value
by Caolán McNamara
· 12 years ago
ec1636f
Remove this weird inheritance from smart-pointer-wrapped class.
by Kohei Yoshida
· 12 years ago
e14abb1
Use boost::optional to store alias name.
by Kohei Yoshida
· 12 years ago
ff0ecb2
pData -> mpVarEntries.
by Kohei Yoshida
· 12 years ago
bb6d9b0
Remove this class that only derives from std::vector and not much else.
by Kohei Yoshida
· 12 years ago
533c6cb
fixes for up-casting to Reference<XInterface>
by Noel Grandin
· 12 years ago
f870059
basic: silence expected SAL_WARN output
by Miklos Vajna
· 12 years ago
136a2bc
coverity#1210096 Uncaught exception
by Caolán McNamara
· 12 years ago
66f9813
coverity#1210098 Uncaught exception
by Caolán McNamara
· 12 years ago
3e82897
improve the inlinesimplememberfunctions clang plugin
by Noel Grandin
· 12 years ago
f8ef1fe
loplugin:staticcall
by Stephan Bergmann
· 12 years ago
2278e8f
coverity#1213486 Uncaught exception
by Caolán McNamara
· 12 years ago
9284a63
iprevent violation of exception spec
by Markus Mohrhard
· 12 years ago
184a00b
loplugin: inlinesimplememberfunctions
by Noel Grandin
· 12 years ago
457933f
Do not both _use_library_objects and _use_libraries sb
by Stephan Bergmann
· 12 years ago
e665522
Avoid static BasicDLL (that would be destroyed after DeInitVCL now)
by Stephan Bergmann
· 12 years ago
369d959
DeInitVCL at end of tests
by Stephan Bergmann
· 12 years ago
dd8f095
WaE: warning C4101: 'ex' : unreferenced local variable
by Thomas Arnhold
· 12 years ago
3038794
basic: typo
by Thomas Arnhold
· 12 years ago
6b4c596
Fix memory leak for BASIC sub (as well as void function)
by Stephan Bergmann
· 12 years ago
6a53ea2
Avoid possible memory leaks in case of exceptions
by Takeshi Abe
· 12 years ago
a916b6f
Detach all DocBasicItem objects upon process termination.
by Kohei Yoshida
· 12 years ago
5a82767
Avoid static local of a singleton. This crashed writer unit tests.
by Kohei Yoshida
· 12 years ago
a71ae24
Avoid possible memory leaks in case of exceptions
by Takeshi Abe
· 12 years ago
3d046b7
coverity#706235 Uncaught exception
by Caolán McNamara
· 12 years ago
9986fe7
coverity#706234 Uncaught exception
by Caolán McNamara
· 12 years ago
cf16d4e
coverity#706232 Uncaught exception
by Caolán McNamara
· 12 years ago
1b48561
coverity#706231 Uncaught exception
by Caolán McNamara
· 12 years ago
145b64c
Avoid undefined signed integer overflow
by Stephan Bergmann
· 12 years ago
a77a7f6
Fix memory leak
by Stephan Bergmann
· 12 years ago
b8a3299
Fix memory leak (missing typelib_TypeDescription_release)
by Stephan Bergmann
· 12 years ago
ea491d0
OSL_TRACE -> SAL_INFO
by Thomas Arnhold
· 12 years ago
0f2824b
remove more unnecessary use of OUString constructor
by Noel Grandin
· 12 years ago
e7bc3ca
remove boilerplate in UNO Exception constructor calls
by Noel Grandin
· 12 years ago
c5d47c3
add default value for Context param in uno::Exception constructors
by Noel Grandin
· 12 years ago
b09b5f8
Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19
by Julien Nabet
· 12 years ago
5246fa2
fdo#68983: basic: if the library is not loaded fully, copy source storage
by Michael Stahl
· 12 years ago
5ca4b9d
Revert "fdo#67685 open xSourceLibrariesStor only when needed"
by Michael Stahl
· 12 years ago
0e21019
fdo#68983: Revert "remove #if 0 block (from ...
by Michael Stahl
· 12 years ago
df466d7
fdo#70474: Random number generation weak with Rnd in BASIC
by Thomas Arnhold
· 12 years ago
68741d0
Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part13
by Julien Nabet
· 12 years ago
9831dc2
coverity#441607 Dereference null return value
by Caolán McNamara
· 12 years ago
4aa690c
basic: use prewin.h
by Thomas Arnhold
· 12 years ago
b2096dea
various loplugin:passsequencebyref
by Noel Grandin
· 12 years ago
375a6c7
i#64348 basic: fix CDec() crash if string is empty
by Thomas Arnhold
· 12 years ago
3beaccc
Revert "i#64348 basic: fix CDec() crash if string is empty"
by Thomas Arnhold
· 12 years ago
a5b9378
basic: update descriptions and add some more tests
by Thomas Arnhold
· 12 years ago
c4e301a
basic: Add CDec unit test
by Thomas Arnhold
· 12 years ago
375b01b
i#64348 basic: fix CDec() crash if string is empty
by Thomas Arnhold
· 12 years ago
70e744b
fdo#43157 Remove OSL_POSTCOND, prefer SAL_WARN_IF
by Michaël Lefèvre
· 12 years ago
Next »