Lines Matching refs:pDocShell

128 	pPreview = new ScPreview( pParent, pDocShell, this );  in Construct()
132 StartListening(*pDocShell,sal_True); in Construct()
134 SfxBroadcaster* pDrawBC = pDocShell->GetDocument()->GetDrawBroadcaster(); in Construct()
148 pDocShell( (ScDocShell*)pViewFrame->GetObjectShell() ), in ScPreviewShell()
179 SfxBroadcaster* pDrawBC = pDocShell->GetDocument()->GetDrawBroadcaster(); in ~ScPreviewShell()
183 EndListening(*pDocShell); in ~ScPreviewShell()
211 ScTabViewShell* pViewSh = pDocShell->GetBestViewShell(); in GetOptimalSizePixel()
217 ScDocument* pDoc = pDocShell->GetDocument(); in GetOptimalSizePixel()
279 ScDocument* pDoc = pDocShell->GetDocument(); in UpdateScrollBars()
474 return pDocShell->GetPrinter(bCreate); in GetPrinter()
479 return pDocShell->SetPrinter( pNewPrinter, nDiffFlags ); in SetPrinter()
531 pDocShell->ExecutePageStyle( *this, rReq, pPreview->GetTab() ); in Execute()
691 … String aOldName = pDocShell->GetDocument()->GetPageStyle( pPreview->GetTab() ); in Execute()
692 ScStyleSheetPool* pStylePool = pDocShell->GetDocument()->GetStyleSheetPool(); in Execute()
701 ScPrintFunc aPrintFunc( pDocShell, pDocShell->GetPrinter(), nTab ); in Execute()
754 pDocShell->GetStatePageStyle( *this, rSet, nTab ); in GetState()
796 if( pDocShell->IsReadOnly() ) in GetState()
800 … String aOldName = pDocShell->GetDocument()->GetPageStyle( pPreview->GetTab() ); in GetState()
801 … ScStyleSheetPool* pStylePool = pDocShell->GetDocument()->GetStyleSheetPool(); in GetState()
829 if( pDocShell->IsReadOnly() ) in GetState()
842 ScDocument* pDoc = pDocShell->GetDocument(); in FillFieldData()
846 rData.aTitle = pDocShell->GetTitle(); in FillFieldData()
847 const INetURLObject& rURLObj = pDocShell->GetMedium()->GetURLObject(); in FillFieldData()
1138 return pDocShell->GetDocument(); in GetDocument()