summaryrefslogtreecommitdiffstats
path: root/xmloff
Commit message (Expand)AuthorAgeFilesLines
...
* cid#705349 missing break in switchNoel Grandin2014-02-121-0/+1
* cid#705344 missing break in switchNoel Grandin2014-02-121-0/+1
* cid#705343 missing break in switchNoel Grandin2014-02-121-0/+2
* fdo#74112 Preserve Chart displayunits properties during ODF import/export.sushil_shinde2014-02-112-0/+5
* coverity#708722 Uninitialized scalar fieldCaolán McNamara2014-02-111-0/+1
* coverity#708721 Uninitialized scalar fieldCaolán McNamara2014-02-111-0/+1
* coverity#1079007 Uncaught exceptionCaolán McNamara2014-02-101-2/+4
* cppcheck: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet2014-02-091-1/+1
* fdo#73281: Why!?Kohei Yoshida2014-02-071-1/+1
* ODF export/import: text vertical adjustment attribute of text framesZolnai Tamás2014-02-082-2/+16
* fdo#74230: ODF export: write stroke and fill color in graphic defaultsMichael Stahl2014-02-071-3/+4
* typo fixes in commentsAndras Timar2014-02-061-2/+2
* Typo: atribute(s) -> attribute(s)Julien Nabet2014-02-061-3/+3
* Fix spelling errrorTor Lillqvist2014-02-061-1/+1
* xo: Constructor feature for XMLVersionListPersistence.Matúš Kukan2014-02-064-40/+10
* fdo#54938 Convert sfx2, xmloff and connec.. to cppu::supportsServiceAlexandre Vicenzi2014-02-053-8/+9
* Resolves: #i124143# for draw:frame containing multiple draw:image...Armin Le Grand2014-02-055-2/+114
* Remove needless SAL_DLLPRIVATE annotationsStephan Bergmann2014-02-037-12/+12
* Remove this duplicate and use the UNO constant values instead.Kohei Yoshida2014-02-021-54/+38
* swpagerelsize: implement ODF import/exportMiklos Vajna2014-01-303-0/+22
* bool improvementsStephan Bergmann2014-01-2821-50/+50
* Resolves: fdo#73814 wrong name for drawing::PointSequenceSequence propertyCaolán McNamara2014-01-271-4/+2
* coverity#736746 Resource leakCaolán McNamara2014-01-241-12/+13
* Resolves: fdo#73355 reconcile legacy path bug detectionCaolán McNamara2014-01-244-5/+21
* Let C++ inline functions return bool instead of sal_BoolStephan Bergmann2014-01-231-2/+2
* warning C4805: '|=' : unsafe mix of type 'bool' and type 'sal_Bool'Stephan Bergmann2014-01-221-1/+1
* bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=)Stephan Bergmann2014-01-224-10/+10
* Removed unused solar.h referenceAlexandre Vicenzi2014-01-206-11/+0
* Flag bogus "true" with a FIXMEStephan Bergmann2014-01-171-1/+4
* Resolves: #i123457# suppress import and export of hyperlinks without an URLOliver-Rainer Wittmann2014-01-164-178/+216
* fdo#72520 : Added property to store external data path in chart.sushil_shinde2014-01-162-0/+2
* bool improvementsStephan Bergmann2014-01-145-7/+7
* Resolves: #i123792# correction for comments/annotations on table cell rangesOliver-Rainer Wittmann2014-01-091-2/+2
* Consolidate XServiceInfo for classes derived from SvXMLImportStephan Bergmann2014-01-099-131/+37
* 123792: complete annotations on text ranges featureOliver-Rainer Wittmann2014-01-083-96/+69
* Consolidate XServiceInfo for classes derived from SvXMLExportStephan Bergmann2014-01-0811-134/+37
* remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin2014-01-079-26/+21
* cppcheck: const_cast instead of C castJulien Nabet2014-01-041-1/+1
* fdo#58112 write loext:contextual-spacing accept style:contextual-spacingEike Rathke2013-12-201-2/+2
* prepare to accept loext:contextual-spacing, fdo#58112Eike Rathke2013-12-201-1/+7
* typo fixesAndras Timar2013-12-204-5/+5
* added bool bForExport parameter to XMLPropertySetMapper ctorEike Rathke2013-12-2021-63/+84
* prepared XMLPropertyMapEntry with mbImportOnly flagEike Rathke2013-12-207-29/+31
* reordered member variables for 4 byte alignmentEike Rathke2013-12-201-2/+2
* Add new XML tokens for ODS, for calc data stream import & export.Kohei Yoshida2013-12-191-0/+3
* fdo#72304 Preserve Chart data table properties during ODF import/export.Nikhil Walvekar2013-12-192-0/+8
* fdo#72306 Axis names were lost after saving file on LO.sushil_shinde2013-12-191-0/+8
* fdo#72850: ODF export: don't export spurious style:display="false"Michael Stahl2013-12-182-12/+13
* fdo#72452: ODF import/export: fix handling of style:page-numberMichael Stahl2013-12-182-4/+5
* Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann2013-12-172-4/+4