Lines Matching refs:nFmtLbSelPos

451 	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()
1216 if(pNumFmtShell->GetUserDefined4Entry(nFmtLbSelPos)) in UpdateFormatListBox_Impl()
1218 if(pNumFmtShell->GetComment4Entry(nFmtLbSelPos).Len()==0) in UpdateFormatListBox_Impl()
1223 ChangePreviewText( (sal_uInt16)nFmtLbSelPos ); in UpdateFormatListBox_Impl()
1230 if(nFmtLbSelPos != SELPOS_NONE) in UpdateFormatListBox_Impl()
1232 aLbFormat.SelectEntryPos( (sal_uInt16)nFmtLbSelPos ); in UpdateFormatListBox_Impl()
1234 aFtComment.SetText(pNumFmtShell->GetComment4Entry(nFmtLbSelPos)); in UpdateFormatListBox_Impl()
1235 if(pNumFmtShell->GetUserDefined4Entry(nFmtLbSelPos)) in UpdateFormatListBox_Impl()
1237 if(pNumFmtShell->GetComment4Entry(nFmtLbSelPos).Len()==0) in UpdateFormatListBox_Impl()
1363 short nFmtLbSelPos = nSelPos; in IMPL_LINK() local
1367 if(pNumFmtShell->GetUserDefined4Entry(nFmtLbSelPos)) in IMPL_LINK()
1369 if(pNumFmtShell->GetComment4Entry(nFmtLbSelPos).Len()==0) in IMPL_LINK()
1467 short nFmtLbSelPos = SELPOS_NONE; in IMPL_LINK() local
1472 nCatLbSelPos, nFmtLbSelPos, in IMPL_LINK()
1497 nFmtLbSelPos, in IMPL_LINK()
1506 if ( bAdded && (nFmtLbSelPos != SELPOS_NONE) ) in IMPL_LINK()
1517 pNumFmtShell->SetComment4Entry(nFmtLbSelPos, in IMPL_LINK()
1522 pNumFmtShell->SetComment4Entry(nFmtLbSelPos, in IMPL_LINK()
1525 aLbFormat.SelectEntryPos( (sal_uInt16)nFmtLbSelPos ); in IMPL_LINK()
1531 ChangePreviewText( (sal_uInt16)nFmtLbSelPos ); in IMPL_LINK()
1548 short nFmtLbSelPos = SELPOS_NONE; in IMPL_LINK() local
1552 nFmtLbSelPos, in IMPL_LINK()
1558 if(nFmtLbSelPos>=0 && nFmtLbSelPos<aEntryList.Count()) in IMPL_LINK()
1560 aFormat = *aEntryList[nFmtLbSelPos]; in IMPL_LINK()
1565 if ( nFmtLbSelPos != SELPOS_NONE ) in IMPL_LINK()
1572 aLbFormat.SelectEntryPos( (sal_uInt16)nFmtLbSelPos ); in IMPL_LINK()
1574 ChangePreviewText( (sal_uInt16)nFmtLbSelPos ); in IMPL_LINK()