Searched refs:pScSh (Results 1 – 2 of 2) sorted by relevance
121 ScDocShell* pScSh = NULL; in InitDocListBox() local130 pScSh = PTR_CAST( ScDocShell, pSh ); in InitDocListBox()132 if ( pScSh ) in InitDocListBox()134 if ( pScSh == SfxObjectShell::Current() ) in InitDocListBox()137 aLbDoc.InsertEntry( pScSh->GetTitle(), i ); in InitDocListBox()138 aLbDoc.SetEntryData( i, (void*)pScSh->GetDocument() ); in InitDocListBox()
523 ScDocShell* pScSh = NULL; in ExecuteTable() local528 pScSh = PTR_CAST( ScDocShell, pSh ); in ExecuteTable()530 if( pScSh ) in ExecuteTable()532 pScSh->GetTitle(); in ExecuteTable()534 if( pScSh->GetTitle() == aDocName ) in ExecuteTable()537 ScDocument* pDestDoc = pScSh->GetDocument(); in ExecuteTable()
Completed in 13 milliseconds