Home
last modified time | relevance | path

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

/trunk/main/cui/source/options/
H A Doptlingu.cxx249 DicUserData( sal_uInt16 nEID,
263 sal_uInt16 nEID, in DicUserData() argument
266 DBG_ASSERT( nEID < 65000, "Entry Id out of range" ); in DicUserData()
267 nVal = ((sal_uLong)(0xFFFF & nEID) << 16) | in DicUserData()
414 OptionsUserData( sal_uInt16 nEID,
430 OptionsUserData::OptionsUserData( sal_uInt16 nEID, in OptionsUserData() argument
434 DBG_ASSERT( nEID < 65000, "Entry Id out of range" ); in OptionsUserData()
436 nVal = ((sal_uLong)(0xFFFF & nEID) << 16) | in OptionsUserData()

Completed in 30 milliseconds