Home
last modified time | relevance | path

Searched refs:pFrameView (Results 1 – 25 of 37) sorted by path

12

/trunk/main/sd/source/core/
H A Ddrawdoc.cxx416 ::sd::FrameView* pFrameView = NULL; in ~SdDrawDocument()
421 pFrameView = in ~SdDrawDocument()
424 if (pFrameView) in ~SdDrawDocument()
425 delete pFrameView; in ~SdDrawDocument()
/trunk/main/sd/source/filter/ppt/
H A Dpptin.cxx1235 ::sd::FrameView* pFrameView = mpDoc->GetFrameView( 0 ); in Import()
1236 if ( !pFrameView ) in Import()
1241 pFrameView = new ::sd::FrameView( mpDoc ); in Import()
1242 if ( pFrameView ) in Import()
1243 pFrameViewList->Insert( pFrameView ); in Import()
1246 if ( pFrameView ) in Import()
1288 pFrameView->SetPageKind( ePageKind ); in Import()
1289 pFrameView->SetSelectedPage( nSelectedPage ); in Import()
1290 pFrameView->SetViewShEditMode( eEditMode, ePageKind ); in Import()
/trunk/main/sd/source/ui/app/
H A Dsdmod1.cxx700 ::sd::FrameView* pFrameView = pViewSh->GetFrameView(); in ExecuteNewDocument()
701 pFrameView->Update(pOptions); in ExecuteNewDocument()
702 pViewSh->ReadFrameViewData(pFrameView); in ExecuteNewDocument()
H A Dsdmod2.cxx418 ::sd::FrameView* pFrameView = NULL; in CreateItemSet()
436 pFrameView = pDocSh->GetFrameView(); in CreateItemSet()
467 pRet->Put( SdOptionsLayoutItem( ATTR_OPTIONS_LAYOUT, pOptions, pFrameView ) ); in CreateItemSet()
470 if( pFrameView) in CreateItemSet()
477 if( pFrameView) in CreateItemSet()
491 SdOptionsMiscItem aSdOptionsMiscItem( ATTR_OPTIONS_MISC, pOptions, pFrameView ); in CreateItemSet()
492 if ( pFrameView ) in CreateItemSet()
502 pRet->Put( SdOptionsSnapItem( ATTR_OPTIONS_SNAP, pOptions, pFrameView ) ); in CreateItemSet()
517 if(pFrameView) in CreateItemSet()
550 ::sd::FrameView* pFrameView = NULL; in ApplyItemSet()
[all …]
/trunk/main/sd/source/ui/dlg/
H A Dnavigatr.cxx210 ::sd::FrameView* pFrameView = pViewShell->GetFrameView(); in InitTreeLB()
211 if (pFrameView != NULL) in InitTreeLB()
212 maTlbObjects.SetShowAllShapes(pFrameView->IsNavigatorShowingAllShapes(), false); in InitTreeLB()
575 ::sd::FrameView* pFrameView = pViewShell->GetFrameView(); in IMPL_LINK()
576 if (pFrameView != NULL) in IMPL_LINK()
578 pFrameView->SetIsNavigatorShowingAllShapes(bShowAllShapes); in IMPL_LINK()
/trunk/main/sd/source/ui/docshell/
H A Ddocshel2.cxx85 if( pFrameView && pFrameView->GetPageKind() == PK_STANDARD ) in Draw()
235 FrameView* pFrameView = NULL; in GetFrameView() local
239 pFrameView = mpViewShell->GetFrameView(); in GetFrameView()
242 return(pFrameView); in GetFrameView()
287 FrameView* pFrameView = GetFrameView(); in GetPagePreviewBitmap() local
295 pView->SetSnapGridWidth(pFrameView->GetSnapGridWidthX(), pFrameView->GetSnapGridWidthY()); in GetPagePreviewBitmap()
299 pView->SetGridSnap( pFrameView->IsGridSnap() ); in GetPagePreviewBitmap()
300 pView->SetBordSnap( pFrameView->IsBordSnap() ); in GetPagePreviewBitmap()
301 pView->SetHlplSnap( pFrameView->IsHlplSnap() ); in GetPagePreviewBitmap()
302 pView->SetOFrmSnap( pFrameView->IsOFrmSnap() ); in GetPagePreviewBitmap()
[all …]
H A Ddocshell.cxx360 FrameView* pFrameView = NULL; in InPlaceActivate() local
370 pFrameView = (FrameView*) pFrameViewList->GetObject(i); in InPlaceActivate()
372 if (pFrameView) in InPlaceActivate()
373 delete pFrameView; in InPlaceActivate()
/trunk/main/sd/source/ui/framework/factories/
H A DBasicViewFactory.cxx205 pFrameView = mpFrameView; in createResource()
349 FrameView* pFrameView, in CreateView() argument
358 pFrameView, in CreateView()
384 FrameView* pFrameView, in CreateViewShell() argument
397 pFrameView)); in CreateViewShell()
406 pFrameView)); in CreateViewShell()
415 pFrameView)); in CreateViewShell()
425 pFrameView)); in CreateViewShell()
435 pFrameView)); in CreateViewShell()
444 pFrameView)); in CreateViewShell()
[all …]
H A DBasicViewFactory.hxx128 FrameView* pFrameView,
135 FrameView* pFrameView,
/trunk/main/sd/source/ui/func/
H A Dfuconstr.cxx178 FrameView* pFrameView = mpViewShell->GetFrameView(); in MouseButtonUp() local
179 sal_Bool bDragWithCopy = (rMEvt.IsMod1() && pFrameView->IsDragWithCopy()); in MouseButtonUp()
H A Dfudraw.cxx164 sal_Bool bGridSnap = pFrameView->IsGridSnap(); in MouseButtonDown()
170 sal_Bool bBordSnap = pFrameView->IsBordSnap(); in MouseButtonDown()
176 sal_Bool bHlplSnap = pFrameView->IsHlplSnap(); in MouseButtonDown()
182 sal_Bool bOFrmSnap = pFrameView->IsOFrmSnap(); in MouseButtonDown()
188 sal_Bool bOPntSnap = pFrameView->IsOPntSnap(); in MouseButtonDown()
194 sal_Bool bOConSnap = pFrameView->IsOConSnap(); in MouseButtonDown()
380 mpView->SetOrtho( pFrameView->IsOrtho() ); in MouseButtonUp()
386 mpView->SetGridSnap(pFrameView->IsGridSnap()); in MouseButtonUp()
387 mpView->SetBordSnap(pFrameView->IsBordSnap()); in MouseButtonUp()
388 mpView->SetHlplSnap(pFrameView->IsHlplSnap()); in MouseButtonUp()
[all …]
H A Dfusel.cxx690 FrameView* pFrameView = mpViewShell->GetFrameView(); in MouseButtonUp() local
691 sal_Bool bDragWithCopy = (rMEvt.IsMod1() && pFrameView->IsDragWithCopy()); in MouseButtonUp()
884 FrameView* pFrameView = mpViewShell->GetFrameView(); in MouseButtonUp() local
885 sal_Bool bDragWithCopy = (rMEvt.IsMod1() && pFrameView->IsDragWithCopy()); in MouseButtonUp()
H A Dfutext.cxx704 FrameView* pFrameView = mpViewShell->GetFrameView(); in MouseButtonUp() local
705 sal_Bool bDragWithCopy = (rMEvt.IsMod1() && pFrameView->IsDragWithCopy()); in MouseButtonUp()
/trunk/main/sd/source/ui/inc/
H A DDrawViewShell.hxx92 FrameView* pFrameView = NULL);
H A DFrameView.hxx45 SD_DLLPUBLIC FrameView(SdDrawDocument* pDrawDoc, FrameView* pFrameView = NULL );
H A DGraphicViewShell.hxx62 FrameView* pFrameView = NULL);
H A DOutlineViewShell.hxx64 FrameView* pFrameView = NULL);
H A DPresentationViewShell.hxx44 …ame* pFrame, ViewShellBase& rViewShellBase, ::Window* pParentWindow, FrameView* pFrameView = NULL);
54 void FinishInitialization( FrameView* pFrameView );
H A DShellFactory.hxx59 FrameView* pFrameView = NULL) = 0;
H A DSlideSorterViewShell.hxx56 FrameView* pFrameView,
204 FrameView* pFrameView);
H A DSlideViewShell.hxx68 FrameView* pFrameView = NULL);
H A DViewShell.hxx248 void SetFrameView (FrameView* pFrameView);
/trunk/main/sd/source/ui/inc/taskpane/
H A DToolPanelViewShell.hxx74 FrameView* pFrameView);
/trunk/main/sd/source/ui/sidebar/
H A DSidebarShellManager.hxx70 FrameView* pFrameView = NULL);
/trunk/main/sd/source/ui/slideshow/
H A Dslideshow.cxx774 FrameView* pFrameView = pViewShell->GetFrameView(); in end() local
776 if( pFrameView && (pFrameView->GetPresentationViewShellId() != SID_VIEWSHELL0) ) in end()
778 ViewShell::ShellType ePreviousType (pFrameView->GetPreviousViewShellType()); in end()
779 pFrameView->SetPreviousViewShellType(ViewShell::ST_NONE); in end()
781 pFrameView->SetPresentationViewShellId(SID_VIEWSHELL0); in end()
782 pFrameView->SetSlotId(SID_OBJECT_SELECT); in end()
783 pFrameView->SetPreviousViewShellType(pViewShell->GetShellType()); in end()
1188 FrameView* pFrameView = pMainViewShell->GetFrameView(); in StartInPlacePresentation() local
1189 pFrameView->SetPresentationViewShellId(SID_VIEWSHELL1); in StartInPlacePresentation()
1190 pFrameView->SetPreviousViewShellType (pMainViewShell->GetShellType()); in StartInPlacePresentation()
[all …]

Completed in 112 milliseconds

12