summaryrefslogtreecommitdiffstats
path: root/xmloff
Commit message (Expand)AuthorAgeFilesLines
* loplugin:mergeclassesNoel Grandin2015-10-066-80/+5
* should be safe to remove this pieceCaolán McNamara2015-10-022-7/+0
* make CppunitTest_sw_ww8export work againCaolán McNamara2015-10-024-0/+89
* loplugin:unusedmethodsNoel Grandin2015-10-024-89/+0
* coverity#1325246 Unchecked dynamic_castCaolán McNamara2015-10-011-6/+4
* coverity#1325247 Unchecked dynamic_castCaolán McNamara2015-10-011-6/+5
* coverity#1325248 Unchecked dynamic_castCaolán McNamara2015-10-011-4/+4
* coverity#1325249 Unchecked dynamic_castCaolán McNamara2015-10-011-1/+1
* coverity#1325252 Unchecked dynamic_castCaolán McNamara2015-10-011-1/+1
* coverity#1325253 Unchecked dynamic_castCaolán McNamara2015-10-011-1/+1
* coverity#1325254 Unchecked dynamic_castCaolán McNamara2015-10-011-1/+1
* remove old standalone Sun bug numbersNoel Grandin2015-10-0122-37/+0
* Fix typosAndrea Gelmini2015-09-299-9/+9
* Fix typosAndrea Gelmini2015-09-295-5/+5
* Renamed wrongly prefixed boolean variablesStefan Heinemann2015-09-291-4/+4
* loplugin:removeunusedmethods, remove unused stuffNoel Grandin2015-09-291-1/+0
* tdf#94559: first step to remove rtti.hxxOliver Specht2015-09-2915-56/+56
* Nobody would go down the corridor anymoreMiklos Vajna2015-09-294-7/+7
* WaE: rewrite as call of rtl::OUString::isEmptyTor Lillqvist2015-09-201-1/+1
* chained editeng: Add Chaining-related UNO attributematteocam2015-09-203-1/+28
* boost->stdCaolán McNamara2015-09-181-1/+0
* revert for mac and win unit case crashes after boost->stdCaolán McNamara2015-09-171-0/+1
* boost->stdCaolán McNamara2015-09-171-1/+0
* boost->stdCaolán McNamara2015-09-165-17/+15
* tdf#92586 xmloff: fix import of stretched background imageMiklos Vajna2015-09-146-2/+43
* xmloff: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe2015-09-1116-27/+25
* tdf#90839: support for wrapped text in data labels and for centered data valueMarco Cecchetti2015-09-093-1/+2
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-09-081-1/+0
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-09-081-4/+2
* loplugin:stringconstant also for cases using char const v[] = "..."Stephan Bergmann2015-09-033-12/+12
* loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann2015-08-317-40/+40
* Fix tdf#93438 Impress generate abnormal style when copy-pastingMark Hung2015-08-311-0/+4
* o3tl/cow_wrapper: remove boost dependencyDaniel Robertson2015-08-291-0/+1
* xmloff: ODF export: actually ODF 1.2 does not allow graphic-propertiesMichael Stahl2015-08-273-8/+24
* Clean up sEmptyURLStephan Bergmann2015-08-271-3/+1
* Clean up sEmptyStephan Bergmann2015-08-2720-58/+40
* Clean up aEmptyStephan Bergmann2015-08-271-3/+2
* ODF import: workaround dubious draw:fill="solid" on frame stylesMichael Stahl2015-08-262-2/+16
* Clean up aEmptyStrStephan Bergmann2015-08-261-5/+3
* comphelper: reduce copypasta with UniquePtrValueLess functorMichael Stahl2015-08-191-18/+7
* comphelper: remove unnecessary include <stack>Michael Stahl2015-08-191-0/+1
* cppcheck: variableScopeCaolán McNamara2015-08-121-1/+1
* cppcheck: redundantAssignmentCaolán McNamara2015-08-121-3/+1
* cppcheck: silence redundantAssignmentCaolán McNamara2015-08-121-1/+1
* loplugin: defaultparamsNoel Grandin2015-08-1111-30/+26
* stupid warningMichael Stahl2015-08-071-1/+1
* xmloff: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl2015-08-073-49/+57
* xmloff: replace boost::ptr_set with std::set<std::unqiue_ptr>Michael Stahl2015-08-072-36/+45
* xmloff: replace boost::ptr_set with std::mapMichael Stahl2015-08-071-42/+20
* xmloff: replace boost::ptr_set with std::setMichael Stahl2015-08-071-11/+15