summaryrefslogtreecommitdiffstats
path: root/svl
Commit message (Expand)AuthorAgeFilesLines
* drop use of SFX_ITEM_PRESENTATION_NONENoel Grandin2014-07-291-5/+1
* simplify return argument of SfxPoolItem::GetPresentationNoel Grandin2014-07-2918-49/+47
* fdo#39468 Make svl/ German comment cleanPhilipp Weissenbacher2014-07-2513-130/+103
* fdo#39468 Finish German comment translation of /svl/source/itemsPhilipp Weissenbacher2014-07-252-506/+440
* svl: remove some odd and obsolete debugging code related to MI_HATS_REPARIERTMichael Stahl2014-07-242-25/+0
* move SFX_ITEMS_DIRECT etc. definitions inside the moduleNoel Grandin2014-07-243-0/+10
* svl: avoid warning C4715 "not all control paths return a value"Michael Stahl2014-07-231-0/+2
* svl: fix comparison in new unit testMichael Stahl2014-07-231-1/+1
* fdo#39468 Translate German commentsPhilipp Weissenbacher2014-07-233-250/+201
* fdo#76754 Add return first to IndexedStyleSheets to speed up ods writingTobias Lippert2014-07-233-2/+37
* convert SfxItemState constants to a proper enumNoel Grandin2014-07-231-2/+3
* move string IO methods out of global headerNoel Grandin2014-07-239-33/+142
* convert SfxPoolItem kind constants to an enumNoel Grandin2014-07-232-5/+34
* simplify SfxItemPool::GetPresentationNoel Grandin2014-07-232-4/+2
* comments and code formatting in SfxPoolItemNoel Grandin2014-07-231-2/+2
* fdo#76754 Add Positions by StyleSheetFamily to IndexedStyleSheetsTobias Lippert2014-07-233-8/+104
* fdo#39468 Translate German commentsPhilipp Weissenbacher2014-07-238-120/+109
* fdo#39468 Finish translating German commentsPhilipp Weissenbacher2014-07-221-185/+144
* fdo#76754 Speed up registration of new listeners to SfxBroadcasterTobias Lippert2014-07-222-16/+19
* Add unittests for SfxBroadcasterTobias Lippert2014-07-223-0/+135
* coverity#707210 Uncaught exceptionCaolán McNamara2014-07-211-11/+12
* coverity#707209 Uncaught exceptionCaolán McNamara2014-07-211-11/+10
* coverity#707208 Uncaught exceptionCaolán McNamara2014-07-211-10/+12
* Renamed brdcst.[hc]xx to SfxBroadcaster.[hc]xxTobias Lippert2014-07-176-6/+6
* fdo#81309: Adjust references during sort.Kohei Yoshida2014-07-131-1/+23
* Translate German comments (continued)Philipp Weissenbacher2014-07-101-183/+151
* fdo#75757: remove inheritance to std::vectorTakeshi Abe2014-07-101-15/+33
* Avoid possible memory leaks in case of exceptionsTakeshi Abe2014-07-104-49/+36
* Drop unused nSfxFlagValTakeshi Abe2014-07-081-11/+0
* fix crash on loading fdo70673-1.odsCaolán McNamara2014-07-071-1/+1
* work around nonsense -Werror=maybe-uninitialized, fdo#80166 follow-upEike Rathke2014-07-031-0/+7
* resolved fdo#80166 check input against date acceptance pattern plausibilityEike Rathke2014-07-021-1/+30
* New loplugin:stringconcatStephan Bergmann2014-07-011-1/+1
* Make sure IMPL_STATIC_LINK's type matches Link::pFunc's typeStephan Bergmann2014-06-301-1/+1
* Translate German comments in filerec.cxx and doxygen-ify.Jeroen Nijhof2014-06-301-300/+245
* loplugin:unreffun: also warn about redundant redeclarationsStephan Bergmann2014-06-271-4/+0
* DBG_ASSERT->assertCaolán McNamara2014-06-271-5/+1
* svl now depends on mdds.Kohei Yoshida2014-06-261-1/+4
* Initialize it with empty OUString instances.Kohei Yoshida2014-06-261-1/+1
* Move SheetPrinter to svl and rename it to GridPrinter.Kohei Yoshida2014-06-262-0/+142
* Revert needless inlining of methods for publicly exposed class.Kohei Yoshida2014-06-261-0/+32
* Improve SfxItemPool documentation.Michael Meeks2014-06-241-2/+6
* Start translation of German commentsPhilipp Weissenbacher2014-06-231-89/+79
* related fdo#63230: Fix unit test for fdo#44286 to run in all localesIsamu Mogi2014-06-191-1/+1
* related fdo#63230: Add unit test for fdo#44286Isamu Mogi2014-06-182-0/+35
* fdo#38513 - Accelerate non-poolable item add / remove.Michael Meeks2014-06-178-67/+259
* improve the inlinesimplememberfunctions clang pluginNoel Grandin2014-06-174-36/+0
* loplugin:staticcallStephan Bergmann2014-06-131-2/+2
* allow additional i18n formats to define defaultsEike Rathke2014-06-111-5/+8
* loplugin: inlinesimplememberfunctionsNoel Grandin2014-06-093-20/+0