Searched refs:nValueNo (Results 1 – 1 of 1) sorted by relevance
179 sal_Int16 nValueNo ) in getValue() argument185 DBG_ASSERT( nValueNo < nLength, "index out of range" ); in getValue()187 sal_Int16 nIndex = pSequenceIndex[ nValueNo ]; in getValue()191 sal_Bool MultiPropertySetHelper::hasProperty( sal_Int16 nValueNo ) in hasProperty() argument195 DBG_ASSERT( nValueNo < nLength, "index out of range" ); in hasProperty()197 return pSequenceIndex[ nValueNo ] != -1; in hasProperty()
Completed in 9 milliseconds