Lines Matching refs:aIndentMF
2984 aIndentMF( this, CUI_RES(MF_INDENT )), in SvxNumPositionTabPage()
3040 aIndentMF.SetUpHdl(aLk); in SvxNumPositionTabPage()
3041 aIndentMF.SetDownHdl(aLk); in SvxNumPositionTabPage()
3042 aIndentMF.SetLoseFocusHdl(aLk); in SvxNumPositionTabPage()
3080 aIndentMF .SetMax(aIndentMF .Normalize( nWidth ), FUNIT_100TH_MM ); in SvxNumPositionTabPage()
3089 aIndentMF .SetLast( aIndentMF .Normalize( nLast2 ), FUNIT_100TH_MM ); in SvxNumPositionTabPage()
3280 SetMetricValue(aIndentMF, - aNumFmtArr[nLvl]->GetFirstLineOffset(), eCoreUnit); in InitControls()
3282 aIndentMF.SetText(aEmptyStr); in InitControls()
3560 aIndentMF.Show( !bLabelAlignmentPosAndSpaceModeActive ); in ShowControlsDependingOnPosAndSpaceMode()
3599 aIndentMF .SetDecimalDigits(1); in SetMetric()
3608 aIndentMF .SetUnit( eMetric ); in SetMetric()
3741 else if(pFld == &aIndentMF) in IMPL_LINK()