summaryrefslogtreecommitdiff
path: root/svtools/source/svrtf
AgeCommit message (Expand)AuthorFilesLines
2016-05-10Fix typosAndrea Gelmini1-1/+1
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-2/+3
2016-03-10Avoid reserved identifierStephan Bergmann1-4/+4
2016-03-10Avoid reserved identifierStephan Bergmann2-6/+6
2016-03-10tdf#89329 Use std::unique_ptr for pImpl in svparserAleksas Pantechovskis1-8/+3
2016-03-01loplugin:unuseddefaultparam in svtoolsNoel Grandin1-1/+2
2016-02-15Rename rtl::isValidCodePoint -> rtl::isUnicodeCodePointStephan Bergmann1-1/+1
2016-02-13tdf#81129 Support reading non-BMP characters in HTML documents.Mark Hung2-12/+23
2016-02-09Remove excess newlinesChris Sherlock3-4/+0
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