summaryrefslogtreecommitdiff
path: root/sw/inc/pagedesc.hxx
AgeCommit message (Expand)AuthorFilesLines
2021-04-01Fix typosAndrea Gelmini1-1/+1
2021-03-31tdf#141158 DOCX: import discarded headers/footersAttila Bakos (NISZ)1-0/+6
2021-03-02tdf#140117 sw UI: keep headers/footers when inactiveDaniel Arato (NISZ)1-0/+17
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel1-3/+3
2020-11-05Ensure no class directly derives from SwModifyBjoern Michaelsen1-2/+1
2020-03-13Revert "loplugin:constfields in sw"Noel Grandin1-1/+1
2020-02-21sw: improve DOCX export of footnote separator a little moreMichael Stahl1-0/+2
2020-02-07sw: fix misnamed m_IsFootnoteInfoMichael Stahl1-4/+4
2019-10-21Related: tdf#124770 sw doc model xml dump: handle page descriptionsMiklos Vajna1-0/+5
2018-10-03loplugin:constfields in swNoel Grandin1-1/+1
2018-05-18dont use SwClient/SwModify in unocore: NumberingRulesBjoern Michaelsen1-1/+3
2018-03-13use sw::WriterMultiListener instead of SwDepend in SwPageDescBjoern Michaelsen1-2/+3
2018-01-02loplugin:passstuffbyref improved return in swNoel Grandin1-1/+1
2017-11-29loplugin:unusedmethodsNoel Grandin1-2/+0
2017-10-23loplugin:includeform: swStephan Bergmann1-2/+2
2017-03-17convert SvxBorderStyle to scoped enumNoel Grandin1-3/+3
2017-02-16replace SwFootnoteAdj with css::text::HorizontalAdjustCaolán McNamara1-9/+4
2017-02-16crashtesting: enum values need to not changeCaolán McNamara1-2/+2
2017-02-13convert SwFootnoteAdj to scoped enumNoel Grandin1-4/+2
2017-01-05sw: indentation fixesMiklos Vajna1-9/+9
2016-12-08Indentation fixesMiklos Vajna1-1/+1
2016-11-07loplugin:unnecessaryvirtual in svx..swNoel Grandin1-2/+2
2016-10-12convert PD_ constants to typed_flagsNoel Grandin1-33/+37
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-08-29Don't inheritate from boost::multi_indexJan-Marek Glogowski1-17/+21
2016-08-29Convert SwPageDescs to boost::multi_indexJan-Marek Glogowski1-3/+87
2016-04-14loplugin:passstuffbyref in swNoel Grandin1-1/+1
2016-04-07tdf#99120 DOC import: fix lack of first share after odd section breakMiklos Vajna1-0/+1
2016-03-09loplugin:constantparam in swNoel Grandin1-2/+2
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-1/+1
2015-10-17tdf#36117 .doc preserve page vertical alignment after RTJustin Luth1-0/+7
2015-10-12Replace "SAL_FINAL" with "final" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-07-21loplugin:unusedmethods swNoel Grandin1-7/+0
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-41/+41
2015-03-31sw: prefix members of SwPageDescMichael Stahl1-69/+69
2015-03-31sw: prefix members of SwPageDescExtMichael Stahl1-4/+4
2015-03-31sw: prefix members of SwPageFtnInfoMichael Stahl1-25/+26
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-03-25kill a typed Modify useBjoern Michaelsen1-0/+4
2015-01-07fdo#75757 remove inheritance to std::vectorMichaël Lefèvre1-1/+1
2014-11-26loplugin: cstylecastNoel Grandin1-0/+2
2014-11-16Remove sal_True/sal_False from code and comments in sw includesMatteo Casalin1-2/+2
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-4/+4
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-3/+3
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-3/+3
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-4/+4
2014-06-23fdo#76260 - the wrong way to get a 10% win with an N^3 operation.Michael Meeks1-0/+1
2014-04-30sw: sal_Bool->boolNoel Grandin1-22/+22
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1