summaryrefslogtreecommitdiff
path: root/oox/source/core
AgeCommit message (Expand)AuthorFilesLines
2024-04-09tdf#146619 Drop unused 'using namespace' in: oox/Gabor Kelemen2-2/+0
2024-03-14tdf#160192: fix crash when trying to overwrite file in RO dir+lock fileJulien Nabet1-1/+1
2024-03-11tdf#158773 reduce cost of importing binary dataNoel Grandin1-5/+4
2024-02-01tdf#154587: allow directory entries in ZIP packagesMike Kaganski1-1/+3
2024-01-29Don't export personal metadata to OOXML in privacy modeSamuel Mehrbrodt1-9/+34
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski2-2/+2
2023-12-14Related: tdf#76115 Also pass RepairPackage to FilterDetectMike Kaganski1-5/+6
2023-12-14tdf#76115: pass RepairPackage property from media descriptor to ZipStorageMike Kaganski1-1/+3
2023-12-06tdf#126084 import svg image from ooxml document that use svgBlip elem.Tomaž Vajngerl1-0/+1
2023-11-26tdf#96401: allow to detect a broken ZIP packageMike Kaganski1-1/+2
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: ooxStephan Bergmann2-5/+5
2023-07-06tdf#141058 oox,sw: OOXML import/export of decorative on shapesMichael Stahl1-0/+1
2023-06-26new loplugin:constexprliteralNoel Grandin1-3/+3
2023-06-01Revert "Convert XFastParser into a normal C++ interface"Noel Grandin1-1/+0
2023-06-01Convert XFastParser into a normal C++ interfaceNoel Grandin1-0/+1
2023-04-14loplugin:stringviewparam improvementsNoel Grandin1-2/+3
2023-04-09new loplugin:unnecessarygetstrNoel Grandin1-4/+8
2023-02-01tdf#107841 oox: rename ambiguous and confusing ECMA_DIALECTMichael Stahl1-1/+1
2022-10-12crashtesting: exception during dtorCaolán McNamara1-0/+6
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski1-2/+2
2022-09-28use more string_view in ooxNoel Grandin1-2/+2
2022-09-09tdf#150719 PPTX import: fix hyperlink format (lost underline)Tibor Nagy1-6/+0
2022-08-02clang-tidy modernize-pass-by-value in ooxNoel Grandin5-12/+17
2022-08-02use more getStringDefaultedNoel Grandin3-10/+10
2022-07-22elide some makeStringAndClear() callsNoel Grandin1-1/+1
2022-05-04Just use Any ctor instead of makeAny in ooxStephan Bergmann1-1/+1
2022-04-14use more string_view in ooxNoel Grandin1-3/+6
2022-04-04sc: add support for xr2 namespace and read uid of sparkline groupTomaž Vajngerl1-0/+2
2022-03-12Introduce FastAttributeList::add(NS) taking std::u16string_viewMike Kaganski1-13/+11
2022-02-25Advanced Diagram support: cleanup/consolidate with existing codeArmin Le Grand (Allotropia)1-0/+6
2022-01-30Recheck modules [o-r]* with IWYUGabor Kelemen1-1/+0
2021-11-26loplugin:stringliteraldefine in l10ntools..ooxNoel Grandin1-3/+2
2021-11-16rtl::Static->thread-safe static in ooxNoel Grandin2-14/+13
2021-11-13rtl::Static->thread-safe staticNoel Grandin1-1/+1
2021-11-13rtl::Static->thread-safe static in StaticNamespaceMapNoel Grandin2-2/+2
2021-11-08use more OUStringLiteral in MediaDescriptorNoel Grandin3-14/+14
2021-10-30Prepare for removal of non-const operator[] from Sequence in ooxMike Kaganski1-6/+7
2021-10-13tdf#144642 XLSX import: round down row height to 0.75 ptAttila Szűcs1-1/+8
2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann1-2/+2
2021-09-01clang-tidy:readability-redundant-member-initNoel Grandin1-2/+1
2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin1-2/+2
2021-07-31osl::Mutex->std::mutex in DocumentOpenedGuardNoel Grandin1-4/+4
2021-07-31rtl::Static -> static localNoel Grandin1-1/+1
2021-07-08tdf143222 Handle alternate content of graphicData element.Gülşah Köse2-71/+84
2021-07-04tdf#143175 - Join elements including a delimiter using a standard iteratorAndreas Heinisch1-6/+4
2021-06-18tdf#127864 - Export custom document properties using utf8 text encodingAndreas Heinisch1-1/+2
2021-05-03loplugin:unnecessaryparen small improvementNoel Grandin1-3/+3
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin1-2/+2
2021-04-27use string_view in INetURLObject::decodeNoel Grandin1-8/+8
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin1-1/+1