summaryrefslogtreecommitdiff
path: root/xmloff/source/text
AgeCommit message (Expand)AuthorFilesLines
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-14sal_Bool->boolNoel Grandin5-9/+9
2014-02-14sal_Bool->boolNoel Grandin2-2/+2
2014-02-14sal_Bool->boolNoel Grandin1-14/+14
2014-02-11coverity#708722 Uninitialized scalar fieldCaolán McNamara1-0/+1
2014-02-11coverity#708721 Uninitialized scalar fieldCaolán McNamara1-0/+1
2014-02-08ODF export/import: text vertical adjustment attribute of text framesZolnai Tamás2-2/+16
2014-02-06typo fixes in commentsAndras Timar1-2/+2
2014-02-03Remove needless SAL_DLLPRIVATE annotationsStephan Bergmann2-2/+2
2014-01-30swpagerelsize: implement ODF import/exportMiklos Vajna2-0/+20
2014-01-28bool improvementsStephan Bergmann4-6/+6
2014-01-24Resolves: fdo#73355 reconcile legacy path bug detectionCaolán McNamara1-1/+1
2014-01-22bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=)Stephan Bergmann1-2/+2
2014-01-16Resolves: #i123457# suppress import and export of hyperlinks without an URLOliver-Rainer Wittmann3-107/+133
2014-01-09Resolves: #i123792# correction for comments/annotations on table cell rangesOliver-Rainer Wittmann1-2/+2
2014-01-09Consolidate XServiceInfo for classes derived from SvXMLImportStephan Bergmann1-1/+1
2014-01-08123792: complete annotations on text ranges featureOliver-Rainer Wittmann2-92/+67
2014-01-08Consolidate XServiceInfo for classes derived from SvXMLExportStephan Bergmann2-5/+5
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin3-4/+4
2013-12-20fdo#58112 write loext:contextual-spacing accept style:contextual-spacingEike Rathke1-2/+2
2013-12-20prepare to accept loext:contextual-spacing, fdo#58112Eike Rathke1-1/+7
2013-12-20typo fixesAndras Timar1-1/+1
2013-12-20added bool bForExport parameter to XMLPropertySetMapper ctorEike Rathke4-25/+25
2013-12-20prepared XMLPropertyMapEntry with mbImportOnly flagEike Rathke1-10/+10
2013-12-18fdo#72850: ODF export: don't export spurious style:display="false"Michael Stahl2-12/+13
2013-12-13fdo#72697 actually write this only in ODF 1.2 extendedEike Rathke1-11/+17
2013-12-13fdo#72697 write <loext:sender-initials>Eike Rathke1-5/+15
2013-12-13fdo#72697 accept future <loext:sender-initials>Eike Rathke2-2/+3
2013-12-10xmloff: remove unused XMLTimeFieldImportContext::fTimeValueMichael Stahl1-20/+0
2013-12-10sax, xmloff: fix ODF import/export of text:time/text:time-valueMichael Stahl2-5/+21
2013-12-09fix equalsAscii conversion. Noticed in fdo#72391Noel Grandin2-34/+33
2013-12-08this assert is wrongMarkus Mohrhard1-1/+1
2013-12-05Get rid of comphelper::UStringLessStephan Bergmann3-11/+5
2013-12-02fdo#71450 fdo#71698: ODF import: fix frame name corner casesMichael Stahl1-2/+10
2013-11-22replace OUString::reverseCompareTo("xxx") with operator==Noel Grandin1-3/+3
2013-11-19convert equalsAsciiL calls to startWith calls where possibleNoel Grandin2-36/+33
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin3-13/+13
2013-11-15Resolves: fdo#62461 put preferred image firstCaolán McNamara1-20/+24
2013-11-14SAL_WARN_UNUSED com::sun::star::uno::AnyStephan Bergmann2-4/+0
2013-11-14remove unnecessary sal_Unicode casts in XMLOFF moduleNoel Grandin2-2/+2
2013-11-11xmloff: include <> for external includesNorbert Thiebaud72-91/+91
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin1-8/+8
2013-11-11convert OUString 0==compareToAscii to equalsAsciiNoel Grandin2-4/+4
2013-11-07remove misleading commentAndras Timar1-1/+1
2013-11-07fdo#63020: Replace ::comphelper::stl_begin()...Marcos Paulo de Souza2-5/+3
2013-11-07remove unnecessary use of OUString constructor in XMLOFF moduleNoel Grandin1-5/+3
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin1-1/+1
2013-10-31Resolves: #i123433# Detect pseudo-vertices at svg import...Armin Le Grand2-93/+87