summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)AuthorFilesLines
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
2014-05-17resolved fdo#41166 match month and day name word instead of substringEike Rathke2-9/+57
2014-05-15update_pch: add svlThomas Arnhold3-0/+193
2014-05-15fix-includes.pl: svlThomas Arnhold22-113/+113
2014-05-14Find places where uno::Sequence is passed by value.Noel Grandin1-1/+1
2014-05-13remove dead codeNoel Grandin1-6/+0
2014-05-12fdo#78119 find the longest match for month nameDavid Tardon1-21/+48
2014-05-11coverity#982701 Improper use of negative valueCaolán McNamara1-0/+4
2014-05-11Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10Julien Nabet1-1/+1
2014-05-10coverity#738855 Uninitialized pointer fieldCaolán McNamara1-1/+3
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet1-12/+12
2014-05-09move INetContentTypes::scan() to INetMIME::scanContentType()Chr. Rossmanith2-46/+5
2014-05-06dflt -> defaultThomas Arnhold3-4/+4
2014-05-06consistent percent sign in commentsThomas Arnhold1-1/+1
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin2-5/+5
2014-04-22cppcheck: fix variable reassigned before the old value has been usedJulien Nabet1-3/+1
2014-04-21remove comments why a file gets includedThomas Arnhold1-1/+0
2014-04-11Introduce twip/mm100 conversion functions instead of duplicated macrosTor Lillqvist1-10/+6
2014-04-11Use valid UNOIDL identifiers in TransliterationModulesExtraStephan Bergmann1-2/+2
2014-04-09Remove unused functionStephan Bergmann1-7/+0
2014-04-08coverity#708261 Uninitialized scalar fieldCaolán McNamara1-0/+3
2014-04-08fdo#77123: Add option ignore kashida to the searchFaisal M. Al-Otaibi1-1/+4
2014-04-07Clean up function declarations and some unused functionsStephan Bergmann7-28/+57
2014-04-06coverity#708246: Unitialized scalar fieldNorbert Thiebaud1-0/+2
2014-04-06coverity#708257: Unitialized scalar fieldNorbert Thiebaud1-13/+15
2014-04-06coverity#708260: Unitialized scalar fieldNorbert Thiebaud1-3/+10
2014-04-04coverity#738855 Uninitialized pointer fieldCaolán McNamara1-0/+2
2014-04-04svl/eitem.hxx: sal_Bool->boolNoel Grandin1-2/+2
2014-04-04svl/visitem: sal_Bool->boolNoel Grandin1-1/+1
2014-04-04svl/style.hxx: sal_Bool->boolNoel Grandin1-1/+1
2014-04-04coverity#708244 Uninitialized scalar fieldCaolán McNamara1-2/+3
2014-04-04cp#1000054: Avoid crashing.Muthu Subramanian1-1/+3
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin2-16/+16
2014-04-03svl: sal_Bool->boolNoel Grandin4-22/+22
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann5-5/+5
2014-04-01Remove unused inline functionStephan Bergmann1-11/+0
2014-04-01Remove unused inline constructorStephan Bergmann1-11/+0