summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)AuthorFilesLines
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
2021-07-16tdf#92796 ODF import: remove unused bitmap fillsMichael Stahl4-58/+117
2021-07-07WaE: Wodr type 'ActionMapTypesOOo' violates the C++ ODRCaolán McNamara1-1/+1
2021-07-03tdf#142902 DOCX export: remove personal info of comments and changesLászló Németh2-12/+14
2021-06-30Fix potential (but unlikely) overflowJan-Marek Glogowski1-2/+2
2021-06-30Purge out rtl::math::setNanBaiXiaochun2-14/+6
2021-06-29new ODF numbered list parameter loext:num-list-formatVasily Melenchuk4-14/+39
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin8-31/+31
2021-06-26loplugin:finalclasses in xmloffNoel Grandin4-5/+4
2021-06-22crashtesting: assert on export of tdf105134-1.docx to odtCaolán McNamara1-14/+17
2021-06-17tdf#90401 xmloff: remove personal info of comments and changesLászló Németh4-10/+46
2021-06-11Simplify Sequences initializations (writerfilter/writerperfect/x*)Julien Nabet12-60/+21
2021-06-09dtd files are not xml files and shouldn't have xml headersCaolán McNamara1-1/+0
2021-06-08editengine-columns: ODF support [API CHANGE]Mike Kaganski4-0/+14
2021-06-08Use containerToSequence for Sequence of dynamic sizeVasily Melenchuk1-121/+82
2021-06-04Fix typoAndrea Gelmini1-2/+2
2021-06-03tdf#142546 broken formulas in .FODT filesNoel Grandin1-0/+5
2021-05-30no need to allocate this separatelyNoel Grandin1-16/+12
2021-05-29Missing includeMike Kaganski1-0/+1
2021-05-29std::unique_ptr->std::optionalNoel Grandin2-18/+18
2021-05-28tdf#137199: sw: convert list format string to prefix/suffix for ODFVasily Melenchuk1-1/+18
2021-05-27tdf#60382 sw xmloff: import/export tracked table/row deletionLászló Németh2-0/+2
2021-05-27we can search std::set without allocating on the heapNoel Grandin1-18/+18
2021-05-20simplify some XMLPropertyState memory managementNoel Grandin2-20/+8
2021-05-14Improve loplugin:stringviewStephan Bergmann1-2/+1
2021-05-13inline some typedefsNoel Grandin2-5/+2
2021-05-11Missing includeMike Kaganski1-0/+1
2021-05-11change usage of boost::hash_combine to o3tl::hash_combineTomaž Vajngerl4-12/+12
2021-05-10tdf#138209 ODF export: work around forms problem in LO < 7.0Michael Stahl16-81/+156
2021-05-04tdf#76258 Add ODF import/exportSamuel Mehrbrodt2-0/+2
2021-05-03loplugin:stringadd improvement for appending numbersNoel Grandin4-9/+8
2021-05-03loplugin:unnecessaryparen small improvementNoel Grandin2-9/+9
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann22-41/+41
2021-05-02tdf#79049 speed up OOXML workbook load (4)Noel Grandin2-4/+3