summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)AuthorFilesLines
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
2014-06-26clang: Uninitialized argument valueCaolán McNamara1-6/+4
2014-06-25Remove this weird inheritance from smart-pointer-wrapped class.Kohei Yoshida1-114/+122
2014-06-25Use boost::optional to store alias name.Kohei Yoshida2-32/+23
2014-06-25pData -> mpVarEntries.Kohei Yoshida1-43/+43
2014-06-25Remove this class that only derives from std::vector and not much else.Kohei Yoshida1-24/+12
2014-06-25fixes for up-casting to Reference<XInterface>Noel Grandin3-7/+8
2014-06-19basic: silence expected SAL_WARN outputMiklos Vajna2-3/+3
2014-06-17coverity#1210096 Uncaught exceptionCaolán McNamara1-5/+11
2014-06-17coverity#1210098 Uncaught exceptionCaolán McNamara1-5/+12
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin5-21/+1
2014-06-13loplugin:staticcallStephan Bergmann10-31/+31
2014-06-13coverity#1213486 Uncaught exceptionCaolán McNamara1-10/+18
2014-06-10iprevent violation of exception specMarkus Mohrhard1-1/+6
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin7-25/+2
2014-06-04Do not both _use_library_objects and _use_libraries sbStephan Bergmann1-1/+0
2014-06-04Avoid static BasicDLL (that would be destroyed after DeInitVCL now)Stephan Bergmann1-7/+2
2014-06-04DeInitVCL at end of testsStephan Bergmann4-0/+4