Home
last modified time | relevance | path

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

/aoo4110/main/xmloff/source/xforms/
H A Dxformsimport.cxx169 Sequence< PropertyValue > aModelSettings; in applyXFormsSettings() local
170 OSL_VERIFY( xModelSettings->getByName( *pModelName ) >>= aModelSettings ); in applyXFormsSettings()
183 for ( const PropertyValue* pSetting = aModelSettings.getConstArray(); in applyXFormsSettings()
184 pSetting != aModelSettings.getConstArray() + aModelSettings.getLength(); in applyXFormsSettings()
H A Dxformsexport.cxx813 Sequence< PropertyValue > aModelSettings( 1 ); in getXFormsSettings() local
814aModelSettings[0].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ExternalData" ) ); in getXFormsSettings()
815 aModelSettings[0].Value = xModelProps->getPropertyValue( aModelSettings[0].Name ); in getXFormsSettings()
817 xModelSettings->insertByName( *pModelName, makeAny( aModelSettings ) ); in getXFormsSettings()

Completed in 25 milliseconds