Searched refs:aIndentMF (Results 1 – 4 of 4) sorted by relevance
| /AOO41X/main/sw/source/ui/misc/ |
| H A D | num.cxx | 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() [all …]
|
| /AOO41X/main/cui/source/tabpages/ |
| H A D | numpages.cxx | 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() [all …]
|
| /AOO41X/main/sw/source/ui/inc/ |
| H A D | num.hxx | 92 MetricField aIndentMF; member in SwNumPositionTabPage
|
| /AOO41X/main/cui/source/inc/ |
| H A D | numpages.hxx | 382 MetricField aIndentMF; member in SvxNumPositionTabPage
|