Searched refs:aXFormsSettings (Results 1 – 2 of 2) sorted by relevance
587 uno::Sequence<beans::PropertyValue> aXFormsSettings; in GetDocumentSpecificSettings() local594 getXFormsSettings( xXForms, aXFormsSettings ); in GetDocumentSpecificSettings()595 _out_rSettings.push_back( SettingsGroup( XML_XFORM_MODEL_SETTINGS, aXFormsSettings ) ); in GetDocumentSpecificSettings()598 return aXFormsSettings.getLength() + SvXMLExport::GetDocumentSpecificSettings( _out_rSettings ); in GetDocumentSpecificSettings()
981 Sequence< beans::PropertyValue > aXFormsSettings; in endDocument() local986 … OSL_VERIFY( xLateInitSettings->getByName( sXFormsSettingsName ) >>= aXFormsSettings ); in endDocument()987 applyXFormsSettings( xXForms, aXFormsSettings ); in endDocument()
Completed in 23 milliseconds