Home
last modified time | relevance | path

Searched refs:bOrtho (Results 1 – 16 of 16) sorted by relevance

/trunk/main/sd/source/ui/func/
H A Dfudraw.cxx132 sal_Bool bOrtho = sal_False; in MouseButtonDown() local
153 bOrtho = !rMEvt.IsShift(); in MouseButtonDown()
157 bOrtho = rMEvt.IsShift() != pFrameView->IsOrtho(); in MouseButtonDown()
205 if (mpView->IsOrtho() != bOrtho) in MouseButtonDown()
206 mpView->SetOrtho(bOrtho); in MouseButtonDown()
254 sal_Bool bOrtho = sal_False; in MouseMove() local
277 bOrtho = !rMEvt.IsShift(); in MouseMove()
328 if (mpView->IsOrtho() != bOrtho) in MouseMove()
329 mpView->SetOrtho(bOrtho); in MouseMove()
349 if (mpView->IsOrtho() != bOrtho) in MouseMove()
[all …]
/trunk/main/svx/source/dialog/
H A Drulritem.cxx501 bOrtho (sal_True ) in SvxColumnItem()
516 bOrtho ( sal_True ) in SvxColumnItem()
531 bOrtho ( rCopy.bOrtho ) in SvxColumnItem()
605 case MID_ORTHO: rVal <<= (sal_Bool) bOrtho; break; in QueryValue()
626 case MID_ORTHO: rVal >>= nVal; bOrtho = (sal_Bool) nVal; break; in PutValue()
/trunk/main/sw/source/core/layout/
H A Dcolfrm.cxx370 const sal_Bool bOrtho = pAttr->IsOrtho() && pAttr->GetNumCols() > 0; in AdjustColumns() local
376 if( !bOrtho ) in AdjustColumns()
398 if ( bOrtho || bAdjustAttributes ) in AdjustColumns()
447 if( bOrtho ) in AdjustColumns()
H A Datrfrm.cxx832 bOrtho( rCpy.IsOrtho() ) in SwFmtCol()
850 bOrtho = rCpy.IsOrtho(); in operator =()
870 bOrtho( sal_True ) in SwFmtCol()
883 bOrtho == rCmp.IsOrtho() && in operator ==()
933 if ( bOrtho ) in SetGutterWidth()
961 bOrtho = sal_True; in Init()
969 bOrtho = bNew; in SetOrtho()
1104 bOrtho = sal_False; in PutValue()
1116 bOrtho = pSwColums->IsAutomaticWidth(); in PutValue()
/trunk/main/sw/inc/
H A Dfmtclds.hxx88 sal_Bool bOrtho; //Nur wenn dieses Flag gesetzt ist wird beim setzen member in SwFmtCol
130 sal_Bool IsOrtho() const { return bOrtho; } in IsOrtho()
160 void _SetOrtho( sal_Bool bNew ) { bOrtho = bNew; } in _SetOrtho()
/trunk/main/svx/inc/svx/
H A Dsvdsnpv.hxx96 unsigned bOrtho : 1; member in SdrSnapView
242 void SetOrtho(sal_Bool bOn) { bOrtho=bOn; } // unvollstaendig in SetOrtho()
243 sal_Bool IsOrtho() const { return bOrtho; } in IsOrtho()
H A Drulritem.hxx195 sal_Bool bOrtho; // Gleichverteilte Spalten member in SvxColumnItem
246 void SetOrtho(sal_Bool bVal) { bOrtho = bVal; } in SetOrtho()
/trunk/main/sc/source/ui/drawfunc/
H A Dfudraw.cxx98 sal_Bool bOrtho = bShift; in DoModifiers() local
106 bOrtho = !bShift; in DoModifiers()
109 if (pView->IsOrtho() != bOrtho) in DoModifiers()
110 pView->SetOrtho(bOrtho); in DoModifiers()
/trunk/main/svx/source/svdraw/
H A Dsvdotxdr.cxx97 FASTBOOL bOrtho=rDrag.GetView()!=NULL && rDrag.GetView()->IsOrtho(); in ImpDragCalcRect() local
98 FASTBOOL bBigOrtho=bEcke && bOrtho && rDrag.GetView()->IsBigOrtho(); in ImpDragCalcRect()
113 if (bOrtho) { // Ortho in ImpDragCalcRect()
H A Dsvdomeas.cxx910 FASTBOOL bOrtho=rDrag.GetView()!=NULL && rDrag.GetView()->IsOrtho(); in ImpEvalDrag() local
911 FASTBOOL bBigOrtho=bOrtho && rDrag.GetView()->IsBigOrtho(); in ImpEvalDrag()
920 if (bOrtho) rRec.nHelpline2Len=rRec.nHelpline1Len; in ImpEvalDrag()
926 if (bOrtho) rRec.nHelpline1Len=rRec.nHelpline2Len; in ImpEvalDrag()
933 if (bOrtho) { in ImpEvalDrag()
964 if (bOrtho) rRec.nLineDist=nVal0; in ImpEvalDrag()
H A Dsvddrgmt.cxx1645 bool bOrtho=getSdrDragView().IsOrtho(); in MoveSdrDrag() local
1647 if (bOrtho) in MoveSdrDrag()
1744 if (bOrtho) in MoveSdrDrag()
1998 bool bOrtho=getSdrDragView().IsOrtho() || !getSdrDragView().IsResizeAllowed(false); in MoveSdrDrag() local
2003 bOrtho=false; in MoveSdrDrag()
2005 if (bOrtho) in MoveSdrDrag()
2021 if (bOrtho) in MoveSdrDrag()
2058 if (bOrtho) in MoveSdrDrag()
H A Dsvdobj.cxx1279 FASTBOOL bOrtho=rDrag.GetView()!=NULL && rDrag.GetView()->IsOrtho(); in ImpDragCalcRect() local
1280 FASTBOOL bBigOrtho=bEcke && bOrtho && rDrag.GetView()->IsBigOrtho(); in ImpDragCalcRect()
1290 if (bOrtho) { // Ortho in ImpDragCalcRect()
H A Dsvdsnpv.cxx215 bOrtho=sal_False; in ClearVars()
/trunk/main/sd/source/ui/inc/
H A Doptsitem.hxx416 sal_Bool bOrtho : 1; // Snap/Position/CreatingMoving member in SdOptionsSnap
440 sal_Bool IsOrtho() const { Init(); return (sal_Bool) bOrtho; } in IsOrtho()
451 …void SetOrtho( sal_Bool bOn = sal_True ) { if( bOrtho != bOn ) { OptionsChanged(); bOrtho = bOn; }… in SetOrtho()
/trunk/main/sw/source/ui/uiview/
H A Dviewtab.cxx92 sal_Bool bOrtho = rCol.IsOrtho() && rCols.Count(); in lcl_FillSvxColumn() local
94 if( bOrtho ) in lcl_FillSvxColumn()
111 if( bOrtho ) in lcl_FillSvxColumn()
/trunk/main/sd/source/ui/app/
H A Doptsitem.cxx861 bOrtho( sal_False ), in SdOptionsSnap()

Completed in 128 milliseconds