summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/shutdownicon.cxx
AgeCommit message (Expand)Author
2017-05-22Test _WIN32 instead of WIN32Takeshi Abe
2017-05-19loplugin:stringcopy: sfx2Stephan Bergmann
2017-05-19make string translation loading more uniformCaolán McNamara
2017-05-12remove unused uno::Reference varsNoel Grandin
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert sfx2 module away from OSL_ASSERT to assertChris Sherlock
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: sfx2Stephan Bergmann
2017-02-21loplugin:subtlezeroinit: sfx2Stephan Bergmann
2017-02-06Add missing #includesStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-11-18includes should be at the top of the fileNoel Grandin
2016-10-16clang-cl loplugin: sfx2Stephan Bergmann
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-08-02loplugin:countusersofdefaultparams in sfx2Noel Grandin
2016-06-10Resolves: tdf#100181 quickstart crashes immediately without QuickstarterCaolán McNamara
2016-05-12convert SFXWB file dialog flags to scoped enumNoel Grandin
2016-03-11work on sane lifecylce for SfxFilterMarkus Mohrhard
2016-02-17use consistent #define checks for the Windows platformNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin
2015-11-04loplugin:stringconstantNoel Grandin
2015-11-03notifyer -> notifier.Jan Holesovsky
2015-10-29com::sun::star->css in sfx2Noel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-07Prefer getSelectedFiles to getFiles (sfx2+sw)Julien Nabet
2015-09-30Fix typosAndrea Gelmini
2015-09-03sfx2: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-07-20convert to typed Link<> in sfx2Noel Grandin
2015-06-27coverity#1308473 Uncaught exceptionCaolán McNamara
2015-05-10No more need for EMPTYARG in C++11Stephan Bergmann
2015-05-10Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann
2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann
2015-03-19convert SFX_FILTER_ constants to enum classNoel Grandin
2015-03-12sfx2: PVS-Studio V595 'm_pResMgr' pointer could be nullMichael Stahl
2015-01-21slot:5500 -> .uno:NewDoc(FromTemplate)Caolán McNamara
2014-12-18sfx2: Use appropriate OUString functions on string constantsStephan Bergmann
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin
2014-10-08fdo#80927: css.office.Quickstart should be single-instance service.Matúš Kukan
2014-10-08Do not terminate desktop from a TimerStephan Bergmann
2014-10-08sfx2: missing semicolonMiklos Vajna
2014-10-07Don't even attempt to unload libqstart_gtklo.so againStephan Bergmann
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud
2014-04-07sfx2: sal_Bool->boolNoel Grandin
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-22cppcheck: fix variables reassigned before having been usedJulien Nabet