summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/objxtor.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-05-04cppcheck: noExplicitConstructorCaolán McNamara1-2/+2
2015-04-29convert STR_EVENT constants to scoped enumNoel Grandin1-3/+3
2015-04-23loplugin:staticmethodsNoel Grandin1-3/+3
2015-04-15convert SIGNATURESTATE_ constants to scoped enumNoel Grandin1-2/+2
2015-04-13convert SFX_LOADED_ to scoped enumNoel Grandin1-2/+2
2015-04-10convert SFXOBJECTSHELL_ constants to scoped enumNoel Grandin1-1/+1
2015-04-10convert SFXMODEL_ to scoped enumNoel Grandin1-5/+5
2015-04-10convert SfxObjectCreateMode to scoped enumNoel Grandin1-8/+8
2015-03-19loplugin:constantfunction: sfx2Noel Grandin1-11/+0
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl1-3/+3
2014-11-21Forward declare all the std::vector based impl container classes.Kohei Yoshida1-0/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-2/+2
2014-10-22Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist1-12/+12
2014-10-06fdo#71248 Excel VBA: ActiveDocument is not tracking currently selected DocJustin Luth1-1/+1
2014-10-03loplugin: cstylecastNoel Grandin1-1/+1
2014-08-22No need to own SfxBasicManagerHolder by pointer in SfxObjectShell_ImplStephan Bergmann1-8/+6
2014-07-29simplify "no delete" logic in SvRefBaseNoel Grandin1-1/+7
2014-06-27fdo#69036 do not try to create a sfxApplication when we are tearing-downNorbert Thiebaud1-15/+20
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud1-4/+4
2014-06-19fdo#71076, fdo#71767: Preserve number formats when charts are copied.Kohei Yoshida1-0/+17
2014-06-10coverity#706615 Uncaught exceptionCaolán McNamara1-21/+28
2014-06-02coverity#1219793 Uncaught exceptionCaolán McNamara1-13/+13
2014-05-23coverity#1215382 Uncaught exceptionCaolán McNamara1-1/+8
2014-05-22Use proper constructor to fill with system time.Matúš Kukan1-1/+1
2014-05-21cp#1000072: Skip styles import for external link cache documents.Kohei Yoshida1-1/+5
2014-04-18Intermediate commit of hacking on --disable-database-connectivityTor Lillqvist1-1/+1
2014-04-09Remove unused MakeVariableStephan Bergmann1-1/+0
2014-04-07sfx2: sal_Bool->boolNoel Grandin1-52/+52
2014-04-04"2" as arg for PrepareClose is never checked forCaolán McNamara1-2/+2
2014-03-28Remove remaining DBG_NAME* usesStephan Bergmann1-4/+0
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-3/+3
2014-03-19sfx2: sal_Bool->boolNoel Grandin1-2/+2
2014-03-18sfx2: sal_Bool->boolNoel Grandin1-14/+14
2014-03-14sfx2: sal_Bool->boolNoel Grandin1-2/+2
2014-03-03SFX2 : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini1-4/+0
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-6/+6
2014-02-26Remove visual noise from sfx2Alexander Wilms1-2/+2
2014-02-23Remove unneccessary commentsAlexander Wilms1-28/+28
2014-01-28bool improvementsStephan Bergmann1-8/+8
2014-01-15remove sfx2/appuno.hxxMatúš Kukan1-1/+0
2014-01-14Remove unused bForBrowsing parameterStephan Bergmann1-4/+3
2014-01-14PrepareClose should probably return boolStephan Bergmann1-9/+9
2014-01-14RET_NEWTASK is apparently unused (since around 2000)Stephan Bergmann1-4/+0
2013-11-11sfx2: include <> for external includesNorbert Thiebaud1-2/+2
2013-10-22Remove unused SfxObjectShell_Impl::bIsTmpStephan Bergmann1-1/+0
2013-08-29convert sfx2/source/doc/* from String to OUStringNoel Grandin1-31/+31
2013-08-29convert sfx2/source/inc/objshimp.hxx from String to OUStringNoel Grandin1-1/+1
2013-08-29convert include/sfx2/objsh.hxx from String to OUStringNoel Grandin1-5/+5
2013-08-12error: dereferencing type-punned pointer will break strict-aliasing rulesStephan Bergmann1-2/+2
2013-07-04module sot: String, bool and other clean-upNorbert Thiebaud1-3/+3