Home
last modified time | relevance | path

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

/trunk/main/xmloff/source/style/
H A DMultiPropertySetHelper.cxx57 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()
/trunk/main/filter/source/flash/
H A Dswffilter.cxx233 TYPE findPropertyValue(const Sequence< PropertyValue >& aPropertySequence, const sal_Char* name, TY… in findPropertyValue() argument
237 sal_Int32 nLength = aPropertySequence.getLength(); in findPropertyValue()
238 const PropertyValue * pValue = aPropertySequence.getConstArray(); in findPropertyValue()
/trunk/main/sd/source/ui/unoidl/
H A DDrawController.cxx811 Sequence<beans::Property> aPropertySequence (aProperties.size()); in getInfoHelper() local
813 aPropertySequence[i] = aProperties[i]; in getInfoHelper()
814 mpPropertyArrayHelper.reset(new OPropertyArrayHelper(aPropertySequence, sal_False)); in getInfoHelper()
/trunk/main/oox/source/export/
H A Ddrawingml.cxx933 Sequence< PropertyValue > aPropertySequence; in WriteParagraphNumbering() local
934 rXIndexAccess->getByIndex( nLevel ) >>= aPropertySequence; in WriteParagraphNumbering()
937 const PropertyValue* pPropValue = aPropertySequence.getArray(); in WriteParagraphNumbering()
939 sal_Int32 nPropertyCount = aPropertySequence.getLength(); in WriteParagraphNumbering()
/trunk/main/xmloff/inc/
H A DMultiPropertySetHelper.hxx69 ::com::sun::star::uno::Sequence< ::rtl::OUString > aPropertySequence;
/trunk/main/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx534 Sequence< PropertyValue > aPropertySequence (aProperties.size()); in displayCurrentSlide() local
536 aPropertySequence[nIndex] = aProperties[nIndex]; in displayCurrentSlide()
539 xShow->displaySlide( xSlide, xDrawPages, xAnimNode, aPropertySequence ); in displayCurrentSlide()
/trunk/main/sd/source/filter/eppt/
H A Depptso.cxx2484aPropertySequence( *( ::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 65 milliseconds