summaryrefslogtreecommitdiff
path: root/sd/source/ui/unoidl/UnoDocumentSettings.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-08-18tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet1-12/+2
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): sdStephan Bergmann1-1/+1
2019-07-29Simplify Sequence iterations in sdArkadiy Illarionov1-4/+4
2019-07-24cid#1451642 silence Division or modulo by zeroCaolán McNamara1-1/+3
2019-07-20loplugin:referencecasting in sdNoel Grandin1-2/+1
2019-06-07tdf#42949 Fix IWYU warnings in svl/Gabor Kelemen1-0/+1
2019-04-19loplugin:sequentialassign in sdNoel Grandin1-2/+1
2019-02-11new loplugin writeonlyvarsNoel Grandin1-2/+0
2019-01-28o3tl::make_unique -> std::make_unique in sax...svtools (except sc)Gabor Kelemen1-2/+1
2018-10-24clang-tidy performance-unnecessary-copy-init in sdNoel Grandin1-2/+2
2018-10-18loplugin:staticvar in sdNoel Grandin1-1/+1
2018-10-15add SvStream::TellEndNoel Grandin1-6/+2
2018-09-17New loplugin:externalStephan Bergmann1-1/+1
2018-08-27tdf#42949 Fix IWYU warnings in sd/source/ui/inc/[n-s]*hxxGabor Kelemen1-0/+1
2018-07-10[API CHANGE] tdf#65353 Add more doc. settings more embedding fontsTomaž Vajngerl1-7/+85
2018-06-16tdf#42949 Fix IWYU warnings in sd/source/ui/inc/[dDE]*Gabor Kelemen1-0/+1
2018-06-01tdf#87995 Missing setting for save thumbnail in settings.xml.Ilhan Yesil1-1/+17
2018-04-11return std::unique_ptr from SfxItemSet::CloneNoel Grandin1-2/+2
2018-01-15More loplugin:cstylecast: sdStephan Bergmann1-7/+7
2018-01-12More loplugin:cstylecast: sdStephan Bergmann1-9/+9
2017-12-20tdf#79077: Load/save PapersizeFromSetup bit into ODF for sdKatarina Behrens1-2/+29
2017-12-11loplugin:salcall fix functionsNoel Grandin1-1/+1
2017-10-23loplugin:includeform: sdStephan Bergmann1-8/+8
2017-09-15long->sal_Int32 in FractionNoel Grandin1-2/+2
2017-07-02loplugin:casttovoid: sdStephan Bergmann1-2/+1
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke1-2/+0
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann1-3/+2
2017-06-13Use unique_ptr for SfxPrinter::pOptionsStephan Bergmann1-5/+10
2017-06-12cleanup unused css/frame/* includesJochen Nitschke1-1/+0
2017-06-12pass comphelper::PropertySetInfo around using rtl::ReferenceNoel Grandin1-4/+4
2017-05-19loplugin:stringcopy: sdStephan Bergmann1-1/+1
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke1-1/+0
2017-04-05loplugin:redundantcast find c-style bool castsNoel Grandin1-1/+1
2017-02-13convert CharCompressType to scoped enumNoel Grandin1-4/+4
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-37/+31
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin1-1/+1
2016-12-05loplugin:unnecessaryoverride (dtors) in sdStephan Bergmann1-5/+0
2016-11-29Rewrite some (trivial) assignments inside if/while conditions: sdStephan Bergmann1-1/+2
2016-11-29loplugin:vclwidgets check for assigning from VclPt<T> to T*Noel Grandin1-1/+1
2016-11-25give us a chance to see *which* property failedEike Rathke1-2/+2
2016-10-17tdf#95416: Get rid of #include ../foo/bar.hxx style includesArnold Dumas1-2/+2
2016-10-14rename sd::Outliner to SdOutlinerNoel Grandin1-3/+3
2016-10-11convert DocumentType to scoped enumNoel Grandin1-1/+1
2016-10-05convert MapUnit to scoped enumNoel Grandin1-1/+1
2016-10-03fix bug in DocumentSettings::LoadList when testing result of lastIndexOfNoel Grandin1-1/+1
2016-09-20Fix "ubsan: 9 is not a valid value for type ´SvxNumType´" once againStephan Bergmann1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-09-10loplugin:constantparam in sdNoel Grandin1-2/+2
2016-08-17convert XPropertyListType to scoped enumNoel Grandin1-21/+21