Searched refs:aPropertySequence (Results 1 – 7 of 7) sorted by relevance
57 aPropertySequence(), in MultiPropertySetHelper()76 aPropertySequence(), in MultiPropertySetHelper()128 if ( aPropertySequence.getLength() != nNumberOfProperties ) in hasProperties()129 aPropertySequence.realloc( nNumberOfProperties ); in hasProperties()130 OUString* pPropertySequence = aPropertySequence.getArray(); in hasProperties()151 aValues = rMultiPropertySet->getPropertyValues( aPropertySequence ); in getValues()162 (sal_Int16)aPropertySequence.getLength(); in getValues()
214 TYPE findPropertyValue(const Sequence< PropertyValue >& aPropertySequence, const sal_Char* name, TY… in findPropertyValue() argument218 sal_Int32 nLength = aPropertySequence.getLength(); in findPropertyValue()219 const PropertyValue * pValue = aPropertySequence.getConstArray(); in findPropertyValue()
811 Sequence<beans::Property> aPropertySequence (aProperties.size()); in getInfoHelper() local813 aPropertySequence[i] = aProperties[i]; in getInfoHelper()814 mpPropertyArrayHelper.reset(new OPropertyArrayHelper(aPropertySequence, sal_False)); in getInfoHelper()
933 Sequence< PropertyValue > aPropertySequence; in WriteParagraphNumbering() local934 rXIndexAccess->getByIndex( nLevel ) >>= aPropertySequence; in WriteParagraphNumbering()937 const PropertyValue* pPropValue = aPropertySequence.getArray(); in WriteParagraphNumbering()939 sal_Int32 nPropertyCount = aPropertySequence.getLength(); in WriteParagraphNumbering()
69 ::com::sun::star::uno::Sequence< ::rtl::OUString > aPropertySequence;
534 Sequence< PropertyValue > aPropertySequence (aProperties.size()); in displayCurrentSlide() local536 aPropertySequence[nIndex] = aProperties[nIndex]; in displayCurrentSlide()539 xShow->displaySlide( xSlide, xDrawPages, xAnimNode, aPropertySequence ); in displayCurrentSlide()
2484 …aPropertySequence( *( ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue>*)mA… in ImplGetNumberingLevel()2486 const ::com::sun::star::beans::PropertyValue* pPropValue = aPropertySequence.getArray(); in ImplGetNumberingLevel()2488 sal_Int32 nPropertyCount = aPropertySequence.getLength(); in ImplGetNumberingLevel()
Completed in 185 milliseconds