summaryrefslogtreecommitdiff
path: root/svl/source/inc
AgeCommit message (Expand)AuthorFilesLines
2015-05-06convert CONFIG_MODE constants to scoped enumNoel Grandin1-1/+1
2015-04-02loplugin:staticmethodsNoel Grandin1-4/+4
2015-03-11svl: use constructor syntax in svl.componentChris Sherlock1-46/+0
2015-03-11utl::ConfigItem::Commit() should call ClearModified()Michael Stahl1-2/+7
2015-03-04V813: Decreased performanceCaolán McNamara1-1/+1
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin1-12/+0
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara1-2/+2
2014-11-24svl: Internalize strmadpt.hxx headerMatúš Kukan1-0/+67
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-2/+2
2014-07-25fdo#39468 Make svl/ German comment cleanPhilipp Weissenbacher1-11/+11
2014-07-24svl: remove some odd and obsolete debugging code related to MI_HATS_REPARIERTMichael Stahl1-12/+0
2014-07-24move SFX_ITEMS_DIRECT etc. definitions inside the moduleNoel Grandin1-0/+4
2014-07-23move string IO methods out of global headerNoel Grandin2-1/+108
2014-07-17Renamed brdcst.[hc]xx to SfxBroadcaster.[hc]xxTobias Lippert1-1/+1
2014-06-17fdo#38513 - Accelerate non-poolable item add / remove.Michael Meeks1-5/+26
2014-06-06fixincludeguards: fix include guardsThomas Arnhold1-0/+6
2014-04-07Clean up function declarations and some unused functionsStephan Bergmann1-0/+46
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-9/+9
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2-31/+31
2014-03-13sfx2,svl: prefer passing OUString and OString by referenceNoel Grandin1-1/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2-29/+29
2014-02-25Remove visual noise from svlAlexander Wilms1-1/+1
2014-02-19coverity#738854 Uninitialized scalar fieldCaolán McNamara1-0/+3
2014-02-12remove SvStream::operator>> methodsNoel Grandin1-3/+3
2014-01-28bool improvementsStephan Bergmann2-4/+4
2013-10-28fixincludeguards.sh: svlThomas Arnhold1-3/+3
2013-07-17fdo#62475 removed pointless commentsJelle van der Waa1-6/+0
2013-07-08-Werror,-Wheader-guard (Clang trunk towards 3.4)Stephan Bergmann1-2/+2
2013-06-05fdo#46808, Convert XMultiServiceFactory in svl moduleNoel Grandin1-4/+5
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák3-73/+73
2012-12-27Check for _MSC_VER instead of MSC in sourcesTor Lillqvist1-1/+1
2012-10-02sal_Bool->bool in svl::PasswordContainerNoel Grandin1-29/+29
2012-09-11Improvement on previous commitStephan Bergmann1-8/+4
2012-07-02re-base on ALv2 code.Michael Meeks2-49/+31
2012-06-21re-base on ALv2 code.Michael Meeks1-23/+14
2012-06-20removed unused forward declarations of classTakeshi Abe1-2/+0
2012-05-28targetted string re-workNorbert Thiebaud1-1/+1
2012-03-30add constLuboš Luňák1-2/+2
2012-03-26readUnicodeString can just return the stringCaolán McNamara1-2/+2
2012-02-27SfxItemPool: replace deque with vector for SfxPoolItem arrayMichael Stahl1-1/+1
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann1-3/+0
2011-11-22New sal/log.h obsoletes osl/diagnose.h and tools/debug.hxx.Stephan Bergmann1-9/+0
2011-09-07Hopefully this will fix the build breakage on Mac.Kohei Yoshida1-1/+1
2011-09-06Refactored SfxItemPool for better encapsulation.Kohei Yoshida1-17/+40
2011-04-04handle incomplete reads more gracefullyCaolán McNamara1-0/+10
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky2-57/+60
2011-03-11Move DBG_ERROR to OSL_FAIL for preprocessor string literalsThomas Arnhold1-3/+3