summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)AuthorFilesLines
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
2014-06-17fdo#38513 - Accelerate non-poolable item add / remove.Michael Meeks8-67/+259
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin4-36/+0
2014-06-13loplugin:staticcallStephan Bergmann1-2/+2
2014-06-11allow additional i18n formats to define defaultsEike Rathke1-5/+8
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin3-20/+0
2014-06-06fixincludeguards: fix include guardsThomas Arnhold1-0/+6
2014-06-06simplify SfxListener::EndListening and StartListeningNoel Grandin1-11/+9
2014-06-06resolved fdo#79719 recognize ##-MMM-## as date even if ambiguousEike Rathke1-8/+3
2014-05-28This needs to be debugged and understood, not just randomly "fixed"Tor Lillqvist1-3/+1
2014-05-28Related: fdo#79142 make SetName default to ReindexingCaolán McNamara1-1/+3
2014-05-28Try to avoid "attempt to erase from container with a past-the-end iterator"Tor Lillqvist1-1/+3
2014-05-27remove unnecessary use of Reference constructor in throwNoel Grandin1-12/+8
2014-05-27remove unnecessary use of OUString constructor when throwingNoel Grandin1-4/+4
2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin1-1/+1
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet3-16/+16
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin1-2/+2
2014-05-21ODS load perf: 7% of the time re-creating sheet name strings.Michael Meeks1-1/+0
2014-05-20take a shortcut on common separating ASCII charactersEike Rathke1-3/+17
2014-05-20resolved fdo#34724 Jan1 or 1Jan without separating character is not dateEike Rathke1-26/+59
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold1-3/+0
2014-05-17Back out change for fdo#78119 now that we have StringContainsWord()Eike Rathke1-48/+21
2014-05-17resolved fdo#41166 match month and day name word instead of substringEike Rathke1-3/+8