summaryrefslogtreecommitdiff
path: root/svx/source/gallery2/galmisc.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-11-11A user object id is *NOT* a SotClipboardFormatIdEike Rathke1-2/+2
2017-10-23loplugin:includeform: svxStephan Bergmann1-4/+4
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin1-1/+1
2017-08-01move resmgr to unotoolsCaolán McNamara1-1/+1
2017-07-24SdrGlobalData::aUserMakeObjUserDataHdl is unusedNoel Grandin1-8/+0
2017-07-21migrate to boost::gettextCaolán McNamara1-15/+3
2017-05-19make string translation loading more uniformCaolán McNamara1-1/+1
2017-05-05loplugin:checkunusedparams in svtoolsNoel Grandin1-3/+3
2017-04-27remove svx bitmaps from .src filesCaolán McNamara1-4/+5
2017-02-28new loplugin unoanyNoel Grandin1-1/+1
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin1-4/+4
2016-12-05convert FSysStyle to o3tl::typed_flagsNoel Grandin1-1/+1
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin1-12/+12
2016-11-21convert inventorId to scoped enumNoel Grandin1-2/+2
2016-10-28update unnecessaryoverride plugin to find pure forwarding methodsNoel Grandin1-5/+0
2016-10-18tdf#89307: Removed T* SvRef::opeartor &()Jacek Fraczek1-1/+1
2016-10-05convert MapUnit to scoped enumNoel Grandin1-1/+1
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-1/+1
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (svx)Stephan Bergmann1-8/+4
2016-08-25convert SgaObjKind to scoped enumNoel Grandin1-8/+8
2016-08-23clean up the SdrObjFactory create callbacksNoel Grandin1-3/+4
2016-08-19Resolves: coverity#705366 Mixing enum typesCaolán McNamara1-1/+1
2016-05-27Convert GRAPHIC to scoped enumNoel Grandin1-1/+1
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-2/+2
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-4/+4
2016-03-15remove unnecessary parentheses in case labelsNoel Grandin1-5/+5
2016-03-04loplugin:unuseddefaultparam in svxNoel Grandin1-3/+2
2016-03-01loplugin:unuseddefaultparam in svx (part2)Noel Grandin1-2/+2
2016-02-23new loplugin: commaoperatorNoel Grandin1-4/+10
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-9/+9
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-3/+3
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin1-1/+1
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin1-2/+1
2015-10-01tdf#94559: third step to remove rtti.hxxOliver Specht1-1/+1
2015-09-16boost->stdCaolán McNamara1-2/+2
2015-09-09convert Link<> to typedNoel Grandin1-4/+2
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann1-1/+1
2015-05-08lopluign:staticmethods: Handle DECL_LINKStephan Bergmann1-1/+2
2015-05-07Remove unnecessary includes of sot/storage.hxx from include/Stephan Bergmann1-0/+2
2015-05-07Unwind SotStorageStreamRef typedefStephan Bergmann1-1/+1
2015-04-29WaE: declaration of ‘FILE’ shadows a global declarationDavid Tardon1-2/+2
2015-04-29convert SGX_IMPORT constants to scoped enumNoel Grandin1-3/+3
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann1-4/+4
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann1-4/+4
2015-03-18SotClipboardFormatId::FILE->SotClipboardFormatId::SIMPLE_FILECaolán McNamara1-2/+2
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin1-19/+19
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-1/+1
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin1-1/+0
2014-10-06loplugin: cstylecastNoel Grandin1-2/+2
2014-09-23fdo#82577: Handle WindowNoel Grandin1-3/+3