summaryrefslogtreecommitdiff
path: root/svtools/source/svrtf
AgeCommit message (Expand)AuthorFilesLines
2015-11-12svtools: boost::ptr_vector->std::vectorNoel Grandin1-3/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann3-6/+6
2015-10-13cppcheck:variableScopeNoel Grandin1-1/+3
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-2/+2
2015-10-07Pull assignment out of switch conditionStephan Bergmann1-2/+4
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-22convert Link<> to typedNoel Grandin1-3/+1
2015-09-12Typo: muliple->multipleJulien Nabet1-1/+1
2015-08-31Fix tdf#93438 Impress generate abnormal style when copy-pastingMark Hung1-2/+19
2015-08-11loplugin: defaultparamsNoel Grandin1-1/+1
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann1-4/+1
2015-07-04Fix typosAndrea Gelmini1-1/+1
2015-06-24Get rid of comphelper::string::is*Ascii functionsStephan Bergmann1-3/+6
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-2/+2
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-1/+1
2015-05-20Remove include stdio (part4)Julien Nabet2-2/+0
2015-05-10Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann1-12/+12
2015-05-08Use bool instead of intStephan Bergmann1-2/+2
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-12/+12
2015-01-20Some more loplugin:cstylecast: svtoolsStephan Bergmann1-1/+1
2014-12-18svtools: Use appropriate OUString functions on string constantsStephan Bergmann2-2/+2
2014-12-10fdo#76776 crashes after paste a table from WriterCaolán McNamara1-0/+2
2014-11-22Apply pimpl to SvKeyValueIterator, to hide ptr_vector from the header.Kohei Yoshida1-26/+19
2014-10-03rename SvRef::AddRef to AddFirstRefNoel Grandin1-1/+1
2014-09-29loplugin: cstylecastNoel Grandin1-3/+3
2014-09-26remove unnecessary casts in misc calls to SvStream.Write*Noel Grandin1-2/+2
2014-08-11-Werror,-Wundefined-bool-conversionStephan Bergmann1-1/+1
2014-07-10fdo#81044 detect UTF-8 BOM tooDavid Tardon1-0/+19
2014-07-01clang scan-build: various warningsCaolán McNamara1-2/+1
2014-06-29Typo: beeing->beingJulien Nabet1-1/+1
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante1-1/+1
2014-05-10coverity#708336 Uninitialized scalar fieldCaolán McNamara1-0/+1
2014-05-08svtools: sal_Bool->boolNoel Grandin1-7/+7
2014-04-22stray commaCaolán McNamara1-1/+1
2014-04-22coverity#708335 Uninitialized scalar fieldCaolán McNamara1-2/+11
2014-04-22coverity#708334 Uninitialized scalar fieldCaolán McNamara1-2/+4
2014-03-25svtools/svparser.hxx: sal_Bool->boolNoel Grandin1-9/+9
2014-03-25svtools: sal_Bool->boolNoel Grandin1-2/+2
2014-03-06coverity#708336 Uninitialized scalar fieldCaolán McNamara1-2/+5
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin2-8/+8
2014-01-28bool improvementsStephan Bergmann1-1/+1
2014-01-22convert more SvStream::operator<< callsNoel Grandin1-14/+14
2014-01-10Use boolStephan Bergmann1-4/+4
2014-01-09Translated German commentsLuc Castermans4-66/+65
2013-11-27Unwind occurrences of deprecated sal_sChar, sal_uCharStephan Bergmann1-2/+2
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin1-1/+1
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-10-13Reduce copypasta: Introduce SAL_NEWLINE_STRING and use itTor Lillqvist1-8/+0
2013-10-12Test _WIN32 instead of UNX as it's Win32 that is the special case hereTor Lillqvist1-3/+3
2013-10-02bWeiter -> bContinuePhilipp Riemer1-7/+7