Lines Matching refs:nCount
1267 const sal_Int32 nCount = aPropertyNames.getLength(); in setPropertyValues() local
1272 for( sal_Int32 nIdx = 0; nIdx < nCount; nIdx++, pNames++, pValues++ ) in setPropertyValues()
1298 const sal_Int32 nCount = aPropertyNames.getLength(); in getPropertyValues() local
1301 Sequence< Any > aRet( nCount ); in getPropertyValues()
1304 for( sal_Int32 nIdx = 0; nIdx < nCount; nIdx++, pValue++, pNames++ ) in getPropertyValues()
1464 const sal_Int32 nCount = aPropertyName.getLength(); in getPropertyStates() local
1466 Sequence< PropertyState > aRet( nCount ); in getPropertyStates()
1471 for( sal_Int32 nIdx = 0; nIdx < nCount; nIdx++, pNames++, pState++ ) in getPropertyStates()
1611 sal_Int32 nCount = aPropertyNames.getLength(); in setPropertiesToDefault() local
1614 while(nCount--) in setPropertiesToDefault()
1622 sal_Int32 nCount = aPropertyNames.getLength(); in getPropertyDefaults() local
1623 Sequence< Any > aDefaults( nCount ); in getPropertyDefaults()
1627 while(nCount--) in getPropertyDefaults()