Searched refs:aXFormsSettings (Results 1 – 2 of 2) sorted by relevance
591 uno::Sequence<beans::PropertyValue> aXFormsSettings; in GetDocumentSpecificSettings() local598 getXFormsSettings( xXForms, aXFormsSettings ); in GetDocumentSpecificSettings()599 _out_rSettings.push_back( SettingsGroup( XML_XFORM_MODEL_SETTINGS, aXFormsSettings ) ); in GetDocumentSpecificSettings()602 return aXFormsSettings.getLength() + SvXMLExport::GetDocumentSpecificSettings( _out_rSettings ); in GetDocumentSpecificSettings()
985 Sequence< beans::PropertyValue > aXFormsSettings; in endDocument() local990 … OSL_VERIFY( xLateInitSettings->getByName( sXFormsSettingsName ) >>= aXFormsSettings ); in endDocument()991 applyXFormsSettings( xXForms, aXFormsSettings ); in endDocument()
Completed in 40 milliseconds