Home
last modified time | relevance | path

Searched refs:pIDEShell (Results 1 – 18 of 18) sorted by relevance

/AOO41X/main/basctl/source/basicide/
H A Dbasobj3.cxx81 BasicIDEShell* pIDEShell = IDE_DLL()->GetShell(); in CreateMacro() local
82 SfxViewFrame* pViewFrame = pIDEShell ? pIDEShell->GetViewFrame() : NULL; in CreateMacro()
198 BasicIDEShell* pIDEShell = IDE_DLL()->GetShell(); in RenameDialog() local
199 …IDEBaseWindow* pWin = pIDEShell ? pIDEShell->FindWindow( rDocument, rLibName, rOldName, BASICIDE_T… in RenameDialog()
219 sal_uInt16 nId = (sal_uInt16)(pIDEShell->GetIDEWindowTable()).GetKey( pWin ); in RenameDialog()
223 BasicIDETabBar* pTabBar = (BasicIDETabBar*)pIDEShell->GetTabBar(); in RenameDialog()
236 BasicIDEShell* pIDEShell = IDE_DLL()->GetShell(); in RemoveDialog() local
237 if ( pIDEShell ) in RemoveDialog()
239 DialogWindow* pDlgWin = pIDEShell->FindDlgWin( rDocument, rLibName, rDlgName, sal_False ); in RemoveDialog()
298 BasicIDEShell* pIDEShell = IDE_DLL()->GetShell(); in MarkDocumentModified() local
[all …]
H A Dmacrodlg.cxx125 BasicIDEShell* pIDEShell = IDE_DLL()->GetShell(); in DECLARE_LIST() local
126 SfxViewFrame* pViewFrame = pIDEShell ? pIDEShell->GetViewFrame() : NULL; in DECLARE_LIST()
166 BasicIDEShell* pIDEShell = IDE_DLL()->GetShell(); in RestoreMacroDescription() local
167 if ( pIDEShell ) in RestoreMacroDescription()
169 IDEBaseWindow* pCurWin = pIDEShell->GetCurWindow(); in RestoreMacroDescription()
307 BasicIDEShell* pIDEShell = IDE_DLL()->GetShell(); in DeleteMacro() local
308 SfxViewFrame* pViewFrame = pIDEShell ? pIDEShell->GetViewFrame() : NULL; in DeleteMacro()
740 BasicIDEShell* pIDEShell = IDE_DLL()->GetShell(); in IMPL_LINK() local
741 SfxViewFrame* pViewFrame = pIDEShell ? pIDEShell->GetViewFrame() : NULL; in IMPL_LINK()
752 BasicIDEShell* pIDEShell = IDE_DLL()->GetShell(); in IMPL_LINK() local
[all …]
H A Dbaside3.cxx211 BasicIDEShell* pIDEShell = IDE_DLL()->GetShell(); in KeyInput() local
212 SfxViewFrame* pViewFrame = pIDEShell ? pIDEShell->GetViewFrame() : NULL; in KeyInput()
249 BasicIDEShell* pIDEShell = IDE_DLL()->GetShell(); in Command() local
250 SfxViewFrame* pViewFrame = pIDEShell ? pIDEShell->GetViewFrame() : NULL; in Command()
425 BasicIDEShell* pIDEShell = IDE_DLL()->GetShell(); in GetState() local
426 SfxViewFrame* pViewFrame = pIDEShell ? pIDEShell->GetViewFrame() : NULL; in GetState()
682 BasicIDEShell* pIDEShell = IDE_DLL()->GetShell(); in DisableBrowser() local
683 SfxViewFrame* pViewFrame = pIDEShell ? pIDEShell->GetViewFrame() : NULL; in DisableBrowser()
691 BasicIDEShell* pIDEShell = IDE_DLL()->GetShell(); in UpdateBrowser() local
692 SfxViewFrame* pViewFrame = pIDEShell ? pIDEShell->GetViewFrame() : NULL; in UpdateBrowser()
[all …]
H A Dbastypes.cxx162 BasicIDEShell* pIDEShell = IDE_DLL()->GetShell(); in Notify() local
163 if ( pIDEShell ) in Notify()
164 pIDEShell->NextPage( nCode == KEY_PAGEUP ); in Notify()
528 BasicIDEShell* pIDEShell = IDE_DLL()->GetShell(); in MouseButtonDown() local
529 SfxViewFrame* pViewFrame = pIDEShell ? pIDEShell->GetViewFrame() : NULL; in MouseButtonDown()
569 BasicIDEShell* pIDEShell = IDE_DLL()->GetShell(); in Command() local
570 if ( pIDEShell ) in Command()
572 ScriptDocument aDocument( pIDEShell->GetCurDocument() ); in Command()
573 ::rtl::OUString aOULibName( pIDEShell->GetCurLibName() ); in Command()
593 IDEWindowTable& aIDEWindowTable = pIDEShell->GetIDEWindowTable(); in Command()
[all …]
H A Dmoduldlg.cxx133 BasicIDEShell* pIDEShell = IDE_DLL()->GetShell(); in EditedEntry() local
134 SfxViewFrame* pViewFrame = pIDEShell ? pIDEShell->GetViewFrame() : NULL; in EditedEntry()
367 BasicIDEShell* pIDEShell = IDE_DLL()->GetShell(); in NotifyCopyingMoving() local
368 SfxViewFrame* pViewFrame = pIDEShell ? pIDEShell->GetViewFrame() : NULL; in NotifyCopyingMoving()
501 BasicIDEShell* pIDEShell = IDE_DLL()->GetShell(); in OrganizeDialog() local
502 SfxViewFrame* pViewFrame = pIDEShell ? pIDEShell->GetViewFrame() : NULL; in OrganizeDialog()
694 BasicIDEShell* pIDEShell = IDE_DLL()->GetShell(); in IMPL_LINK() local
695 SfxViewFrame* pViewFrame = pIDEShell ? pIDEShell->GetViewFrame() : NULL; in IMPL_LINK()
842 BasicIDEShell* pIDEShell = IDE_DLL()->GetShell(); in NewDialog() local
843 SfxViewFrame* pViewFrame = pIDEShell ? pIDEShell->GetViewFrame() : NULL; in NewDialog()
[all …]
H A Dbasobj2.cxx87 BasicIDEShell* pIDEShell = IDE_DLL()->GetShell(); in Organize() local
88 if ( pIDEShell ) in Organize()
90 IDEBaseWindow* pCurWin = pIDEShell->GetCurWindow(); in Organize()
193 BasicIDEShell* pIDEShell = IDE_DLL()->GetShell(); in RenameModule() local
194 if ( pIDEShell ) in RenameModule()
196 …IDEBaseWindow* pWin = pIDEShell->FindWindow( rDocument, rLibName, rNewName, BASICIDE_TYPE_MODULE, … in RenameModule()
207 sal_uInt16 nId = (sal_uInt16)(pIDEShell->GetIDEWindowTable()).GetKey( pWin ); in RenameModule()
211 BasicIDETabBar* pTabBar = (BasicIDETabBar*)pIDEShell->GetTabBar(); in RenameModule()
H A Dmoduldl2.cxx652 BasicIDEShell* pIDEShell = IDE_DLL()->GetShell(); in IMPL_LINK_INLINE_END() local
653 SfxViewFrame* pViewFrame = pIDEShell ? pIDEShell->GetViewFrame() : NULL; in IMPL_LINK_INLINE_END()
686 BasicIDEShell* pIDEShell = IDE_DLL()->GetShell(); in IMPL_LINK_INLINE_END() local
687 if ( pIDEShell ) in IMPL_LINK_INLINE_END()
688 pIDEShell->GetViewFrame()->GetWindow().EnterWait(); in IMPL_LINK_INLINE_END()
690 if ( pIDEShell ) in IMPL_LINK_INLINE_END()
691 pIDEShell->GetViewFrame()->GetWindow().LeaveWait(); in IMPL_LINK_INLINE_END()
698 BasicIDEShell* pIDEShell = IDE_DLL()->GetShell(); in IMPL_LINK_INLINE_END() local
699 if ( pIDEShell ) in IMPL_LINK_INLINE_END()
700 pIDEShell->GetViewFrame()->GetWindow().EnterWait(); in IMPL_LINK_INLINE_END()
[all …]
H A Dbrkdlg.cxx209 BasicIDEShell* pIDEShell = IDE_DLL()->GetShell(); in IMPL_LINK() local
210 SfxViewFrame* pViewFrame = pIDEShell ? pIDEShell->GetViewFrame() : NULL; in IMPL_LINK()
236 BasicIDEShell* pIDEShell = IDE_DLL()->GetShell(); in IMPL_LINK() local
237 SfxViewFrame* pViewFrame = pIDEShell ? pIDEShell->GetViewFrame() : NULL; in IMPL_LINK()
H A Dobjdlg.cxx73 BasicIDEShell* pIDEShell = IDE_DLL()->GetShell(); in MouseButtonDown() local
74 SfxViewFrame* pViewFrame = pIDEShell ? pIDEShell->GetViewFrame() : NULL; in MouseButtonDown()
197 BasicIDEShell* pIDEShell = IDE_DLL()->GetShell(); in IMPL_LINK() local
198 SfxViewFrame* pViewFrame = pIDEShell ? pIDEShell->GetViewFrame() : NULL; in IMPL_LINK()
H A Diderdll.cxx175 BasicIDEShell* pIDEShell = IDE_DLL()->GetShell(); in IMPL_LINK() local
176 if ( pIDEShell ) in IMPL_LINK()
201 nRet = pIDEShell->CallBasicBreakHdl( pBasic ); in IMPL_LINK()
H A Dbaside2b.cxx387 BasicIDEShell* pIDEShell = IDE_DLL()->GetShell(); in Command() local
388 SfxViewFrame* pViewFrame = pIDEShell ? pIDEShell->GetViewFrame() : NULL; in Command()
1439 BasicIDEShell* pIDEShell = IDE_DLL()->GetShell(); in IMPL_LINK_INLINE_START() local
1440 SfxViewFrame* pViewFrame = pIDEShell ? pIDEShell->GetViewFrame() : NULL; in IMPL_LINK_INLINE_START()
1602 BasicIDEShell* pIDEShell = IDE_DLL()->GetShell(); in IMPL_LINK_INLINE_START() local
1603 SfxViewFrame* pViewFrame = pIDEShell ? pIDEShell->GetViewFrame() : NULL; in IMPL_LINK_INLINE_START()
H A Dbasicbox.cxx333 BasicIDEShell* pIDEShell = IDE_DLL()->GetShell(); in NotifyIDE() local
334 SfxViewFrame* pViewFrame = pIDEShell ? pIDEShell->GetViewFrame() : NULL; in NotifyIDE()
H A Dlocalizationmgr.cxx48 LocalizationMgr::LocalizationMgr( BasicIDEShell* pIDEShell, in LocalizationMgr() argument
52 , m_pIDEShell( pIDEShell ) in LocalizationMgr()
868 BasicIDEShell* pIDEShell = IDE_DLL()->GetShell(); in FindDialogWindowForEditor() local
869 IDEWindowTable& aIDEWindowTable = pIDEShell->GetIDEWindowTable(); in FindDialogWindowForEditor()
H A Dbaside2.cxx291 BasicIDEShell* pIDEShell = IDE_DLL()->GetShell(); in CheckCompileBasic() local
292 pIDEShell->GetViewFrame()->GetWindow().EnterWait(); in CheckCompileBasic()
311 pIDEShell->GetViewFrame()->GetWindow().LeaveWait(); in CheckCompileBasic()
H A Dbasides1.cxx1261 BasicIDEShell* pIDEShell = IDE_DLL()->GetShell(); in CallBasicBreakHdl() local
1263 pIDEShell->GetViewFrame()->GetWindow().EnterWait(); in CallBasicBreakHdl()
/AOO41X/main/basctl/source/dlged/
H A Ddlged.cxx659 BasicIDEShell* pIDEShell = IDE_DLL()->GetShell(); in IMPL_LINK() local
661 SfxViewFrame* pViewFrame = pIDEShell ? pIDEShell->GetViewFrame() : NULL; in IMPL_LINK()
666 ((PropBrw*)(pChildWin->GetWindow()))->Update( pIDEShell ); in IMPL_LINK()
1200 BasicIDEShell* pIDEShell = IDE_DLL()->GetShell(); in ShowProperties() local
1201 SfxViewFrame* pViewFrame = pIDEShell ? pIDEShell->GetViewFrame() : NULL; in ShowProperties()
H A Dmanagelang.cxx132 BasicIDEShell* pIDEShell = IDE_DLL()->GetShell(); in Init() local
133 String sLibName = pIDEShell->GetCurLibName(); in Init()
/AOO41X/main/basctl/source/inc/
H A Dlocalizationmgr.hxx74 LocalizationMgr( BasicIDEShell* pIDEShell, const ScriptDocument& rDocument, String aLibName,