summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)AuthorFilesLines
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
2014-07-22fdo#76754 Speed up registration of new listeners to SfxBroadcasterTobias Lippert2-16/+19
2014-07-22Add unittests for SfxBroadcasterTobias Lippert3-0/+135
2014-07-21coverity#707210 Uncaught exceptionCaolán McNamara1-11/+12
2014-07-21coverity#707209 Uncaught exceptionCaolán McNamara1-11/+10
2014-07-21coverity#707208 Uncaught exceptionCaolán McNamara1-10/+12
2014-07-17Renamed brdcst.[hc]xx to SfxBroadcaster.[hc]xxTobias Lippert6-6/+6
2014-07-13fdo#81309: Adjust references during sort.Kohei Yoshida1-1/+23
2014-07-10Translate German comments (continued)Philipp Weissenbacher1-183/+151
2014-07-10fdo#75757: remove inheritance to std::vectorTakeshi Abe1-15/+33
2014-07-10Avoid possible memory leaks in case of exceptionsTakeshi Abe4-49/+36
2014-07-08Drop unused nSfxFlagValTakeshi Abe1-11/+0
2014-07-07fix crash on loading fdo70673-1.odsCaolán McNamara1-1/+1
2014-07-03work around nonsense -Werror=maybe-uninitialized, fdo#80166 follow-upEike Rathke1-0/+7
2014-07-02resolved fdo#80166 check input against date acceptance pattern plausibilityEike Rathke1-1/+30
2014-07-01New loplugin:stringconcatStephan Bergmann1-1/+1
2014-06-30Make sure IMPL_STATIC_LINK's type matches Link::pFunc's typeStephan Bergmann1-1/+1