Searched refs:GetStaticInterface (Results 1 – 11 of 11) sorted by relevance
| /trunk/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 ) 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 D | tabvwsh3.cxx | 812 … GetStaticInterface()->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 D | tabvwshf.cxx | 444 … GetStaticInterface()->GetSlot(nSlot)->GetCommand(), pHelpId, RID_SCDLG_STRINPUT); in ExecuteTable()
|
| /trunk/main/sd/source/ui/docshell/ |
| H A D | docshel3.cxx | 187 ExecuteSlot(rReq, SfxObjectShell::GetStaticInterface()); in Execute() 206 ExecuteSlot( rReq, SfxObjectShell::GetStaticInterface() ); in Execute()
|
| /trunk/main/sw/source/ui/uiview/ |
| H A D | viewdlg2.cxx | 83 pDlg->SetHelpId(GetStaticInterface()->GetSlot(FN_EDIT_FOOTNOTE)->GetCommand()); in ExecDlgExt()
|
| H A D | pview.cxx | 1432 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 D | docsh.hxx | 170 static SfxInterface *_GetInterface() { return GetStaticInterface(); } in _GetInterface()
|
| /trunk/main/sfx2/source/control/ |
| H A D | shell.cxx | 466 return GetStaticInterface(); in GetInterface()
|
| /trunk/main/sw/source/ui/shells/ |
| H A D | tabsh.cxx | 961 const SfxSlot* pSlot = GetStaticInterface()->GetSlot(nSlot); in Execute()
|
| H A D | textsh1.cxx | 467 pDlg->SetHelpId(GetStaticInterface()->GetSlot(nSlot)->GetCommand()); in Execute()
|
| /trunk/main/sc/source/ui/docshell/ |
| H A D | docsh4.cxx | 1157 pDlg->SetHelpId( GetStaticInterface()->GetSlot(SID_CHG_PROTECT)->GetCommand() ); in ExecuteChangeProtectionDialog()
|