summaryrefslogtreecommitdiff
path: root/xmloff/source/text/txtparae.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-02-21tdf#115782: Need to use mirrored rotation in ODFArmin Le Grand1-1/+3
2018-02-18tdf#115529: Handle rotation for WriterFlyFrames correctlyArmin Le Grand1-2/+3
2018-01-27xmloff: ODF export: don't write LO_EXT attribute unless ODF extendedMichael Stahl1-0/+4
2018-01-11RotateFlyFrameFix: Add RotCenter info to ODF exportArmin Le Grand1-15/+72
2017-12-04Related tdf#113696 Write fallback graphic for fodf files alsoSamuel Mehrbrodt1-7/+12
2017-12-04tdf#113696 Add mimetype to image elementSamuel Mehrbrodt1-21/+1
2017-11-29tdf#109202: Convert images to desired format in (f)odt filterKatarina Behrens1-2/+11
2017-11-15loplugin:flatten in xmloffNoel Grandin1-58/+59
2017-10-28tdf#113367 Change namespace from svg to draw for attr transformRegina Henschel1-1/+1
2017-10-23loplugin:includeform: xmloffStephan Bergmann1-4/+4
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist1-3/+3
2017-09-02Typos for "available"Julien Nabet1-2/+2
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin1-1/+1
2017-08-15xmloff: fix crash on exporting non-loadable external image URLMichael Stahl1-2/+5
2017-08-08loplugin:constantparamNoel Grandin1-26/+23
2017-08-02remove unnecessary use of 'this->'Noel Grandin1-1/+1
2017-07-27tdf#109202 Add mimetype to image elementSamuel Mehrbrodt1-0/+26
2017-07-25Use isEmpty instead of getLengthSamuel Mehrbrodt1-1/+1
2017-07-20loplugin:constparams in xmloffNoel Grandin1-1/+1
2017-07-14use more OUString::operator== in test..xmlsecurityNoel Grandin1-13/+13
2017-07-13loplugin:oncevar: empty strings: xmloffStephan Bergmann1-2/+4
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke1-1/+0
2017-06-28loplugin:oncevar in xmloffNoel Grandin1-20/+2
2017-06-12cleanup unused css/frame/* includesJochen Nitschke1-1/+0
2017-06-08remove some unnecessary use of OUStringBufferNoel Grandin1-1/+1
2017-06-05typosJulien Nabet1-1/+1
2017-05-19loplugin:stringcopy: xmloffStephan Bergmann1-4/+4
2017-05-09make loplugin constantparam smarter about string paramsNoel Grandin1-1/+1
2017-05-08loplugin:checkunusedparams in xmloffNoel Grandin1-30/+12
2017-04-28loplugin:salunicodeliteral: xmloffStephan Bergmann1-1/+1
2017-04-28clang-tidy readability-simplify-boolean-exprNoel Grandin1-5/+3
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-11OFFICE-2102: ODF export: write <text:s> after non-mark elements tooMichael Stahl1-30/+26
2017-04-11xmloff: rename one overloaded XMLTextParagraphExport::exportTextMichael Stahl1-2/+2
2017-04-11loplugin:inlinefields in XMLTextParagraphExportNoel Grandin1-6/+5
2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin1-2/+2
2017-02-02fix linux buildNoel Grandin1-1/+1
2017-02-02expand out ::sax::Converter::convertNumber to OUString::numberNoel Grandin1-5/+3
2016-12-09xmloff: convert some DBG_ASSERT in txtparae.cxxMichael Stahl1-8/+6
2016-12-02inline some constant strings in xmloff (part1)Noel Grandin1-2/+2
2016-12-01crashtesting: a gadzillion failures on export to odpCaolán McNamara1-0/+3
2016-11-23loplugin field-can-be-private in include/vcl..xmlscriptNoel Grandin1-1/+1
2016-10-31loplugin:oncevar in xmloff..xmlsecurityNoel Grandin1-9/+4
2016-10-24loplugin:expandablemethods in xmloffNoel Grandin1-2/+2
2016-09-01Resolves: tdf#100182 index entries lost on saveCaolán McNamara1-0/+1
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann1-1/+1
2016-06-17convert DBG_ASSERT in xmloffNoel Grandin1-18/+18
2016-06-12convert more DBG_ASSERT(false to SAL_WARNNoel Grandin1-2/+2
2016-06-10o3tl::tryGet on a temporary is dangerousStephan Bergmann1-20/+20
2016-06-02New o3tl::try/doGet to obtain value from AnyStephan Bergmann1-21/+24