summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)AuthorFilesLines
2021-09-17no need to store a CharClass in SvXMLNumFmtExportNoel Grandin1-8/+1
2021-09-17tdf#143550 - use the term "gluepoints" consistentlyrocso3-10/+10
2021-09-17Some more uses of rtl_math_(u)StringToDoubleStephan Bergmann1-2/+6
2021-09-17speedup toUpperCase when called in parallelNoel Grandin1-1/+1
2021-09-15loplugin:constvarsNoel Grandin3-4/+4
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski5-27/+5
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski8-16/+16
2021-09-11clang:optin.performance.Padding in xmloffNoel Grandin3-9/+16
2021-09-10xmloff: ODF export: avoid mysterious crash while sorting shapesMichael Stahl1-0/+5
2021-09-09ODT export: order <style:font-face> elements inside <office:font-face-decls>Miklos Vajna1-6/+47
2021-09-08Fix typosAndrea Gelmini1-1/+1
2021-09-06clang-tidy:clang-analyzer-optin.performance.PaddingNoel Grandin1-3/+3
2021-09-06tdf#142965 color filter: allow filtering by no fill/automatic colorSamuel Mehrbrodt2-0/+2
2021-09-04dynamic_cast -> static_cast (tdf#130795)Noel Grandin4-9/+8
2021-09-03tdf#62032 ODT export: handle style:list-level="..." for para stylesMiklos Vajna4-2/+71
2021-09-03clang-tidy:readability-redundant-member-initNoel Grandin31-83/+20
2021-09-02Related: tdf#137363 ODT import: handle style:list-level="..." for para stylesMiklos Vajna3-0/+50
2021-09-01tdf#143942: oox: import/export labels from <c15:datalabelsRange>Dennis Francis7-23/+106
2021-08-31tdf#126126 ODT import: improve import of cross-table commented text rangeMiklos Vajna3-2/+37
2021-08-30ofz: MemorySanitizer: use-of-uninitialized-valueCaolán McNamara1-8/+8
2021-08-23update some pchesCaolán McNamara1-2/+12
2021-08-23xmloff: avoid annoying warnings about bookmark conditionsMichael Stahl2-3/+11
2021-08-23tdf#143736 Load hyperlink from more shapesSamuel Mehrbrodt1-0/+11
2021-08-22Resolves: tdf#143979 Write and read empty text element in number formatsEike Rathke2-3/+33
2021-08-20New loplugin:unusedcapturedefaultStephan Bergmann3-3/+3
2021-08-19tdf#143736 Fix loading hyperlink from textboxSamuel Mehrbrodt1-0/+11
2021-08-18loplugin:constparamsNoel Grandin1-2/+2
2021-08-18tdf#143736 Fix loading hyperlink from various shapesSamuel Mehrbrodt1-15/+21
2021-08-17Add import for new starmath mathml elementsdante2-0/+2
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin3-1/+3
2021-08-13Export Math ML from new mathml nodesdante2-0/+22
2021-08-11xmloff: work around LD_LIBRARY_PATH breaking odfvalidatorMichael Stahl1-0/+4
2021-08-11Drop convertMm100ToTwip in favor of the new o3tl::toTwipsMike Kaganski1-1/+1
2021-08-10no need to use unique_ptr for NamespaceDefine hereNoel Grandin1-4/+4
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin1-1/+1
2021-08-02convert #defines to OUStringLiteralNoel Grandin3-5/+5
2021-08-01unordered_map is better for pointer keysNoel Grandin1-11/+2
2021-08-01unordered_map is better for pointer keysNoel Grandin2-5/+6
2021-08-01o3tl::sorted_vector is better for small sets of pointersNoel Grandin2-4/+3
2021-08-01osl::Mutex->static local in EnhancedCustomShapeTokenNoel Grandin1-21/+17
2021-08-01osl::Mutex->std::mutex in SvXMLExport::SetErrorNoel Grandin1-3/+3
2021-07-26use officecfg for security optionsNoel Grandin3-8/+4
2021-07-26tdf#123626 Allow adding hyperlinks to shapesSamuel Mehrbrodt4-3/+42
2021-07-25use officecfg to retrieve OdfDefaultVersionNoel Grandin2-4/+3
2021-07-23sw bibliography, local copy: add ODF filterMiklos Vajna5-7/+75
2021-07-23loplugin:noexceptmove (macOS, libc++)Stephan Bergmann1-1/+1
2021-07-22pass SvXMLNamespaceMap around by valueNoel Grandin1-50/+50
2021-07-20no need to store data separately in SvXMLAttrContainerItemNoel Grandin1-0/+12
2021-07-20no need to allocate Sequence separately in FilterPropertiesInfo_ImplNoel Grandin1-7/+8
2021-07-19Make obvious that this is in a try/catch blockSamuel Mehrbrodt1-17/+20