summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/sfxbasemodel.cxx
AgeCommit message (Expand)Author
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-02-17boost->stdCaolán McNamara
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2014-12-18sfx2: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-12sfx2: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-05Remove dead SO3_GLOBAL_CLASSID and SvObjectStephan Bergmann
2014-12-04sfx2: reset the error code before 2nd load with repair (related: fdo#56245)Michael Stahl
2014-11-20Forgot to check this in. This should have been a part of the last commit.Kohei Yoshida
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-10-22Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist
2014-10-21fdo#84938: replace WINDOW_BORDER constants with enumNoel Grandin
2014-10-03loplugin: cstylecastNoel Grandin
2014-10-02coverity#1242904 error code overwrittenCaolán McNamara
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin
2014-07-17rename the Weak stuff in tools/ref.hxx to WeakRefNoel Grandin
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud
2014-06-26clang: Use-after-freeCaolán McNamara
2014-06-20Missing null checkStephan Bergmann
2014-06-19Prevent null pointer dereferenceStephan Bergmann
2014-05-27remove more unnecessary use of OUString constructorNoel Grandin
2014-05-27remove unnecessary use of Reference constructor in throwNoel Grandin
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet
2014-05-16valgrind: SfxBaseModel's pImpl of fallback TargetDocument for paste leaksCaolán McNamara
2014-05-14sfx2: remove SAL_INFO's that only mark function entryNoel Grandin
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
2014-04-18Typo: s/cant/can't/Tor Lillqvist
2014-04-14typo: controlls -> controlsThomas Arnhold
2014-04-07sfx2: sal_Bool->boolNoel Grandin
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
2014-04-03fdo#43157 : clean up OSL_POSTCONDMichaël Lefèvre
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-31coverity#1194890 Unchecked return valueCaolán McNamara
2014-03-28Remove remaining DBG_NAME* usesStephan Bergmann
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-25svtools: sal_Bool->boolNoel Grandin
2014-03-19sfx2: sal_Bool->boolNoel Grandin
2014-03-18sfx2: sal_Bool->boolNoel Grandin
2014-03-18sfx2: sal_Bool->boolNoel Grandin
2014-03-16sal_Bool to boolMatteo Casalin
2014-03-14sfx2: sal_Bool->boolNoel Grandin
2014-03-14sfx2: sal_Bool->boolNoel Grandin
2014-03-10sfx2: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann
2014-03-03SFX2 : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-26Remove visual noise from sfx2Alexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-03Remove needless SAL_DLLPRIVATE annotationsStephan Bergmann