summaryrefslogtreecommitdiff
path: root/xmloff/source/core
AgeCommit message (Expand)Author
2014-11-11xmloff: XML_DROPDOWN should be XML_DROP_DOWNMichael Stahl
2014-11-03coverity#1250700 Uninitialized scalar fieldCaolán McNamara
2014-10-31fdo#80403: Import baseclasses implement FastParser interfacesDaniel Sikeler
2014-10-08back out even more wrong tools::Time changes, geez..Eike Rathke
2014-10-04coverity#1242759 Result is not floating-pointNorbert Thiebaud
2014-10-03rename SvRef::AddRef to AddFirstRefNoel Grandin
2014-10-01loplugin: cstylecastNoel Grandin
2014-10-01fdo#82577: Handle TimeNoel Grandin
2014-09-30xmloff: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-12xmloff: remove yet another SunStudio workaroundMichael Stahl
2014-09-11Avoid ODR-violating name clashStephan Bergmann
2014-08-22Remove some useless tools/debug.hxx includesMarcos Paulo de Souza
2014-08-05fdo#75757: remove inheritance to std::vectorTakeshi Abe
2014-07-31cleanup usage of MapUnit enumNoel Grandin
2014-07-31fix some dodgy FieldUnit conversionsNoel Grandin
2014-07-29Further OUString cleanup in xmloff/Joren De Cuyper
2014-07-26bnc#885825: Handle ODF import and export of data label border properties.Kohei Yoshida
2014-06-19fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-06-13loplugin:staticcallStephan Bergmann
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part8Julien Nabet
2014-04-15xmloff: sal_Bool->boolNoel Grandin
2014-04-09Clean up function declarations and some unused functionsStephan Bergmann
2014-04-05export label names that are strings, fdo#64722, cp#1000058Markus Mohrhard
2014-03-31xmloff: sal_Bool->boolNoel Grandin
2014-03-31xmloff: sal_Bool->boolNoel Grandin
2014-03-31xmloff: sal_Bool->boolNoel Grandin
2014-03-31xmloff: sal_Bool->boolNoel Grandin
2014-03-31xmloff: sal_Bool->boolNoel Grandin
2014-03-31xmloff: sal_Bool->boolNoel Grandin
2014-03-28Remove remaining DBG_CTOR etc. remnants from xmloffStephan Bergmann
2014-03-26Export RoundedEdge property to ODF.Kohei Yoshida
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-26Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann
2014-03-25Properly import and export the new chart type to and from ODF.Kohei Yoshida
2014-03-19Add dash-dot and dash-dot-dot line styles.Kohei Yoshida
2014-03-17remove element that was only written for binary formatsMarkus Mohrhard
2014-03-13xmloff,vbahelper: prefer passing OUString and OString by referenceNoel Grandin
2014-03-12fdo#75872: ODF import: fix up graphics defaults stroke/fill colorsMichael Stahl
2014-03-10support export of property mappingMarkus Mohrhard
2014-03-04fdo#75260: Correctly draw double lines for both Writer and Calc.Kohei Yoshida
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-26Remove visual noise from xmloffAlexander Wilms
2014-02-25coverity#738306 Uncaught exceptionCaolán McNamara
2014-02-24Remove unnecessary bool2anyStephan Bergmann
2014-02-14sal_Bool->boolNoel Grandin
2014-02-11fdo#74112 Preserve Chart displayunits properties during ODF import/export.sushil_shinde