summaryrefslogtreecommitdiff
path: root/sw/source/core/doc/DocumentDeviceManager.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-09-12loplugin:simplifyconstruct in swNoel Grandin1-1/+1
2018-08-03Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-03-29loplugin:useuniqueptr in DocumentDeviceManagerNoel Grandin1-3/+3
2017-06-19Make SfxItemSet ranges correct by construction: Fix static casesStephan Bergmann1-10/+14
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann1-6/+4
2017-06-13Use unique_ptr for SfxPrinter::pOptionsStephan Bergmann1-4/+6
2017-04-27tdf#39468 cleanup source code commentsdennisroczek1-2/+1
2016-12-08OSL_TRACE -> SAL in sw..ucbNoel Grandin1-1/+1
2016-10-05convert MapUnit to scoped enumNoel Grandin1-2/+2
2016-09-01convert RefDevMode to scoped enumNoel Grandin1-3/+3
2016-03-31tdf#84938 convert INV_ constants to scoped enumNoel Grandin1-1/+1
2016-03-22loplugin:constantparam in swNoel Grandin1-4/+3
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-2/+2
2015-11-23establish that Virtual Devices either match Physical Device depth or ...Caolán McNamara1-2/+2
2015-11-11Replace several for_each by range based fors and functors by lambdas in sw.Mario J. Rugiero1-2/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-6/+6
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-1/+1
2015-08-07sw: use std::unique_ptr in sw-global includesMiklos Vajna1-3/+3
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-1/+1
2015-04-29error C2666: 'operator ==' : 2 overloads have similar conversionsDavid Tardon1-1/+1
2015-04-23Clarify assertion, and add missing disposeAndClear.Michael Meeks1-1/+1
2015-04-17sw: convert new to ::Create.Noel Grandin1-4/+4
2015-04-10correct debugging assertions.Michael Meeks1-3/+3
2015-04-10vclptr: add isDisposed method - and assert for it here & there.Michael Meeks1-0/+7
2015-04-10start of unwinding reference OutputDevice & Printer lifecycle.Michael Meeks1-11/+11
2015-03-18convert DocumentSettingId to an enum classNoel Grandin1-13/+13
2015-01-23do not use manual iterationBjoern Michaelsen1-6/+2
2014-11-14loplugin: cstylecastNoel Grandin1-1/+1
2014-11-03sw: s/m_rSwdoc/m_rDoc/gMichael Stahl1-40/+40
2014-08-12Refactored IDocumentLayoutAccess out of SwDoc.Valentin Kettner1-3/+4
2014-08-12Refactored IDocumentState out of SwDoc.Valentin Kettner1-1/+2
2014-06-19coverity#705037 Unchecked dynamic_castCaolán McNamara1-0/+1
2014-06-03sw: fix some assertions that still use removed SwDoc methodsMichael Stahl1-1/+1
2014-06-03Split out IDocumentDrawModelAccess from SwDoc.Valentin Kettner1-16/+17
2014-06-03Removed DocumentSettingManager methods from SwDoc.Valentin Kettner1-12/+13
2014-04-30sw: sal_Bool->boolNoel Grandin1-1/+1
2014-04-22Split out the IDocumentDeviceAccess interface of SwDoc.Valentin Kettner1-0/+360