summaryrefslogtreecommitdiff
path: root/xmloff/source/text
AgeCommit message (Expand)AuthorFilesLines
2015-10-01coverity#1325246 Unchecked dynamic_castCaolán McNamara1-6/+4
2015-10-01coverity#1325247 Unchecked dynamic_castCaolán McNamara1-6/+5
2015-10-01coverity#1325248 Unchecked dynamic_castCaolán McNamara1-4/+4
2015-10-01coverity#1325252 Unchecked dynamic_castCaolán McNamara1-1/+1
2015-10-01coverity#1325253 Unchecked dynamic_castCaolán McNamara1-1/+1
2015-10-01coverity#1325254 Unchecked dynamic_castCaolán McNamara1-1/+1
2015-10-01remove old standalone Sun bug numbersNoel Grandin6-8/+0
2015-09-29Fix typosAndrea Gelmini4-4/+4
2015-09-29tdf#94559: first step to remove rtti.hxxOliver Specht4-30/+30
2015-09-29Nobody would go down the corridor anymoreMiklos Vajna4-7/+7
2015-09-14tdf#92586 xmloff: fix import of stretched background imageMiklos Vajna2-0/+2
2015-09-08clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+0
2015-09-03loplugin:stringconstant also for cases using char const v[] = "..."Stephan Bergmann3-12/+12
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann3-7/+7
2015-08-29o3tl/cow_wrapper: remove boost dependencyDaniel Robertson1-0/+1
2015-08-27Clean up sEmptyStephan Bergmann9-37/+29
2015-08-26ODF import: workaround dubious draw:fill="solid" on frame stylesMichael Stahl1-0/+14
2015-08-11loplugin: defaultparamsNoel Grandin2-9/+6
2015-07-26Resolves: tdf#91950 optional entries may not be presentCaolán McNamara1-18/+25
2015-07-15loplugin:unusedmethods xmloffNoel Grandin2-7/+0
2015-07-13Make content of OSL_ASSERT, DBG_ASSERT, etc. visiblie in non-debug buildsStephan Bergmann2-10/+2
2015-07-08Avoid loplugin:staticmethods in non-debug buildStephan Bergmann1-0/+2
2015-07-03Fix typosAndrea Gelmini6-8/+8
2015-06-28Fix typosAndrea Gelmini1-1/+1
2015-06-22Fix typosAndrea Gelmini1-1/+1
2015-06-18Fix typosAndrea Gelmini1-1/+1
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-2/+2
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-06-13TyposJulien Nabet1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann4-5/+5
2015-06-02cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-05-29loplugin:loopvartoosmallNoel Grandin2-2/+2
2015-05-24cppcheck: noExplicitConstructorCaolán McNamara8-10/+10
2015-05-18Related tdf#88056: use better-fitting <text:page-name>Katarina Behrens3-50/+48
2015-04-30xmloff: simplify code by using std::all_of/std::any_of/std::none_ofTakeshi Abe1-2/+3
2015-04-28txtparae_bContainsIllegalCharacters var wants to be of type boolStephan Bergmann1-3/+3
2015-04-28SvXMLEnumMapEntry holds all values as sal_uInt16Stephan Bergmann1-7/+7
2015-04-24loplugin:simplifyboolStephan Bergmann1-4/+2
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann1-2/+2
2015-04-23Revert "-Werror,-Wunused-const-variable"Thorsten Behrens1-0/+1
2015-04-22Related tdf#88056: Use correct service nameKatarina Behrens1-1/+1
2015-04-22-Werror,-Wunused-const-variableCaolán McNamara1-1/+0
2015-04-22tdf#88056: Implement import of page title field from ODFKatarina Behrens2-0/+34
2015-04-22fix assert on export of ooo63141-1.doc to odtCaolán McNamara1-5/+8
2015-04-21tdf#90640: xmloff: ODF export: fix style:background-image attributesMichael Stahl2-26/+30
2015-04-21tdf88056: implement export of page title field to ODFKatarina Behrens1-0/+17
2015-04-08text:p is not allowed as child element of draw:frameMarkus Mohrhard5-11/+17
2015-04-07loplugin:staticmethodsNoel Grandin12-16/+15
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann24-91/+91