Home
last modified time | relevance | path

Searched refs:pScSh (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sc/source/ui/miscdlgs/
H A Dmvtabdlg.cxx121 ScDocShell* pScSh = NULL; in InitDocListBox() local
130 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()
/trunk/main/sc/source/ui/view/
H A Dtabvwshf.cxx523 ScDocShell* pScSh = NULL; in ExecuteTable() local
528 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 21 milliseconds