Searched refs:nLBPos (Results 1 – 2 of 2) sorted by relevance
1179 sal_uInt16 nLBPos = aLastLineLB.GetSelectEntryPos(); in FillItemSet() local1182 if ( 1 == nLBPos ) in FillItemSet()1184 else if ( 2 == nLBPos ) in FillItemSet()1382 sal_uInt16 nLBPos = aLastLineLB.GetSelectEntryPos(); in UpdateExample_Impl() local1383 if(nLBPos == 1) in UpdateExample_Impl()1385 else if(nLBPos == 2) in UpdateExample_Impl()
412 sal_uInt16 nLBPos = aAllDictsLB.GetSelectEntryPos(); in RemoveDictEntry() local414 if ( pEntry != NULL && nLBPos != LISTBOX_ENTRY_NOTFOUND ) in RemoveDictEntry()418 Reference< XDictionary > xDic = aDics.getConstArray()[ nLBPos ]; in RemoveDictEntry()
Completed in 121 milliseconds