Lines Matching refs:aFixedRatioCB
666 aFixedRatioCB (this, SW_RES(CB_FIXEDRATIO)), in SwFrmPage()
804 MoveControl( aFixedRatioCB, nOffset2 ); in EnableGraficMode()
853 aFixedRatioCB.Enable(sal_False); in Reset()
889 aFixedRatioCB.Check( sal_False ); in Reset()
969 aFixedRatioCB.Enable(sal_False); in Reset()
1159 if (aFixedRatioCB.IsChecked() && (aRelWidthCB.IsChecked() ^ aRelHeightCB.IsChecked())) in FillItemSet()
1182 if( !bFormat && aFixedRatioCB.GetSavedValue() != aFixedRatioCB.IsChecked()) in FillItemSet()
1183 bRet |= 0 != rSet.Put(SfxBoolItem(FN_KEEP_ASPECT_RATIO, aFixedRatioCB.IsChecked())); in FillItemSet()
2111 if ( aFixedRatioCB.IsChecked() ) in IMPL_LINK()
2207 aFixedRatioCB.Disable(); in Init()
2281 aFixedRatioCB.Check(((const SfxBoolItem&)rSet.Get(FN_KEEP_ASPECT_RATIO)).GetValue()); in Init()
2282 aFixedRatioCB.SaveValue(); in Init()
2341 aFixedRatioCB.Check(sal_True); in Init()