summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)AuthorFilesLines
2018-01-12More loplugin:cstylecast: xmloffStephan Bergmann75-257/+257
2018-01-11Corrected precision of imported rotationArmin Le Grand1-1/+1
2018-01-11Fix typosAndrea Gelmini1-1/+1
2018-01-11loplugin:redundantcast: xmloffStephan Bergmann1-2/+2
2018-01-11RotateFlyFrameFix: Add RotCenter info to ODF exportArmin Le Grand2-12/+62
2018-01-09RES_CHRATR_PROPORTIONALFONTSIZE and RES_CHRATR_NOLINEBREAK unusedNoel Grandin1-8/+4
2018-01-04Fix typosAndrea Gelmini2-4/+4
2018-01-04Modifying the impl. of startUnknownElement of FastParser:Mohammed Abdul Azeem2-28/+15
2018-01-04RotateFlyFrameFix: im/export rotation in degArmin Le Grand2-22/+57
2018-01-04loplugin:redundantinline (--disable-debug)Stephan Bergmann1-4/+4
2018-01-03loplugin:passstuffbyref more return improvementsNoel Grandin1-4/+4
2017-12-29Fix typosAndrea Gelmini1-1/+1
2017-12-27loplugin:passstuffbyref improved return in xmloff,sfx2Noel Grandin6-11/+11
2017-12-25various coverity exception warningsCaolán McNamara3-5/+4
2017-12-20Fix typosAndrea Gelmini1-1/+1
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin2-39/+41
2017-12-19inline use-once typedefsNoel Grandin2-5/+2
2017-12-19loplugin:unusedenumconstantsNoel Grandin1-2/+1
2017-12-19Fix typosAndrea Gelmini1-1/+1
2017-12-15-Werror,-Wsign-compare (clang-cl)Stephan Bergmann1-1/+1
2017-12-13Related: tdf#71737 xmloff: import of user-defined hyperlink was missingMichael Stahl1-2/+2
2017-12-13tools: remove unused #include from solar.hMichael Stahl1-0/+1
2017-12-13Related: tdf#71737 xmloff: adapt XMLSectionExportMichael Stahl1-1/+4
2017-12-13Make loplugin:salcall look into macros tooStephan Bergmann4-90/+90
2017-12-13Related: tdf#71737: allows links in more indexesCaolán McNamara3-15/+2
2017-12-12Related tdf#83877 Add signatureline element to draw:frame, not draw:imageSamuel Mehrbrodt1-1/+1
2017-12-11loplugin:salcall fix functionsNoel Grandin14-212/+212
2017-12-08tdf#71737 xmloff: ODF 1.2 doesn't allow hyperlinks in ...Michael Stahl2-2/+24
2017-12-08tdf#71737: save allows links in illustration index, but load doesn'tCaolán McNamara3-1/+14
2017-12-05Bin a typedef used just onceTor Lillqvist1-2/+1
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin2-2/+2
2017-12-04tdf#83877 ODF extension to write signature linesSamuel Mehrbrodt1-0/+48
2017-12-04Related tdf#113696 Write fallback graphic for fodf files alsoSamuel Mehrbrodt1-7/+12
2017-12-03Use for-range loops in xmlexppr (xmloff)Julien Nabet1-32/+19
2017-12-03Replace list by vector in SchXMLExport (xmloff)Julien Nabet1-10/+10
2017-12-02Replace list by vector in property_description (xmloff)Julien Nabet1-2/+1
2017-12-02Replace list by vector in xmlexp (xmloff/sw)Julien Nabet1-9/+6
2017-12-02Replace list by vector in XMLEventImportHelper (xmloff)Julien Nabet2-8/+8
2017-12-02Replace list by vector in DocumentSettingsContext (xmloff)Julien Nabet1-26/+14
2017-12-01tdf#113696 Add mimetype also to fallback graphicSamuel Mehrbrodt1-0/+8
2017-12-01Use isEmpty() instead of getLength()Samuel Mehrbrodt1-1/+1
2017-12-01tdf#113696 Write replacement graphic also to flat odfSamuel Mehrbrodt1-5/+4
2017-11-30xmloff: turn SvXMLImportContext into a no-op base classMichael Stahl12-28/+28
2017-11-30tdf#113696 Add mimetype to image elementSamuel Mehrbrodt3-21/+30
2017-11-28ODF export: expose font style and weight of embedded fontsMiklos Vajna1-8/+62
2017-11-28tdf#109202: Convert images to desired format in (f)odt filterKatarina Behrens2-2/+15
2017-11-27loplugin:unnecessaryparen check for (f1()).f2Noel Grandin3-4/+4
2017-11-26No need to test seriesStyle.m_xOldAPISeries n times (xmloff/chart)Julien Nabet1-4/+4
2017-11-26Modernize by using for-range loops (xmloff/chart)Julien Nabet2-108/+80
2017-11-26Replace some lists by vectors in xmloffJulien Nabet8-65/+66