Home
last modified time | relevance | path

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

/trunk/main/comphelper/source/property/
H A Dpropertystatecontainer.cxx119 Sequence< Property> aAllProperties = rHelper.getProperties(); in getPropertyStates() local
120 sal_Int32 nAllProperties = aAllProperties.getLength(); in getPropertyStates()
121 const Property* pAllProperties = aAllProperties.getConstArray(); in getPropertyStates()
/trunk/main/wizards/com/sun/star/wizards/common/
H A DPropertySetHelper.java379 Property[] aAllProperties = xInfo.getProperties(); in showProperties() local
381 for (int i = 0; i < aAllProperties.length; i++) in showProperties()
383 DebugHelper.writeInfo(" - " + aAllProperties[i].Name); in showProperties()
/trunk/main/dbaccess/source/core/api/
H A Ddefinitioncolumn.cxx545 …Sequence< Property > aAllProperties( ::comphelper::concatSequences( aTableDescProperties, aBasePro… in createArrayHelper() local
546 return new ::cppu::OPropertyArrayHelper( aAllProperties, sal_False ); in createArrayHelper()
/trunk/main/wizards/com/sun/star/wizards/reportbuilder/layout/
H A DReportBuilderLayouter.java1217 Property[] aAllProperties = xForeignPropInfo.getProperties(); in copyProperties() local
1218 for (int i = 0; i < aAllProperties.length; i++) in copyProperties()
1220 String sPropertyName = aAllProperties[i].Name; in copyProperties()
/trunk/main/extensions/source/propctrlr/
H A Dformcomponenthandler.cxx864 Sequence< Property > aAllProperties( m_xComponentPropertyInfo->getProperties() ); in doDescribeSupportedProperties() local
865 aProperties.reserve( aAllProperties.getLength() ); in doDescribeSupportedProperties()
871 Property* pProperty = aAllProperties.getArray(); in doDescribeSupportedProperties()
872 Property* pPropertiesEnd = pProperty + aAllProperties.getLength(); in doDescribeSupportedProperties()

Completed in 49 milliseconds