Home
last modified time | relevance | path

Searched refs:aSeqConfigProps (Results 1 – 1 of 1) sorted by relevance

/trunk/main/xmloff/source/core/
H A DDocumentSettingsContext.cxx459 uno::Sequence<beans::PropertyValue> aSeqConfigProps; in EndElement() local
460 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 11 milliseconds