| /aoo4110/main/sd/source/ui/view/ | 
| H A D | Outliner.cxx | 778     ::boost::shared_ptr<DrawViewShell> pDrawViewShell (  in DetectChange() 782     if (pDrawViewShell.get() != NULL  in DetectChange() 886         if (pDrawViewShell.get() != NULL)  in RememberStartPosition() 945             if (pDrawViewShell.get() != NULL)  in RestoreStartPosition() 1282     ::boost::shared_ptr<DrawViewShell> pDrawViewShell(  in SetViewMode() 1284     if (pDrawViewShell.get()!=NULL && ePageKind != pDrawViewShell->GetPageKind())  in SetViewMode() 1337         OSL_ASSERT(pDrawViewShell.get()!=NULL);  in SetViewMode() 1338         if (pDrawViewShell.get() != NULL)  in SetViewMode() 1353         OSL_ASSERT(pDrawViewShell.get()!=NULL);  in SetPage() 1354         if (pDrawViewShell.get() != NULL)  in SetPage() [all …] 
 | 
| H A D | OutlinerIterator.cxx | 292             const ::boost::shared_ptr<DrawViewShell> pDrawViewShell(  in CreateDocumentIterator()  local 294             if (pDrawViewShell.get())  in CreateDocumentIterator() 296                 ePageKind = pDrawViewShell->GetPageKind();  in CreateDocumentIterator() 297                 eEditMode = pDrawViewShell->GetEditMode();  in CreateDocumentIterator() 328     const ::boost::shared_ptr<DrawViewShell> pDrawViewShell(  in GetPageIndex()  local 346             if (pDrawViewShell.get())  in GetPageIndex() 347                 nPageIndex = pDrawViewShell->GetCurPageId() - 1;  in GetPageIndex() 390     ::boost::shared_ptr<DrawViewShell> pDrawViewShell;  in IteratorImplBase() 394     if (pDrawViewShell.get())  in IteratorImplBase() 396         maPosition.mePageKind = pDrawViewShell->GetPageKind();  in IteratorImplBase() [all …] 
 | 
| H A D | ViewShellBase.cxx | 621         ::boost::shared_ptr<DrawViewShell> pDrawViewShell (  in SetPrinter() 623 		if (pDrawViewShell)  in SetPrinter() 627 			pDrawViewShell->SetPageSizeAndBorder (  in SetPrinter() 628                 pDrawViewShell->GetPageKind(),  in SetPrinter()
  | 
| H A D | drtxtob.cxx | 133 					DrawViewShell* pDrawViewShell = dynamic_cast< DrawViewShell* >( pSdViewSh );  in TextObjectBar()  local 134 					if ( pDrawViewShell )  in TextObjectBar()
  | 
| H A D | sdview2.cxx | 406 …DrawViewShell* pDrawViewShell = dynamic_cast< DrawViewShell* >( mpDocSh ? mpDocSh->GetViewShell() …  in StartDrag()  local 408 		if( pDrawViewShell )  in StartDrag() 410 			FunctionReference xFunction( pDrawViewShell->GetCurrentFunction() );  in StartDrag()
  | 
| H A D | ToolBarManager.cxx | 1254             const DrawViewShell* pDrawViewShell  in MainViewShellChanged()  local 1256             if (pDrawViewShell != NULL)  in MainViewShellChanged() 1257                 if (pDrawViewShell->GetEditMode() == EM_MASTERPAGE)  in MainViewShellChanged()
  | 
| H A D | DocumentRenderer.cxx | 1356         ::boost::shared_ptr<DrawViewShell> pDrawViewShell(  in PrintPage() 1360             mpPrintView.reset(new DrawView(mrBase.GetDocShell(), &rPrinter, pDrawViewShell.get()));  in PrintPage() 1407             pDrawViewShell ? pDrawViewShell->GetView() : NULL,  in PrintPage()
  | 
| /aoo4110/main/sd/source/ui/docshell/ | 
| H A D | docshel4.cxx | 781                     SdPage* pPage = pDrawViewShell->GetActualPage();  in GotoBookmark() 787                     SdPage* pPage = pDrawViewShell->GetActualPage();  in GotoBookmark() 830 			if (eNewPageKind != pDrawViewShell->GetPageKind())  in GotoBookmark() 864                     pDrawViewShell = NULL;  in GotoBookmark() 868             if (pDrawViewShell != NULL)  in GotoBookmark() 878                 if (eNewEditMode != pDrawViewShell->GetEditMode())  in GotoBookmark() 900                     pDrawViewShell->SwitchPage(nSdPgNum);  in GotoBookmark() 907                         *pDrawViewShell->GetActiveWindow());  in GotoBookmark() 908                     pDrawViewShell->GetView()->UnmarkAll();  in GotoBookmark() 909                     pDrawViewShell->GetView()->MarkObj(  in GotoBookmark() [all …] 
 | 
| /aoo4110/main/sd/source/ui/slidesorter/controller/ | 
| H A D | SlsCurrentSlideManager.cxx | 210         DrawViewShell* pDrawViewShell = dynamic_cast<DrawViewShell*>(  in SetCurrentSlideAtViewShellBase()  local 212         if (pDrawViewShell != NULL)  in SetCurrentSlideAtViewShellBase() 215             pDrawViewShell->SwitchPage(nPageNumber);  in SetCurrentSlideAtViewShellBase() 216             pDrawViewShell->GetPageTabControl()->SetCurPageId(nPageNumber+1);  in SetCurrentSlideAtViewShellBase() 231         ::boost::shared_ptr<DrawViewShell> pDrawViewShell (  in SetCurrentSlideAtTabControl() 233         if (pDrawViewShell)  in SetCurrentSlideAtTabControl() 236             pDrawViewShell->GetPageTabControl()->SetCurPageId(nPageNumber+1);  in SetCurrentSlideAtTabControl()
  | 
| H A D | SlsClipboard.cxx | 998     ::boost::shared_ptr<DrawViewShell> pDrawViewShell;  in ExecuteOrAcceptShapeDrop() 1000         pDrawViewShell = ::boost::dynamic_pointer_cast<DrawViewShell>(  in ExecuteOrAcceptShapeDrop() 1002     if (pDrawViewShell.get() != NULL  in ExecuteOrAcceptShapeDrop() 1003         && (pDrawViewShell->GetShellType() == ViewShell::ST_IMPRESS  in ExecuteOrAcceptShapeDrop() 1004             || pDrawViewShell->GetShellType() == ViewShell::ST_DRAW))  in ExecuteOrAcceptShapeDrop() 1025                     nResult = pDrawViewShell->AcceptDrop(  in ExecuteOrAcceptShapeDrop() 1034                     nResult = pDrawViewShell->ExecuteDrop(  in ExecuteOrAcceptShapeDrop()
  | 
| H A D | SlsSlotManager.cxx | 359                 ::boost::shared_ptr<DrawViewShell> pDrawViewShell (  in FuSupport() 361                 if (pDrawViewShell.get() != NULL)  in FuSupport() 362                     pDrawViewShell->FuSupport(rRequest);  in FuSupport() 724                     ::boost::shared_ptr<DrawViewShell> pDrawViewShell (  in GetClipboardState() 726                     if (pDrawViewShell.get() != NULL)  in GetClipboardState() 730                                 pDrawViewShell->GetActiveWindow()));  in GetClipboardState()
  | 
| /aoo4110/main/sd/source/ui/sidebar/ | 
| H A D | CurrentMasterPagesSelector.cxx | 272     ::boost::shared_ptr<DrawViewShell> pDrawViewShell (  in ProcessPopupMenu() 274 	if (pDrawViewShell  in ProcessPopupMenu() 275         && pDrawViewShell->GetEditMode() == EM_MASTERPAGE)  in ProcessPopupMenu() 337             ::boost::shared_ptr<DrawViewShell> pDrawViewShell (  in Notify() 339             if (pDrawViewShell.get() != NULL)  in Notify() 342             	if (pDrawViewShell->GetEditMode() == EM_MASTERPAGE)  in Notify() 345                     SdPage* pCurrentMasterPage = pDrawViewShell->getCurrentPage();  in Notify()
  | 
| H A D | LayoutMenu.cxx | 499                 DrawViewShell* pDrawViewShell = static_cast<DrawViewShell*>(pMainViewShell);  in AssignLayoutToSelectedSlides()  local 500                 if (pDrawViewShell != NULL)  in AssignLayoutToSelectedSlides() 501                     if (pDrawViewShell->GetEditMode() == EM_MASTERPAGE)  in AssignLayoutToSelectedSlides()
  | 
| /aoo4110/main/sd/source/ui/func/ | 
| H A D | fupoor.cxx | 268 					DrawViewShell* pDrawViewShell =   in IMPL_LINK_INLINE_END()  local 270 					SdPage* pActualPage = pDrawViewShell->GetActualPage();  in IMPL_LINK_INLINE_END() 913 					DrawViewShell* pDrawViewShell =   in IMPL_LINK_INLINE_END()  local 915 					SdPage* pActualPage = pDrawViewShell->GetActualPage();  in IMPL_LINK_INLINE_END() 1197         DrawViewShell* pDrawViewShell =   in SwitchLayer()  local 1201         sal_Int32 nIndex = pDrawViewShell->GetActiveTabLayerIndex() + nOffset;  in SwitchLayer() 1206         else if (nIndex >= pDrawViewShell->GetTabLayerCount ())  in SwitchLayer() 1207             nIndex = pDrawViewShell->GetTabLayerCount() - 1;  in SwitchLayer() 1210         if (nIndex != pDrawViewShell->GetActiveTabLayerIndex ())  in SwitchLayer() 1217             pDrawViewShell->SetActiveTabLayerIndex (nIndex);  in SwitchLayer()
  | 
| H A D | fusumry.cxx | 234 		DrawViewShell* pDrawViewShell= dynamic_cast< DrawViewShell* >( mpViewShell );  in DoExecute()  local 235 		if(pDrawViewShell)  in DoExecute() 237 			pDrawViewShell->SwitchPage( (pSummaryPage->GetPageNum() - 1) / 2);  in DoExecute()
  | 
| H A D | futempl.cxx | 554 						DrawViewShell* pDrawViewShell = dynamic_cast< DrawViewShell* >( mpViewShell );  in DoExecute()  local 555 						if( pDrawViewShell )  in DoExecute() 557 							PageKind ePageKind = pDrawViewShell->GetPageKind();  in DoExecute() 562 								if(pDrawViewShell->GetEditMode() == EM_MASTERPAGE)  in DoExecute()
  | 
| H A D | fuolbull.cxx | 179     const DrawViewShell* pDrawViewShell = dynamic_cast< DrawViewShell* >(mpViewShell);  in SetCurrentBulletsNumbering()  local 181     const bool bInMasterView = pDrawViewShell && pDrawViewShell->GetEditMode() == EM_MASTERPAGE;  in SetCurrentBulletsNumbering()
  | 
| /aoo4110/main/sd/source/filter/grf/ | 
| H A D | sdgrffilter.cxx | 285 			sd::DrawViewShell*	pDrawViewShell = static_cast< ::sd::DrawViewShell* >  in Export()  local 289 			if( pDrawViewShell )  in Export() 291 				ePageKind = pDrawViewShell->GetPageKind();  in Export() 295 					pPage = pDrawViewShell->GetActualPage();  in Export() 355 								&& pDrawViewShell )  in Export() 358 									pDrawViewShell->GetViewShellBase().GetController(), uno::UNO_QUERY );  in Export()
  | 
| /aoo4110/main/sd/source/ui/table/ | 
| H A D | tableobjectbar.cxx | 143 	DrawViewShell* pDrawViewShell = dynamic_cast< DrawViewShell* >( mpViewSh );  in GetAttrState()  local 144 	if( pDrawViewShell )  in GetAttrState() 145 		pDrawViewShell->GetAttrState( rSet );  in GetAttrState()
  | 
| /aoo4110/main/sd/source/core/ | 
| H A D | stlsheet.cxx | 412     ::sd::DrawViewShell* pDrawViewShell = 0;  in GetRealStyleSheet() 416         pDrawViewShell = dynamic_cast< ::sd::DrawViewShell* >( pBase->GetMainViewShell().get() );  in GetRealStyleSheet() 418     if (pDrawViewShell && pDrawViewShell->GetDoc() == pDoc)  in GetRealStyleSheet() 420         SdPage* pPage = pDrawViewShell->getCurrentPage();  in GetRealStyleSheet()
  | 
| /aoo4110/main/sd/source/ui/framework/tools/ | 
| H A D | FrameworkHelper.cxx | 777             DrawViewShell* pDrawViewShell  in HandleModeChangeSlot()  local 779             if (pDrawViewShell != NULL)  in HandleModeChangeSlot() 784                 pDrawViewShell->ChangeEditMode (  in HandleModeChangeSlot() 785                     EM_PAGE, pDrawViewShell->IsLayerModeActive());  in HandleModeChangeSlot()
  | 
| /aoo4110/main/sd/source/ui/slidesorter/shell/ | 
| H A D | SlideSorterViewShell.cxx | 588 				DrawViewShell* pDrawViewShell = dynamic_cast<DrawViewShell*>(pMainViewShell.get());  in Activate()  local 589                 if (pDrawViewShell != NULL)  in Activate() 590                     eContext = EnumContext::GetContextEnum(pDrawViewShell->GetSidebarContextName());  in Activate()
  | 
| /aoo4110/main/sd/source/ui/annotations/ | 
| H A D | annotationmanager.cxx | 716 …::boost::shared_ptr<DrawViewShell> pDrawViewShell(::boost::dynamic_pointer_cast<DrawViewShell>(mrB…  in SelectNextAnnotation() 717                 if (pDrawViewShell.get() != NULL)  in SelectNextAnnotation() 719 …        pDrawViewShell->ChangeEditMode(pPage->IsMasterPage() ? EM_MASTERPAGE : EM_PAGE, sal_False);  in SelectNextAnnotation() 720                     pDrawViewShell->SwitchPage((pPage->GetPageNum() - 1) >> 1);  in SelectNextAnnotation()
  | 
| /aoo4110/main/sd/source/ui/slideshow/ | 
| H A D | slideshow.cxx | 806 					DrawViewShell* pDrawViewShell = dynamic_cast<DrawViewShell*>( pViewShell );  in end()  local 807 					if( pDrawViewShell )  in end() 808 						pDrawViewShell->SwitchPage( (sal_uInt16)xController->getRestoreSlide() );  in end()
  |