summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)AuthorFilesLines
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
2013-12-20reordered member variables for 4 byte alignmentEike Rathke1-2/+2
2013-12-19Add new XML tokens for ODS, for calc data stream import & export.Kohei Yoshida1-0/+3
2013-12-19fdo#72304 Preserve Chart data table properties during ODF import/export.Nikhil Walvekar2-0/+8
2013-12-19fdo#72306 Axis names were lost after saving file on LO.sushil_shinde1-0/+8
2013-12-18fdo#72850: ODF export: don't export spurious style:display="false"Michael Stahl2-12/+13
2013-12-18fdo#72452: ODF import/export: fix handling of style:page-numberMichael Stahl2-4/+5
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann2-4/+4
2013-12-17remove unnecessary double calls to OUString constructorNoel Grandin7-9/+9
2013-12-16Clean-up uno/lbnames.hStephan Bergmann1-1/+0
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-13Drop duplicate #includeTakeshi Abe1-1/+0
2013-12-12Do not use C++-UNO internal static_type functions in client codeStephan Bergmann1-1/+1
2013-12-12Don't hold css::uno::Type instances by pointerStephan Bergmann2-11/+11
2013-12-11Remove unused SvXMLExport::mbEnableExperimentalOdfExport.Matúš Kukan1-2/+0
2013-12-11Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann2-11/+11
2013-12-11Don't hold css::uno::Type instances by pointerStephan Bergmann2-11/+11
2013-12-10xmloff: remove unused XMLTimeFieldImportContext::fTimeValueMichael Stahl2-21/+0
2013-12-10sax, xmloff: fix ODF import/export of text:time/text:time-valueMichael Stahl3-5/+27
2013-12-10write the correct 'sort-ascending' value, fdo#72548Eike Rathke1-1/+3
2013-12-09resolved fdo#72537 write <loext:fill-character>Eike Rathke2-2/+3
2013-12-09fix equalsAscii conversion. Noticed in fdo#72391Noel Grandin4-36/+35
2013-12-08this assert is wrongMarkus Mohrhard1-1/+1
2013-12-06Clean up includes of comphelper/stl_types.hxxStephan Bergmann4-4/+0
2013-12-06Get rid of unnecessary comphelper::UStringEqualStephan Bergmann2-5/+2