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.cxx407 sal_uInt16 nLBPos = aAllDictsLB.GetSelectEntryPos(); in RemoveDictEntry() local
409 if ( pEntry != NULL && nLBPos != LISTBOX_ENTRY_NOTFOUND ) in RemoveDictEntry()
413 Reference< XDictionary > xDic = aDics.getConstArray()[ nLBPos ]; in RemoveDictEntry()