Home
last modified time | relevance | path

Searched refs:SetOrtho (Results 1 – 20 of 20) sorted by relevance

/trunk/main/sd/source/ui/func/ !
H A Dfudraw.cxx206 mpView->SetOrtho(bOrtho); in MouseButtonDown()
329 mpView->SetOrtho(bOrtho); in MouseMove()
350 mpView->SetOrtho(bOrtho); in MouseMove()
380 mpView->SetOrtho( pFrameView->IsOrtho() ); in MouseButtonUp()
/trunk/main/sw/source/ui/ribbar/ !
H A Ddrawbase.cxx101 pSdrView->SetOrtho(doConstructOrthogonal() ? !rMEvt.IsShift() : rMEvt.IsShift()); in MouseButtonDown()
281 pSdrView->SetOrtho(doConstructOrthogonal() ? !rMEvt.IsShift() : rMEvt.IsShift()); in MouseMove()
521 pSdrView->SetOrtho(sal_False); in Deactivate()
H A Dconform.cxx57 pSdrView->SetOrtho(rMEvt.IsShift()); in MouseButtonDown()
/trunk/main/sd/source/ui/app/ !
H A Doptsitem.cxx918 if( pValues[4].hasValue() ) SetOrtho( *(sal_Bool*) pValues[ 4 ].getValue() ); in ReadData()
968 maOptionsSnap.SetOrtho( pView->IsOrtho() ); in SdOptionsSnapItem()
981 maOptionsSnap.SetOrtho( pOpts->IsOrtho() ); in SdOptionsSnapItem()
1017 pOpts->SetOrtho( maOptionsSnap.IsOrtho() ); in SetOptions()
/trunk/main/sw/source/ui/uiview/ !
H A Dviewtab.cxx165 rCols.SetOrtho(sal_False, 0, 0 ); in lcl_ConvertToCols()
253 rCol.SetOrtho(sal_False, 0, 0 ); in ResizeFrameCols()
627 aCols.SetOrtho( sal_False, nGutterWidth, nWidth ); in ExecTabWin()
1615 aColItem.SetOrtho(aColItem.CalcOrtho()); in StateTabWin()
1655 aColItem.SetOrtho(aColItem.CalcOrtho()); in StateTabWin()
1689 aColItem.SetOrtho(aColItem.CalcOrtho()); in StateTabWin()
/trunk/main/sc/source/ui/drawfunc/ !
H A Dfudraw.cxx110 pView->SetOrtho(bOrtho); in DoModifiers()
136 pView->SetOrtho(sal_False); in ResetModifiers()
/trunk/main/sw/source/ui/inc/ !
H A Dcolmgr.hxx112 aFmtCol.SetOrtho(bOn, nGutterWidth, nWidth); in SetAutoWidth()
/trunk/main/sw/source/ui/shells/ !
H A Dtextdrw.cxx78 pSdrView->SetOrtho(sal_False); in InsertURLButton()
/trunk/main/sw/inc/ !
H A Dfmtclds.hxx157 void SetOrtho( sal_Bool bNew, sal_uInt16 nGutterWidth, sal_uInt16 nAct );
/trunk/main/sd/source/ui/view/ !
H A Dfrmview.cxx178 SetOrtho( pFrameView->IsOrtho() ); in FrameView()
348 SetOrtho( pOptions->IsOrtho() ); in Update()
H A Ddrviews5.cxx250 mpDrawView->SetOrtho( pView->IsOrtho() ); in ReadFrameViewData()
/trunk/main/svx/inc/svx/ !
H A Dsvdsnpv.hxx242 void SetOrtho(sal_Bool bOn) { bOrtho=bOn; } // unvollstaendig in SetOrtho() function in SdrSnapView
H A Drulritem.hxx246 void SetOrtho(sal_Bool bVal) { bOrtho = bVal; } in SetOrtho() function in SvxColumnItem
/trunk/main/sd/source/ui/docshell/ !
H A Ddocshel2.cxx315 pView->SetOrtho( pFrameView->IsOrtho() ); in GetPagePreviewBitmap()
/trunk/main/sw/source/ui/docvw/ !
H A Dedtwin.cxx3647 pSdrView->SetOrtho(sal_False); in MouseMove()
3729 pSdrView->SetOrtho(sal_True); in MouseMove()
3734 pSdrView->SetOrtho(sal_False); in MouseMove()
3761 pSdrView->SetOrtho(sal_True); in MouseMove()
3763 pSdrView->SetOrtho(sal_False); in MouseMove()
3934 pSdrView->SetOrtho(sal_False); in MouseButtonUp()
/trunk/main/reportdesign/source/ui/report/ !
H A Ddlgedfunc.cxx811 …m_rView.SetOrtho(SdrObjCustomShape::doConstructOrthogonal(m_rView.getReportSection()->getSectionWi… in MouseMove()
/trunk/main/sd/source/ui/dlg/ !
H A Dtpoption.cxx108 aOptsItem.GetOptionsSnap().SetOrtho( aCbxOrtho.IsChecked() ); in FillItemSet()
/trunk/main/sd/source/ui/inc/ !
H A Doptsitem.hxx451 …void SetOrtho( sal_Bool bOn = sal_True ) { if( bOrtho != bOn ) { OptionsChanged(); bOrtho = bOn… in SetOrtho() function in SdOptionsSnap
/trunk/main/svx/source/svdraw/ !
H A Dsvdview.cxx809 SetOrtho(MODKEY_Ortho!=IsOrthoDesired()); in DoMouseEvent()
/trunk/main/sw/source/core/layout/ !
H A Datrfrm.cxx967 void SwFmtCol::SetOrtho( sal_Bool bNew, sal_uInt16 nGutterWidth, sal_uInt16 nAct ) in SetOrtho() function in SwFmtCol