Searched refs:aPropertySeq (Results 1 – 2 of 2) sorted by relevance
782 Sequence<Property> aPropertySeq; in getInfoSequenceImpl() local792 aPropertySeq = _xIntrospectionAccess->getProperties in getInfoSequenceImpl()800 sal_Int32 nPropertyCount = aPropertySeq.getLength(); in getInfoSequenceImpl()807 const Property* pProps = aPropertySeq.getConstArray(); in getInfoSequenceImpl()
2446 Sequence< beans::PropertyValue > aPropertySeq = m_aPropertiesCtrl.GetCustomProperties(); in FillItemSet() local2447 sal_Int32 i = 0, nCount = aPropertySeq.getLength(); in FillItemSet()2450 if ( aPropertySeq[i].Name.getLength() > 0 ) in FillItemSet()2451 pInfo->AddCustomProperty( aPropertySeq[i].Name, aPropertySeq[i].Value ); in FillItemSet()
Completed in 30 milliseconds