summaryrefslogtreecommitdiff
path: root/xmloff/source/style
AgeCommit message (Expand)Author
2014-03-10Keying on XTypeProvider::getImplementationId is unnecessary hereStephan Bergmann
2014-03-08fix ODF validation errorMarkus 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-24Remove unnecessary bool2anyStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-17comphelper: sal_Bool -> boolStephan Bergmann
2014-02-14sal_Bool->boolNoel Grandin
2014-02-14sal_Bool->boolNoel Grandin
2014-02-12cid#705344 missing break in switchNoel Grandin
2014-02-07fdo#73281: Why!?Kohei Yoshida
2014-02-02Remove this duplicate and use the UNO constant values instead.Kohei Yoshida
2014-01-28bool improvementsStephan Bergmann
2014-01-24coverity#736746 Resource leakCaolán McNamara
2014-01-24Resolves: fdo#73355 reconcile legacy path bug detectionCaolán McNamara
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-14bool improvementsStephan 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-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-18fdo#72452: ODF import/export: fix handling of style:page-numberMichael Stahl
2013-12-13Drop duplicate #includeTakeshi Abe
2013-12-09resolved fdo#72537 write <loext:fill-character>Eike Rathke
2013-12-06Clean up includes of comphelper/stl_types.hxxStephan Bergmann
2013-12-05Get rid of comphelper::UStringLessStephan Bergmann
2013-12-02typo: intarnal -> internalAndras Timar
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin
2013-11-14SAL_WARN_UNUSED com::sun::star::uno::AnyStephan Bergmann
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann
2013-11-14remove unnecessary sal_Unicode casts in XMLOFF moduleNoel Grandin
2013-11-13clear c++11ishCaolán McNamara
2013-11-13Respect svg:font-face-format element.Brennan Vincent
2013-11-11xmloff: include <> for external includesNorbert Thiebaud
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin
2013-11-11convert OUString 0==compareToAscii to equalsAsciiNoel Grandin
2013-11-11remove unnecessary use of OUString constructorNoel Grandin
2013-11-07remove unnecessary use of OUString constructor in XMLOFF moduleNoel Grandin
2013-11-06check for empty stringCaolán McNamara
2013-10-31Resolves: #i123433# Detect pseudo-vertices at svg import...Armin Le Grand
2013-10-23fixincludeguards.sh: xmloffThomas Arnhold
2013-10-23clean up places accessing the NULL at the of an OUStringNoel Grandin
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-10-13Test _WIN32 instead of UNX as it's Windows that is the more specific caseTor Lillqvist
2013-10-13sal_Bool to boolTakeshi Abe