summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)Author
2014-02-10coverity#1079007 Uncaught exceptionCaolán McNamara
2014-02-09cppcheck: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet
2014-02-07fdo#73281: Why!?Kohei Yoshida
2014-02-08ODF export/import: text vertical adjustment attribute of text framesZolnai Tamás
2014-02-07fdo#74230: ODF export: write stroke and fill color in graphic defaultsMichael Stahl
2014-02-06typo fixes in commentsAndras Timar
2014-02-06Typo: atribute(s) -> attribute(s)Julien Nabet
2014-02-06Fix spelling errrorTor Lillqvist
2014-02-06xo: Constructor feature for XMLVersionListPersistence.Matúš Kukan
2014-02-05fdo#54938 Convert sfx2, xmloff and connec.. to cppu::supportsServiceAlexandre Vicenzi
2014-02-05Resolves: #i124143# for draw:frame containing multiple draw:image...Armin Le Grand
2014-02-03Remove needless SAL_DLLPRIVATE annotationsStephan Bergmann
2014-02-02Remove this duplicate and use the UNO constant values instead.Kohei Yoshida
2014-01-30swpagerelsize: implement ODF import/exportMiklos Vajna
2014-01-28bool improvementsStephan Bergmann
2014-01-27Resolves: fdo#73814 wrong name for drawing::PointSequenceSequence propertyCaolán McNamara
2014-01-24coverity#736746 Resource leakCaolán McNamara
2014-01-24Resolves: fdo#73355 reconcile legacy path bug detectionCaolán McNamara
2014-01-23Let C++ inline functions return bool instead of sal_BoolStephan Bergmann
2014-01-22warning C4805: '|=' : unsafe mix of type 'bool' and type 'sal_Bool'Stephan Bergmann
2014-01-22bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=)Stephan Bergmann
2014-01-20Removed unused solar.h referenceAlexandre Vicenzi
2014-01-17Flag bogus "true" with a FIXMEStephan Bergmann
2014-01-16Resolves: #i123457# suppress import and export of hyperlinks without an URLOliver-Rainer Wittmann
2014-01-16fdo#72520 : Added property to store external data path in chart.sushil_shinde
2014-01-14bool improvementsStephan Bergmann
2014-01-09Resolves: #i123792# correction for comments/annotations on table cell rangesOliver-Rainer Wittmann
2014-01-09Consolidate XServiceInfo for classes derived from SvXMLImportStephan Bergmann
2014-01-08123792: complete annotations on text ranges featureOliver-Rainer Wittmann
2014-01-08Consolidate XServiceInfo for classes derived from SvXMLExportStephan Bergmann
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin
2014-01-04cppcheck: const_cast instead of C castJulien Nabet
2013-12-20fdo#58112 write loext:contextual-spacing accept style:contextual-spacingEike Rathke
2013-12-20prepare to accept loext:contextual-spacing, fdo#58112Eike Rathke
2013-12-20typo fixesAndras Timar
2013-12-20added bool bForExport parameter to XMLPropertySetMapper ctorEike Rathke
2013-12-20prepared XMLPropertyMapEntry with mbImportOnly flagEike Rathke
2013-12-20reordered member variables for 4 byte alignmentEike Rathke
2013-12-19Add new XML tokens for ODS, for calc data stream import & export.Kohei Yoshida
2013-12-19fdo#72304 Preserve Chart data table properties during ODF import/export.Nikhil Walvekar
2013-12-19fdo#72306 Axis names were lost after saving file on LO.sushil_shinde
2013-12-18fdo#72850: ODF export: don't export spurious style:display="false"Michael Stahl
2013-12-18fdo#72452: ODF import/export: fix handling of style:page-numberMichael Stahl
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann
2013-12-17remove unnecessary double calls to OUString constructorNoel Grandin
2013-12-16Clean-up uno/lbnames.hStephan Bergmann
2013-12-13fdo#72697 actually write this only in ODF 1.2 extendedEike Rathke
2013-12-13fdo#72697 write <loext:sender-initials>Eike Rathke
2013-12-13fdo#72697 accept future <loext:sender-initials>Eike Rathke
2013-12-13Drop duplicate #includeTakeshi Abe