Searched refs:bOrtho (Results 1 – 16 of 16) sorted by relevance
132 sal_Bool bOrtho = sal_False; in MouseButtonDown() local153 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() local277 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 …]
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()
370 const sal_Bool bOrtho = pAttr->IsOrtho() && pAttr->GetNumCols() > 0; in AdjustColumns() local376 if( !bOrtho ) in AdjustColumns()398 if ( bOrtho || bAdjustAttributes ) in AdjustColumns()447 if( bOrtho ) in AdjustColumns()
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()
88 sal_Bool bOrtho; //Nur wenn dieses Flag gesetzt ist wird beim setzen member in SwFmtCol130 sal_Bool IsOrtho() const { return bOrtho; } in IsOrtho()160 void _SetOrtho( sal_Bool bNew ) { bOrtho = bNew; } in _SetOrtho()
96 unsigned bOrtho : 1; member in SdrSnapView242 void SetOrtho(sal_Bool bOn) { bOrtho=bOn; } // unvollstaendig in SetOrtho()243 sal_Bool IsOrtho() const { return bOrtho; } in IsOrtho()
195 sal_Bool bOrtho; // Gleichverteilte Spalten member in SvxColumnItem246 void SetOrtho(sal_Bool bVal) { bOrtho = bVal; } in SetOrtho()
98 sal_Bool bOrtho = bShift; in DoModifiers() local106 bOrtho = !bShift; in DoModifiers()109 if (pView->IsOrtho() != bOrtho) in DoModifiers()110 pView->SetOrtho(bOrtho); in DoModifiers()
97 FASTBOOL bOrtho=rDrag.GetView()!=NULL && rDrag.GetView()->IsOrtho(); in ImpDragCalcRect() local98 FASTBOOL bBigOrtho=bEcke && bOrtho && rDrag.GetView()->IsBigOrtho(); in ImpDragCalcRect()113 if (bOrtho) { // Ortho in ImpDragCalcRect()
910 FASTBOOL bOrtho=rDrag.GetView()!=NULL && rDrag.GetView()->IsOrtho(); in ImpEvalDrag() local911 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()
1645 bool bOrtho=getSdrDragView().IsOrtho(); in MoveSdrDrag() local1647 if (bOrtho) in MoveSdrDrag()1744 if (bOrtho) in MoveSdrDrag()1998 bool bOrtho=getSdrDragView().IsOrtho() || !getSdrDragView().IsResizeAllowed(false); in MoveSdrDrag() local2003 bOrtho=false; in MoveSdrDrag()2005 if (bOrtho) in MoveSdrDrag()2021 if (bOrtho) in MoveSdrDrag()2058 if (bOrtho) in MoveSdrDrag()
1279 FASTBOOL bOrtho=rDrag.GetView()!=NULL && rDrag.GetView()->IsOrtho(); in ImpDragCalcRect() local1280 FASTBOOL bBigOrtho=bEcke && bOrtho && rDrag.GetView()->IsBigOrtho(); in ImpDragCalcRect()1290 if (bOrtho) { // Ortho in ImpDragCalcRect()
215 bOrtho=sal_False; in ClearVars()
416 sal_Bool bOrtho : 1; // Snap/Position/CreatingMoving member in SdOptionsSnap440 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()
92 sal_Bool bOrtho = rCol.IsOrtho() && rCols.Count(); in lcl_FillSvxColumn() local94 if( bOrtho ) in lcl_FillSvxColumn()111 if( bOrtho ) in lcl_FillSvxColumn()
861 bOrtho( sal_False ), in SdOptionsSnap()
Completed in 128 milliseconds