Lines Matching refs:idx
168 sal_uInt16 idx = readCacheIndex(); in readType() local
170 if (idx == cache::ignore || !state_.typeCache[idx].is()) { in readType()
178 return state_.typeCache[idx]; in readType()
219 if (idx != cache::ignore) { in readType()
220 state_.typeCache[idx] = t; in readType()
246 sal_uInt16 idx = readCacheIndex(); in readOid() local
247 if (oid.isEmpty() && idx != cache::ignore) { in readOid()
248 if ( state_.oidCache[idx].isEmpty() ) { in readOid()
255 return state_.oidCache[idx]; in readOid()
257 if (idx != cache::ignore) { in readOid()
258 state_.oidCache[idx] = oid; in readOid()
272 sal_uInt16 idx = readCacheIndex(); in readTid() local
274 if (idx == cache::ignore || state_.tidCache[idx].getLength() == 0) { in readTid()
281 return state_.tidCache[idx]; in readTid()
283 if (idx != cache::ignore) { in readTid()
284 state_.tidCache[idx] = tid; in readTid()
432 sal_uInt16 idx = read16(); in readCacheIndex() local
433 if (idx >= cache::size && idx != cache::ignore) { in readCacheIndex()
440 return idx; in readCacheIndex()