summaryrefslogtreecommitdiffstats
path: root/svl
Commit message (Expand)AuthorAgeFilesLines
* 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
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-015-5/+5
* Remove unused inline functionStephan Bergmann2014-04-011-11/+0
* Remove unused inline constructorStephan Bergmann2014-04-011-11/+0
* adapted the ifdef'ed portion as wellEike Rathke2014-04-011-1/+1
* coverity#735502 Logically dead codeCaolán McNamara2014-03-311-1/+1
* MSVC helpfully provides warning C4310: cast truncates constant valueMichael Stahl2014-03-301-2/+2
* deploy some asserts to detect truncated STREAM_SEEK_TO_ENDMichael Stahl2014-03-301-0/+4
* coverity#704312 Logically dead codeCaolán McNamara2014-03-291-2/+1
* tools: remove unused SvStream::IsA() and associated ID_*STREAM macrosMichael Stahl2014-03-291-12/+0
* tools: support 64-bit file positions in SvStreamMichael Stahl2014-03-291-5/+5
* tools: allow 64-bit positions on SvLockBytesMichael Stahl2014-03-291-7/+6
* handle Narrow No-Break Space the same as No-Break Space, just in caseEike Rathke2014-03-283-8/+20
* name things what they areEike Rathke2014-03-283-10/+10
* we have a constant, use itEike Rathke2014-03-281-1/+1
* Remove remaining DBG_NAME* usesStephan Bergmann2014-03-284-32/+0