Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/ui/drawfunc/
H A Dfuins2.cxx586 ScDocShell* pScDocSh = pData->GetDocShell(); in FuInsertChart() local
587 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()
/aoo41x/main/sc/source/ui/pagedlg/
H A Dareasdlg.cxx137 ScDocShell* pScDocSh = PTR_CAST( ScDocShell, SfxObjectShell::Current() ); in ScPrintAreasDlg() local
139 DBG_ASSERT( pScDocSh, "Current DocumentShell not found :-(" ); in ScPrintAreasDlg()
141 pDoc = pScDocSh->GetDocument(); in ScPrintAreasDlg()

Completed in 39 milliseconds