Home
last modified time | relevance | path

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

/aoo42x/main/cui/source/options/
H A Doptdict.cxx455 sal_uInt16 nDicPos = aAllDictsLB.GetSelectEntryPos(); in IMPL_LINK() local
457 Reference< XDictionary > xDic( aDics.getConstArray()[ nDicPos ], UNO_QUERY ); in IMPL_LINK()
476 aAllDictsLB.RemoveEntry( nDicPos ); in IMPL_LINK()
477 aAllDictsLB.InsertEntry( sName, nDicPos ); in IMPL_LINK()
478 aAllDictsLB.SelectEntryPos( nDicPos ); in IMPL_LINK()
H A Doptlingu.cxx1787 sal_uInt16 nDicPos = aData.GetEntryId(); in IMPL_LINK() local
1789 if (nDicPos < nDics) in IMPL_LINK()
1792 xDic = aDics.getConstArray()[ nDicPos ]; in IMPL_LINK()
1818 sal_uInt16 nDicPos = aData.GetEntryId(); in IMPL_LINK() local
1820 if (nDicPos < nDics) in IMPL_LINK()
1823 xDic = aDics.getConstArray()[ nDicPos ]; in IMPL_LINK()
1846 aDics.getArray()[ nDicPos ] = 0; in IMPL_LINK()
1857 if (aDicData.GetEntryId() == nDicPos ) in IMPL_LINK()

Completed in 25 milliseconds