summaryrefslogtreecommitdiffstats
path: root/svl
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* coverity#738855 Uninitialized pointer fieldCaolán McNamara2014-05-101-1/+3
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet2014-05-101-12/+12
* move INetContentTypes::scan() to INetMIME::scanContentType()Chr. Rossmanith2014-05-092-46/+5
* dflt -> defaultThomas Arnhold2014-05-063-4/+4
* consistent percent sign in commentsThomas Arnhold2014-05-061-1/+1
* simplify ternary conditions "xxx ? yyy : false"Noel Grandin2014-05-052-5/+5
* cppcheck: fix variable reassigned before the old value has been usedJulien Nabet2014-04-221-3/+1
* remove comments why a file gets includedThomas Arnhold2014-04-211-1/+0
* Introduce twip/mm100 conversion functions instead of duplicated macrosTor Lillqvist2014-04-111-10/+6
* Use valid UNOIDL identifiers in TransliterationModulesExtraStephan Bergmann2014-04-111-2/+2
* Remove unused functionStephan Bergmann2014-04-091-7/+0
* coverity#708261 Uninitialized scalar fieldCaolán McNamara2014-04-081-0/+3
* fdo#77123: Add option ignore kashida to the searchFaisal M. Al-Otaibi2014-04-081-1/+4
* Clean up function declarations and some unused functionsStephan Bergmann2014-04-077-28/+57
* coverity#708246: Unitialized scalar fieldNorbert Thiebaud2014-04-061-0/+2
* coverity#708257: Unitialized scalar fieldNorbert Thiebaud2014-04-061-13/+15
* coverity#708260: Unitialized scalar fieldNorbert Thiebaud2014-04-061-3/+10
* coverity#738855 Uninitialized pointer fieldCaolán McNamara2014-04-041-0/+2
* svl/eitem.hxx: sal_Bool->boolNoel Grandin2014-04-041-2/+2
* svl/visitem: sal_Bool->boolNoel Grandin2014-04-041-1/+1
* svl/style.hxx: sal_Bool->boolNoel Grandin2014-04-041-1/+1
* coverity#708244 Uninitialized scalar fieldCaolán McNamara2014-04-041-2/+3
* cp#1000054: Avoid crashing.Muthu Subramanian2014-04-041-1/+3
* remove unnecessary scope qualifier from sal_Bool usesNoel Grandin2014-04-032-16/+16
* svl: sal_Bool->boolNoel Grandin2014-04-034-22/+22