summaryrefslogtreecommitdiff
path: root/xmloff/source/style
AgeCommit message (Expand)Author
2016-01-21tdf#40517 Export/Import in ODF decimal replacement with spaceLaurent Balland-Poirier
2015-11-19use comphelper::containerToSequenceNoel Grandin
2015-11-18remove unused typedefs and inline use-once typedefsNoel Grandin
2015-11-17use unique_ptr for pImpl's in xmloff/Noel Grandin
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin
2015-11-04tdf#93296 dashes in decimal part => 0 min decimal placesLaurent Balland-Poirier
2015-11-04loplugin:stringconstantNoel Grandin
2015-11-02xmloff: replace boost::ptr_vector with std::vectorMichael Stahl
2015-11-02xmloff: replace boost::ptr_vector with std::vectorMichael Stahl
2015-11-02xmloff: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin
2015-10-15cppcheck:variableScopeNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-09xmloff: fix ODF import of gradient draw:angle attribute a bitMichael Stahl
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-09-29Fix typosAndrea Gelmini
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann
2015-09-29tdf#94559: first step to remove rtti.hxxOliver Specht
2015-09-16boost->stdCaolán McNamara
2015-09-14tdf#92586 xmloff: fix import of stretched background imageMiklos Vajna
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-08-31Fix tdf#93438 Impress generate abnormal style when copy-pastingMark Hung
2015-08-27xmloff: ODF export: actually ODF 1.2 does not allow graphic-propertiesMichael Stahl
2015-08-27Clean up sEmptyStephan Bergmann
2015-08-19comphelper: reduce copypasta with UniquePtrValueLess functorMichael Stahl
2015-08-12cppcheck: redundantAssignmentCaolán McNamara
2015-08-12cppcheck: silence redundantAssignmentCaolán McNamara
2015-08-11loplugin: defaultparamsNoel Grandin
2015-08-07stupid warningMichael Stahl
2015-08-07xmloff: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl
2015-08-07xmloff: replace boost::ptr_set with std::set<std::unqiue_ptr>Michael Stahl
2015-08-07xmloff: replace boost::ptr_set with std::mapMichael Stahl
2015-08-03inline some use-once typedefsNoel Grandin
2015-07-16loplugin:simplifyboolStephan Bergmann
2015-07-15loplugin:unusedmethods xmloffNoel Grandin
2015-07-13tdf#90133 Comply attributes name with OASIS#3860Laurent Balland-Poirier
2015-07-13use the DBL_MAX constant that we also use elsewhere, tdf#92457Eike Rathke
2015-07-11write trailing text subformat also to Excel .xls and .xlsx, tdf#92457Eike Rathke
2015-07-11store trailing text format in ODF, e.g. 0;@ tdf#92457Eike Rathke
2015-07-11the last condition is "all other numbers", not the third, tdf#92457Eike Rathke
2015-07-03Fix typosAndrea Gelmini
2015-06-28Fix typosAndrea Gelmini
2015-06-24Simplify uses of comphelper::string::equals with constant argumentStephan Bergmann
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin
2015-06-15cppcheck:unreadVariableNoel Grandin
2015-06-14cppcheck: redundantCondition [part2]Julien Nabet