/aoo42x/main/sd/source/ui/func/ |
H A D | fudraw.cxx | 132 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 …]
|
/aoo42x/main/svx/source/dialog/ |
H A D | rulritem.cxx | 501 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()
|
/aoo42x/main/sw/source/core/layout/ |
H A D | colfrm.cxx | 370 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 D | atrfrm.cxx | 832 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()
|
/aoo42x/main/sw/inc/ |
H A D | fmtclds.hxx | 88 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()
|
/aoo42x/main/svx/inc/svx/ |
H A D | svdsnpv.hxx | 96 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 D | rulritem.hxx | 195 sal_Bool bOrtho; // Gleichverteilte Spalten member in SvxColumnItem 246 void SetOrtho(sal_Bool bVal) { bOrtho = bVal; } in SetOrtho()
|
/aoo42x/main/sc/source/ui/drawfunc/ |
H A D | fudraw.cxx | 98 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()
|
/aoo42x/main/svx/source/svdraw/ |
H A D | svdotxdr.cxx | 97 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 D | svdomeas.cxx | 910 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 D | svddrgmt.cxx | 1645 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 D | svdobj.cxx | 1279 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 D | svdsnpv.cxx | 215 bOrtho=sal_False; in ClearVars()
|
/aoo42x/main/sd/source/ui/inc/ |
H A D | optsitem.hxx | 416 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()
|
/aoo42x/main/sw/source/ui/uiview/ |
H A D | viewtab.cxx | 92 sal_Bool bOrtho = rCol.IsOrtho() && rCols.Count(); in lcl_FillSvxColumn() local 94 if( bOrtho ) in lcl_FillSvxColumn() 111 if( bOrtho ) in lcl_FillSvxColumn()
|
/aoo42x/main/sd/source/ui/app/ |
H A D | optsitem.cxx | 861 bOrtho( sal_False ), in SdOptionsSnap()
|