Home
last modified time | relevance | path

Searched refs:nLBPos (Results 1 – 2 of 2) sorted by relevance

/aoo42x/main/cui/source/tabpages/
H A Dparagrph.cxx1179 sal_uInt16 nLBPos = aLastLineLB.GetSelectEntryPos(); in FillItemSet() local
1182 if ( 1 == nLBPos ) in FillItemSet()
1184 else if ( 2 == nLBPos ) in FillItemSet()
1382 sal_uInt16 nLBPos = aLastLineLB.GetSelectEntryPos(); in UpdateExample_Impl() local
1383 if(nLBPos == 1) in UpdateExample_Impl()
1385 else if(nLBPos == 2) in UpdateExample_Impl()
/aoo42x/main/cui/source/options/
H A Doptdict.cxx412 sal_uInt16 nLBPos = aAllDictsLB.GetSelectEntryPos(); in RemoveDictEntry() local
414 if ( pEntry != NULL && nLBPos != LISTBOX_ENTRY_NOTFOUND ) in RemoveDictEntry()
418 Reference< XDictionary > xDic = aDics.getConstArray()[ nLBPos ]; in RemoveDictEntry()

Completed in 19 milliseconds