summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)AuthorFilesLines
2022-03-01tdf#147126 sw: fix missing as_char anchoring of group textboxesAttila Bakos (NISZ)1-1/+1
2022-02-26cid#1500663 std::move a sal_uInt16 and then return the original is unorthodoxCaolán McNamara1-1/+1
2022-02-24ODT import: fix MSO-style <text:list text:continue-numbering="true">Miklos Vajna6-0/+83
2022-02-24tdf#147580 use valid values for extrusion-specularityRegina Henschel8-7/+98
2022-02-24tdf#72776 Allow text removal in the shapesSzymon Kłos1-0/+7
2022-02-17tdf#145700 Improve lighting in extruded custom shapesRegina Henschel8-0/+139
2022-02-02Fix variable nameAndrea Gelmini1-1/+1
2022-01-20Fix typosAndrea Gelmini2-2/+2
2022-01-20WASM --enable-wasm-strip now skips lots of LO codeArmin Le Grand (Allotropia)15-3/+188
2022-01-05Fix typosAndrea Gelmini1-2/+2
2022-01-05tdf#130076 Fixed flip not working properly from fileDhiraj Holden1-1/+24
2022-01-04Drop all commented SAL_DEBUG callsJan-Marek Glogowski1-2/+0
2021-12-26Avoid OUStringBuffer::toString where possibleMike Kaganski2-4/+3
2021-12-26can use OUStringLiteral hereNoel Grandin3-9/+9
2021-12-21SAL_WARN->SAL_INFONoel Grandin1-2/+2
2021-12-21also handle SVG_COMPAT namespace hereNoel Grandin1-1/+2
2021-12-17Fix typosAndrea Gelmini1-1/+1
2021-12-17loplugin:unusedvariablecheck improveNoel Grandin7-14/+0
2021-12-14sw ODF shape import: improve is-textbox checkMiklos Vajna3-1/+49
2021-12-14tdf#62032 xmloff: list-level is positiveInteger, impl is 0-basedJustin Luth3-4/+6
2021-12-13ODP import/export: refer to theme from shape text color with effectsMiklos Vajna8-0/+67
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann2-2/+2
2021-12-09ODP import/export: refer to theme from shape text colorMiklos Vajna7-15/+87
2021-12-08ODP import: handle theme of master pagesMiklos Vajna3-0/+170
2021-12-07CppunitTest_xmloff_draw needs the ASan LD_LIBRARY_PATH hack now tooStephan Bergmann1-0/+4
2021-12-07tdf#145614 Convert #define to 'enum class'Pesi Taototo2-24/+28
2021-12-07ODP export: write the theme of a master pageMiklos Vajna5-5/+136
2021-12-03loplugin:stringliteraldefine in xmloffNoel Grandin2-37/+39
2021-11-24loplugin:stringliteraldefine in comphelperNoel Grandin3-3/+3
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin1-1/+1
2021-11-19Drop F_PI1800/F_PI18000, and unify deg2rad/rad2deg conversionsMike Kaganski2-2/+2
2021-11-19Drop F_2PIMike Kaganski1-1/+1
2021-11-19Use M_PI* instead of F_PI*Mike Kaganski1-1/+1
2021-11-19rtl::Static->thread-safe static in xmloffNoel Grandin3-14/+12
2021-11-15move xmloff chart tables into cxx fileNoel Grandin2-305/+294
2021-11-12simplify construction of XMLPropertyMapEntryNoel Grandin6-37/+36
2021-11-03loplugin:constparamsNoel Grandin2-2/+2
2021-11-02xmloff: Prevent gutter margin xml property to be deallocatedTomaž Vajngerl1-63/+71
2021-11-01Prepare for removal of non-const operator[] from Sequence in xmloffMike Kaganski32-157/+171
2021-10-31add o3tl::span ctor from std::vectorLuboš Luňák1-2/+3
2021-10-29Fix typoAndrea Gelmini1-1/+1
2021-10-29tdf#141193 Added support for bar codes in qrcode dialog box[API Change].homeboy4454-23/+33
2021-10-28tdf#141301: extrusion-skew angle value -135 is not written to file...Julien Nabet4-1/+46
2021-10-26Drop ContainerHelper::vectorToSequence and use comphelper::containerToSequenceMike Kaganski1-1/+2
2021-10-22Resolves: tdf#92015 Handle malused *:rfc-language-tag ODF violationEike Rathke1-2/+56
2021-10-21loplugin:flattenNoel Grandin6-271/+271
2021-10-20loplugin:indentation check for indent inside blockNoel Grandin1-34/+34
2021-10-19Leftover from 4477baeba5aec71098f374cf0b4bd4591e048809Julien Nabet1-4/+0
2021-10-19Use MsLangId::getConfiguredSystemLanguage()Eike Rathke1-2/+2
2021-10-17Simplify Sequences in xmloff (+ merge 2 SetError)Julien Nabet7-63/+37