Home
last modified time | relevance | path

Searched refs:GetFrameView (Results 1 – 25 of 29) sorted by relevance

12

/trunk/main/sd/source/ui/func/
H A Dfuformatpaintbrush.cxx111 …if( (eHit == SDRHIT_TEXTEDIT) || (eHit == SDRHIT_TEXTEDITOBJ && ( mpViewShell->GetFrameView()->IsQ… in MouseButtonDown()
227 mbOldIsQuickTextEditMode = mpViewShell->GetFrameView()->IsQuickEdit(); in Activate()
230 mpViewShell->GetFrameView()->SetQuickEdit(sal_True); in Activate()
239 mpViewShell->GetFrameView()->SetQuickEdit(sal_False); in Deactivate()
H A Dfutext.cxx704 FrameView* pFrameView = mpViewShell->GetFrameView(); in MouseButtonUp()
719 …if ( mpView->IsRotateAllowed() && mpViewShell->GetFrameView()->IsClickChangeRotation() && (rMEvt.G… in MouseButtonUp()
1062 mpView->SetQuickTextEditMode(mpViewShell->GetFrameView()->IsQuickEdit()); in Activate()
1192 …if (mpViewShell->GetFrameView()->IsQuickEdit() && bQuickDrag && GetTextObj()->GetOutlinerParaObjec… in SetInEditMode()
1343 …if (nSlotId == SID_TEXTEDIT || mpViewShell->GetFrameView()->IsQuickEdit() || /*#95971#*/ SID_ATTR_… in ReceiveRequest()
H A Dfudraw.cxx128 FrameView* pFrameView = mpViewShell->GetFrameView(); in MouseButtonDown()
249 FrameView* pFrameView = mpViewShell->GetFrameView(); in MouseMove()
379 FrameView* pFrameView = mpViewShell->GetFrameView(); in MouseButtonUp()
861 mpViewShell->GetFrameView()->IsDoubleClickTextEdit() && in DoubleClick()
H A Dfusel.cxx232 …if ( eHit == SDRHIT_TEXTEDITOBJ && ( mpViewShell->GetFrameView()->IsQuickEdit() || dynamic_cast< s… in MouseButtonDown()
690 FrameView* pFrameView = mpViewShell->GetFrameView(); in MouseButtonUp()
723 && (mpViewShell->GetFrameView()->IsClickChangeRotation() in MouseButtonUp()
884 FrameView* pFrameView = mpViewShell->GetFrameView(); in MouseButtonUp()
H A Dfuconstr.cxx178 FrameView* pFrameView = mpViewShell->GetFrameView(); in MouseButtonUp()
233 (mpViewShell->GetFrameView()->IsClickChangeRotation() || in MouseButtonUp()
/trunk/main/sd/source/ui/docshell/
H A Ddocshel2.cxx233 FrameView* DrawDocShell::GetFrameView() in GetFrameView() function in sd::DrawDocShell
239 pFrameView = mpViewShell->GetFrameView(); in GetFrameView()
287 FrameView* pFrameView = GetFrameView(); in GetPagePreviewBitmap()
290 if ( GetFrameView() ) in GetPagePreviewBitmap()
H A Ddocshell.cxx388 if ( pViewSh && pViewSh->GetFrameView() ) in InPlaceActivate()
391 pFrameViewList->Insert( new FrameView( mpDoc, pViewSh->GetFrameView() ) ); in InPlaceActivate()
H A Ddocshel4.cxx833 GetFrameView()->SetPageKind(eNewPageKind); in GotoBookmark()
987 GetFrameView()->SetPageKind(eNewPageKind); in GetObjectIsmarked()
1094 GetFrameView()->SetPageKind(eNewPageKind); in GotoTreeBookmark()
/trunk/main/sd/source/ui/app/
H A Dsdmod2.cxx436 pFrameView = pDocSh->GetFrameView(); in CreateItemSet()
567 pFrameView = pDocSh->GetFrameView(); in ApplyItemSet()
746 ::sd::FrameView* pFrame = pViewShell->GetFrameView(); in ApplyItemSet()
/trunk/main/sd/source/ui/slideshow/
H A Dslideshow.cxx774 FrameView* pFrameView = pViewShell->GetFrameView(); in end()
1188 FrameView* pFrameView = pMainViewShell->GetFrameView(); in StartInPlacePresentation()
1254 …rameView = mpCurrentViewShellBase ? mpCurrentViewShellBase->GetMainViewShell()->GetFrameView() : 0; in StartFullscreenPresentation()
/trunk/main/sd/source/ui/view/
H A DViewShellBase.cxx401 FrameView* pFrameView = pViewShell->GetFrameView(); in LateInit()
1251 FrameView* pFrameView = pViewShell->GetFrameView(); in ProcessRestoreEditingViewSlot()
1557 pFrameView = mrBase.GetMainViewShell()->GetFrameView(); in operator ()()
H A Dpresvish.cxx121 GetFrameView()->Disconnect(); in FinishInitialization()
H A Dsdwindow.cxx967 mpViewShell->GetFrameView()->SetDrawMode( nOutputMode ); in DataChanged()
H A DDocumentRenderer.cxx1409 pViewShell->GetFrameView()->GetVisibleLayers(), in PrintPage()
1410 pViewShell->GetFrameView()->GetPrintableLayers()); in PrintPage()
H A Dviewshe2.cxx782 FrameView* ViewShell::GetFrameView (void) in GetFrameView() function in sd::ViewShell
/trunk/main/sd/source/ui/slidesorter/shell/
H A DSlideSorterViewShell.cxx148 GetFrameView()->Connect(); in SlideSorterViewShell()
181 GetFrameView()->Disconnect(); // i120663, release the FrameView object in ~SlideSorterViewShell()
/trunk/main/sd/source/ui/unoidl/
H A Dunolayer.cxx348 ::sd::FrameView *pFrameView = pLayerManager->GetDocShell()->GetFrameView(); in get()
390 ::sd::FrameView *pFrameView = pLayerManager->GetDocShell()->GetFrameView(); in set()
/trunk/main/sd/source/ui/dlg/
H A Dnavigatr.cxx210 ::sd::FrameView* pFrameView = pViewShell->GetFrameView(); in InitTreeLB()
575 ::sd::FrameView* pFrameView = pViewShell->GetFrameView(); in IMPL_LINK()
/trunk/main/sd/source/ui/inc/
H A DDrawDocShell.hxx115 ::sd::FrameView* GetFrameView();
H A DViewShell.hxx242 FrameView* GetFrameView (void);
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsCurrentSlideManager.cxx169 FrameView* pFrameView = pViewShell->GetFrameView(); in SwitchCurrentSlide()
H A DSlideSorterController.cxx667 mrSlideSorter.GetViewShell()->GetFrameView()->SetDrawMode(nDrawMode); in IMPL_LINK()
/trunk/main/sd/source/ui/slidesorter/model/
H A DSlideSorterModel.cxx498 const FrameView* pFrameView = pViewShell->GetFrameView(); in SetDocumentSlides()
/trunk/main/sd/source/ui/framework/factories/
H A DBasicViewFactory.cxx271 mpFrameView = pViewShell->GetFrameView(); in releaseResource()
/trunk/main/sd/inc/
H A Ddrawdoc.hxx435 ::sd::FrameView* GetFrameView(sal_uLong nPos) { in GetFrameView() function in SdDrawDocument

Completed in 149 milliseconds

12