summaryrefslogtreecommitdiff
path: root/svtools/source/dialogs/addresstemplate.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann1-1/+1
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin1-1/+1
2018-04-01remove unused processfactory.hxx includesJochen Nitschke1-1/+0
2018-02-27convert remaining WarningBox to weld::MessageDialogCaolán McNamara1-1/+0
2018-02-22weld native message dialogsCaolán McNamara1-3/+4
2018-02-08Modernize a bit svtoolsJulien Nabet1-30/+20
2018-02-01tdf#42949 Remove unneeded helpids.h headers (2/3)Gabor Kelemen1-1/+0
2018-01-12More loplugin:cstylecast: svtoolsStephan Bergmann1-3/+3
2017-11-22loplugin:flatten in svtoolsNoel Grandin1-12/+12
2017-10-23loplugin:includeform: svtoolsStephan Bergmann1-1/+1
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt1-1/+1
2017-09-21Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt1-2/+2
2017-09-12clang-tidy modernize-use-emplace in svgio..svtoolsNoel Grandin1-1/+1
2017-07-31loplugin:oncevarNoel Grandin1-1/+1
2017-07-21de-hrc various thingsCaolán McNamara1-2/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+1
2017-07-10simplify some OUString compareTo callsNoel Grandin1-1/+1
2017-06-27loplugin:oncevar in svtoolsNoel Grandin1-2/+1
2017-05-28remove unnecessary use of OString::getStrNoel Grandin1-5/+2
2017-05-19make string translation loading more uniformCaolán McNamara1-33/+33
2017-05-02untranslated strings are just stringsCaolán McNamara1-4/+3
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-04tdf#99352: assert on stray VclPtrs past DeInitBjoern Michaelsen1-12/+13
2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin1-1/+1
2017-01-25loplugin: unnecessary destructor svl..svtoolsNoel Grandin1-4/+0
2017-01-18new loplugin: useuniqueptr: svl..svtoolsNoel Grandin1-4/+2
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin1-2/+2
2016-12-02loplugin:unnecessaryoverride (dtors) in svtoolsStephan Bergmann1-7/+0
2016-10-27loplugin:expandablemethods in svtoolsNoel Grandin1-8/+1
2016-10-13move this monstrosity to the last place its usedCaolán McNamara1-1/+0
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-8/+8
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-05-26Resolves: tdf#96279 set correct parents for password dialogsCaolán McNamara1-1/+1
2016-05-26tdf#89329: use unique_ptr for pImpl in addresstemplateXisco Fauli1-1/+1
2016-03-07tdf#96099 Reduce number of trivial typedefsChirag Manwani1-16/+15
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2015-12-21loplugin:unusedfields in store,svtools,svxNoel Grandin1-8/+5
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
2015-11-09Prevent += called on temporary O[U]String instancesStephan Bergmann1-5/+5
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-2/+2
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin1-1/+1
2015-10-30com::sun::star->css in svtoolsNoel Grandin1-9/+6
2015-10-15convert Link<> to typedNoel Grandin1-3/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-16/+16
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-10-12convert Link<> to typedNoel Grandin1-6/+4
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-09-24convert Link<> to typedNoel Grandin1-6/+5
2015-09-04convert Link<> to typedNoel Grandin1-2/+1