summaryrefslogtreecommitdiff
path: root/xmloff/source/text/txtfldi.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni1-1/+1
2014-04-15xmloff: sal_Bool->boolNoel Grandin1-129/+129
2014-03-31xmloff: sal_Bool->boolNoel Grandin1-3/+3
2014-03-31xmloff: sal_Bool->boolNoel Grandin1-4/+4
2014-03-21coverity#704115 Unchecked return valueCaolán McNamara1-14/+18
2014-03-13xmloff,vbahelper: prefer passing OUString and OString by referenceNoel Grandin1-1/+1
2014-02-26Remove visual noise from xmloffAlexander Wilms1-74/+74
2014-02-21coverity#708718 Uninitialized scalar fieldCaolán McNamara1-6/+7
2014-02-21coverity#708719 Uninitialized scalar fieldCaolán McNamara1-0/+1
2014-02-21coverity#708720 Uninitialized scalar fieldCaolán McNamara1-7/+9
2014-02-15fdo#74524: ODF import: fix unhandled exception in annotation importMichael Stahl1-5/+10
2014-02-11coverity#708721 Uninitialized scalar fieldCaolán McNamara1-0/+1
2014-01-28bool improvementsStephan Bergmann1-1/+1
2014-01-09Resolves: #i123792# correction for comments/annotations on table cell rangesOliver-Rainer Wittmann1-2/+2
2014-01-08123792: complete annotations on text ranges featureOliver-Rainer Wittmann1-63/+47
2013-12-13fdo#72697 accept future <loext:sender-initials>Eike Rathke1-1/+1
2013-12-10xmloff: remove unused XMLTimeFieldImportContext::fTimeValueMichael Stahl1-20/+0
2013-12-10sax, xmloff: fix ODF import/export of text:time/text:time-valueMichael Stahl1-1/+3
2013-11-14remove unnecessary sal_Unicode casts in XMLOFF moduleNoel Grandin1-1/+1
2013-11-11xmloff: include <> for external includesNorbert Thiebaud1-1/+1
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin1-1/+1
2013-10-23convert code to use OUString::endsWithNoel Grandin1-2/+2
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann1-11/+0
2013-09-10sal_Bool to boolTakeshi Abe1-8/+8
2013-09-10Mark as const / staticTakeshi Abe1-2/+2
2013-07-15i#108348: support DateTimeWithTimezone in user defined Document PropertiesMichael Stahl1-3/+3
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-17/+15
2013-03-19remove unused VariableName code/commentsMichael Stahl1-1/+0
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold1-1/+1
2013-02-24coverity#705347 Missing break in switchNorbert Thiebaud1-12/+16
2013-02-21Fix type unkown -> unknownJulien Nabet1-1/+1
2013-02-08Resolves: fdo#60132 Error reading file after inserting commentCaolán McNamara1-0/+5
2012-12-10PCH for xmloff, including LO headersLuboš Luňák1-1/+1
2012-11-15re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-1/+1
2012-08-16-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann1-2/+0
2012-07-20office:annotation-end importMiklos Vajna1-5/+61
2012-07-16xmloff: implement import/export of SwPostItField::aInitialsMiklos Vajna1-0/+12
2012-06-02targeted string re-workNorbert Thiebaud1-107/+107
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-4/+4
2012-01-26Fix for fdo43460 Part LI getLength() to isEmpty()Olivier Hallot1-4/+4
2011-11-27remove include of pch header from xmloffNorbert Thiebaud1-2/+0
2011-10-11#i108468#: clean up xmluconv code duplication, DateTime edition:Michael Stahl1-6/+4
2011-10-11#i108468#: clean up xmluconv code duplication, part 1:Michael Stahl1-27/+28
2011-06-16catch by const referenceCaolán McNamara1-5/+6
2011-04-15FALSE/TRUE in strings should not be converted to sal_False/sal_True.Jan Holesovsky1-1/+1
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito1-0/+0
2011-03-12Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Thorsten Behrens1-4/+4
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold1-7/+7