summaryrefslogtreecommitdiff
path: root/sw/source/core/layout/pagechg.cxx
AgeCommit message (Expand)Author
2020-07-16tdf#133070 DOCX import: fix shape height relative to bottom page marginRegényi Balázs
2020-04-20remove direct access to Size field on SwRectNoel Grandin
2020-03-02speedup sw build a littleNoel Grandin
2020-02-21Drop o3tl::optional wrapperStephan Bergmann
2020-02-19tdf#125682 sw: don't insert empty page before first page with even numberMichael Stahl
2019-12-11convert PrepareHint to scoped enumNoel Grandin
2019-12-11convert FrameControlType to scoped enumNoel Grandin
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann
2019-11-30Rewrite uses of boost::optionalStephan Bergmann
2019-10-01Avoid redundant IsAtEnd: NextItem returns nullptr iif iterator is at endMike Kaganski
2019-05-14tdf#118719 sw Hide Whitespace: fix height of last-but-one pageMiklos Vajna
2019-03-19tdf#42949 Fix IWYU warnings in sw/source/core/inc/[a-f]*Gabor Kelemen
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin
2018-11-07loplugin:collapseif in swNoel Grandin
2018-10-19clang-tidy readability-misleading-indentationNoel Grandin
2018-08-15Silence bogus -Werror,-Wsign-compareStephan Bergmann
2018-08-15tdf#119252: Revert "Remove < USHRT_MAX check that is presumably no longerStephan Bergmann
2018-08-03Fix use-after-free in SwLayAction::IsShortCutStephan Bergmann
2018-08-03Add missing sal/log.hxx headersGabor Kelemen
2018-06-08sw_redlinehide: trivial convert to GetPageDescItem()/GetBreakItem()Michael Stahl
2018-06-08sw_redlinehide: convert to GetDep()Michael Stahl
2018-06-08sw_redlinehide: trivial GetNode() conversions in pagechg.cxx,wsfrm.cxxMichael Stahl
2018-06-06forcepoint#44 merge into isDeleteForbiddenCaolán McNamara
2018-05-01forcepoint#39 bad layoutCaolán McNamara
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin
2018-02-21loplugin:changetoolsgen in swNoel Grandin
2018-02-05TypedWhichId in sw(1)Noel Grandin
2018-02-01Remove < USHRT_MAX check that is presumably no longer neededStephan Bergmann
2018-01-04sw: convert SwPageFrame::m_pSortedObjs to unique_ptrMichael Stahl
2017-12-20Make used Pages alive in AssertFlyPagesArmin Le Grand
2017-12-07SwFrameBorder: Removed IsInverse() from SwFrameArmin Le Grand
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann
2017-11-21loplugin:flatten in swNoel Grandin
2017-11-18RotateFlyFrame3: Added basic transformation supportArmin Le Grand
2017-10-31RotateFlyFrame2: Unified FrameAreaDefinitionArmin Le Grand
2017-10-30Adapted to get methods and WriteAccess helpersArmin Le Grand
2017-10-30Adapted to get/setSwFrame and get/setSwPrintArmin Le Grand
2017-10-30Migrated from SwFrame::PrintWA to setPrintArmin Le Grand
2017-10-30Migrated from SwFrame::FrameWA to setFrameArmin Le Grand
2017-10-30Isolated SwFrame members maFrane and maPrtArmin Le Grand
2017-10-23loplugin:includeform: swStephan Bergmann
2017-08-28Translate German comments/debug strings (leftovers in dirs starmath to sysui)Johnny_M
2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin
2017-06-05Improved loplugin:cstylecast to reference types: swStephan Bergmann
2017-05-18sw lok: Make the default for the Web view larger.Jan Holesovsky
2017-04-21Avoid un-necessary dynamic_cast slowing plain-text import significantly.Michael Meeks
2017-04-10tdf#39468 Translate German comments in swJens Carl
2017-03-25Fix typosAndrea Gelmini