Lines Matching refs:nProps
623 sal_uInt32 nProps = aProps.Count(); in write() local
627 …am->writeLong( (long) aProps.IsKeyValid( BASEPROPERTY_FONTDESCRIPTOR ) ? ( nProps + 3 ) : nProps ); in write()
628 for ( i = 0; i < nProps; i++ ) in write()
830 sal_uInt32 nProps = (sal_uInt32)InStream->readLong(); in read() local
831 ::com::sun::star::uno::Sequence< ::rtl::OUString> aProps( nProps ); in read()
832 ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any> aValues( nProps ); in read()
843 for ( i = 0; i < nProps; i++ ) in read()
1378 sal_Int32 nProps = rPropertyNames.getLength(); in setPropertyValues() local
1382 Sequence< sal_Int32 > aHandles( nProps ); in setPropertyValues()
1397 for ( sal_uInt16 n = 0; n < nProps; ++n ) in setPropertyValues()
1415 ImplNormalizePropertySequence( nProps, pHandles, pValues, &nValidHandles ); in setPropertyValues()
1421 setFastPropertyValues( nProps, pHandles, pValues, nValidHandles ); in setPropertyValues()