summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/macroloader.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-08-02remove unnecessary use of 'this->'Noel Grandin1-1/+1
2017-06-21convert ErrCode to strong typedefNoel Grandin1-1/+1
2017-02-28Run macro:// via LOKitKatarina Behrens1-1/+17
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-12/+1
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin1-3/+3
2016-10-10tdf#89307: Removed SvRef::operator T*()Jacek Fraczek1-2/+2
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-1/+1
2016-03-02loplugin:unuseddefaultparam in sfx2Noel Grandin1-1/+1
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-6/+6
2015-10-29com::sun::star->css in sfx2Noel Grandin1-1/+1
2015-09-17boost->stdCaolán McNamara1-2/+2
2015-09-03sfx2: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-1/+0
2015-08-11loplugin: defaultparamsNoel Grandin1-1/+1
2015-06-28coverity#1308489 Uncaught exceptionCaolán McNamara1-1/+1
2015-04-23loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-07Remove dead INetProtocol::VimStephan Bergmann1-3/+3
2014-12-18sfx2: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-10-22Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist1-1/+3
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud1-1/+1
2014-05-27cid#707147 Uncaught exceptionNoel Grandin1-1/+1
2014-04-01Bin pointless INET_HEX_ESCAPETor Lillqvist1-3/+3
2014-03-24coverity#704300 Logically dead codeCaolán McNamara1-10/+0
2014-03-18sfx2: sal_Bool->boolNoel Grandin1-2/+2
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-10/+10
2014-02-25Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe1-1/+3
2014-02-23Remove unneccessary commentsAlexander Wilms1-4/+4
2014-01-28bool improvementsStephan Bergmann1-2/+2
2014-01-22Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky1-10/+3
2014-01-21Change _get_implementation()'s not to do initialization directly.Jan Holesovsky1-3/+10
2014-01-20Minimize the constructor functions to a bare minimum.Jan Holesovsky1-3/+1
2014-01-15sfx: Use constructor feature for SfxMacroLoader.Matúš Kukan1-0/+349