summaryrefslogtreecommitdiffstats
path: root/basic
Commit message (Expand)AuthorAgeFilesLines
* fdo#82577: Handle FontNoel Grandin2014-09-181-1/+1
* Clean up StorageMode parameter of SotStorage::OpenSotStorageStephan Bergmann2014-09-151-3/+3
* SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin2014-09-068-15/+14
* fdo#52076 remove Library dir when no libraryLionel Elie Mamane2014-09-041-6/+11
* detect if Standard is only library to *save*Lionel Elie Mamane2014-09-041-1/+1
* add const qualifierLionel Elie Mamane2014-09-041-1/+1
* convert SBX flag bits to type-safe enumNoel Grandin2014-08-2616-54/+56
* Remove some useless tools/debug.hxx includesMarcos Paulo de Souza2014-08-225-0/+5
* Revert "Simplify ImplRepository::impl_getLocationForModel return type"Stephan Bergmann2014-08-221-4/+4
* Remove BasicManagerCleanerStephan Bergmann2014-08-221-18/+4
* Simplify ImplRepository::impl_getLocationForModel return typeStephan Bergmann2014-08-221-4/+4
* Remove trivial typedef, to make code more obviousStephan Bergmann2014-08-221-9/+8
* coverity#1202729 - ensure we have exactly a one dimensional array.Michael Meeks2014-08-211-0/+1
* drop unnecessary shl.hxx includesCaolán McNamara2014-08-182-2/+0
* coverity#1231668 Unchecked return valueCaolán McNamara2014-08-172-3/+3
* update_pchThomas Arnhold2014-08-131-1/+2
* -Werror,-Wundefined-bool-conversionStephan Bergmann2014-08-114-9/+9
* typo: more then -> more thanTakeshi Abe2014-08-011-1/+1
* basic: -Werror=sign-compareMichael Stahl2014-07-291-1/+3
* fdo#46037: remove unused comphelper/configurationhelper.hxxAlexandre Vicenzi2014-07-291-1/+0
* convert linked list to std::vector in SbxDimArrayNoel Grandin2014-07-291-61/+40
* fdo#52076 remove empty library instead of writing it out emptyLionel Elie Mamane2014-07-241-1/+5
* Drop unused #includesTakeshi Abe2014-07-242-7/+0
* Drop an unused functionTakeshi Abe2014-07-182-21/+0
* fdo#75757: remove inheritance to std::vectorTakeshi Abe2014-07-172-33/+21
* Renamed brdcst.[hc]xx to SfxBroadcaster.[hc]xxTobias Lippert2014-07-174-4/+4
* Avoid possible memory leaks in case of exceptionsTakeshi Abe2014-07-163-15/+15
* new loplugin: externalandnotdefinedNoel Grandin2014-07-117-27/+51
* DBG_ASSERT->assert when followed by dereferenceCaolán McNamara2014-07-061-2/+2
* coverity#706241 Uncaught exceptionCaolán McNamara2014-07-032-9/+31
* coverity#706240 Uncaught exceptionCaolán McNamara2014-07-011-11/+17
* coverity#735397 dead codeNorbert Thiebaud2014-07-011-5/+1
* clang scan-build: various warningsCaolán McNamara2014-07-011-2/+2
* loplugin:unreffun: also warn about redundant redeclarationsStephan Bergmann2014-06-272-3/+0
* clang: Dead initializationCaolán McNamara2014-06-261-2/+1
* clang: Returning null referenceCaolán McNamara2014-06-261-3/+5
* clang: Uninitialized argument valueCaolán McNamara2014-06-261-6/+4
* Remove this weird inheritance from smart-pointer-wrapped class.Kohei Yoshida2014-06-251-114/+122
* Use boost::optional to store alias name.Kohei Yoshida2014-06-252-32/+23
* pData -> mpVarEntries.Kohei Yoshida2014-06-251-43/+43
* Remove this class that only derives from std::vector and not much else.Kohei Yoshida2014-06-251-24/+12
* fixes for up-casting to Reference<XInterface>Noel Grandin2014-06-253-7/+8
* basic: silence expected SAL_WARN outputMiklos Vajna2014-06-192-3/+3
* coverity#1210096 Uncaught exceptionCaolán McNamara2014-06-171-5/+11
* coverity#1210098 Uncaught exceptionCaolán McNamara2014-06-171-5/+12
* improve the inlinesimplememberfunctions clang pluginNoel Grandin2014-06-175-21/+1
* loplugin:staticcallStephan Bergmann2014-06-1310-31/+31
* coverity#1213486 Uncaught exceptionCaolán McNamara2014-06-131-10/+18
* iprevent violation of exception specMarkus Mohrhard2014-06-101-1/+6
* loplugin: inlinesimplememberfunctionsNoel Grandin2014-06-097-25/+2