summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)AuthorFilesLines
2014-10-08spelling: instanciated -> instantiatedNoel Grandin1-1/+1
2014-10-01svl: std::auto_ptr -> std::unique_ptrStephan Bergmann1-4/+13
2014-10-01fdo#82577: Handle TimeNoel Grandin1-2/+2
2014-09-30SfxBroadcaster: add some SolarMutex assertsMichael Stahl1-0/+3
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt32Noel Grandin1-1/+1
2014-09-26remove unnecessary casts in calls to SvStream.WriteInt32Noel Grandin2-2/+2
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin5-10/+10
2014-09-26remove pointless commentsNoel Grandin2-4/+0
2014-09-26remove unnecessary casts'sNoel Grandin2-4/+4
2014-09-26remove unnecessary static_cast'sNoel Grandin2-3/+3
2014-09-25loplugin: cstylecastNoel Grandin21-40/+39
2014-09-25fdo#75757: remove inheritance to std::vectorTakeshi Abe1-1/+17
2014-09-17callcatcher: update unused codeCaolán McNamara1-10/+0
2014-09-12svl: remove misleading comment obsoleted by 18fa868fMichael Stahl1-2/+0
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann2-32/+32
2014-09-12svl: test lenght before accessNorbert Thiebaud1-1/+1
2014-09-10Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann1-1/+1
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin5-34/+0
2014-08-22Remove some useless tools/debug.hxx includesMarcos Paulo de Souza5-8/+1
2014-08-20fix string out-of-bounds assert on gnome627759-1.odsCaolán McNamara1-2/+4
2014-08-18detect * with no character following as invalid format codeEike Rathke1-0/+5
2014-08-18more out-of-bounds string accessesEike Rathke1-30/+32
2014-08-18do not even append the 0x1B in this caseEike Rathke1-1/+1
2014-08-18no need to set bRes=false here, it is alreadyEike Rathke1-4/+0
2014-08-18prevent out-of-bounds string accessEike Rathke1-2/+12
2014-08-17remove svl/ignores.persistThomas Arnhold1-0/+0
2014-08-16svl: Remove ASCII art and pointless commentsChris Laplante22-327/+16
2014-08-13update_pchThomas Arnhold1-0/+6
2014-08-13java: reduce scope, make fields privateNoel Grandin1-1/+1
2014-08-12java: remove useless javadoc tagsNoel Grandin1-22/+0
2014-08-11-Werror,-Wtautological-undefined-compareStephan Bergmann3-36/+0
2014-08-05java: remove commented out codeNoel Grandin4-46/+0
2014-07-29drop use of SFX_ITEM_PRESENTATION_NONENoel Grandin1-5/+1
2014-07-29simplify return argument of SfxPoolItem::GetPresentationNoel Grandin18-49/+47
2014-07-25fdo#39468 Make svl/ German comment cleanPhilipp Weissenbacher13-130/+103
2014-07-25fdo#39468 Finish German comment translation of /svl/source/itemsPhilipp Weissenbacher2-506/+440
2014-07-24svl: remove some odd and obsolete debugging code related to MI_HATS_REPARIERTMichael Stahl2-25/+0
2014-07-24move SFX_ITEMS_DIRECT etc. definitions inside the moduleNoel Grandin3-0/+10
2014-07-23svl: avoid warning C4715 "not all control paths return a value"Michael Stahl1-0/+2
2014-07-23svl: fix comparison in new unit testMichael Stahl1-1/+1
2014-07-23fdo#39468 Translate German commentsPhilipp Weissenbacher3-250/+201
2014-07-23fdo#76754 Add return first to IndexedStyleSheets to speed up ods writingTobias Lippert3-2/+37
2014-07-23convert SfxItemState constants to a proper enumNoel Grandin1-2/+3
2014-07-23move string IO methods out of global headerNoel Grandin9-33/+142
2014-07-23convert SfxPoolItem kind constants to an enumNoel Grandin2-5/+34
2014-07-23simplify SfxItemPool::GetPresentationNoel Grandin2-4/+2
2014-07-23comments and code formatting in SfxPoolItemNoel Grandin1-2/+2
2014-07-23fdo#76754 Add Positions by StyleSheetFamily to IndexedStyleSheetsTobias Lippert3-8/+104
2014-07-23fdo#39468 Translate German commentsPhilipp Weissenbacher8-120/+109
2014-07-22fdo#39468 Finish translating German commentsPhilipp Weissenbacher1-185/+144