summaryrefslogtreecommitdiff
path: root/sax/source
AgeCommit message (Expand)AuthorFilesLines
9 daystdf#36709 sw: Writer layout for font-relative first-line indentJonathan Clark1-2/+2
10 daysloplugin:reftotemp in pyuno..saxNoel Grandin3-26/+26
2024-11-05tdf#163486: PVS: variable is assigned but not usedXisco Fauli1-4/+2
2024-11-01tdf#36709 Refactor Converter to separate parsing from unit conversionJonathan Clark1-44/+176
2024-10-08cid#1632259 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+1
2024-10-08tdf#163344: improve Converter::convertDurationMike Kaganski1-10/+8
2024-09-12Optimize TokenMap and AttributeList in oox and xoMike Kaganski1-7/+9
2024-09-12Simplify a bitMike Kaganski1-33/+19
2024-09-10use more concrete UNO type in saxNoel Grandin1-2/+2
2024-07-19Fix "lets" -> "let's"Andrea Gelmini1-1/+1
2024-07-09Make convert*Angle strictMike Kaganski1-38/+64
2024-06-25tdf#161483 enable LO to read ODF angle unitsRegina Henschel1-0/+50
2024-06-11tdf#161327 Interpret angle units in dr3d:end-angle ..Regina Henschel1-78/+39
2024-05-10loplugin:ostr in saxNoel Grandin4-30/+33
2024-04-28Extended loplugin:ostr manual changesStephan Bergmann1-1/+1
2024-03-31tdf#146619 Drop unused 'using namespace' in: sax/Gabor Kelemen3-4/+0
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski1-1/+1
2023-12-10cid#1545177 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2023-11-29Extended loplugin:ostr: saxStephan Bergmann1-7/+7
2023-11-27tdf#158302 fix build against system-libxml-2.12Miklos Vajna1-1/+1
2023-11-19Extended loplugin:ostr: saxStephan Bergmann1-2/+2
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: saxStephan Bergmann2-3/+3
2023-10-14Use exception ctors, instead of setting members laterMike Kaganski1-33/+12
2023-09-10using decls should come after #includeNoel Grandin3-6/+6
2023-08-07tdf#150137 fastparser: don't crash on undeclared namespaceAron Budea1-3/+5
2023-08-01tdf#146619 Remove unused #includes from C/C++ filesVenetia Furtado3-3/+0
2023-06-01Revert "Convert XFastParser into a normal C++ interface"Noel Grandin3-19/+12
2023-06-01Convert XFastParser into a normal C++ interfaceNoel Grandin3-12/+19
2023-04-30Use getXWeak in saxMike Kaganski1-2/+2
2023-04-12tdf#39593: remove trim(), use o3tl::trim() insteadBayram Çiçek1-30/+4
2023-04-06Use more *string_viewMike Kaganski4-68/+36
2023-03-18loplugin:stringadd use more O[U]StringCharNoel Grandin1-4/+2
2023-03-17elide some temporary OUStringsNoel Grandin1-2/+2
2023-03-06clang-tidy dead-storeNoel Grandin1-1/+1
2023-02-16Drop 'using namespace ::std' in dirs s*Gabor Kelemen2-3/+1
2023-01-16Simplify FastAttributeListMike Kaganski1-34/+6
2023-01-15Merge SvXMLAttributeList to comphelper::AttributeListMike Kaganski2-6/+3
2023-01-15tdf#117266 sc oox: export vml button with a correct nameJustin Luth2-2/+8
2022-10-20remove commentNoel Grandin1-1/+0
2022-10-20SAL_WARN->SAL_INFO in saxNoel Grandin1-1/+1
2022-10-12crashtesting: exception during dtorCaolán McNamara1-2/+18
2022-10-11use std::unique_ptrCaolán McNamara1-1/+0
2022-09-28avoid some ref-counting in a hot pathNoel Grandin1-1/+1
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-08-18tdf#39593 Ruduce copy/paste code in Converter::converterDurationLiu Hao1-158/+10
2022-08-01use more string_view when dealing with attributesNoel Grandin1-8/+3
2022-07-28tdf#119840 remove some OUString allocationNoel Grandin1-0/+7
2022-07-22elide some makeStringAndClear() callsNoel Grandin1-1/+2
2022-07-06micro-optimisation in FastAttributeListNoel Grandin1-12/+12
2022-07-06shave some cost off SaxContextNoel Grandin1-5/+5