summaryrefslogtreecommitdiff
path: root/xmloff/source/style
AgeCommit message (Expand)AuthorFilesLines
2015-10-09xmloff: fix ODF import of gradient draw:angle attribute a bitMichael Stahl2-9/+8
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-50/+18
2015-09-29Fix typosAndrea Gelmini3-3/+3
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann1-4/+4
2015-09-29tdf#94559: first step to remove rtti.hxxOliver Specht1-1/+1
2015-09-16boost->stdCaolán McNamara2-12/+12
2015-09-14tdf#92586 xmloff: fix import of stretched background imageMiklos Vajna3-2/+39
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann2-7/+7
2015-08-31Fix tdf#93438 Impress generate abnormal style when copy-pastingMark Hung1-0/+4
2015-08-27xmloff: ODF export: actually ODF 1.2 does not allow graphic-propertiesMichael Stahl3-8/+24
2015-08-27Clean up sEmptyStephan Bergmann4-8/+5
2015-08-19comphelper: reduce copypasta with UniquePtrValueLess functorMichael Stahl1-18/+7
2015-08-12cppcheck: redundantAssignmentCaolán McNamara1-3/+1
2015-08-12cppcheck: silence redundantAssignmentCaolán McNamara1-1/+1
2015-08-11loplugin: defaultparamsNoel Grandin4-12/+12
2015-08-07stupid warningMichael Stahl1-1/+1
2015-08-07xmloff: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl2-48/+57
2015-08-07xmloff: replace boost::ptr_set with std::set<std::unqiue_ptr>Michael Stahl2-36/+45
2015-08-07xmloff: replace boost::ptr_set with std::mapMichael Stahl1-42/+20
2015-08-03inline some use-once typedefsNoel Grandin1-5/+3
2015-07-16loplugin:simplifyboolStephan Bergmann1-1/+1
2015-07-15loplugin:unusedmethods xmloffNoel Grandin1-4/+0
2015-07-13tdf#90133 Comply attributes name with OASIS#3860Laurent Balland-Poirier2-10/+10
2015-07-13use the DBL_MAX constant that we also use elsewhere, tdf#92457Eike Rathke1-2/+1
2015-07-11write trailing text subformat also to Excel .xls and .xlsx, tdf#92457Eike Rathke1-3/+1
2015-07-11store trailing text format in ODF, e.g. 0;@ tdf#92457Eike Rathke1-20/+51
2015-07-11the last condition is "all other numbers", not the third, tdf#92457Eike Rathke1-3/+3
2015-07-03Fix typosAndrea Gelmini1-1/+1
2015-06-28Fix typosAndrea Gelmini1-1/+1
2015-06-24Simplify uses of comphelper::string::equals with constant argumentStephan Bergmann1-1/+1
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin1-2/+1
2015-06-15cppcheck:unreadVariableNoel Grandin1-2/+0
2015-06-14cppcheck: redundantCondition [part2]Julien Nabet1-2/+2
2015-05-29loplugin:loopvartoosmallNoel Grandin2-2/+2
2015-05-24cppcheck: noExplicitConstructorCaolán McNamara7-16/+16
2015-05-22tdf#91140: tweak fix a bit, turns out xmloff was also passing empty URLMichael Stahl1-1/+2
2015-05-20xmloff: convert legacy assertions in PageMasterExportPropMapperMichael Stahl1-18/+16
2015-05-20xmloff: convert legacy assertions in XMLFootnoteSeparatorExportMichael Stahl1-10/+4
2015-05-18xmloff: fix non-debug buildsMichael Stahl1-2/+2
2015-05-18xmloff: convert legacy assertions in SvXMLAutoStylePoolPMichael Stahl1-5/+4
2015-05-18xmloff: convert legacy assertions in XMLStyleExportMichael Stahl1-69/+59
2015-05-18xmloff: convert legacy assertions in SvXMLAutoStylePoolP_Impl::exportXMLMichael Stahl1-12/+6
2015-05-18xmloff: assert when a non-existent auto style pool is requestedMichael Stahl1-28/+12
2015-05-18xmloff: convert legacy asserts in SvXMLStylesContext_ImplMichael Stahl1-10/+8
2015-05-06xmloff: assert validity of XMLPropertySetMapper indexesMichael Stahl1-8/+8
2015-05-06xmloff: assert existence of XMLPropertyHandlerMichael Stahl1-2/+3
2015-04-28SvXMLEnumMapEntry holds all values as sal_uInt16Stephan Bergmann1-4/+4
2015-04-28tdf#90133 Extend ODF: variable decimal in scientific formatLaurent Balland-Poirier2-23/+54
2015-04-27tdf#90133 Extend ODF: exponent sign of scientific formatLaurent Balland-Poirier2-3/+27
2015-04-24loplugin:simplifyboolStephan Bergmann1-2/+2