summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/pagedesc.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-02-07sw: fix misnamed m_IsFootnoteInfoMichael Stahl1-1/+1
2019-11-14tdf#42949 Fix IWYU warnings in sw/source/core/[e-l]*/*cxxGabor Kelemen1-1/+0
2019-10-22loplugin:constantparamNoel Grandin1-2/+2
2019-10-21Related: tdf#124770 sw doc model xml dump: handle page descriptionsMiklos Vajna1-0/+44
2019-04-25WIP: Further preparations for deeper Item changesArmin Le Grand1-1/+1
2019-04-10clang-tidy: Silence warnings from WIP unhandled-self-assignment checkTamás Zolnai1-2/+1
2019-04-10clang-tidy: Fix suspicious catches of WIP unhandled-self-assignment checkTamás Zolnai1-0/+3
2019-03-19tdf#42949 Fix IWYU warnings in sw/source/core/inc/[a-f]*Gabor Kelemen1-0/+1
2018-09-19sw: rework annoying GetFrameOfModify/getLayoutFrame parametersMichael Stahl1-1/+2
2018-09-19sw: IsListeningTo can be constMichael Stahl1-3/+3
2018-08-03Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-07-04-Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann1-0/+1
2018-03-14Missing intialization of SwPageDesc::m_pTextFormatCollStephan Bergmann1-0/+1
2018-03-13use sw::WriterMultiListener instead of SwDepend in SwPageDescBjoern Michaelsen1-18/+44
2018-02-08Fix some IWYU warningsMiklos Vajna1-0/+1
2018-01-24Fix some IWYU warningsMiklos Vajna1-0/+1
2018-01-02loplugin:passstuffbyref improved return in swNoel Grandin1-1/+1
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann1-1/+1
2017-07-23cid#1415621: illegal accessesJulien Nabet1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-4/+19
2017-05-19make string translation loading more uniformCaolán McNamara1-1/+1
2017-03-17convert SvxBorderStyle to scoped enumNoel Grandin1-1/+1
2017-03-15convert SvxFrameDirection to scoped enumNoel Grandin1-2/+2
2017-02-16replace SwFootnoteAdj with css::text::HorizontalAdjustCaolán McNamara1-2/+2
2017-02-13convert SwFootnoteAdj to scoped enumNoel Grandin1-2/+2
2016-10-12convert PD_ constants to typed_flagsNoel Grandin1-7/+7
2016-08-29Don't inheritate from boost::multi_indexJan-Marek Glogowski1-7/+13
2016-08-29Convert SwPageDescs to boost::multi_indexJan-Marek Glogowski1-0/+69
2016-03-31tdf#84938 convert FRM_ constants to scoped enumNoel Grandin1-2/+2
2016-03-09loplugin:constantparam in swNoel Grandin1-2/+2
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-36/+36
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-12/+12
2015-10-20loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-17tdf#36117 .doc preserve page vertical alignment after RTJustin Luth1-2/+3
2015-10-01remove old standalone Sun bug numbersNoel Grandin1-1/+1
2015-09-29Fix typosAndrea Gelmini1-1/+1
2015-08-20loplugin: defaultparamsNoel Grandin1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-32/+32
2015-05-18tdf#89783: Allow more than 64k PageDescsKatarina Behrens1-2/+2
2015-03-31sw: prefix members of SwPageDescMichael Stahl1-70/+69
2015-03-31sw: prefix members of SwPageDescExtMichael Stahl1-12/+14
2015-03-31sw: prefix members of SwPageFtnInfoMichael Stahl1-34/+34
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-03-19move SwIterator into calbck.hxxBjoern Michaelsen1-1/+1
2015-03-03Drop local FindPageDesc implementationsJan-Marek Glogowski1-1/+1
2015-01-07fdo#75757 remove inheritance to std::vectorMichaël Lefèvre1-6/+0
2014-11-25loplugin: cstylecastNoel Grandin1-2/+2
2014-11-24loplugin: cstylecastNoel Grandin1-12/+12
2014-10-26Simplify and optimize booleans expressionsMatteo Casalin1-1/+1
2014-08-20fix crashing on exit in static SvxBrushItem dtorCaolán McNamara1-1/+1