summaryrefslogtreecommitdiffstats
path: root/svtools/source/svrtf
Commit message (Expand)AuthorAgeFilesLines
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-281-12/+12
* Some more loplugin:cstylecast: svtoolsStephan Bergmann2015-01-201-1/+1
* svtools: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-182-2/+2
* fdo#76776 crashes after paste a table from WriterCaolán McNamara2014-12-101-0/+2
* Apply pimpl to SvKeyValueIterator, to hide ptr_vector from the header.Kohei Yoshida2014-11-221-26/+19
* rename SvRef::AddRef to AddFirstRefNoel Grandin2014-10-031-1/+1
* loplugin: cstylecastNoel Grandin2014-09-291-3/+3
* remove unnecessary casts in misc calls to SvStream.Write*Noel Grandin2014-09-261-2/+2
* -Werror,-Wundefined-bool-conversionStephan Bergmann2014-08-111-1/+1
* fdo#81044 detect UTF-8 BOM tooDavid Tardon2014-07-101-0/+19
* clang scan-build: various warningsCaolán McNamara2014-07-011-2/+1
* Typo: beeing->beingJulien Nabet2014-06-291-1/+1
* Correct common misspellings, and remove some ASCII art along the way.Chris Laplante2014-05-171-1/+1
* coverity#708336 Uninitialized scalar fieldCaolán McNamara2014-05-101-0/+1
* svtools: sal_Bool->boolNoel Grandin2014-05-081-7/+7
* stray commaCaolán McNamara2014-04-221-1/+1
* coverity#708335 Uninitialized scalar fieldCaolán McNamara2014-04-221-2/+11
* coverity#708334 Uninitialized scalar fieldCaolán McNamara2014-04-221-2/+4
* svtools/svparser.hxx: sal_Bool->boolNoel Grandin2014-03-251-9/+9
* svtools: sal_Bool->boolNoel Grandin2014-03-251-2/+2
* coverity#708336 Uninitialized scalar fieldCaolán McNamara2014-03-061-2/+5
* convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin2014-02-122-8/+8
* bool improvementsStephan Bergmann2014-01-281-1/+1
* convert more SvStream::operator<< callsNoel Grandin2014-01-221-14/+14
* Use boolStephan Bergmann2014-01-101-4/+4
* Translated German commentsLuc Castermans2014-01-094-66/+65
* Unwind occurrences of deprecated sal_sChar, sal_uCharStephan Bergmann2013-11-271-2/+2
* Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin2013-11-041-1/+1
* Bin comments that claim to say why some header is includedTor Lillqvist2013-10-221-1/+1
* Reduce copypasta: Introduce SAL_NEWLINE_STRING and use itTor Lillqvist2013-10-131-8/+0
* Test _WIN32 instead of UNX as it's Win32 that is the special case hereTor Lillqvist2013-10-121-3/+3
* bWeiter -> bContinuePhilipp Riemer2013-10-021-7/+7
* drop tools/string.hxx from a bunch of placesCaolán McNamara2013-09-122-3/+1
* convert svtools/source/svrtf/* from String to OUStringNoel Grandin2013-08-222-28/+25
* finish deprecation of O(U)String::valueOf()Luboš Luňák2013-08-211-2/+2
* convert include/svtools/rtfout.hxx from String to OUStringNoel Grandin2013-08-151-3/+3
* convert include/svtools/rtftoken.h from String to OUStringNoel Grandin2013-08-151-5/+7
* convert include/svtools/svparser.hxx from String to OUStringNoel Grandin2013-08-152-5/+4
* -Werror,-Wdeprecated-register (Clang trunk towards 3.4)Stephan Bergmann2013-07-081-2/+2
* fdo#43460 include,registry,svtools,svx,unodevtools: use isEmpty()Jelle van der Waa2013-06-181-2/+2
* cppcheck: fix some uninitMemberVar in svtools partJulien Nabet2013-06-171-1/+1
* fdo#60724 informations -> informationThomas Arnhold2013-04-151-1/+1
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-072-8/+6
* Related to fdo#60724: correct spellingThomas Arnhold2013-03-031-2/+2
* re-base on ALv2 code. Includes:Michael Meeks2012-11-194-92/+56
* delete svl/svstdarr.hxxMichael Stahl2012-07-251-1/+0
* removed unused definesTakeshi Abe2012-05-091-8/+0
* removed dead codeTakeshi Abe2012-05-091-33/+1
* hard-coded windows dumper path makes no sense for us anymoreCaolán McNamara2012-04-181-31/+0
* SV_DECL_PTRARR_DEL->boost::ptr_vectorAugust Sodora2012-01-211-6/+3