Lines Matching refs:pFrameView

84 		FrameView* pFrameView = (FrameView*)pFrameViewList->GetObject(0);  in Draw()  local
85 if( pFrameView && pFrameView->GetPageKind() == PK_STANDARD ) in Draw()
87 sal_uInt16 nSelectedPage = pFrameView->GetSelectedPage(); 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
293 pView->SetGridCoarse( pFrameView->GetGridCoarse() ); in GetPagePreviewBitmap()
294 pView->SetGridFine( pFrameView->GetGridFine() ); in GetPagePreviewBitmap()
295 pView->SetSnapGridWidth(pFrameView->GetSnapGridWidthX(), pFrameView->GetSnapGridWidthY()); in GetPagePreviewBitmap()
296 pView->SetGridVisible( pFrameView->IsGridVisible() ); in GetPagePreviewBitmap()
297 pView->SetGridFront( pFrameView->IsGridFront() ); in GetPagePreviewBitmap()
298 pView->SetSnapAngle( pFrameView->GetSnapAngle() ); 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()
303 pView->SetOPntSnap( pFrameView->IsOPntSnap() ); in GetPagePreviewBitmap()
304 pView->SetOConSnap( pFrameView->IsOConSnap() ); in GetPagePreviewBitmap()
305 pView->SetDragStripes( pFrameView->IsDragStripes() ); in GetPagePreviewBitmap()
306 pView->SetFrameDragSingles( pFrameView->IsFrameDragSingles() ); in GetPagePreviewBitmap()
307 pView->SetSnapMagneticPixel( pFrameView->GetSnapMagneticPixel() ); in GetPagePreviewBitmap()
308 pView->SetMarkedHitMovesAlways( pFrameView->IsMarkedHitMovesAlways() ); in GetPagePreviewBitmap()
309 pView->SetMoveOnlyDragging( pFrameView->IsMoveOnlyDragging() ); in GetPagePreviewBitmap()
310 pView->SetSlantButShear( pFrameView->IsSlantButShear() ); in GetPagePreviewBitmap()
311 pView->SetNoDragXorPolys( pFrameView->IsNoDragXorPolys() ); in GetPagePreviewBitmap()
312 pView->SetCrookNoContortion( pFrameView->IsCrookNoContortion() ); in GetPagePreviewBitmap()
313 pView->SetAngleSnapEnabled( pFrameView->IsAngleSnapEnabled() ); in GetPagePreviewBitmap()
314 pView->SetBigOrtho( pFrameView->IsBigOrtho() ); in GetPagePreviewBitmap()
315 pView->SetOrtho( pFrameView->IsOrtho() ); in GetPagePreviewBitmap()
321 if ( pPageView->GetVisibleLayers() != pFrameView->GetVisibleLayers() ) in GetPagePreviewBitmap()
322 pPageView->SetVisibleLayers( pFrameView->GetVisibleLayers() ); in GetPagePreviewBitmap()
324 if ( pPageView->GetPrintableLayers() != pFrameView->GetPrintableLayers() ) in GetPagePreviewBitmap()
325 pPageView->SetPrintableLayers( pFrameView->GetPrintableLayers() ); in GetPagePreviewBitmap()
327 if ( pPageView->GetLockedLayers() != pFrameView->GetLockedLayers() ) in GetPagePreviewBitmap()
328 pPageView->SetLockedLayers( pFrameView->GetLockedLayers() ); in GetPagePreviewBitmap()
331 pPageView->SetHelpLines( pFrameView->GetStandardHelpLines() ); in GetPagePreviewBitmap()
334 if ( pView->GetActiveLayer() != pFrameView->GetActiveLayer() ) in GetPagePreviewBitmap()
335 pView->SetActiveLayer( pFrameView->GetActiveLayer() ); in GetPagePreviewBitmap()