Home
last modified time | relevance | path

Searched refs:GetStaticInterface (Results 1 – 11 of 11) sorted by relevance

/trunk/main/sfx2/inc/sfx2/
H A Dshell.hxx192 static SfxInterface* GetStaticInterface() { return 0; } in GetStaticInterface() function in SfxShell
336 static SfxInterface* GetStaticInterface(); \
345 SfxInterface* __EXPORT Class::GetStaticInterface() \
352 SuperClass::GetStaticInterface(), \
362 return GetStaticInterface(); \
367 GetStaticInterface()->Register(pMod); \
389 GetStaticInterface()->RegisterObjectBar( nPos, rResId )
392 GetStaticInterface()->RegisterObjectBar( nPos, rResId, nFeature )
395 GetStaticInterface()->RegisterChildWindow( nId, (sal_Bool) sal_False )
398 GetStaticInterface()->RegisterChildWindow( nId, (sal_Bool) sal_False, nFeature )
[all …]
/trunk/main/sc/source/ui/view/
H A Dtabvwsh3.cxx812GetStaticInterface()->GetSlot(SID_SELECT_TABLES)->GetCommand(), HID_SELECTTABLES ); in Execute()
1007 … pDlg->SetHelpId( GetStaticInterface()->GetSlot(FID_PROTECT_DOC)->GetCommand() ); in Execute()
1030 pDlg->SetHelpId( GetStaticInterface()->GetSlot(FID_PROTECT_DOC)->GetCommand() ); in Execute()
1080 … pDlg->SetHelpId( GetStaticInterface()->GetSlot(FID_PROTECT_TABLE)->GetCommand() ); in Execute()
1152 … pDlg->SetHelpId( GetStaticInterface()->GetSlot(FID_PROTECT_TABLE)->GetCommand() ); in Execute()
1174 pDlg->SetHelpId( GetStaticInterface()->GetSlot(FID_PROTECT_TABLE)->GetCommand() ); in Execute()
H A Dtabvwshf.cxx444GetStaticInterface()->GetSlot(nSlot)->GetCommand(), pHelpId, RID_SCDLG_STRINPUT); in ExecuteTable()
/trunk/main/sd/source/ui/docshell/
H A Ddocshel3.cxx187 ExecuteSlot(rReq, SfxObjectShell::GetStaticInterface()); in Execute()
206 ExecuteSlot( rReq, SfxObjectShell::GetStaticInterface() ); in Execute()
/trunk/main/sw/source/ui/uiview/
H A Dviewdlg2.cxx83 pDlg->SetHelpId(GetStaticInterface()->GetSlot(FN_EDIT_FOOTNOTE)->GetCommand()); in ExecDlgExt()
H A Dpview.cxx1432 pPageUpBtn->SetHelpId(GetStaticInterface()->GetSlot(FN_PAGEUP)->GetCommand()); in _CreateScrollbar()
1434 pPageDownBtn->SetHelpId(GetStaticInterface()->GetSlot(FN_PAGEDOWN)->GetCommand()); in _CreateScrollbar()
/trunk/main/sw/inc/
H A Ddocsh.hxx170 static SfxInterface *_GetInterface() { return GetStaticInterface(); } in _GetInterface()
/trunk/main/sfx2/source/control/
H A Dshell.cxx466 return GetStaticInterface(); in GetInterface()
/trunk/main/sw/source/ui/shells/
H A Dtabsh.cxx961 const SfxSlot* pSlot = GetStaticInterface()->GetSlot(nSlot); in Execute()
H A Dtextsh1.cxx467 pDlg->SetHelpId(GetStaticInterface()->GetSlot(nSlot)->GetCommand()); in Execute()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh4.cxx1157 pDlg->SetHelpId( GetStaticInterface()->GetSlot(SID_CHG_PROTECT)->GetCommand() ); in ExecuteChangeProtectionDialog()