Home
last modified time | relevance | path

Searched refs:pDView (Results 1 – 7 of 7) sorted by last modified time

/trunk/main/sw/source/ui/uiview/
H A Dview.cxx466 SdrView* pDView = GetWrtShell().GetDrawView(); in SelectShell() local
467 if ( bInitFormShell && pDView ) in SelectShell()
468 pFormShell->SetView(PTR_CAST(FmFormView, pDView)); in SelectShell()
/trunk/main/sw/source/core/view/
H A Dviewsh.cxx2308 SwDrawView *pDView = Imp()->GetDrawView(); in ImplApplyViewOptions() local
2309 if ( pDView->IsDragStripes() != rOpt.IsCrossHair() ) in ImplApplyViewOptions()
2310 pDView->SetDragStripes( rOpt.IsCrossHair() ); in ImplApplyViewOptions()
2312 if ( pDView->IsGridSnap() != rOpt.IsSnap() ) in ImplApplyViewOptions()
2313 pDView->SetGridSnap( rOpt.IsSnap() ); in ImplApplyViewOptions()
2315 if ( pDView->IsGridVisible() != rOpt.IsGridVisible() ) in ImplApplyViewOptions()
2316 pDView->SetGridVisible( rOpt.IsGridVisible() ); in ImplApplyViewOptions()
2319 pDView->SetGridCoarse( rSz ); in ImplApplyViewOptions()
2324 pDView->SetGridFine( aFSize ); in ImplApplyViewOptions()
2327 pDView->SetSnapGridWidth( aSnGrWdtX, aSnGrWdtY ); in ImplApplyViewOptions()
[all …]
H A Dvnew.cxx419 SwDrawView* pDView = Imp()->GetDrawView(); in GetDrawViewWithValidMarkList() local
420 pDView->ValidateMarkList(); in GetDrawViewWithValidMarkList()
421 return pDView; in GetDrawViewWithValidMarkList()
/trunk/main/sw/source/ui/wrtsh/
H A Dwrtsh3.cxx196 const SdrView *pDView = GetDrawView(); in GetURLFromButton() local
197 if( pDView ) in GetURLFromButton()
200 const SdrMarkList &rMarkList = pDView->GetMarkedObjectList(); in GetURLFromButton()
/trunk/main/sw/source/core/frmedt/
H A Dfeshview.cxx142 if(!pDView) in SelectObj()
194 pDView->UnmarkAll(); in SelectObj()
224 pDView->UnmarkAll(); in SelectObj()
1134 if( pDView ) in IsObjSelectable()
1139 pDView->SetHitTolerancePixel( pDView->GetMarkHdlSizePixel()/2 ); in IsObjSelectable()
2004 if (pDView->IsInsObjPoint()) in MoveMark()
2007 pDView->MovMarkPoints( rPos ); in MoveMark()
2009 pDView->MovAction( rPos ); in MoveMark()
2056 pDView->AdjustMarkHdl(); in EndMark()
2707 if( pDView->PickObj( rPt, pDView->getHitTolLog(), pObj, pPView, SDRSEARCH_PICKMARKABLE ) && in Chainable()
[all …]
H A Dfews.cxx516 SwDrawView *pDView = Imp()->GetDrawView(); in InsertLabel() local
517 const SdrMarkList& rMrkList = pDView->GetMarkedObjectList(); in InsertLabel()
H A Dfefly1.cxx1656 sal_uInt16 nOld = pDView->GetHitTolerancePixel(); in IsURLGrfAtPos()
1657 pDView->SetHitTolerancePixel( 2 ); in IsURLGrfAtPos()
1659 if( pDView->PickObj( rPt, pDView->getHitTolLog(), pObj, pPV,SDRSEARCH_PICKMACRO ) && in IsURLGrfAtPos()
1713 pDView->SetHitTolerancePixel( nOld ); in IsURLGrfAtPos()
1727 if( pDView->PickObj( rPt, pDView->getHitTolLog(), pObj, pPV ) && pObj->ISA(SwVirtFlyDrawObj) ) in GetGrfAtPos()
1769 pDView->SetHitTolerancePixel( pDView->GetMarkHdlSizePixel()/2 ); in GetFmtFromObj()
1771 if( pDView->PickObj( rPt, pDView->getHitTolLog(), pObj, pPView, SDRSEARCH_PICKMARKABLE ) ) in GetFmtFromObj()
1781 pDView->SetHitTolerancePixel( nOld ); in GetFmtFromObj()
1895 pDView->SetHitTolerancePixel( pDView->GetMarkHdlSizePixel()/2 ); in GetObjCntType()
1897 if( pDView->PickObj( rPt, pDView->getHitTolLog(), pObj, pPView, SDRSEARCH_PICKMARKABLE ) ) in GetObjCntType()
[all …]

Completed in 73 milliseconds