summaryrefslogtreecommitdiff
path: root/xmloff/source
AgeCommit message (Expand)Author
2021-09-10xmloff: ODF export: avoid mysterious crash while sorting shapesMichael Stahl
2021-09-08Fix typosAndrea Gelmini
2021-09-06clang-tidy:clang-analyzer-optin.performance.PaddingNoel Grandin
2021-09-06tdf#142965 color filter: allow filtering by no fill/automatic colorSamuel Mehrbrodt
2021-09-04dynamic_cast -> static_cast (tdf#130795)Noel Grandin
2021-09-03tdf#62032 ODT export: handle style:list-level="..." for para stylesMiklos Vajna
2021-09-03clang-tidy:readability-redundant-member-initNoel Grandin
2021-09-02Related: tdf#137363 ODT import: handle style:list-level="..." for para stylesMiklos Vajna
2021-09-01tdf#143942: oox: import/export labels from <c15:datalabelsRange>Dennis Francis
2021-08-31tdf#126126 ODT import: improve import of cross-table commented text rangeMiklos Vajna
2021-08-30ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara
2021-08-23xmloff: avoid annoying warnings about bookmark conditionsMichael Stahl
2021-08-23tdf#143736 Load hyperlink from more shapesSamuel Mehrbrodt
2021-08-22Resolves: tdf#143979 Write and read empty text element in number formatsEike Rathke
2021-08-20New loplugin:unusedcapturedefaultStephan Bergmann
2021-08-19tdf#143736 Fix loading hyperlink from textboxSamuel Mehrbrodt
2021-08-18loplugin:constparamsNoel Grandin
2021-08-18tdf#143736 Fix loading hyperlink from various shapesSamuel Mehrbrodt
2021-08-17Add import for new starmath mathml elementsdante
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin
2021-08-13Export Math ML from new mathml nodesdante
2021-08-11Drop convertMm100ToTwip in favor of the new o3tl::toTwipsMike Kaganski
2021-08-10no need to use unique_ptr for NamespaceDefine hereNoel Grandin
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin
2021-08-02convert #defines to OUStringLiteralNoel Grandin
2021-08-01unordered_map is better for pointer keysNoel Grandin
2021-08-01unordered_map is better for pointer keysNoel Grandin
2021-08-01o3tl::sorted_vector is better for small sets of pointersNoel Grandin
2021-08-01osl::Mutex->static local in EnhancedCustomShapeTokenNoel Grandin
2021-08-01osl::Mutex->std::mutex in SvXMLExport::SetErrorNoel Grandin
2021-07-26use officecfg for security optionsNoel Grandin
2021-07-26tdf#123626 Allow adding hyperlinks to shapesSamuel Mehrbrodt
2021-07-25use officecfg to retrieve OdfDefaultVersionNoel Grandin
2021-07-23sw bibliography, local copy: add ODF filterMiklos Vajna
2021-07-23loplugin:noexceptmove (macOS, libc++)Stephan Bergmann
2021-07-22pass SvXMLNamespaceMap around by valueNoel Grandin
2021-07-20no need to store data separately in SvXMLAttrContainerItemNoel Grandin
2021-07-20no need to allocate Sequence separately in FilterPropertiesInfo_ImplNoel Grandin
2021-07-19Make obvious that this is in a try/catch blockSamuel Mehrbrodt
2021-07-16tdf#92796 ODF import: remove unused bitmap fillsMichael Stahl
2021-07-07WaE: Wodr type 'ActionMapTypesOOo' violates the C++ ODRCaolán McNamara
2021-07-03tdf#142902 DOCX export: remove personal info of comments and changesLászló Németh
2021-06-30Fix potential (but unlikely) overflowJan-Marek Glogowski
2021-06-30Purge out rtl::math::setNanBaiXiaochun
2021-06-29new ODF numbered list parameter loext:num-list-formatVasily Melenchuk
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin
2021-06-22crashtesting: assert on export of tdf105134-1.docx to odtCaolán McNamara
2021-06-17tdf#90401 xmloff: remove personal info of comments and changesLászló Németh
2021-06-11Simplify Sequences initializations (writerfilter/writerperfect/x*)Julien Nabet
2021-06-08editengine-columns: ODF support [API CHANGE]Mike Kaganski