Searched refs:IsMirrorAllowed (Results 1 – 9 of 9) sorted by relevance
/aoo42x/main/sw/source/ui/shells/ |
H A D | drawsh.cxx | 467 if ( !pSdrView->IsMirrorAllowed() || bProtected ) in GetState() 480 if ( !pSdrView->IsMirrorAllowed() || bProtected ) in GetState()
|
/aoo42x/main/svx/source/svdraw/ |
H A D | svdview.cxx | 1149 if (!IsMirrorAllowed(sal_True,sal_True)) bNo=sal_True; // Spiegeln ueberhaupt nicht erlaubt in GetPreferedPointer() 1150 … if (!IsMirrorAllowed(sal_False,sal_False) && !b45) bNo=sal_True; // freies Spiegeln nicht erlaubt in GetPreferedPointer() 1151 if (!IsMirrorAllowed(sal_True,sal_False) && !b90) bNo=sal_True; // Spiegeln hor/ver erlaubt in GetPreferedPointer()
|
H A D | svddrgmt.cxx | 1094 if (getSdrDragView().IsMirrorAllowed(true,true)) in MoveSdrDrag() 1096 if (!getSdrDragView().IsMirrorAllowed(false,false)) nSA=4500; in MoveSdrDrag() 1097 if (!getSdrDragView().IsMirrorAllowed(true,false)) nSA=9000; in MoveSdrDrag() 2613 if (!getSdrDragView().IsMirrorAllowed(false,false) && !b45) in BeginSdrDrag() 2616 if (!getSdrDragView().IsMirrorAllowed(true,false) && !b90) in BeginSdrDrag()
|
H A D | svddrgv.cxx | 350 if (!IsMirrorAllowed(sal_True,sal_True)) return sal_False; in BegDragObj()
|
H A D | svdedtv.cxx | 426 sal_Bool SdrEditView::IsMirrorAllowed(sal_Bool b45Deg, sal_Bool b90Deg) const in IsMirrorAllowed() function in SdrEditView
|
/aoo42x/main/svx/inc/svx/ |
H A D | svdedtv.hxx | 274 sal_Bool IsMirrorAllowed(sal_Bool b45Deg=sal_False, sal_Bool b90Deg=sal_False) const;
|
/aoo42x/main/sc/source/ui/drawfunc/ |
H A D | drawsh2.cxx | 151 if (!pView->IsMirrorAllowed(sal_True,sal_True)) in GetDrawFuncState()
|
/aoo42x/main/sd/source/ui/view/ |
H A D | drviews7.cxx | 523 if( !mpDrawView->IsMirrorAllowed( sal_True, sal_True ) ) in GetMenuState() 531 if( !mpDrawView->IsMirrorAllowed() ) in GetMenuState()
|
/aoo42x/main/sw/source/core/frmedt/ |
H A D | feshview.cxx | 2390 if ( IsObjSelected() && pView->IsMirrorAllowed() ) in MirrorSelection()
|
Completed in 76 milliseconds