Lines Matching refs:nN
193 for( sal_Int32 nN = 0; nN < aTypes.getLength(); nN++ ) in setPropertyValue() local
195 Reference< chart2::XChartType > xType( aTypes[nN] ); in setPropertyValue()
198 Reference< beans::XPropertySet > xTypeProps( aTypes[nN], uno::UNO_QUERY ); in setPropertyValue()
217 for( sal_Int32 nN = 0; nN < aTypes.getLength(); nN++ ) in getPropertyValue() local
219 Reference< chart2::XChartType > xType( aTypes[nN] ); in getPropertyValue()
222 Reference< beans::XPropertySet > xTypeProps( aTypes[nN], uno::UNO_QUERY ); in getPropertyValue()
262 for(sal_Int32 nN=0; nN<nMinCount; nN++) in setPropertyValues() local
264 ::rtl::OUString aPropertyName( rNameSeq[nN] ); in setPropertyValues()
267 this->setPropertyValue( aPropertyName, rValueSeq[nN] ); in setPropertyValues()
286 for(sal_Int32 nN=0; nN<rNameSeq.getLength(); nN++) in getPropertyValues() local
288 ::rtl::OUString aPropertyName( rNameSeq[nN] ); in getPropertyValues()
289 aRetSeq[nN] = this->getPropertyValue( aPropertyName ); in getPropertyValues()
329 for(sal_Int32 nN=0; nN<rNameSeq.getLength(); nN++) in getPropertyStates() local
331 ::rtl::OUString aPropertyName( rNameSeq[nN] ); in getPropertyStates()
332 aRetSeq[nN] = this->getPropertyState( aPropertyName ); in getPropertyStates()
359 for(sal_Int32 nN=0; nN<rPropSeq.getLength(); nN++) in setAllPropertiesToDefault() local
361 ::rtl::OUString aPropertyName( rPropSeq[nN].Name ); in setAllPropertiesToDefault()
368 for(sal_Int32 nN=0; nN<rNameSeq.getLength(); nN++) in setPropertiesToDefault() local
370 ::rtl::OUString aPropertyName( rNameSeq[nN] ); in setPropertiesToDefault()
381 for(sal_Int32 nN=0; nN<rNameSeq.getLength(); nN++) in getPropertyDefaults() local
383 ::rtl::OUString aPropertyName( rNameSeq[nN] ); in getPropertyDefaults()
384 aRetSeq[nN] = this->getPropertyDefault( aPropertyName ); in getPropertyDefaults()