summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)AuthorFilesLines
2014-02-17Resolves: #i42894# added support for <presentation:animations>...Armin Le Grand1-2/+3
2014-02-15fdo#74524: ODF import: fix unhandled exception in annotation importMichael Stahl1-5/+10
2014-02-14sal_Bool->boolNoel Grandin11-18/+18
2014-02-14sal_Bool->boolNoel Grandin7-8/+8
2014-02-14sal_Bool->boolNoel Grandin2-17/+17
2014-02-13Resolves: #i123879 dr3d rotation angle is degree in ODF1.2...Regina Henschel1-6/+7
2014-02-12cid#705350 missing break in switchNoel Grandin1-0/+1
2014-02-12cid#705349 missing break in switchNoel Grandin1-0/+1
2014-02-12cid#705344 missing break in switchNoel Grandin1-0/+1
2014-02-12cid#705343 missing break in switchNoel Grandin1-0/+2
2014-02-11fdo#74112 Preserve Chart displayunits properties during ODF import/export.sushil_shinde2-0/+5
2014-02-11coverity#708722 Uninitialized scalar fieldCaolán McNamara1-0/+1
2014-02-11coverity#708721 Uninitialized scalar fieldCaolán McNamara1-0/+1
2014-02-10coverity#1079007 Uncaught exceptionCaolán McNamara1-2/+4
2014-02-09cppcheck: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-1/+1
2014-02-07fdo#73281: Why!?Kohei Yoshida1-1/+1
2014-02-08ODF export/import: text vertical adjustment attribute of text framesZolnai Tamás2-2/+16
2014-02-07fdo#74230: ODF export: write stroke and fill color in graphic defaultsMichael Stahl1-3/+4
2014-02-06typo fixes in commentsAndras Timar1-2/+2
2014-02-06Typo: atribute(s) -> attribute(s)Julien Nabet1-3/+3
2014-02-06Fix spelling errrorTor Lillqvist1-1/+1
2014-02-06xo: Constructor feature for XMLVersionListPersistence.Matúš Kukan4-40/+10
2014-02-05fdo#54938 Convert sfx2, xmloff and connec.. to cppu::supportsServiceAlexandre Vicenzi3-8/+9
2014-02-05Resolves: #i124143# for draw:frame containing multiple draw:image...Armin Le Grand5-2/+114
2014-02-03Remove needless SAL_DLLPRIVATE annotationsStephan Bergmann7-12/+12
2014-02-02Remove this duplicate and use the UNO constant values instead.Kohei Yoshida1-54/+38
2014-01-30swpagerelsize: implement ODF import/exportMiklos Vajna3-0/+22
2014-01-28bool improvementsStephan Bergmann21-50/+50
2014-01-27Resolves: fdo#73814 wrong name for drawing::PointSequenceSequence propertyCaolán McNamara1-4/+2
2014-01-24coverity#736746 Resource leakCaolán McNamara1-12/+13
2014-01-24Resolves: fdo#73355 reconcile legacy path bug detectionCaolán McNamara4-5/+21
2014-01-23Let C++ inline functions return bool instead of sal_BoolStephan Bergmann1-2/+2
2014-01-22warning C4805: '|=' : unsafe mix of type 'bool' and type 'sal_Bool'Stephan Bergmann1-1/+1
2014-01-22bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=)Stephan Bergmann4-10/+10
2014-01-20Removed unused solar.h referenceAlexandre Vicenzi6-11/+0
2014-01-17Flag bogus "true" with a FIXMEStephan Bergmann1-1/+4
2014-01-16Resolves: #i123457# suppress import and export of hyperlinks without an URLOliver-Rainer Wittmann4-178/+216
2014-01-16fdo#72520 : Added property to store external data path in chart.sushil_shinde2-0/+2
2014-01-14bool improvementsStephan Bergmann5-7/+7
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 Bergmann9-131/+37
2014-01-08123792: complete annotations on text ranges featureOliver-Rainer Wittmann3-96/+69
2014-01-08Consolidate XServiceInfo for classes derived from SvXMLExportStephan Bergmann11-134/+37
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin9-26/+21
2014-01-04cppcheck: const_cast instead of C castJulien Nabet1-1/+1
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 Timar4-5/+5
2013-12-20added bool bForExport parameter to XMLPropertySetMapper ctorEike Rathke21-63/+84
2013-12-20prepared XMLPropertyMapEntry with mbImportOnly flagEike Rathke7-29/+31