Searched refs:nFmtLbSelPos (Results 1 – 3 of 3) sorted by relevance
451 sal_uInt16 nFmtLbSelPos = 0; in Reset() local588 pNumFmtShell->GetInitSettings( nCatLbSelPos, eLangType, nFmtLbSelPos, in Reset()1149 short nFmtLbSelPos = 0; in UpdateFormatListBox_Impl() local1190 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 …]
124 sal_uInt16& nFmtLbSelPos,
536 sal_uInt16& nFmtLbSelPos, in GetInitSettings() argument568 nFmtLbSelPos = (nSelPos != SELPOS_NONE) ? (sal_uInt16)nSelPos : 0; in GetInitSettings()