Home
last modified time | relevance | path

Searched refs:pDrawViewShell (Results 1 – 24 of 24) sorted by relevance

/trunk/main/sd/source/ui/view/
H A DOutliner.cxx778 ::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 DOutlinerIterator.cxx292 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 DViewShellBase.cxx621 ::boost::shared_ptr<DrawViewShell> pDrawViewShell ( in SetPrinter()
623 if (pDrawViewShell) in SetPrinter()
627 pDrawViewShell->SetPageSizeAndBorder ( in SetPrinter()
628 pDrawViewShell->GetPageKind(), in SetPrinter()
H A Dsdview2.cxx406 …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 Ddrtxtob.cxx133 DrawViewShell* pDrawViewShell = dynamic_cast< DrawViewShell* >( pSdViewSh ); in TextObjectBar() local
134 if ( pDrawViewShell ) in TextObjectBar()
H A DToolBarManager.cxx1254 const DrawViewShell* pDrawViewShell in MainViewShellChanged() local
1256 if (pDrawViewShell != NULL) in MainViewShellChanged()
1257 if (pDrawViewShell->GetEditMode() == EM_MASTERPAGE) in MainViewShellChanged()
H A DDocumentRenderer.cxx1356 ::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()
/trunk/main/sd/source/ui/docshell/
H A Ddocshel4.cxx781 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 …]
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsCurrentSlideManager.cxx210 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 DSlsClipboard.cxx998 ::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 DSlsSlotManager.cxx359 ::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()
/trunk/main/sd/source/ui/sidebar/
H A DCurrentMasterPagesSelector.cxx272 ::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 DLayoutMenu.cxx499 DrawViewShell* pDrawViewShell = static_cast<DrawViewShell*>(pMainViewShell); in AssignLayoutToSelectedSlides() local
500 if (pDrawViewShell != NULL) in AssignLayoutToSelectedSlides()
501 if (pDrawViewShell->GetEditMode() == EM_MASTERPAGE) in AssignLayoutToSelectedSlides()
/trunk/main/sd/source/ui/func/
H A Dfupoor.cxx268 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 Dfusumry.cxx234 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 Dfutempl.cxx554 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 Dfuolbull.cxx179 const DrawViewShell* pDrawViewShell = dynamic_cast< DrawViewShell* >(mpViewShell); in SetCurrentBulletsNumbering() local
181 const bool bInMasterView = pDrawViewShell && pDrawViewShell->GetEditMode() == EM_MASTERPAGE; in SetCurrentBulletsNumbering()
/trunk/main/sd/source/filter/grf/
H A Dsdgrffilter.cxx285 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()
/trunk/main/sd/source/ui/table/
H A Dtableobjectbar.cxx143 DrawViewShell* pDrawViewShell = dynamic_cast< DrawViewShell* >( mpViewSh ); in GetAttrState() local
144 if( pDrawViewShell ) in GetAttrState()
145 pDrawViewShell->GetAttrState( rSet ); in GetAttrState()
/trunk/main/sd/source/core/
H A Dstlsheet.cxx412 ::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()
/trunk/main/sd/source/ui/framework/tools/
H A DFrameworkHelper.cxx777 DrawViewShell* pDrawViewShell in HandleModeChangeSlot() local
779 if (pDrawViewShell != NULL) in HandleModeChangeSlot()
784 pDrawViewShell->ChangeEditMode ( in HandleModeChangeSlot()
785 EM_PAGE, pDrawViewShell->IsLayerModeActive()); in HandleModeChangeSlot()
/trunk/main/sd/source/ui/slidesorter/shell/
H A DSlideSorterViewShell.cxx588 DrawViewShell* pDrawViewShell = dynamic_cast<DrawViewShell*>(pMainViewShell.get()); in Activate() local
589 if (pDrawViewShell != NULL) in Activate()
590 eContext = EnumContext::GetContextEnum(pDrawViewShell->GetSidebarContextName()); in Activate()
/trunk/main/sd/source/ui/annotations/
H A Dannotationmanager.cxx716 …::boost::shared_ptr<DrawViewShell> pDrawViewShell(::boost::dynamic_pointer_cast<DrawViewShell>(mrB… in SelectNextAnnotation()
717 if (pDrawViewShell.get() != NULL) in SelectNextAnnotation()
719pDrawViewShell->ChangeEditMode(pPage->IsMasterPage() ? EM_MASTERPAGE : EM_PAGE, sal_False); in SelectNextAnnotation()
720 pDrawViewShell->SwitchPage((pPage->GetPageNum() - 1) >> 1); in SelectNextAnnotation()
/trunk/main/sd/source/ui/slideshow/
H A Dslideshow.cxx806 DrawViewShell* pDrawViewShell = dynamic_cast<DrawViewShell*>( pViewShell ); in end() local
807 if( pDrawViewShell ) in end()
808 pDrawViewShell->SwitchPage( (sal_uInt16)xController->getRestoreSlide() ); in end()

Completed in 176 milliseconds