summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)AuthorFilesLines
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
2014-06-30Translate German comments in filerec.cxx and doxygen-ify.Jeroen Nijhof1-300/+245
2014-06-27loplugin:unreffun: also warn about redundant redeclarationsStephan Bergmann1-4/+0
2014-06-27DBG_ASSERT->assertCaolán McNamara1-5/+1
2014-06-26svl now depends on mdds.Kohei Yoshida1-1/+4
2014-06-26Initialize it with empty OUString instances.Kohei Yoshida1-1/+1
2014-06-26Move SheetPrinter to svl and rename it to GridPrinter.Kohei Yoshida2-0/+142
2014-06-26Revert needless inlining of methods for publicly exposed class.Kohei Yoshida1-0/+32
2014-06-24Improve SfxItemPool documentation.Michael Meeks1-2/+6
2014-06-23Start translation of German commentsPhilipp Weissenbacher1-89/+79
2014-06-19related fdo#63230: Fix unit test for fdo#44286 to run in all localesIsamu Mogi1-1/+1
2014-06-18related fdo#63230: Add unit test for fdo#44286Isamu Mogi2-0/+35