summaryrefslogtreecommitdiff
path: root/xmloff
AgeCommit message (Expand)AuthorFilesLines
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
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski8-10/+10
2021-10-14use std::vector::insert instead of push_backNoel Grandin1-4/+2
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski16-33/+35
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann3-9/+8
2021-10-11Drop unused 'using namespace' hereMike Kaganski1-1/+0
2021-10-11Expand some defines and simplify loopsMike Kaganski2-67/+30
2021-10-10loplugin:moveparam in xmloffNoel Grandin13-73/+70
2021-10-09Typo: braket->bracketJulien Nabet1-4/+4
2021-10-09Simplify SvXMLExport::AddAttribute overloadsMike Kaganski7-75/+37
2021-10-05drop 'using namespace std' in o* r* x*Julien Nabet1-1/+0
2021-10-04tdf#144578: numbering: generate include upper levels for UIVasily Melenchuk1-2/+2
2021-10-01loplugin:constmethodNoel Grandin2-4/+4
2021-09-28sw: paragraph styles: add ODT filter for a linked character styleMiklos Vajna5-0/+43
2021-09-23tdf#141978: corrects the value assigned to AutoLayout while loading .odp filePierre Marty1-1/+1
2021-09-17no need to store a CharClass in SvXMLNumFmtExportNoel Grandin1-8/+1
2021-09-17tdf#143550 - use the term "gluepoints" consistentlyrocso3-10/+10
2021-09-17Some more uses of rtl_math_(u)StringToDoubleStephan Bergmann1-2/+6
2021-09-17speedup toUpperCase when called in parallelNoel Grandin1-1/+1
2021-09-15loplugin:constvarsNoel Grandin3-4/+4
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 4Mike Kaganski5-27/+5
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski8-16/+16
2021-09-11clang:optin.performance.Padding in xmloffNoel Grandin3-9/+16
2021-09-10xmloff: ODF export: avoid mysterious crash while sorting shapesMichael Stahl1-0/+5
2021-09-09ODT export: order <style:font-face> elements inside <office:font-face-decls>Miklos Vajna1-6/+47
2021-09-08Fix typosAndrea Gelmini1-1/+1
2021-09-06clang-tidy:clang-analyzer-optin.performance.PaddingNoel Grandin1-3/+3
2021-09-06tdf#142965 color filter: allow filtering by no fill/automatic colorSamuel Mehrbrodt2-0/+2
2021-09-04dynamic_cast -> static_cast (tdf#130795)Noel Grandin4-9/+8