summaryrefslogtreecommitdiffstats
path: root/svl
Commit message (Expand)AuthorAgeFilesLines
* callcatcher: update unused codeCaolán McNamara2014-09-171-10/+0
* svl: remove misleading comment obsoleted by 18fa868fMichael Stahl2014-09-121-2/+0
* Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann2014-09-122-32/+32
* svl: test lenght before accessNorbert Thiebaud2014-09-121-1/+1
* Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann2014-09-101-1/+1
* SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin2014-09-065-34/+0
* Remove some useless tools/debug.hxx includesMarcos Paulo de Souza2014-08-225-8/+1
* fix string out-of-bounds assert on gnome627759-1.odsCaolán McNamara2014-08-201-2/+4
* detect * with no character following as invalid format codeEike Rathke2014-08-181-0/+5
* more out-of-bounds string accessesEike Rathke2014-08-181-30/+32
* do not even append the 0x1B in this caseEike Rathke2014-08-181-1/+1
* no need to set bRes=false here, it is alreadyEike Rathke2014-08-181-4/+0
* prevent out-of-bounds string accessEike Rathke2014-08-181-2/+12
* remove svl/ignores.persistThomas Arnhold2014-08-171-0/+0
* svl: Remove ASCII art and pointless commentsChris Laplante2014-08-1622-327/+16
* update_pchThomas Arnhold2014-08-131-0/+6
* java: reduce scope, make fields privateNoel Grandin2014-08-131-1/+1
* java: remove useless javadoc tagsNoel Grandin2014-08-121-22/+0
* -Werror,-Wtautological-undefined-compareStephan Bergmann2014-08-113-36/+0
* java: remove commented out codeNoel Grandin2014-08-054-46/+0
* 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