Home
last modified time | relevance | path

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

/trunk/main/basctl/source/basicide/
H A Dbasobj3.cxx82 SfxViewFrame* pViewFrame = pIDEShell ? pIDEShell->GetViewFrame() : NULL; in CreateMacro()
237 if ( pIDEShell ) in RemoveDialog()
299 if ( pIDEShell ) in MarkDocumentModified()
300 pIDEShell->SetAppBasicModified(); in MarkDocumentModified()
317 ObjectCatalog* pObjCatalog = pIDEShell ? pIDEShell->GetObjectCatalog() : 0; in MarkDocumentModified()
375 if( pIDEShell ) in BasicStopped()
445 BasicIDEShell* pIDEShell = 0; in HandleBasicError() local
470 pIDEShell = IDE_DLL()->GetShell(); in HandleBasicError()
471 if ( !pIDEShell ) in HandleBasicError()
476 pIDEShell = IDE_DLL()->GetShell(); in HandleBasicError()
[all …]
H A Dbaside3.cxx212 SfxViewFrame* pViewFrame = pIDEShell ? pIDEShell->GetViewFrame() : NULL; in KeyInput()
250 SfxViewFrame* pViewFrame = pIDEShell ? pIDEShell->GetViewFrame() : NULL; in Command()
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()
1083 BasicIDEShell* pIDEShell = IDE_DLL()->GetShell(); in implImportDialog() local
1084 if( pIDEShell == NULL ) in implImportDialog()
1086 OSL_ASSERT( pIDEShell != NULL ); in implImportDialog()
[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()
307 BasicIDEShell* pIDEShell = IDE_DLL()->GetShell(); in DeleteMacro() local
308 SfxViewFrame* pViewFrame = pIDEShell ? pIDEShell->GetViewFrame() : NULL; in DeleteMacro()
741 SfxViewFrame* pViewFrame = pIDEShell ? pIDEShell->GetViewFrame() : NULL; in IMPL_LINK()
752 BasicIDEShell* pIDEShell = IDE_DLL()->GetShell(); in IMPL_LINK() local
753 SfxViewFrame* pViewFrame = pIDEShell ? pIDEShell->GetViewFrame() : NULL; in IMPL_LINK()
786 SfxViewFrame* pViewFrame = pIDEShell ? pIDEShell->GetViewFrame() : NULL; in IMPL_LINK()
[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()
610 SfxViewFrame* pViewFrame = pIDEShell ? pIDEShell->GetViewFrame() : NULL; in Command()
635 SfxViewFrame* pViewFrame = pIDEShell ? pIDEShell->GetViewFrame() : NULL; in EndRenaming()
648 BasicIDEShell* pIDEShell = IDE_DLL()->GetShell(); in Sort() local
[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()
695 SfxViewFrame* pViewFrame = pIDEShell ? pIDEShell->GetViewFrame() : NULL; in IMPL_LINK()
843 SfxViewFrame* pViewFrame = pIDEShell ? pIDEShell->GetViewFrame() : NULL; in NewDialog()
902 SfxViewFrame* pViewFrame = pIDEShell ? pIDEShell->GetViewFrame() : NULL; in DeleteCurrent()
1003 BasicIDEShell* pIDEShell = IDE_DLL()->GetShell(); in createModImpl() local
[all …]
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()
690 if ( pIDEShell ) 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()
702 if ( pIDEShell ) in IMPL_LINK_INLINE_END()
1464 BasicIDEShell* pIDEShell = IDE_DLL()->GetShell(); in DeleteCurrent() local
1465 SfxViewFrame* pViewFrame = pIDEShell ? pIDEShell->GetViewFrame() : NULL; in DeleteCurrent()
[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 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.cxx88 BasicIDEShell* pIDEShell = IDE_DLL()->GetShell(); in OpenCurrent() local
89 SfxViewFrame* pViewFrame = pIDEShell ? pIDEShell->GetViewFrame() : NULL; in OpenCurrent()
212 BasicIDEShell* pIDEShell = IDE_DLL()->GetShell(); in IMPL_LINK() local
213 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()
/trunk/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()
1202 BasicIDEShell* pIDEShell = IDE_DLL()->GetShell(); in ShowProperties() local
1203 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()
/trunk/main/basctl/source/inc/
H A Dlocalizationmgr.hxx74 LocalizationMgr( BasicIDEShell* pIDEShell, const ScriptDocument& rDocument, String aLibName,

Completed in 130 milliseconds