Lines Matching refs:mpDoc
136 mbOwnDocument = mpDoc == 0; in Construct()
138 mpDoc = new SdDrawDocument(meDocType, this); in Construct()
145 SetPool( &mpDoc->GetItemPool() ); in Construct()
147 mpDoc->SetSdrUndoManager( mpUndoManager ); in Construct()
148 mpDoc->SetSdrUndoFactory( new sd::UndoFactory ); in Construct()
163 mpDoc(NULL), in DrawDocShell()
185 mpDoc(NULL), in DrawDocShell()
209 mpDoc(pDoc), in DrawDocShell()
243 if( mpDoc ) in ~DrawDocShell()
244 mpDoc->SetSdrUndoManager( 0 ); in ~DrawDocShell()
251 delete mpDoc; in ~DrawDocShell()
361 List* pFrameViewList = mpDoc->GetFrameViewList(); in InPlaceActivate()
391 pFrameViewList->Insert( new FrameView( mpDoc, pViewSh->GetFrameView() ) ); in InPlaceActivate()
403 List* pFrameViewList = mpDoc->GetFrameViewList(); in InPlaceActivate()
441 mpDoc->StartOnlineSpelling(); in Activate()
476 PutItem( SvxColorTableItem( mpDoc->GetColorTableFromSdrModel(), SID_COLOR_TABLE ) ); in UpdateTablePointers()
477 PutItem( SvxGradientListItem( mpDoc->GetGradientListFromSdrModel(), SID_GRADIENT_LIST ) ); in UpdateTablePointers()
478 PutItem( SvxHatchListItem( mpDoc->GetHatchListFromSdrModel(), SID_HATCH_LIST ) ); in UpdateTablePointers()
479 PutItem( SvxBitmapListItem( mpDoc->GetBitmapListFromSdrModel(), SID_BITMAP_LIST ) ); in UpdateTablePointers()
480 PutItem( SvxDashListItem( mpDoc->GetDashListFromSdrModel(), SID_DASH_LIST ) ); in UpdateTablePointers()
481 PutItem( SvxLineEndListItem( mpDoc->GetLineEndListFromSdrModel(), SID_LINEEND_LIST ) ); in UpdateTablePointers()
540 if ( mpDoc ) in SetModified()
541 mpDoc->NbcSetChanged( bSet ); in SetModified()
566 mpDoc->ImpOnlineSpellCallback(pInfo, pObj, pOutl); in IMPL_LINK()