Lines Matching refs:aIndentMF
108 aIndentMF( this, SW_RES(MF_INDENT )), in SwNumPositionTabPage()
161 aIndentMF.SetUpHdl(aLk); in SwNumPositionTabPage()
164 aIndentMF.SetDownHdl(aLk); in SwNumPositionTabPage()
167 aIndentMF.SetLoseFocusHdl(aLk); in SwNumPositionTabPage()
343 aIndentMF.SetValue(aIndentMF.Normalize(-aNumFmtArr[nLvl]->GetFirstLineOffset()), FUNIT_TWIP); in InitControls()
345 aIndentMF.SetText(aEmptyStr); in InitControls()
588 aIndentMF.Show( !bLabelAlignmentPosAndSpaceModeActive ); in ShowControlsDependingOnPosAndSpaceMode()
628 aIndentMF .SetMax(aIndentMF .Normalize( nWidth ), FUNIT_TWIP ); in SetWrtShell()
637 aIndentMF .SetLast( aIndentMF .Normalize( nLast2 ), FUNIT_TWIP ); in SetWrtShell()
652 aIndentMF .SetDecimalDigits(1); in SetWrtShell()
661 aIndentMF .SetUnit( eMetric ); in SetWrtShell()
791 else if(pFld == &aIndentMF) in IMPL_LINK()