Home
last modified time | relevance | path

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

/aoo42x/main/xmloff/inc/
H A DMultiPropertySetHelper.hxx179 sal_Int16 nValueNo ) in getValue() argument
185 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() argument
195 DBG_ASSERT( nValueNo < nLength, "index out of range" ); in hasProperty()
197 return pSequenceIndex[ nValueNo ] != -1; in hasProperty()

Completed in 12 milliseconds