Searched refs:aModelSettings (Results 1 – 2 of 2) sorted by relevance
169 Sequence< PropertyValue > aModelSettings; in applyXFormsSettings() local170 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()
813 Sequence< PropertyValue > aModelSettings( 1 ); in getXFormsSettings() local814 … aModelSettings[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 19 milliseconds