Home
last modified time | relevance | path

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

/aoo4110/main/comphelper/source/property/
H A Dpropertycontainerhelper.cxx158 aNewProp.aLocation.nOwnClassVectorIndex = m_aHoldProperties.size(); in registerPropertyNoMember()
309 OSL_ENSURE(aPos->aLocation.nOwnClassVectorIndex < (sal_Int32)m_aHoldProperties.size(), in convertFastPropertyValue()
311 …PropertyContainerIterator aIter = m_aHoldProperties.begin() + aPos->aLocation.nOwnClassVectorIndex; in convertFastPropertyValue()
407 m_aHoldProperties[aPos->aLocation.nOwnClassVectorIndex] = _rValue; in setFastPropertyValue()
449 OSL_ENSURE(aPos->aLocation.nOwnClassVectorIndex < (sal_Int32)m_aHoldProperties.size(), in getFastPropertyValue()
451 _rValue = m_aHoldProperties[aPos->aLocation.nOwnClassVectorIndex]; in getFastPropertyValue()
/aoo4110/main/comphelper/inc/comphelper/
H A Dpropertycontainerhelper.hxx54 sal_Int32 nOwnClassVectorIndex; // an index within m_aHoldProperties member
66 aLocation.nOwnClassVectorIndex = -1; in PropertyDescription()

Completed in 20 milliseconds