summaryrefslogtreecommitdiff
path: root/sw/source/uibase/config
AgeCommit message (Expand)AuthorFilesLines
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin1-1/+1
2021-03-20drop unneeded includeCaolán McNamara1-1/+0
2021-03-12we just use the OutputDevice api for SwViewOption::InitCaolán McNamara1-1/+1
2021-03-11tdf#140590 Crash in Save-As dialog in Tools>Chapter NumberingNoel Grandin1-1/+1
2021-02-27tdf#140528 Crash in writer when switching from Numbering to PositionNoel Grandin1-5/+4
2021-02-24sw: make sure g_DefaultAnchor is in sync with aPropNamesMiklos Vajna1-0/+1
2021-02-11Remove unneeded breaksAndrea Gelmini1-3/+0
2021-01-16make the Color constructors explicitly specify transparencyNoel1-4/+4
2021-01-02Remove warning while buildingdante1-1/+1
2020-12-24tdf#138136 tdf#38093 add option to treat sub outline levels as contentJim Raykowski3-7/+19
2020-12-09Resolves tdf#99646 - Make default type of anchoring optionalHeiko Tietze3-8/+45
2020-11-24tdf#42949 Fix new IWYU warnings in directory swGabor Kelemen2-2/+0
2020-11-02create common macro and method for logging unknown attributesNoel1-1/+1
2020-11-02sw: prefix members of SwDistance, SwLayIdle, SwOszControl and ...Miklos Vajna1-12/+12
2020-11-02make SvXMLImport capable of mixing fast- and slow- contexts adhocNoel1-4/+0
2020-11-01use officecfg for Experimental flagNoel Grandin1-0/+8
2020-10-26sw: prefix members of SwContentViewConfig, SwCursorConfig, SwGridConfig ...Miklos Vajna1-120/+120
2020-10-15tdf#34355 sw,offapi,officecfg: show track changes in marginLászló Németh2-1/+8
2020-08-30use more fastparser in SvXMLStyleContext subclassesNoel Grandin1-2/+1
2020-08-24ofz#1466265 Logically dead codeCaolán McNamara1-5/+1
2020-08-23Fix typosAndrea Gelmini2-3/+3
2020-08-20use fastparser in StoredChapterNumberingRootContextNoel Grandin1-20/+12
2020-08-14rename xmlnmspe -> xmlnamespaceNoel Grandin1-1/+1
2020-08-14rename nmspmap.hxx -> namespacemap.hxxNoel Grandin1-1/+1
2020-08-03tdf#42949 Fix IWYU warnings in include/[t-x]*/*hxxGabor Kelemen3-0/+3
2020-07-30loplugin:flatten in sw/uibase/app..sw/uibase/configNoel Grandin5-223/+222
2020-07-30tdf#38093 Writer outline folding - feature sensitivityJim Raykowski2-1/+8
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: swStephan Bergmann1-1/+1
2020-06-22sw: prefix members of SwDocDisplayItem, SwNode2LayoutSaveUpperFrames, ...Miklos Vajna1-38/+38
2020-05-29Fix 983db96a17630be906b868d2be811663f0d846f6Julien Nabet1-4/+4
2020-05-26Add an option to create encyrpted PDF files with mailmerge.Gülşah Köse1-0/+7
2020-05-09tdf#94628: sw: allow setting for bullet for outline paragraphsVasily Melenchuk1-1/+1
2020-05-01can just call isXMLToken hereNoel Grandin1-3/+3
2020-04-28move the castToFastAttributeList functionNoel Grandin1-4/+1
2020-04-24convert SwFillMode to scoped enumNoel Grandin3-3/+3
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen2-0/+2
2020-03-13Revert "loplugin:constfields in sw"Noel Grandin1-2/+2
2020-02-27tdf#130908 Chapter Numbering can't load custom styleNoel Grandin1-6/+23
2020-02-26new loplugin:xmlimportNoel Grandin1-0/+4
2020-02-17sw: prefix members of HeaderCheck, NumberingCheck, SwPagePreviewPrtData ...Miklos Vajna1-2/+2
2020-02-15convert XML_STYLE_FAMILY to scoped enumNoel Grandin1-3/+3
2020-02-02Fix typoAndrea Gelmini1-1/+1
2020-01-31tdf#45589 offapi,officecfg,sw: add option to toggle bookmark displayMichael Stahl2-19/+32
2020-01-16return nullptr from Create*Context methods in nullptr subclassesNoel Grandin1-4/+2
2020-01-08Resolves tdf#129793 - Remove "Field codes" optionHeiko Tietze1-4/+0
2020-01-07tdf#42949 Fix IWYU warnings in sw/source/uibase/[a-g]*/*cxxGabor Kelemen11-43/+3
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara1-5/+5
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann1-0/+5
2019-11-15no need to construct a parser in ImportStoredChapterNumberingRulesNoel Grandin1-9/+2