summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/DocumentSettingManager.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-09-25tdf#134782 sw,unotools,officecfg: adapt configuration and UIMichael Stahl1-1/+1
2020-09-25tdf#134782 sw: split AddParaSpacingToTableCells flag in 2Michael Stahl1-0/+7
2020-08-17tdf#128197: sw: different line height for DOCX with compat=14Vasily Melenchuk1-0/+7
2020-06-15tdf#128195 Keep spacing below last paragraph in header (docx)Samuel Mehrbrodt1-1/+7
2020-06-03tdf#124790: sw: handle SubtractFlys when replacing compat optionsMiklos Vajna1-0/+1
2019-11-05tdf#42949 Fix IWYU warnings in sw/source/core/d*/*cxxGabor Kelemen1-1/+0
2019-09-30tdf#124601 sw: add ContinuousEndnotes layout compat optionMiklos Vajna1-0/+5
2018-07-10[API CHANGE] tdf#65353 Add more doc. settings more embedding fontsTomaž Vajngerl1-0/+20
2018-05-20tdf#35798: Hide empty Database fields' paragraphs (+ compat option)Mike Kaganski1-0/+8
2017-12-11tdf#112443 disable off-page content positioningPatrick Jaap1-1/+6
2017-11-09rename AvoidConfig to FuzzingCaolán McNamara1-1/+1
2017-08-22tdf#110355: loading options from default configVitaliy Anderson1-0/+4
2017-07-06ensure safe GlobalEditData release of xForbiddenCharsTableCaolán McNamara1-2/+2
2017-07-06rework as a shared_ptrCaolán McNamara1-12/+8
2017-05-09loplugin:checkunusedparams in sw(part5)Noel Grandin1-2/+2
2017-04-26use strong_int for LanguageTypeNoel Grandin1-3/+3
2017-02-13convert CharCompressType to scoped enumNoel Grandin1-4/+5
2017-01-27Compatibility options refactoring. Part 1Vitaliy Anderson1-12/+12
2017-01-25sw: config item "OutlineLevelYieldsNumbering" has no effectMichael Stahl1-7/+0
2017-01-18tdf#104349, tdf#104668 MS Word compatibility trailing blanks option part 2Vitaliy Anderson1-2/+3
2017-01-17tdf#104349, tdf#104668 MS Word compatibility trailing blanks optionVitaliy Anderson1-0/+9
2016-11-24tdf#41542 globally allow padding without borders: UIJustin Luth1-5/+0
2016-10-29tdf#41542 rename variable to match LO5.4 terminologyJustin Luth1-4/+4
2016-09-02tdf#76349 SpacingWithoutBorders: enable .doc RTJustin Luth1-0/+5
2016-08-30tdf#76349 writer: make 1column-as-page break a compatibility optionJustin Luth1-0/+6
2016-03-31tdf#98987 sw: add AddVerticalFrameOffsets compat modeMiklos Vajna1-0/+5
2016-03-31tdf#84938 convert INV_ constants to scoped enumNoel Grandin1-2/+2
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-3/+3
2015-11-11Replace several for_each by range based fors and functors by lambdas in sw.Mario J. Rugiero1-4/+4
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-11-06com::sun::star->css in sw/source/coreNoel Grandin1-1/+1
2015-08-19for testing allow disabling configmgr for time critical pathsCaolán McNamara1-13/+31
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-11/+11
2015-04-10tdf#86578: sw: fix rendering of legacy documents with fly achored at flyMichael Stahl1-0/+6
2015-03-18convert DocumentSettingId to an enum classNoel Grandin1-99/+99
2015-01-24sal_uInt16 to size_type/sal_Int32, and avoid unneeded downcastsMatteo Casalin1-1/+1
2014-10-30fdo#79602: sw: add new compatibiltiy flag PropLineSpacingShrinksFirstLineMichael Stahl1-0/+6
2014-08-12Refactored IDocumentLayoutAccess out of SwDoc.Valentin Kettner1-2/+3
2014-08-12Refactored IDocumentState out of SwDoc.Valentin Kettner1-2/+3
2014-06-19coverity#705037 Unchecked dynamic_castCaolán McNamara1-0/+1
2014-06-03Split out IDocumentDrawModelAccess from SwDoc.Valentin Kettner1-2/+3
2014-06-03Fixed a typo in IDocumentSettingAccess.hxxValentin Kettner1-13/+13
2014-06-03Work on DocumentSettingManager for SwDoc.Valentin Kettner1-2/+25
2014-05-29handle direct formatting for numbering in .docx (bnc#875717)Luboš Luňák1-0/+5
2014-05-22sw: remove using namespace from headersThomas Arnhold1-2/+2
2014-04-30sw: sal_Bool->boolNoel Grandin1-1/+1
2014-04-22Refactor IDocumentSettingAccess Interface of SwDocanuragkanungo1-0/+504