summaryrefslogtreecommitdiff
path: root/svl/source/inc/poolio.hxx
AgeCommit message (Expand)AuthorFilesLines
2016-10-05convert MapUnit to scoped enumNoel Grandin1-1/+1
2016-09-23Revert "Revert "remove SfxPoolItemArrayBase_Impl typedef""Noel Grandin1-3/+1
2016-09-22tdf#75757 remove inheritance from std::vectorJochen Nitschke1-2/+11
2016-09-22Revert "remove SfxPoolItemArrayBase_Impl typedef"Noel Grandin1-1/+3
2016-09-22remove SfxPoolItemArrayBase_Impl typedefJochen Nitschke1-3/+1
2016-09-06use range based loops in SfxItemPoolJochen Nitschke1-3/+2
2016-09-02convert ppPoolDefaults to std::vectorJochen Nitschke1-5/+3
2016-08-19Resolves: coverity#705366 Mixing enum typesCaolán McNamara1-2/+2
2016-06-01tdf#89329: use unique_ptr for pImpl in itempoolXisco Fauli1-1/+1
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-6/+6
2015-09-17boost->stdCaolán McNamara1-2/+2
2015-08-04svx,starmath: inline some use-once typedefsNoel Grandin1-3/+2
2015-07-27inline a bunch of use-once macrosNoel Grandin1-26/+0
2015-07-27remove some unused definesNoel Grandin1-14/+0
2015-06-19rename some types in SfxPoolItemArray_ImplNoel Grandin1-2/+2
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-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 Grandin1-1/+42
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-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 Bergmann1-3/+3
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-2/+2
2012-12-27Check for _MSC_VER instead of MSC in sourcesTor Lillqvist1-1/+1
2012-07-02re-base on ALv2 code.Michael Meeks1-23/+14
2012-06-20removed unused forward declarations of classTakeshi Abe1-2/+0
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
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 Holesovsky1-54/+57
2011-03-11Move DBG_ERROR to OSL_FAIL for preprocessor string literalsThomas Arnhold1-3/+3
2011-03-11Merge commit 'ooo/DEV300_m101' into intm101Jan Holesovsky1-54/+57
2011-01-11removetooltypes01: #i112600# do not affect FASTBOOL in this cwsMikhail Voytenko1-2/+2
2010-11-10 removetooltypes01: #i112600# resync to DEV300_m92; remove tooltypes from xml...Xiaofei Zhang1-8/+11
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+2
2010-10-12svarray: #i112395#: #i84159# SfxPoolItemArrayBase_ImplBartosz Kosiorek1-6/+6
2010-10-08FASTBOOL to bool conversionNorbert Thiebaud1-2/+2
2010-09-29svarray: #i112395#: change vector to deque - possible memory bug (pointer add...Bartosz Kosiorek1-2/+2
2010-09-17svarrayBartosz Kosiorek1-1/+4