Home
last modified time | relevance | path

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

/aoo4110/main/stoc/source/inspect/
H A Dintrospection.cxx213 Sequence<Property> maAllPropertySeq; member in stoc_inspect::IntrospectionAccessStatic_Impl
291 Sequence<Property> getProperties(void) const { return maAllPropertySeq; } in getProperties()
307 maAllPropertySeq.realloc( ARRAY_SIZE_STEP ); in IntrospectionAccessStatic_Impl()
453 const Property* pProps = maAllPropertySeq.getConstArray(); in setPropertyValueByIndex()
465 const Property& rProp = maAllPropertySeq.getConstArray()[ nSequenceIndex ]; in setPropertyValueByIndex()
695 sal_Int32 nLen = maAllPropertySeq.getLength(); in checkPropertyArraysSize()
698 maAllPropertySeq.realloc( nLen + ARRAY_SIZE_STEP ); in checkPropertyArraysSize()
699 rpAllPropArray = maAllPropertySeq.getArray(); in checkPropertyArraysSize()
2243 pAllPropArray = pAccess->maAllPropertySeq.getArray(); in implInspect()
2960 pAccess->maAllPropertySeq.realloc( rPropCount ); in implInspect()
[all …]

Completed in 31 milliseconds