summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/sfxbasemodel.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-10-22Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist1-5/+5
2014-10-21fdo#84938: replace WINDOW_BORDER constants with enumNoel Grandin1-2/+2
2014-10-03loplugin: cstylecastNoel Grandin1-6/+6
2014-10-02coverity#1242904 error code overwrittenCaolán McNamara1-1/+2
2014-09-23fdo#82577: Handle WindowNoel Grandin1-6/+6
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin1-3/+3
2014-07-17rename the Weak stuff in tools/ref.hxx to WeakRefNoel Grandin1-2/+2
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud1-13/+13
2014-06-26clang: Use-after-freeCaolán McNamara1-4/+12
2014-06-20Missing null checkStephan Bergmann1-3/+6
2014-06-19Prevent null pointer dereferenceStephan Bergmann1-1/+4
2014-05-27remove more unnecessary use of OUString constructorNoel Grandin1-32/+16
2014-05-27remove unnecessary use of Reference constructor in throwNoel Grandin1-2/+2
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin1-8/+4
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet1-29/+29
2014-05-16valgrind: SfxBaseModel's pImpl of fallback TargetDocument for paste leaksCaolán McNamara1-9/+3
2014-05-14sfx2: remove SAL_INFO's that only mark function entryNoel Grandin1-2/+0
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-2/+2
2014-04-18Typo: s/cant/can't/Tor Lillqvist1-1/+1
2014-04-14typo: controlls -> controlsThomas Arnhold1-1/+1
2014-04-07sfx2: sal_Bool->boolNoel Grandin1-25/+25
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-1/+1
2014-04-03fdo#43157 : clean up OSL_POSTCONDMichaël Lefèvre1-1/+1
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-31coverity#1194890 Unchecked return valueCaolán McNamara1-1/+1
2014-03-28Remove remaining DBG_NAME* usesStephan Bergmann1-6/+0
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-8/+8
2014-03-25svtools: sal_Bool->boolNoel Grandin1-1/+1
2014-03-19sfx2: sal_Bool->boolNoel Grandin1-4/+4
2014-03-18sfx2: sal_Bool->boolNoel Grandin1-43/+43
2014-03-18sfx2: sal_Bool->boolNoel Grandin1-14/+14
2014-03-16sal_Bool to boolMatteo Casalin1-1/+1
2014-03-14sfx2: sal_Bool->boolNoel Grandin1-1/+1
2014-03-14sfx2: sal_Bool->boolNoel Grandin1-3/+3
2014-03-10sfx2: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann1-24/+1
2014-03-03SFX2 : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini1-2/+0
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-138/+138
2014-02-26Remove visual noise from sfx2Alexander Wilms1-24/+24
2014-02-23Remove unneccessary commentsAlexander Wilms1-131/+131
2014-02-03Remove needless SAL_DLLPRIVATE annotationsStephan Bergmann1-1/+1
2014-01-29bool improvementsStephan Bergmann1-1/+1
2014-01-28bool improvementsStephan Bergmann1-20/+20
2014-01-23Use the "sfx" log area consistently in sfx2Tor Lillqvist1-2/+2
2014-01-21Fix bogus mass-conversion equalsAsciiL -> startsWithStephan Bergmann1-1/+1
2014-01-16convert SvStream::operator<< overloads to more explicit methodsNoel Grandin1-1/+1
2013-12-13Fixed the update to working copy and back after (cancel) checkout: fdo#64533Cédric Bosdonnat1-9/+3
2013-12-12simplify - use OUString::startsWith where possibleNoel Grandin1-1/+1
2013-12-12Do not use C++-UNO internal static_type functions in client codeStephan Bergmann1-4/+4
2013-11-20convert equalsAsciiL calls to startsWith callsNoel Grandin1-1/+1
2013-11-14SAL_WARN_UNUSED com::sun::star::uno::AnyStephan Bergmann1-1/+0