summaryrefslogtreecommitdiffstats
path: root/svl
Commit message (Expand)AuthorAgeFilesLines
* 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
* fixincludeguards: fix include guardsThomas Arnhold2014-06-061-0/+6
* simplify SfxListener::EndListening and StartListeningNoel Grandin2014-06-061-11/+9
* resolved fdo#79719 recognize ##-MMM-## as date even if ambiguousEike Rathke2014-06-061-8/+3
* This needs to be debugged and understood, not just randomly "fixed"Tor Lillqvist2014-05-281-3/+1
* Related: fdo#79142 make SetName default to ReindexingCaolán McNamara2014-05-281-1/+3
* Try to avoid "attempt to erase from container with a past-the-end iterator"Tor Lillqvist2014-05-281-1/+3
* remove unnecessary use of Reference constructor in throwNoel Grandin2014-05-271-12/+8
* remove unnecessary use of OUString constructor when throwingNoel Grandin2014-05-271-4/+4
* Remove unnecessary semicolonsPeter Senna Tschudin2014-05-271-1/+1
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet2014-05-233-16/+16
* remove boilerplate in UNO Exception constructor callsNoel Grandin2014-05-231-2/+2
* ODS load perf: 7% of the time re-creating sheet name strings.Michael Meeks2014-05-211-1/+0
* take a shortcut on common separating ASCII charactersEike Rathke2014-05-201-3/+17
* resolved fdo#34724 Jan1 or 1Jan without separating character is not dateEike Rathke2014-05-201-26/+59
* hrc and src files: squeeze multiple newlinesThomas Arnhold2014-05-191-3/+0
* Back out change for fdo#78119 now that we have StringContainsWord()Eike Rathke2014-05-171-48/+21
* resolved fdo#41166 match month and day name word instead of substringEike Rathke2014-05-171-3/+8
* resolved fdo#41166 match month and day name word instead of substringEike Rathke2014-05-172-9/+57
* update_pch: add svlThomas Arnhold2014-05-153-0/+193
* fix-includes.pl: svlThomas Arnhold2014-05-1522-113/+113
* Find places where uno::Sequence is passed by value.Noel Grandin2014-05-141-1/+1
* remove dead codeNoel Grandin2014-05-131-6/+0
* fdo#78119 find the longest match for month nameDavid Tardon2014-05-121-21/+48
* coverity#982701 Improper use of negative valueCaolán McNamara2014-05-111-0/+4
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10Julien Nabet2014-05-111-1/+1