summaryrefslogtreecommitdiff
path: root/xmloff/source/style
AgeCommit message (Expand)AuthorFilesLines
7 daysmake more use of OUStringBuffer::append(OUStringConcat)Noel Grandin1-3/+1
2023-02-28no need to allocate tabstops vector separatelyNoel Grandin1-7/+4
2023-02-16Drop 'using namespace ::std' in dirs [u-x]*Gabor Kelemen6-51/+42
2023-02-01xmloff: import of theme structure + import/export/round-trip testsTomaž Vajngerl1-5/+16
2023-01-31sd: use XTheme to transport the theme to xmloff import/exportTomaž Vajngerl1-13/+59
2023-01-30tdf#118324 Treat blank ? in integerLaurent Balland2-50/+80
2023-01-24xmloff: extract XMLThemeContext into own classTomaž Vajngerl1-0/+123
2023-01-23xmloff: ODF export: missing extension check in XMLStyleExportMichael Stahl1-1/+2
2023-01-15Merge SvXMLAttributeList to comphelper::AttributeListMike Kaganski4-7/+6
2023-01-15XUnoTunnel->dynamic_cast in StyleMapNoel Grandin1-3/+0
2023-01-13xmloff: use XThemeColor in ODF, change the format for themesTomaž Vajngerl1-3/+1
2022-12-18crashtesting: assert seen with forum-mso-en4-747641.xlsx with LCID F6E0BCaolán McNamara1-1/+2
2022-11-30tdf#133343 collect autostyle prop namesNoel Grandin5-13/+54
2022-11-07xmloff: write transliteration-spellout only in extended ODFLászló Németh1-2/+2
2022-11-04tdf#54857 use OUStringConstExpr in XMLPropertyMapEntryNoel Grandin2-222/+223
2022-09-21use more string_view in xmloffNoel Grandin2-4/+4
2022-09-14tdf#149551 use 'WritingMode' instead of TextPreRotateAngleRegina Henschel2-1/+5
2022-09-08loplugin:unusedmethodsNoel Grandin1-1/+0
2022-09-01cid#1500508 Using a moved objectNoel Grandin1-1/+1
2022-08-31flatten data structures in SvXMLAutoStylePoolP_Impl a littleNoel Grandin2-57/+45
2022-08-23tdf#57317 odf export: avoid autolist conflict with NumberingStylesJustin Luth1-7/+2
2022-08-21tdf#150407 do not use loext in save in ODF strictRegina Henschel1-25/+26
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann2-2/+2
2022-07-21Removed duplicated includeAndrea Gelmini1-1/+0
2022-07-12tdf#96723 Number format: embedded text in decimalLaurent BP2-18/+27
2022-07-12clang-tidy modernize-pass-by-value in xmloffNoel Grandin14-48/+60
2022-07-07elide some string copiesNoel Grandin1-1/+1
2022-06-10new loplugin:moveitNoel Grandin1-2/+2
2022-06-08Related: tdf#149484 Write proper <number:boolean-style> with <number:text>Eike Rathke1-0/+31
2022-06-08Resolves: tdf#149484 Read and handle <number:text> in <number:boolean-style>Eike Rathke1-10/+14
2022-06-02tdf#148846 TOC: Character fill for tabulation is wrongNoel Grandin1-2/+2
2022-06-02elide some makeStringAndClear() classNoel Grandin1-5/+8
2022-05-30these can be stack allocatedNoel Grandin1-15/+15
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann1-7/+8
2022-05-03Just use Any ctor instead of makeAny in xmloffStephan Bergmann5-5/+5
2022-04-29use more string_view in xmloffNoel Grandin1-1/+1
2022-04-20use more FastAttributeIter::toViewNoel Grandin4-6/+6
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin1-5/+6
2022-04-12loplugin:stringview more o3tl conversionNoel Grandin1-3/+4
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin1-1/+2
2022-03-15ofz: Use-of-uninitialized-valueCaolán McNamara1-1/+1
2022-03-13ofz: Use-of-uninitialized-valueCaolán McNamara1-2/+6
2022-03-11new loplugin:trivialdestructorNoel Grandin10-59/+0
2022-01-20WASM --enable-wasm-strip now skips lots of LO codeArmin Le Grand (Allotropia)1-1/+8
2022-01-04Drop all commented SAL_DEBUG callsJan-Marek Glogowski1-2/+0
2021-12-26Avoid OUStringBuffer::toString where possibleMike Kaganski1-3/+2
2021-12-26can use OUStringLiteral hereNoel Grandin2-7/+7
2021-12-14tdf#62032 xmloff: list-level is positiveInteger, impl is 0-basedJustin Luth1-1/+2
2021-12-13ODP import/export: refer to theme from shape text color with effectsMiklos Vajna3-0/+42
2021-11-24loplugin:stringliteraldefine in comphelperNoel Grandin2-2/+2