Home
last modified time | relevance | path

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

/AOO41X/main/cui/source/tabpages/
H A Dtransfrm.cxx722 maMtrHeight ( this, CUI_RES( MTR_FLD_HEIGHT ) ), in SvxPositionSizeTabPage()
758 maMtrHeight.SetModifyHdl( LINK( this, SvxPositionSizeTabPage, ChangeHeightHdl ) ); in SvxPositionSizeTabPage()
785 SetFieldUnit( maMtrHeight, meDlgUnit, sal_True ); in Construct()
792 maMtrHeight.SetDecimalDigits( 3 ); in Construct()
884 if ( maMtrHeight.HasFocus() ) in FillItemSet()
929 if ( maMtrWidth.IsValueModified() || maMtrHeight.IsValueModified() ) in FillItemSet()
941 double nHeight = static_cast<double>(maMtrHeight.GetValue( meDlgUnit )); in FillItemSet()
942 …nHeight = MetricField::ConvertDoubleValue( nHeight, maMtrHeight.GetBaseValue(), maMtrHeight.GetDec… in FillItemSet()
1058 if(maMtrHeight.GetDecimalDigits()) in Reset()
1059 fTmpHeight *= pow(10.0, maMtrHeight.GetDecimalDigits()); in Reset()
[all …]
/AOO41X/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()
/AOO41X/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