summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/sfxbasemodel.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-8/+8
2015-09-30Fix typosAndrea Gelmini1-2/+2
2015-09-03sfx2: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-3/+4
2015-08-14remove default value from SfxPoolItem::PutValueNoel Grandin1-1/+1
2015-08-11loplugin: defaultparamsNoel Grandin1-9/+9
2015-07-16loplugin:simplifyboolStephan Bergmann1-3/+3
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-5/+5
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann1-1/+1
2015-06-02cppcheck: noExplicitConstructorCaolán McNamara1-3/+3
2015-05-21convert CVT constants to scoped enumNoel Grandin1-4/+4
2015-04-29convert STR_EVENT constants to scoped enumNoel Grandin1-9/+9
2015-04-24loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann1-1/+1
2015-04-23loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-15convert SIGNATURESTATE_ constants to scoped enumNoel Grandin1-2/+2
2015-04-10convert SfxObjectCreateMode to scoped enumNoel Grandin1-7/+7
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-25/+25
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-7/+7
2015-02-17boost->stdCaolán McNamara1-51/+51
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-1/+1
2014-12-18sfx2: Use appropriate OUString functions on string constantsStephan Bergmann1-12/+11
2014-12-12sfx2: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-12-05Remove dead SO3_GLOBAL_CLASSID and SvObjectStephan Bergmann1-11/+2
2014-12-04sfx2: reset the error code before 2nd load with repair (related: fdo#56245)Michael Stahl1-0/+1
2014-11-20Forgot to check this in. This should have been a part of the last commit.Kohei Yoshida1-0/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-3/+3
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