Searched refs:nFormatSel (Results 1 – 2 of 2) sorted by relevance
727 sal_uInt16 nFormatSel = aFormatLB.GetSelectEntryPos(); in FillFormatLB() local728 if (nFormatSel != LISTBOX_ENTRY_NOTFOUND) in FillFormatLB()729 sOldSel = aFormatLB.GetEntry(nFormatSel); in FillFormatLB()
728 const sal_uInt16 nFormatSel = aFormatLB.GetSelectEntryPos(); in FillFormatLB() local729 if ( nFormatSel != LISTBOX_ENTRY_NOTFOUND ) in FillFormatLB()730 sOldSel = aFormatLB.GetEntry( nFormatSel ); in FillFormatLB()
Completed in 37 milliseconds