Searched refs:aSeqConfigProps (Results 1 – 1 of 1) sorted by relevance
459 uno::Sequence<beans::PropertyValue> aSeqConfigProps; in EndElement() local460 if ( m_pData->aConfigProps >>= aSeqConfigProps ) in EndElement()464 sal_Int32 i = aSeqConfigProps.getLength() - 1; in EndElement()469 rtl::OUString sProp( aSeqConfigProps[i].Name ); in EndElement()474 aSeqConfigProps[i].Value = uno::makeAny( sEmpty ); in EndElement()480 aSeqConfigProps[i].Value = uno::makeAny( aEmpty ); in EndElement()488 GetImport().SetConfigurationSettings( aSeqConfigProps ); in EndElement()
Completed in 10 milliseconds