Home
last modified time | relevance | path

Searched refs:maMtrHeight (Results 1 – 4 of 4) sorted by relevance

/trunk/main/cui/source/tabpages/
H A Dtransfrm.cxx712 maMtrHeight ( this, CUI_RES( MTR_FLD_HEIGHT ) ), in SvxPositionSizeTabPage()
748 maMtrHeight.SetModifyHdl( LINK( this, SvxPositionSizeTabPage, ChangeHeightHdl ) ); in SvxPositionSizeTabPage()
775 SetFieldUnit( maMtrHeight, meDlgUnit, sal_True ); in Construct()
782 maMtrHeight.SetDecimalDigits( 3 ); in Construct()
874 if ( maMtrHeight.HasFocus() ) in FillItemSet()
919 if ( maMtrWidth.IsValueModified() || maMtrHeight.IsValueModified() ) in FillItemSet()
931 double nHeight = static_cast<double>(maMtrHeight.GetValue( meDlgUnit )); in FillItemSet()
932 …nHeight = MetricField::ConvertDoubleValue( nHeight, maMtrHeight.GetBaseValue(), maMtrHeight.GetDec… in FillItemSet()
1048 if(maMtrHeight.GetDecimalDigits()) in Reset()
1049 fTmpHeight *= pow(10.0, maMtrHeight.GetDecimalDigits()); in Reset()
[all …]
/trunk/main/cui/source/dialogs/
H A Dcuigrfflt.cxx450 maMtrHeight ( this, CUI_RES( DLG_FILTERMOSAIC_MTR_HEIGHT ) ), in GraphicFilterMosaic()
459 maMtrHeight.SetValue( nTileHeight ); in GraphicFilterMosaic()
460 maMtrHeight.SetLast( GetGraphicSizePixel().Height() ); in GraphicFilterMosaic()
461 maMtrHeight.SetModifyHdl( GetModifyHdl() ); in GraphicFilterMosaic()
471 maMtrHeight.SetAccessibleRelationMemberOf(&maFlParameter); in GraphicFilterMosaic()
/trunk/main/cui/source/inc/
H A Dcuigrfflt.hxx129 MetricField maMtrHeight; member in GraphicFilterMosaic
140 long GetTileHeight() const { return static_cast<long>(maMtrHeight.GetValue()); } in GetTileHeight()
H A Dtransfrm.hxx101 MetricField maMtrHeight; member in SvxPositionSizeTabPage