summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)AuthorFilesLines
2018-06-08tdf#115007: add import/export to NatNum12 (spell out numbers,László Németh4-18/+53
2018-06-08look for unnecessary calls to Reference::is() after an UNO_QUERY_THROWNoel Grandin3-27/+14
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke3-5/+1
2018-05-30Load ODF signature line signed imagesSamuel Mehrbrodt1-0/+65
2018-05-29loplugin:unusedfields-in-constructor in xmloffNoel Grandin23-81/+39
2018-05-27Fix typosAndrea Gelmini1-1/+1
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin1-4/+7
2018-05-22vbahelper, xmloff: Ask current datetime only onceTakeshi Abe1-4/+4
2018-05-20Fix typosAndrea Gelmini1-6/+6
2018-05-17crashtesting: assert on fdo62508-1.odtCaolán McNamara2-4/+12
2018-05-17New o3tl::temporary to simplify calls of std::modfStephan Bergmann1-3/+2
2018-05-17Avoid warning C4101 with some over-eager MSVCStephan Bergmann1-0/+1
2018-05-17loplugin:redundantcast improvements for floating-integer conversionsStephan Bergmann1-1/+6
2018-05-16loplugin:constantparamNoel Grandin1-9/+8
2018-05-11Only write mime-type attribute if ODF version > 1.2Samuel Mehrbrodt1-1/+1
2018-05-10Only write signatureline element if ODF version > 1.2Samuel Mehrbrodt1-1/+2
2018-05-08OFFICE-3776 xmloff: adapt ODF import to renamed text:sender-initialsMichael Stahl6-6/+15
2018-05-05Fix typosAndrea Gelmini1-1/+1
2018-04-30loplugin:useuniqueptr in XMLTextParagraphExportNoel Grandin2-8/+7
2018-04-27Fix typosAndrea Gelmini2-2/+2
2018-04-26[API CHANGE] deprecate XGraphicObjectResolverTomaž Vajngerl2-51/+35
2018-04-21cppcheck: identicalInnerConditionJochen Nitschke1-13/+11
2018-04-19tdf#117075 TOC numberings have incorrect right indentNoel Grandin9-3/+27
2018-04-16Make linked graphic register into LinkedManager againTomaž Vajngerl1-12/+4
2018-04-15remove some unused comphelper includesJochen Nitschke9-9/+0
2018-04-11new loplugin:unusedvariablemoreNoel Grandin1-3/+0
2018-04-10xmloff: fix leak in XMLPropertySetMapperEntry_ImplMichael Stahl1-3/+7
2018-04-09use more DBG_UNHANDLED_EXCEPTIONNoel Grandin7-24/+31
2018-04-08tdf#112384 sw: Allow New line as a label followed by chapter numberingNithin Kumar Padavu4-2/+19
2018-04-07SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand1-36/+3
2018-04-06Revert "SOSAW080: Added first bunch of basic changes to helpers"Armin Le Grand1-3/+36
2018-04-06SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand1-36/+3
2018-04-03new loplugin:dbgunhandledexceptionNoel Grandin2-4/+4
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin10-34/+29
2018-04-02give DBG_UNHANDLED_EXCEPTION_WHEN an area parameterNoel Grandin2-18/+18
2018-04-01remove unused processfactory.hxx includesJochen Nitschke6-6/+0
2018-03-29loplugin:unusedmethodsNoel Grandin4-16/+0
2018-03-28loplugin:virtualdown in xmloff/xmlsecurityNoel Grandin7-13/+5
2018-03-28tdf#115005: New option to prevent adding fallback imagesSerge Krot2-1/+6
2018-03-26forcepoint #35 handle odd number of dimension fragmentsCaolán McNamara1-1/+1
2018-03-25xmloff: export ruby-position in a more compatible way.Mark Hung2-10/+5
2018-03-20tdf#115005 Do not remove original vector images from slidesSerge Krot1-0/+4
2018-03-20tdf#83877 ODF: Load signature linesSamuel Mehrbrodt5-0/+93
2018-03-20Signatureline ODF export: Use tokens instead of plain stringsSamuel Mehrbrodt3-10/+24
2018-03-19Improve error message on token inconsistencySamuel Mehrbrodt1-1/+2
2018-03-19Write signatureline element after imagesSamuel Mehrbrodt1-2/+2
2018-03-15Fix typosAndrea Gelmini2-3/+3
2018-03-14loplugin:constantparamNoel Grandin1-3/+2
2018-03-14Moving XSAXDocumentBuilder2 to use XFastDocumentHandler:Mohammed Abdul Azeem10-174/+262
2018-03-14xmloff: ODF import: improve meta:generator checksMichael Stahl3-9/+148