Searched refs:GetOptionsSnap (Results 1 – 2 of 2) sorted by relevance
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()[all …]
473 SdOptionsSnap& GetOptionsSnap() { return maOptionsSnap; } in GetOptionsSnap() function in SdOptionsSnapItem