Searched refs:GetStaticInterface (Results 1 – 11 of 11) sorted by relevance
/aoo41x/main/sfx2/inc/sfx2/ |
H A D | shell.hxx | 192 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 ) 404 GetStaticInterface()->RegisterPopupMenu( rResId ) 407 GetStaticInterface()->RegisterObjectMenu( nPos, rResId ) [all …]
|
/aoo41x/main/sc/source/ui/view/ |
H A D | tabvwsh3.cxx | 817 … GetStaticInterface()->GetSlot(SID_SELECT_TABLES)->GetCommand(), HID_SELECTTABLES ); in Execute() 1014 pDlg->SetHelpId( GetStaticInterface()->GetSlot(FID_PROTECT_DOC)->GetCommand() ); in Execute() 1037 pDlg->SetHelpId( GetStaticInterface()->GetSlot(FID_PROTECT_DOC)->GetCommand() ); in Execute() 1088 pDlg->SetHelpId( GetStaticInterface()->GetSlot(FID_PROTECT_TABLE)->GetCommand() ); in Execute() 1160 pDlg->SetHelpId( GetStaticInterface()->GetSlot(FID_PROTECT_TABLE)->GetCommand() ); in Execute() 1182 pDlg->SetHelpId( GetStaticInterface()->GetSlot(FID_PROTECT_TABLE)->GetCommand() ); in Execute()
|
H A D | tabvwshf.cxx | 444 … GetStaticInterface()->GetSlot(nSlot)->GetCommand(), pHelpId, RID_SCDLG_STRINPUT); in ExecuteTable()
|
/aoo41x/main/sd/source/ui/docshell/ |
H A D | docshel3.cxx | 187 ExecuteSlot(rReq, SfxObjectShell::GetStaticInterface()); in Execute() 206 ExecuteSlot( rReq, SfxObjectShell::GetStaticInterface() ); in Execute()
|
/aoo41x/main/sw/source/ui/uiview/ |
H A D | viewdlg2.cxx | 91 pDlg->SetHelpId(GetStaticInterface()->GetSlot(FN_EDIT_FOOTNOTE)->GetCommand()); in ExecDlgExt()
|
H A D | pview.cxx | 1434 pPageUpBtn->SetHelpId(GetStaticInterface()->GetSlot(FN_PAGEUP)->GetCommand()); in _CreateScrollbar() 1436 pPageDownBtn->SetHelpId(GetStaticInterface()->GetSlot(FN_PAGEDOWN)->GetCommand()); in _CreateScrollbar()
|
/aoo41x/main/sw/inc/ |
H A D | docsh.hxx | 161 static SfxInterface *_GetInterface() { return GetStaticInterface(); } in _GetInterface()
|
/aoo41x/main/sfx2/source/control/ |
H A D | shell.cxx | 466 return GetStaticInterface(); in GetInterface()
|
/aoo41x/main/sw/source/ui/shells/ |
H A D | tabsh.cxx | 961 const SfxSlot* pSlot = GetStaticInterface()->GetSlot(nSlot); in Execute()
|
H A D | textsh1.cxx | 481 pDlg->SetHelpId(GetStaticInterface()->GetSlot(nSlot)->GetCommand()); in Execute()
|
/aoo41x/main/sc/source/ui/docshell/ |
H A D | docsh4.cxx | 1157 pDlg->SetHelpId( GetStaticInterface()->GetSlot(SID_CHG_PROTECT)->GetCommand() ); in ExecuteChangeProtectionDialog()
|
Completed in 111 milliseconds