summaryrefslogtreecommitdiffstats
path: root/sfx2/source/notify
Commit message (Expand)AuthorAgeFilesLines
* Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann2016-10-051-1/+1
* perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke2016-09-231-1/+1
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-131-1/+1
* loplugin:constantparam in sfx2Noel Grandin2016-09-091-7/+8
* loplugin:refcounting: also cover temporaries being directly stack managedStephan Bergmann2016-08-261-1/+1
* loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann2016-07-071-1/+1
* Fix some spelling errors in comments and stringsOtto Kekäläinen2016-07-041-1/+1
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-201-4/+4
* Avoid reserved identifiersStephan Bergmann2016-04-061-11/+11
* Replace MACRO_PRFIX and MACRO_POSTFIX in eventsupplier.cxxJulien Nabet2016-03-301-6/+2
* Remove excess newlinesChris Sherlock2016-02-091-2/+0
* InterfaceContainer2 with vector instead of SequenceNoel Grandin2016-01-251-3/+3
* use initialiser syntax for Sequence<OUString>Noel Grandin2015-11-151-2/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-102-7/+7
* use uno::Reference::set method instead of assignmentNoel Grandin2015-11-051-3/+2
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-18/+18
* sfx2: remove duplicative ModelCollectionEnumerationMichael Stahl2015-09-031-75/+8
* sfx2: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-09-031-4/+3
* make PostUserEvent Link<> typedNoel Grandin2015-08-281-3/+2
* loplugin: defaultparamsNoel Grandin2015-08-111-1/+1
* convert to typed Link<> in sfx2Noel Grandin2015-07-201-10/+5
* sfx2: remove pointless GenLink classMichael Stahl2015-07-141-16/+6
* loplugin:stringconstant: handle OUString+=OUString(literal)Stephan Bergmann2015-06-261-5/+2
* cppcheck: noExplicitConstructorCaolán McNamara2015-06-021-1/+1
* Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann2015-04-291-4/+1
* Remove dead INetProtocol::VimStephan Bergmann2015-04-071-1/+1
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-011-1/+1
* sfx2: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-182-3/+3
* Move SfxStringHint out of sfx2/app.hxx public header.Kohei Yoshida2014-11-201-0/+33
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-121-2/+2
* rename SvRef::AddRef to AddFirstRefNoel Grandin2014-10-031-1/+1
* remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud2014-06-272-4/+4
* loplugin:staticcallStephan Bergmann2014-06-131-1/+1
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part12Julien Nabet2014-05-141-1/+1
* typo: artifical -> artificialThomas Arnhold2014-04-141-1/+1
* sfx2: sal_Bool->boolNoel Grandin2014-04-072-5/+5
* Bin pointless INET_HEX_ESCAPETor Lillqvist2014-04-011-1/+1
* Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann2014-03-271-20/+20
* sfx2: sal_Bool->boolNoel Grandin2014-03-181-1/+1
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-262-45/+45
* Remove visual noise from sfx2Alexander Wilms2014-02-261-1/+1
* Remove unneccessary commentsAlexander Wilms2014-02-233-45/+45
* cosmeticsMatúš Kukan2014-02-131-3/+2
* Introduce com.sun.star.task.theJobExecutor singleton.Matúš Kukan2014-01-242-3/+2
* Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky2014-01-221-2/+4
* Change _get_implementation()'s not to do initialization directly.Jan Holesovsky2014-01-211-4/+2
* Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann2014-01-211-4/+4
* Unify ctor functions for component implementations.Matúš Kukan2014-01-181-3/+2
* bool improvementsStephan Bergmann2014-01-171-1/+1
* Constructor functions for singletons still need to pass out single instancesStephan Bergmann2014-01-171-2/+18