Home
last modified time | relevance | path

Searched refs:nFmtLbSelPos (Results 1 – 3 of 3) sorted by relevance

/trunk/main/cui/source/tabpages/
H A Dnumfmt.cxx451 sal_uInt16 nFmtLbSelPos = 0; in Reset() local
588 pNumFmtShell->GetInitSettings( nCatLbSelPos, eLangType, nFmtLbSelPos, in Reset()
1149 short nFmtLbSelPos = 0; in UpdateFormatListBox_Impl() local
1190 pNumFmtShell->CategoryChanged( nTmpCatPos,nFmtLbSelPos, aEntryList ); in UpdateFormatListBox_Impl()
1194 nFmtLbSelPos,aEntryList ); in UpdateFormatListBox_Impl()
1199 if ( (aEntryList.Count() > 0) && (nFmtLbSelPos != SELPOS_NONE) ) in UpdateFormatListBox_Impl()
1203 String aFormat=*aEntryList[nFmtLbSelPos]; in UpdateFormatListBox_Impl()
1205 aFtComment.SetText(pNumFmtShell->GetComment4Entry(nFmtLbSelPos)); in UpdateFormatListBox_Impl()
1213 aLbFormat.SelectEntryPos( nFmtLbSelPos ); in UpdateFormatListBox_Impl()
1215 aFtComment.SetText(pNumFmtShell->GetComment4Entry(nFmtLbSelPos)); in UpdateFormatListBox_Impl()
[all …]
/trunk/main/svx/inc/svx/
H A Dnumfmtsh.hxx124 sal_uInt16& nFmtLbSelPos,
/trunk/main/svx/source/items/
H A Dnumfmtsh.cxx536 sal_uInt16& nFmtLbSelPos, in GetInitSettings() argument
568 nFmtLbSelPos = (nSelPos != SELPOS_NONE) ? (sal_uInt16)nSelPos : 0; in GetInitSettings()