Lines Matching refs:nProps
468 sal_Int32 nProps = aNames.getLength(); in ReadSymbol() local
472 for (sal_Int32 i = 0; i < nProps; ++i) in ReadSymbol()
485 if (nProps && aValues.getLength() == nProps) in ReadSymbol()
695 sal_Int32 nProps = aNames.getLength(); in ReadFontFormat() local
699 for (sal_Int32 i = 0; i < nProps; ++i) in ReadFontFormat()
712 if (nProps && aValues.getLength() == nProps) in ReadFontFormat()
871 sal_Int32 nProps = aNames.getLength(); in LoadOther() local
874 if (nProps && aValues.getLength() == nProps) in LoadOther()
928 DBG_ASSERT( pVal - pValues == nProps, "property mismatch" ); in LoadOther()
940 sal_Int32 nProps = aNames.getLength(); in SaveOther() local
942 Sequence< Any > aValues( nProps ); in SaveOther()
970 DBG_ASSERT( pValue - pValues == nProps, "property mismatch" ); in SaveOther()
983 sal_Int32 nProps = aNames.getLength(); in LoadFormat() local
986 if (nProps && aValues.getLength() == nProps) in LoadFormat()
1058 DBG_ASSERT( pVal - pValues == nProps, "property mismatch" ); in LoadFormat()
1070 sal_Int32 nProps = aNames.getLength(); in SaveFormat() local
1072 Sequence< Any > aValues( nProps ); in SaveFormat()
1109 DBG_ASSERT( pValue - pValues == nProps, "property mismatch" ); in SaveFormat()