Home
last modified time | relevance | path

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

/trunk/main/i18npool/source/indexentry/
H A Dindexentrysupplier_default.cxx154 sal_Int16 wgt = getIndexWeight(rIndexEntry); in getIndexDescription() local
155 if (wgt < MAX_KEYS) { in getIndexDescription()
156 if (keys[wgt].desc.getLength()) in getIndexDescription()
157 return keys[wgt].desc; in getIndexDescription()
158 else if (keys[wgt].key > 0) in getIndexDescription()
159 return OUString(&keys[wgt].key, 1); in getIndexDescription()
161 return keys[wgt].mkey; in getIndexDescription()

Completed in 9 milliseconds