Lines Matching refs:nN

191     for( sal_Int32 nN = 0; nN < aTypes.getLength(); nN++ )  in setPropertyValue()  local
193 Reference< chart2::XChartType > xType( aTypes[nN] ); in setPropertyValue()
230 for( sal_Int32 nN = 0; nN < aTypes.getLength(); nN++ ) in getPropertyValue() local
232 Reference< chart2::XChartType > xType( aTypes[nN] ); in getPropertyValue()
290 for(sal_Int32 nN=0; nN<nMinCount; nN++) in setPropertyValues() local
292 ::rtl::OUString aPropertyName( rNameSeq[nN] ); in setPropertyValues()
295 this->setPropertyValue( aPropertyName, rValueSeq[nN] ); in setPropertyValues()
314 for(sal_Int32 nN=0; nN<rNameSeq.getLength(); nN++) in getPropertyValues() local
316 ::rtl::OUString aPropertyName( rNameSeq[nN] ); in getPropertyValues()
317 aRetSeq[nN] = this->getPropertyValue( aPropertyName ); in getPropertyValues()
365 for(sal_Int32 nN=0; nN<rNameSeq.getLength(); nN++) in getPropertyStates() local
367 ::rtl::OUString aPropertyName( rNameSeq[nN] ); in getPropertyStates()
368 aRetSeq[nN] = this->getPropertyState( aPropertyName ); in getPropertyStates()
395 for(sal_Int32 nN=0; nN<rPropSeq.getLength(); nN++) in setAllPropertiesToDefault() local
397 ::rtl::OUString aPropertyName( rPropSeq[nN].Name ); in setAllPropertiesToDefault()
404 for(sal_Int32 nN=0; nN<rNameSeq.getLength(); nN++) in setPropertiesToDefault() local
406 ::rtl::OUString aPropertyName( rNameSeq[nN] ); in setPropertiesToDefault()
417 for(sal_Int32 nN=0; nN<rNameSeq.getLength(); nN++) in getPropertyDefaults() local
419 ::rtl::OUString aPropertyName( rNameSeq[nN] ); in getPropertyDefaults()
420 aRetSeq[nN] = this->getPropertyDefault( aPropertyName ); in getPropertyDefaults()