Lines Matching refs:aMtrAngle

234 	aMtrAngle               ( this, CUI_RES( MTR_FLD_ANGLE ) ),  in SvxAngleTabPage()
247 aMtrAngle.SetModifyHdl(LINK( this, SvxAngleTabPage, ModifiedHdl)); in SvxAngleTabPage()
309 aMtrAngle.Disable(); in Construct()
321 if(aMtrAngle.IsValueModified() || aMtrPosX.IsValueModified() || aMtrPosY.IsValueModified()) in FillItemSet()
327 …rSet.Put(SfxInt32Item(GetWhich(SID_ATTR_TRANSFORM_ANGLE), static_cast<sal_Int32>(aMtrAngle.GetValu… in FillItemSet()
368 aMtrAngle.SetValue(((const SfxInt32Item*)pItem)->GetValue()); in Reset()
372 aMtrAngle.SetText( String() ); in Reset()
375 aMtrAngle.SaveValue(); in Reset()
479 case RP_LT: aMtrAngle.SetUserValue( 13500, FUNIT_NONE ); break; in PointChanged()
480 case RP_MT: aMtrAngle.SetUserValue( 9000, FUNIT_NONE ); break; in PointChanged()
481 case RP_RT: aMtrAngle.SetUserValue( 4500, FUNIT_NONE ); break; in PointChanged()
482 case RP_LM: aMtrAngle.SetUserValue( 18000, FUNIT_NONE ); break; in PointChanged()
483 case RP_RM: aMtrAngle.SetUserValue( 0, FUNIT_NONE ); break; in PointChanged()
484 case RP_LB: aMtrAngle.SetUserValue( 22500, FUNIT_NONE ); break; in PointChanged()
485 case RP_MB: aMtrAngle.SetUserValue( 27000, FUNIT_NONE ); break; in PointChanged()
486 case RP_RB: aMtrAngle.SetUserValue( 31500, FUNIT_NONE ); break; in PointChanged()
496 switch(aMtrAngle.GetValue()) in IMPL_LINK()
526 aMtrAngle ( this, CUI_RES( MTR_FLD_ANGLE ) ), in SvxSlantTabPage()
574 aStr = aMtrAngle.GetText(); in FillItemSet()
576 if( aStr != aMtrAngle.GetSavedValue() ) in FillItemSet()
578 nValue = static_cast<sal_Int32>(aMtrAngle.GetValue()); in FillItemSet()
637 aMtrAngle.Disable(); in Reset()
638 aMtrAngle.SetText( String() ); in Reset()
646 aMtrAngle.SetValue( ( (const SfxInt32Item*)pItem )->GetValue() ); in Reset()
650 aMtrAngle.SetText( String() ); in Reset()
654 aMtrAngle.SaveValue(); in Reset()