summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/DocumentDeviceManager.cxx
AgeCommit message (Expand)Author
2023-02-07improve readability of VirtualDevice constructorNoel Grandin
2022-08-18no need to allocate these on the heapNoel Grandin
2022-02-21cid#1500621 silence Dereference after null checkCaolán McNamara
2021-10-15sw: remove useless debug code in DocumentDeviceManagerMiklos Vajna
2021-10-10use SfxItemSetFixed in swNoel Grandin
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski
2021-04-29remove support for BITMASK in vcl backendsNoel Grandin
2020-11-24tdf#42949 Fix new IWYU warnings in directory swGabor Kelemen
2020-08-01loplugin:flatten in sw/core/docNoel Grandin
2019-11-21tdf#118263 Take over doc print options for new printerMichael Weghorn
2019-11-05tdf#42949 Fix IWYU warnings in sw/source/core/d*/*cxxGabor Kelemen
2019-02-10loplugin:indentation in swNoel Grandin
2019-02-07o3tl::make_unique -> std::make_unique in swGabor Kelemen
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin
2018-09-12loplugin:simplifyconstruct in swNoel Grandin
2018-08-03Add missing sal/log.hxx headersGabor Kelemen
2018-03-29loplugin:useuniqueptr in DocumentDeviceManagerNoel Grandin
2017-06-19Make SfxItemSet ranges correct by construction: Fix static casesStephan Bergmann
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann
2017-06-13Use unique_ptr for SfxPrinter::pOptionsStephan Bergmann
2017-04-27tdf#39468 cleanup source code commentsdennisroczek
2016-12-08OSL_TRACE -> SAL in sw..ucbNoel Grandin
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-09-01convert RefDevMode to scoped enumNoel Grandin
2016-03-31tdf#84938 convert INV_ constants to scoped enumNoel Grandin
2016-03-22loplugin:constantparam in swNoel Grandin
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon
2015-11-23establish that Virtual Devices either match Physical Device depth or ...Caolán McNamara
2015-11-11Replace several for_each by range based fors and functors by lambdas in sw.Mario J. Rugiero
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht
2015-08-07sw: use std::unique_ptr in sw-global includesMiklos Vajna
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-04-29error C2666: 'operator ==' : 2 overloads have similar conversionsDavid Tardon
2015-04-23Clarify assertion, and add missing disposeAndClear.Michael Meeks
2015-04-17sw: convert new to ::Create.Noel Grandin
2015-04-10correct debugging assertions.Michael Meeks
2015-04-10vclptr: add isDisposed method - and assert for it here & there.Michael Meeks
2015-04-10start of unwinding reference OutputDevice & Printer lifecycle.Michael Meeks
2015-03-18convert DocumentSettingId to an enum classNoel Grandin
2015-01-23do not use manual iterationBjoern Michaelsen
2014-11-14loplugin: cstylecastNoel Grandin
2014-11-03sw: s/m_rSwdoc/m_rDoc/gMichael Stahl
2014-08-12Refactored IDocumentLayoutAccess out of SwDoc.Valentin Kettner
2014-08-12Refactored IDocumentState out of SwDoc.Valentin Kettner
2014-06-19coverity#705037 Unchecked dynamic_castCaolán McNamara
2014-06-03sw: fix some assertions that still use removed SwDoc methodsMichael Stahl
2014-06-03Split out IDocumentDrawModelAccess from SwDoc.Valentin Kettner
2014-06-03Removed DocumentSettingManager methods from SwDoc.Valentin Kettner
2014-04-30sw: sal_Bool->boolNoel Grandin