summaryrefslogtreecommitdiff
path: root/xmloff/source/core/xmlexp.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-06-19Fix illegal memory access.private/kohei/chart-bugsKohei Yoshida1-1/+2
2014-06-19Pass source and destination shell IDs through myriad of abstraction layers.Kohei Yoshida1-2/+34
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-4/+0
2014-06-13loplugin:staticcallStephan Bergmann1-1/+1
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet1-1/+1
2014-03-31xmloff: sal_Bool->boolNoel Grandin1-1/+1
2014-03-31xmloff: sal_Bool->boolNoel Grandin1-2/+2
2014-03-31xmloff: sal_Bool->boolNoel Grandin1-64/+64
2014-03-31xmloff: sal_Bool->boolNoel Grandin1-5/+5
2014-03-31xmloff: sal_Bool->boolNoel Grandin1-1/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-7/+7
2014-03-17remove element that was only written for binary formatsMarkus Mohrhard1-26/+0
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-12/+12
2014-02-26Remove visual noise from xmloffAlexander Wilms1-1/+1
2014-02-24Remove unnecessary bool2anyStephan Bergmann1-1/+1
2014-02-14sal_Bool->boolNoel Grandin1-2/+2
2014-02-03Remove needless SAL_DLLPRIVATE annotationsStephan Bergmann1-2/+2
2014-01-16Resolves: #i123457# suppress import and export of hyperlinks without an URLOliver-Rainer Wittmann1-71/+83
2014-01-08Consolidate XServiceInfo for classes derived from SvXMLExportStephan Bergmann1-8/+9
2013-12-12Don't hold css::uno::Type instances by pointerStephan Bergmann1-7/+7
2013-12-11Remove unused SvXMLExport::mbEnableExperimentalOdfExport.Matúš Kukan1-2/+0
2013-12-11Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann1-7/+7
2013-12-11Don't hold css::uno::Type instances by pointerStephan Bergmann1-7/+7
2013-12-06Get rid of DECLARE_STL_USTRINGACCESS_MAPStephan Bergmann1-2/+3
2013-11-14remove unnecessary sal_Unicode casts in XMLOFF moduleNoel Grandin1-1/+1
2013-11-11xmloff: include <> for external includesNorbert Thiebaud1-8/+8
2013-11-07remove unnecessary use of OUString constructor in XMLOFF moduleNoel Grandin1-9/+9
2013-11-06Remove #ifdef TIMELOG'ed SAL_INFOsStephan Bergmann1-14/+0
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin1-1/+1
2013-10-31Remove the xmloff::token::ResetTokens race conditionStephan Bergmann1-2/+0
2013-10-09Improve error reportingStephan Bergmann1-2/+4
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann1-5/+2
2013-09-17sal_Bool to boolTakeshi Abe1-2/+2
2013-08-15write *:script* and *:rfc-language-tag* only for ODF >= 1.2Eike Rathke1-3/+4
2013-08-14xmloff: add a generic LibreOffice ODF extension namespaceMichael Stahl1-0/+3
2013-08-10fdo#62475 removed pointless commentsJelle van der Waa1-23/+0
2013-07-29fdo#63690 - replace RTL_CONTEXT_ macros with SAL_INFOJelle van der Waa1-8/+2
2013-07-10changed getIsoLanguageCountry() to getIsoLanguageScriptCountry()Eike Rathke1-4/+4
2013-07-09read/write ODF *:script* and *:rfc-language-tag*Eike Rathke1-0/+105
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-9/+9
2013-05-14fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERTRadu Ioan1-19/+13
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-36/+35
2013-03-27-Wunused-macrosStephan Bergmann1-3/+1
2013-03-08make use of startsWith()Thomas Arnhold1-12/+6
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold1-1/+1
2013-02-11fdo#46808, Adapt document::XML*BasicExporter UNO services to new styleNoel Grandin1-90/+63
2013-02-06sw: let drawinglayer manage gradient styles of our textframesMiklos Vajna1-38/+26
2013-01-29SvXMLExport::_ExportStyles: also try to export text gradientsMiklos Vajna1-26/+38
2013-01-28fdo#46808, Adapt document::*PropertyValues UNO service to new styleNoel Grandin1-4/+4
2013-01-28fdo#46808, don't cache the result of comphelper::getProcessComponentContextNoel Grandin1-15/+2