Home
last modified time | relevance | path

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

/aoo4110/main/xmloff/source/style/
H A DMultiPropertySetHelper.cxx58 pSequenceIndex( NULL ), in MultiPropertySetHelper()
77 pSequenceIndex( NULL ), in MultiPropertySetHelper()
96 delete[] pSequenceIndex; in ~MultiPropertySetHelper()
108 if ( NULL == pSequenceIndex ) in hasProperties()
109 pSequenceIndex = new sal_Int16[nLength] ; in hasProperties()
122 pSequenceIndex[i]= bHasProperty ? nNumberOfProperties : -1; in hasProperties()
133 sal_Int16 nIndex = pSequenceIndex[i]; in hasProperties()
141 return (NULL != pSequenceIndex); in checkedProperties()
169 pPropertyNames[ pSequenceIndex[ i ] ] ); in getValues()
/aoo4110/main/xmloff/inc/
H A DMultiPropertySetHelper.hxx73 sal_Int16* pSequenceIndex; member in MultiPropertySetHelper
183 DBG_ASSERT( pSequenceIndex != NULL, in getValue()
187 sal_Int16 nIndex = pSequenceIndex[ nValueNo ]; in getValue()
193 DBG_ASSERT( pSequenceIndex != NULL, in hasProperty()
197 return pSequenceIndex[ nValueNo ] != -1; in hasProperty()

Completed in 31 milliseconds