Lines Matching refs:GetDoc

154         mpFrameView = new FrameView(GetDoc());  in DrawViewShell()
191 EndListening (*GetDoc()); in ~DrawViewShell()
200 sal_uInt16 aPageCnt = GetDoc()->GetSdPageCount(mePageKind); in ~DrawViewShell()
204 pPage = GetDoc()->GetSdPage(i, mePageKind); in ~DrawViewShell()
208 GetDoc()->SetSelected(pPage, sal_True); in ~DrawViewShell()
212 GetDoc()->SetSelected(pPage, sal_False); in ~DrawViewShell()
283 SetPool( &GetDoc()->GetPool() ); in Construct()
285 GetDoc()->CreateFirstPages(); in Construct()
296 DocumentType eDocType = GetDoc()->GetDocumentType(); // RTTI fasst hier noch nicht in Construct()
312 Size aPageSize( GetDoc()->GetSdPage(0, mePageKind)->GetSize() ); in Construct()
327 GetDoc()->SetMaxObjSize(aSize); in Construct()
361 GetDoc()->StopWorkStartupDelay(); in Construct()
370 GetDoc()->StopWorkStartupDelay(); in Construct()
381 SfxRequest aReq(SID_OBJECT_SELECT, 0, GetDoc()->GetItemPool()); in Construct()
530 sal_uInt16 nPageCnt = GetDoc()->GetMasterSdPageCount(mePageKind); in SetupPage()
538 SdPage *pPage = GetDoc()->GetMasterSdPage(i, mePageKind); in SetupPage()
559 GetDoc()->GetMasterSdPage(i, PK_NOTES)->CreateTitleAndLayout(); in SetupPage()
566 nPageCnt = GetDoc()->GetSdPageCount(mePageKind); in SetupPage()
573 SdPage *pPage = GetDoc()->GetSdPage(i, mePageKind); in SetupPage()
593 SdPage* pNotesPage = GetDoc()->GetSdPage(i, PK_NOTES); in SetupPage()
603 SdPage* pHandoutPage = GetDoc()->GetSdPage(0, PK_HANDOUT); in SetupPage()
680 rtl::Reference< sd::SlideShow > xSlideshow( SlideShow::GetSlideShow( GetDoc() ) ); in GetStatusBarState()
715 Fraction aUIScale(GetDoc()->GetUIScale()); in GetStatusBarState()
773 aString += UniString::CreateFromInt32( GetDoc()->GetSdPageCount( mePageKind ) ); in GetStatusBarState()
780 SdrLayerAdmin& rLayerAdmin = GetDoc()->GetLayerAdmin(); in GetStatusBarState()
839 SfxRequest aReq(SID_OBJECT_SELECT, 0, GetDoc()->GetItemPool()); in Notify()