Home
last modified time | relevance | path

Searched refs:pCurWin (Results 1 – 8 of 8) sorted by relevance

/trunk/main/basctl/source/basicide/
H A Dbasides1.cxx84 if ( !pCurWin ) in ExecuteCurrent()
242 if ( pCurWin && pCurWin->ISA( ModulWindow ) ) in ExecuteCurrent()
271 if ( pCurWin && pCurWin->IsA( TYPE( ModulWindow ) ) ) in ExecuteGlobal()
851 if ( !pCurWin || !pCurWin->IsA( TYPE( ModulWindow ) ) ) in GetState()
864 if ( !pCurWin || !pCurWin->IsA( TYPE( ModulWindow ) ) ) in GetState()
886 if( !pCurWin || !pCurWin->IsA( TYPE( DialogWindow ) ) ) in GetState()
1039 if ( pCurWin && pCurWin->IsA( TYPE( DialogWindow ) ) && !pCurWin->IsReadOnly() ) in HasUIFeature()
1342 if( pCurWin && pCurWin->IsA( TYPE( DialogWindow ) ) ) in AdjustPosSizePixel()
1352 if ( pCurWin && pCurWin->GetDocument().isDocument() ) in GetCurrentDocument()
1363 if( pCurWin && pCurWin->IsA( TYPE( DialogWindow ) ) ) in Activate()
[all …]
H A Dbasides2.cxx91 if ( pCurWin )
97 pCurWin->PrintData( pPrinter );
107 if ( pCurWin && pCurWin->ISA( ModulWindow ) ) in HasSelection()
119 if ( pCurWin && pCurWin->ISA( ModulWindow ) ) in GetSelectionText()
144 if ( pCurWin ) // && pCurWin->ISA( ModulWindow ) ) in GetPrinter()
293 if ( !pCurWin ) in CreateBasWin()
323 if ( pCurWin && pCurWin->ISA( ModulWindow ) ) in Move()
324 ((ModulWindow*)pCurWin)->FrameWindowMoved(); in Move()
329 if ( pCurWin && pCurWin->ISA( ModulWindow ) ) in ShowCursor()
339 if ( !pCurWin || !pCurWin->IsA( TYPE( ModulWindow ) ) ) in ExecuteBasic()
[all …]
H A Dbasides3.cxx126 if ( !pCurWin ) in CreateDlgWin()
157 if ( !pCurWin || !pCurWin->IsA( TYPE( DialogWindow ) ) ) in GetCurDlgView()
160 DialogWindow* pWin = (DialogWindow*)pCurWin; in GetCurDlgView()
167 if ( pCurWin && ( pCurWin->IsA( TYPE( DialogWindow) ) || in ExecuteDialog()
168 (rReq.GetSlot() == SID_IMPORT_DIALOG &&pCurWin->IsA( TYPE( ModulWindow) ) ) ) ) in ExecuteDialog()
170 pCurWin->ExecuteCommand( rReq ); in ExecuteDialog()
H A Dbasidesh.cxx216 pCurWin = 0; in Init()
349 if ( pWin == pCurWin ) in onDocumentClosed()
556 if( pCurWin ) in GetUndoManager()
557 pMgr = pCurWin->GetUndoManager(); in GetUndoManager()
584 if ( pCurWin ) in ShowObjectDialog()
585 pCurWin->StoreData(); in ShowObjectDialog()
698 if ( pWin == pCurWin ) in CheckWindows()
712 sal_Bool bChangeCurWindow = pCurWin ? sal_False : sal_True; in RemoveWindows()
718 if ( pWin == pCurWin ) in RemoveWindows()
742 if ( pWin == pCurWin ) in UpdateWindows()
[all …]
H A Dbasobj2.cxx90 IDEBaseWindow* pCurWin = pIDEShell->GetCurWindow(); in Organize() local
91 if ( pCurWin ) in Organize()
92 aDesc = pCurWin->CreateEntryDescriptor(); in Organize()
H A Dlocalizationmgr.cxx836 IDEBaseWindow* pCurWin = m_pIDEShell->GetCurWindow(); in handleSetCurrentLocale() local
837 if ( pCurWin && !pCurWin->IsSuspended() && pCurWin->IsA( TYPE( DialogWindow ) ) ) in handleSetCurrentLocale()
839 DialogWindow* pDlgWin = (DialogWindow*)pCurWin; in handleSetCurrentLocale()
H A Dmacrodlg.cxx169 IDEBaseWindow* pCurWin = pIDEShell->GetCurWindow(); in RestoreMacroDescription() local
170 if ( pCurWin ) in RestoreMacroDescription()
171 aDesc = pCurWin->CreateEntryDescriptor(); in RestoreMacroDescription()
/trunk/main/basctl/source/inc/
H A Dbasidesh.hxx90 IDEBaseWindow* pCurWin; member in BasicIDEShell
181 IDEBaseWindow* GetCurWindow() const { return pCurWin; } in GetCurWindow()

Completed in 47 milliseconds