# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST)))) include $(module_directory)/../solenv/gbuild/partial_build.mk # vim: set noet sw=4 ts=4: l='vcs-git' href='git://go.suokunlong.cn/lo/core' title='lo/core Git repository'/>
summaryrefslogtreecommitdiff
path: root/sw/inc/pagedesc.hxx
AgeCommit message (Expand)Author
2017-02-28Indentation fixesMiklos Vajna
2016-11-07loplugin:unnecessaryvirtual in svx..swNoel Grandin
2016-10-12convert PD_ constants to typed_flagsNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-29Don't inheritate from boost::multi_indexJan-Marek Glogowski
2016-08-29Convert SwPageDescs to boost::multi_indexJan-Marek Glogowski
2016-04-14loplugin:passstuffbyref in swNoel Grandin
2016-04-07tdf#99120 DOC import: fix lack of first share after odd section breakMiklos Vajna
2016-03-09loplugin:constantparam in swNoel Grandin
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon
2015-10-17tdf#36117 .doc preserve page vertical alignment after RTJustin Luth
2015-10-12Replace "SAL_FINAL" with "final" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-07-21loplugin:unusedmethods swNoel Grandin
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-03-31sw: prefix members of SwPageDescMichael Stahl
2015-03-31sw: prefix members of SwPageDescExtMichael Stahl
2015-03-31sw: prefix members of SwPageFtnInfoMichael Stahl
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-25kill a typed Modify useBjoern Michaelsen
2015-01-07fdo#75757 remove inheritance to std::vectorMichaël Lefèvre
2014-11-26loplugin: cstylecastNoel Grandin
2014-11-16Remove sal_True/sal_False from code and comments in sw includesMatteo Casalin
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca
2014-06-23fdo#76260 - the wrong way to get a 10% win with an N^3 operation.Michael Meeks
2014-04-30sw: sal_Bool->boolNoel Grandin
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann