summaryrefslogtreecommitdiff
path: root/xmloff/source/style
AgeCommit message (Expand)Author
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-09-19convert XMLFontAutoStylePool_Impl to sorted_vector<unique_ptr<>>Noel Grandin
2018-09-17New loplugin:externalStephan Bergmann
2018-09-17Simplify containers iterations in xmloff/source/[f-t]*Arkadiy Illarionov
2018-09-13loplugin:constfields in xmloffNoel Grandin
2018-09-13loplugin:simplifyconstruct in writerfilter..xmlsecurityNoel Grandin
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen
2018-09-06clang-tidy performance-unnecessary-value-paramNoel Grandin
2018-08-29new loplugin:oustringbufferNoel Grandin
2018-08-22new loplugin:conststringfieldNoel Grandin
2018-08-16Resolves: tdf#119013 do not over-aggressively reorder date particlesEike Rathke
2018-08-14create appendCopy method in OUStringBufferNoel Grandin
2018-07-30loplugin:returnconstant in xmloffNoel Grandin
2018-07-29cppcheck: useInitializationList in test to xmloffJochen Nitschke
2018-07-28loplugin:stringloop in xmloffNoel Grandin
2018-07-23loplugin:unusedfieldsNoel Grandin
2018-07-19Fix typosAndrea Gelmini
2018-07-17loplugin:useuniqueptr in SvXMLExportPropertyMapper::ImplNoel Grandin
2018-07-12tdf#65353 separate autostyle collection and exportTomaž Vajngerl
2018-07-12Add missing sal/log.hxx headersGabor Kelemen
2018-07-10Revert "tdf#118324 Extend ODF for blank in integer"Eike Rathke
2018-07-10tdf#65353 filter fonts when embedding (unused, font script)Tomaž Vajngerl
2018-07-10[API CHANGE] tdf#65353 Add more doc. settings more embedding fontsTomaž Vajngerl
2018-07-10tdf#118324 Extend ODF for blank in integerLaurent BP
2018-06-27xmloff: prevent embedding same font files with checksummingTomaž Vajngerl
2018-06-27xmloff: cleanup XMLFontAutoStylePool, use range for, std::pairTomaž Vajngerl
2018-06-22tdf#42949 Fix IWYU warnings in include/sal/Gabor Kelemen
2018-06-20remove printfTomaž Vajngerl
2018-06-19xmloff: add m_ prefix to instance vars in XMLFontAutoStylePoolTomaž Vajngerl
2018-06-11Derive NativeNumberXmlAttributes2 from NativeNumberXmlAttributes, tdf#115007 ...Eike Rathke
2018-06-08tdf#115007: add import/export to NatNum12 (spell out numbers,László Németh
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke
2018-05-29loplugin:unusedfields-in-constructor in xmloffNoel Grandin
2018-04-15remove some unused comphelper includesJochen Nitschke
2018-04-08tdf#112384 sw: Allow New line as a label followed by chapter numberingNithin Kumar Padavu
2018-03-15Fix typosAndrea Gelmini
2018-03-07tdf#115432 footnote separator position wrong (3rd attempt)Noel Grandin
2018-03-07tdf#115432 footnote separator position wrong (2nd attempt)Noel Grandin
2018-03-07Revert "tdf#115432 footnote separator position remain in the left side"Noel Grandin
2018-03-07Move BackGraphicURL property & friends to BackGraphic + fixesTomaž Vajngerl
2018-03-06use more Color in xmloffNoel Grandin
2018-03-06add some color conversion methods to sax::ConverterNoel Grandin
2018-02-27tdf#115432 footnote separator position remain in the left sideNoel Grandin
2018-02-26xmloff: remove unused code when loading/saving the bitmap tableTomaž Vajngerl
2018-02-25fix import of graphic bulletsTomaž Vajngerl
2018-02-21report the saved mimetype when saving graphic + mime from streamTomaž Vajngerl
2018-02-20create uno::Any overrides for ColorNoel Grandin
2018-02-20drop Color::SetColor(ColorData) in favour of operator=Noel Grandin
2018-02-01Change bitmap table to store XBitmap instead of GraphicObject URLTomaž Vajngerl
2018-01-25reuse limitCaolán McNamara