summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)AuthorFilesLines
2014-09-26remove unnecessary casts in misc calls to SvStream.Write*Noel Grandin1-1/+1
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt32Noel Grandin5-10/+10
2014-09-26remove unnecessary casts in calls to SvStream.WriteInt32Noel Grandin2-9/+9
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin4-15/+15
2014-09-26remove unnecessary casts in calls to SvStream.WriteInt16Noel Grandin3-7/+7
2014-09-26remove unnecessary casts in calls to SvStream.WriteUCharNoel Grandin3-10/+10
2014-09-26remove pointless commentsNoel Grandin1-1/+0
2014-09-26remove unnecessary static_cast'sNoel Grandin1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin3-12/+12
2014-09-22fdo#84086 Fix assorted use-after-free bugsMatthew J. Francis1-8/+7
2014-09-19vba: calm down bool -> long casting concerns.Michael Meeks1-1/+1
2014-09-19vba - disable Currency test / invocation on master.Michael Meeks2-3/+5
2014-09-19vba: add a different variant of the same compatibility function.Michael Meeks3-6/+130
2014-09-19vba: initial impl. of compatibility methods.Michael Meeks5-11/+143
2014-09-18fdo#82577: Handle FontNoel Grandin1-1/+1
2014-09-15Clean up StorageMode parameter of SotStorage::OpenSotStorageStephan Bergmann1-3/+3
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin8-15/+14
2014-09-04fdo#52076 remove Library dir when no libraryLionel Elie Mamane1-6/+11
2014-09-04detect if Standard is only library to *save*Lionel Elie Mamane1-1/+1
2014-09-04add const qualifierLionel Elie Mamane1-1/+1
2014-08-26convert SBX flag bits to type-safe enumNoel Grandin16-54/+56
2014-08-22Remove some useless tools/debug.hxx includesMarcos Paulo de Souza5-0/+5
2014-08-22Revert "Simplify ImplRepository::impl_getLocationForModel return type"Stephan Bergmann1-4/+4
2014-08-22Remove BasicManagerCleanerStephan Bergmann1-18/+4
2014-08-22Simplify ImplRepository::impl_getLocationForModel return typeStephan Bergmann1-4/+4
2014-08-22Remove trivial typedef, to make code more obviousStephan Bergmann1-9/+8
2014-08-21coverity#1202729 - ensure we have exactly a one dimensional array.Michael Meeks1-0/+1
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara2-2/+0
2014-08-17coverity#1231668 Unchecked return valueCaolán McNamara2-3/+3
2014-08-13update_pchThomas Arnhold1-1/+2
2014-08-11-Werror,-Wundefined-bool-conversionStephan Bergmann4-9/+9
2014-08-01typo: more then -> more thanTakeshi Abe1-1/+1
2014-07-29basic: -Werror=sign-compareMichael Stahl1-1/+3
2014-07-29fdo#46037: remove unused comphelper/configurationhelper.hxxAlexandre Vicenzi1-1/+0
2014-07-29convert linked list to std::vector in SbxDimArrayNoel Grandin1-61/+40
2014-07-24fdo#52076 remove empty library instead of writing it out emptyLionel Elie Mamane1-1/+5
2014-07-24Drop unused #includesTakeshi Abe2-7/+0
2014-07-18Drop an unused functionTakeshi Abe2-21/+0
2014-07-17fdo#75757: remove inheritance to std::vectorTakeshi Abe2-33/+21
2014-07-17Renamed brdcst.[hc]xx to SfxBroadcaster.[hc]xxTobias Lippert4-4/+4
2014-07-16Avoid possible memory leaks in case of exceptionsTakeshi Abe3-15/+15
2014-07-11new loplugin: externalandnotdefinedNoel Grandin7-27/+51
2014-07-06DBG_ASSERT->assert when followed by dereferenceCaolán McNamara1-2/+2
2014-07-03coverity#706241 Uncaught exceptionCaolán McNamara2-9/+31
2014-07-01coverity#706240 Uncaught exceptionCaolán McNamara1-11/+17
2014-07-01coverity#735397 dead codeNorbert Thiebaud1-5/+1
2014-07-01clang scan-build: various warningsCaolán McNamara1-2/+2
2014-06-27loplugin:unreffun: also warn about redundant redeclarationsStephan Bergmann2-3/+0
2014-06-26clang: Dead initializationCaolán McNamara1-2/+1
2014-06-26clang: Returning null referenceCaolán McNamara1-3/+5