Lines Matching refs:GetOptionsSnap

104 	aOptsItem.GetOptionsSnap().SetSnapHelplines( aCbxSnapHelplines.IsChecked() );  in FillItemSet()
105 aOptsItem.GetOptionsSnap().SetSnapBorder( aCbxSnapBorder.IsChecked() ); in FillItemSet()
106 aOptsItem.GetOptionsSnap().SetSnapFrame( aCbxSnapFrame.IsChecked() ); in FillItemSet()
107 aOptsItem.GetOptionsSnap().SetSnapPoints( aCbxSnapPoints.IsChecked() ); in FillItemSet()
108 aOptsItem.GetOptionsSnap().SetOrtho( aCbxOrtho.IsChecked() ); in FillItemSet()
109 aOptsItem.GetOptionsSnap().SetBigOrtho( aCbxBigOrtho.IsChecked() ); in FillItemSet()
110 aOptsItem.GetOptionsSnap().SetRotate( aCbxRotate.IsChecked() ); in FillItemSet()
111 aOptsItem.GetOptionsSnap().SetSnapArea( (sal_Int16) aMtrFldSnapArea.GetValue() ); in FillItemSet()
112 aOptsItem.GetOptionsSnap().SetAngle( (sal_Int16) aMtrFldAngle.GetValue() ); in FillItemSet()
113 …aOptsItem.GetOptionsSnap().SetEliminatePolyPointLimitAngle( (sal_Int16) aMtrFldBezAngle.GetValue()… in FillItemSet()
132 aCbxSnapHelplines.Check( aOptsItem.GetOptionsSnap().IsSnapHelplines() ); in Reset()
133 aCbxSnapBorder.Check( aOptsItem.GetOptionsSnap().IsSnapBorder() ); in Reset()
134 aCbxSnapFrame.Check( aOptsItem.GetOptionsSnap().IsSnapFrame() ); in Reset()
135 aCbxSnapPoints.Check( aOptsItem.GetOptionsSnap().IsSnapPoints() ); in Reset()
136 aCbxOrtho.Check( aOptsItem.GetOptionsSnap().IsOrtho() ); in Reset()
137 aCbxBigOrtho.Check( aOptsItem.GetOptionsSnap().IsBigOrtho() ); in Reset()
138 aCbxRotate.Check( aOptsItem.GetOptionsSnap().IsRotate() ); in Reset()
139 aMtrFldSnapArea.SetValue( aOptsItem.GetOptionsSnap().GetSnapArea() ); in Reset()
140 aMtrFldAngle.SetValue( aOptsItem.GetOptionsSnap().GetAngle() ); in Reset()
141 aMtrFldBezAngle.SetValue( aOptsItem.GetOptionsSnap().GetEliminatePolyPointLimitAngle() ); in Reset()