summaryrefslogtreecommitdiff
path: root/include/xmloff
AgeCommit message (Expand)Author
2016-08-29Make SvXMLTokenMap compatible with FastTokens:Mohammed Abdul Azeem
2016-08-26Make SvXMLTokenMap compatible with FastTokens:Daniel Sikeler
2016-08-25cid#1371771 Uncaught exceptionStephan Bergmann
2016-08-23GSoC - First cut at migrating xmloff/ to use FastParser:Mohammed Abdul Azeem
2016-08-23use rtl::Static for static std::ordered_set in XMLPropStyleContextNoel Grandin
2016-08-17UTF-8 is Unicode, tooTor Lillqvist
2016-08-17loplugin:staticmethodsTor Lillqvist
2016-08-16tdf#100547 Save to ODF XY customized namesLaurent Balland-Poirier
2016-08-16GSoC - implement global tokenhandler for odf-tokensDaniel Sikeler
2016-07-27tdf#100834 Extend ODF for integer/fraction delimiterLaurent Balland-Poirier
2016-07-27tdf#100755 Extend ODF to allow 0 in fractionLaurent Balland-Poirier
2016-07-27improve passstuffbyref return analysisNoel Grandin
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann
2016-07-07GSoC Writer Table Styles ImportJakub Trzebiatowski
2016-06-28loplugin:singlevalfields in variousNoel Grandin
2016-06-23Introduce FillAutoStyle() method to reduce copy'n'paste.Jan Holesovsky
2016-06-20GSoC Table Styles, Export Cell StylesJakub Trzebiatowski
2016-06-14tdf#88206 Change use of cppu::WeakImplHelper*krishna keshav
2016-06-08Let loplugin:passstuffbyref also look at fn defn not preceded by any declStephan Bergmann
2016-06-06tdf#89329: use unique_ptr for pImpl in xmlnumfeXisco Fauli
2016-06-06remove some manual ref counting in svx and xmloffNoel Grandin
2016-05-30tdf#99661 Add max-denominator-value attribute to number:fractionLaurent Balland-Poirier
2016-05-30tdf#100134 xmloff: only update the progressbar twice for every percentMiklos Vajna
2016-05-26loplugin:unusedmethodsNoel Grandin
2016-05-25Convert XMLTextParagraphExport::FrameType to scoped enumNoel Grandin
2016-05-24Convert XMLTextType to scoped enumNoel Grandin
2016-05-20clang-tidy misc-assign-operator-signatureNoel Grandin
2016-04-14loplugin:passstuffbyref in xmloffNoel Grandin
2016-04-12Avoid reserved identifierStephan Bergmann
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke
2016-04-12clang-tidy performance-unnecessary-value-param in xmloffNoel Grandin
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke
2016-03-29Avoid reserved identifiersStephan Bergmann
2016-03-16loplugin:constantparam in xmloff/Noel Grandin
2016-03-08loplugin:constantparam in xmloffNoel Grandin
2016-03-04loplugin:unuseddefaultparams in vcl and xmloffNoel Grandin
2016-02-25loplugin:unuseddefaultparams in xmloff/Noel Grandin
2016-02-22loplugin:write only fieldsNoel Grandin
2016-02-19add "use-wildcards" XML_USE_WILDCARDS, tdf#72196Eike Rathke
2016-02-09Remove excess newlinesChris Sherlock
2016-02-09Formatting changes across all modulesChris Sherlock
2016-02-02xmloff: tdf#96147: ODF export: fix duplicate fo:background-colorMichael Stahl
2016-01-15loplugin:unusedmethods unused return value in include/xmloffNoel Grandin
2016-01-12xmloff: SvXMLExport::mbExtended is dead nowMichael Stahl
2016-01-10Fix typosAndrea Gelmini
2016-01-08tdf#96480: ODF import: eliminate duplicate cross reference heading bookmarksMichael Stahl
2015-12-22tdf#96181 SVG: Add support for <use> elementXisco Fauli
2015-12-22loplugin:unusedfields in include/vclNoel Grandin
2015-12-19xmloff: missing includeMiklos Vajna
2015-12-19coverity#1343637 Double freeCaolán McNamara