Searched refs:pScDocSh (Results 1 – 2 of 2) sorted by relevance
586 ScDocShell* pScDocSh = pData->GetDocShell(); in FuInsertChart() local587 ScDocument* pScDoc = pScDocSh->GetDocument(); in FuInsertChart()632 pScDocSh->GetUndoManager()->AddUndoAction( in FuInsertChart()633 new ScUndoInsertTab( pScDocSh, nNewTab, in FuInsertChart()637 pScDocSh->Broadcast( ScTablesHint( SC_TAB_INSERTED, nNewTab ) ); in FuInsertChart()639 pScDocSh->PostPaintExtras(); //! erst hinterher ??? in FuInsertChart()
137 ScDocShell* pScDocSh = PTR_CAST( ScDocShell, SfxObjectShell::Current() ); in ScPrintAreasDlg() local139 DBG_ASSERT( pScDocSh, "Current DocumentShell not found :-(" ); in ScPrintAreasDlg()141 pDoc = pScDocSh->GetDocument(); in ScPrintAreasDlg()
Completed in 21 milliseconds