summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)AuthorFilesLines
2013-03-13Resolves: #i119943 Underline can not work with ";" in format codeWang Lei1-1/+17
2013-03-13fdo#60724: Fix spelling avaliable -> available.Steven Meyer1-1/+1
2013-03-12Revert "reduce some uglyness"Thomas Arnhold3-197/+255
2013-03-11svl: fix buildThomas Arnhold1-4/+4
2013-03-11reduce some uglyness IIThomas Arnhold4-126/+103
2013-03-11reduce some uglynessThomas Arnhold3-255/+197
2013-03-09fdo#43460: use isEmpty()Thomas Arnhold1-1/+1
2013-03-08fdo#60691 add modelines to *.src and *.hrc filesBorim7-0/+18
2013-03-07fdo#38838 Replaced some use of (Uni)String with OUString.Jean-Noël Rouvignac2-6/+6
2013-03-04sal_Bool to boolTakeshi Abe2-3/+3
2013-03-04remove unused and commented out codeThomas Arnhold2-10/+0
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold1-1/+1
2013-02-28remove all d.lstMichael Stahl1-0/+0
2013-02-25loplugin: improve indentationThomas Arnhold1-4/+2
2013-02-23Fix typo accessable/accessibleJulien Nabet1-1/+1
2013-02-23sal: update log areasThomas Arnhold1-1/+1
2013-02-22fix string conversion in 1da3af5f1eb6a32fd0ab10da7cf2f8ddb298a3a1Ivan Timofeev1-13/+3
2013-02-22fdo#38838, ::rtl::OUString, String to OUStringGergő Mocsi2-6/+6
2013-02-22s/the the/the/Tor Lillqvist1-1/+1
2013-02-20typo: allways -> alwaysAndras Timar1-1/+1
2013-02-19related coverity#984042 move potentially uninitialized scalar variablesCaolán McNamara1-2/+2
2013-02-18coverity#984042 Uninitialized scalar variableCaolán McNamara1-1/+1
2013-02-16Some cppcheck cleaningJulien Nabet1-1/+1
2013-02-05Better error reportingStephan Bergmann1-16/+21
2013-01-28SfxPoolItem: fix annoying -Werror=shadow the hard wayMichael Stahl3-29/+30
2013-01-28fdo#38838 Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac37-88/+78
2013-01-28fdo#46808, Convert SvNumberFormatter to use XComponentContextNoel Grandin4-19/+19
2013-01-28fdo#46808, Convert svl/lockfile code to XComponentContextNoel Grandin6-20/+10
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl3-0/+6
2013-01-22silence MacOS X tinderboxDavid Tardon1-1/+2
2013-01-22do not second-guess which classes use a stylesheetDavid Tardon4-1/+49
2013-01-21resolve fdo#59240 - FORMATTING: Thai number shown as Arabic numeralsJoren De Cuyper1-1/+1
2013-01-21Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac4-6/+4
2013-01-13fdo#38838 Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac2-5/+4
2013-01-09Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac3-8/+8
2013-01-07Cleanup: #include <tools/gen.hxx>Matteo Casalin1-1/+0
2012-12-27Sigh, my git grep regexps missed some casesTor Lillqvist1-1/+1
2012-12-27Check for _MSC_VER instead of MSC in sourcesTor Lillqvist1-1/+1
2012-12-25Get rid of (most uses of) GUITor Lillqvist1-1/+1
2012-12-19resolved fdo#54344 let date pattern match overrule incomplete format matchEike Rathke1-1/+11
2012-12-19resolved fdo#54336 accept abbreviated combined date/time inputEike Rathke2-5/+72
2012-12-18resolved fdo#58179 ImpSvNumberformatScan::RemoveQuotes: both ...Eike Rathke1-1/+1
2012-12-13Bad compareToIgnoreAsciiCaseAscii result comparison caused endless loopCédric Bosdonnat1-12/+7
2012-12-10callcatcher: remove unused rtf filter and associated methodsCaolán McNamara2-18/+0
2012-12-06OUStringBuffer::remove( int ) -> truncate( int )Luboš Luňák1-7/+7
2012-12-05Bye bye ODMATor Lillqvist1-1/+0
2012-12-04more explicit ctorsDavid Tardon11-20/+20
2012-12-04SwXStyle::getPropertyDefaults: handle non-itemset based properties:Michael Stahl1-1/+2
2012-11-30Fixed style iterators filters to show only hidden styles when requiredCédric Bosdonnat1-6/+10
2012-11-30Styles & Formatting: added SFXSTYLEBIT_ALL_VISIBLE and show hidden stylesCédric Bosdonnat2-9/+12