summaryrefslogtreecommitdiff
path: root/include/sfx2/app.hxx
AgeCommit message (Expand)AuthorFilesLines
2016-03-02loplugin:unuseddefaultparam in sfx2Noel Grandin1-2/+2
2016-02-28Kill sfx2 menu supportMaxim Monastirsky1-2/+0
2016-02-22Pick a single place to declare SfxObjectShellRef typedefStephan Bergmann1-6/+0
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-2/+2
2016-01-13loplugin:unusedmethods unused return value in include/sfx2Noel Grandin1-3/+3
2015-11-13sfx2: rename static variable SfxApplication::pApp etc.Michael Stahl1-3/+1
2015-11-12sfx2: boost::ptr_vector->std::vectorNoel Grandin1-2/+2
2015-11-12sfx2: boost::ptr_vector->std::vectorNoel Grandin1-1/+1
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-4/+4
2015-10-23com::sun::star->css in include/linguistic to include/sfx2Noel Grandin1-2/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-3/+3
2015-08-13make Link<> instances typedNoel Grandin1-4/+6
2015-07-20loplugin:unusedmethods sfx2Noel Grandin1-1/+0
2015-07-16RemoteFilesDialogSzymon Kłos1-0/+1
2015-07-16loplugin:unusedmethods sfx2(part2)Noel Grandin1-2/+0
2015-07-16loplugin:unusedmethods sfx2Noel Grandin1-2/+0
2015-07-14sfx2: remove pointless GenLink classMichael Stahl1-1/+0
2015-05-19basic: used typed LINKsNoel Grandin1-1/+1
2015-04-30Gradually typed LinkStephan Bergmann1-3/+3
2015-04-23loplugin:staticmethodsNoel Grandin1-4/+4
2015-03-19loplugin:constantfunction: sfx2Noel Grandin1-2/+0
2014-11-24so GetOffResManager_Impl is unusedCaolán McNamara1-1/+0
2014-11-21Forward declare all the std::vector based impl container classes.Kohei Yoshida1-4/+3
2014-11-21Forward declare SfxTbxCtrlFactArr_Impl and SfxStbCtrlFactArr_Impl in app.hxx.Kohei Yoshida1-5/+2
2014-11-21Forward declare SfxMenuCtrlFactArr_Impl in sfx2/app.hxx public header.Kohei Yoshida1-2/+1
2014-11-21Forward declare SfxChildWinFactArr_Impl in sfx2/app.hxx.Kohei Yoshida1-2/+1
2014-11-20Forgot to check this in. This should have been a part of the last commit.Kohei Yoshida1-16/+0
2014-10-22callcatcher: update unused codeCaolán McNamara1-1/+0
2014-10-15remove unused DECL_OBJHINT and IMPL_OBJHINT macrosNoel Grandin1-1/+11
2014-10-06fdo#73151 Always open Styles&Formatting dialog in the sidebarSamuel Mehrbrodt1-1/+0
2014-10-01coverity#735489 constant guards dead codeCaolán McNamara1-1/+0
2014-10-01loplugin: cstylecastNoel Grandin1-1/+1
2014-09-25Revert "fdo#73151 Always open Styles&Formatting dialog in the sidebar"Stephan Bergmann1-0/+1
2014-09-24fdo#73151 Always open Styles&Formatting dialog in the sidebarSamuel Mehrbrodt1-1/+0
2014-09-23fdo#82577: Handle WindowNoel Grandin1-2/+2
2014-08-13fdo#75757: remove inheritance to std::vectorTakeshi Abe1-8/+12
2014-07-29Drop unnecessary SfxApplication::CreateResManager wrapperStephan Bergmann1-1/+0
2014-06-27fdo#69036 do not try to create a sfxApplication when we are tearing-downNorbert Thiebaud1-1/+1
2014-06-27remove SFX_APP() macro that was a mer wrapper for SfxGetApp()Norbert Thiebaud1-2/+0
2014-05-30Resolves: fdo#79360 impress hangs on using sidebar new styleCaolán McNamara1-3/+0
2014-04-18sfx2: Move InitInterface_Impl() out of SFX_DECL_INTERFACE too.Jan Holesovsky1-0/+6
2014-04-07Replace SV_DECL/IMPL_REF macros with SvRef templateStephan Bergmann1-1/+1
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-3/+3
2014-03-26Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann1-1/+1
2014-03-14sfx2: sal_Bool->boolNoel Grandin1-7/+7
2014-01-30fdo#63154 Removed unused solar.h ref. in sfx2Alexandre Vicenzi1-5/+0
2014-01-20Minimize the constructor functions to a bare minimum.Jan Holesovsky1-4/+2
2014-01-10SfxPoolItem::operator ==, != should return boolStephan Bergmann1-1/+1