Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/xml/
H A Dxmlimp.cxx984 if ( xLateInitSettings.is() && xLateInitSettings->hasByName( sXFormsSettingsName ) ) in endDocument()
986 … OSL_VERIFY( xLateInitSettings->getByName( sXFormsSettingsName ) >>= aXFormsSettings ); in endDocument()
1528 …OSL_ENSURE( xLateInitSettings.is(), "SwXMLImport::SetDocumentSpecificSettings: no storage for thos… in SetDocumentSpecificSettings()
1529 if ( !xLateInitSettings.is() ) in SetDocumentSpecificSettings()
1534 if ( xLateInitSettings->hasByName( _rSettingsGroupName ) ) in SetDocumentSpecificSettings()
1536 xLateInitSettings->replaceByName( _rSettingsGroupName, makeAny( _rSettings ) ); in SetDocumentSpecificSettings()
1540 xLateInitSettings->insertByName( _rSettingsGroupName, makeAny( _rSettings ) ); in SetDocumentSpecificSettings()
1576 OSL_VERIFY( aNamedValue.Value >>= xLateInitSettings ); in initialize()
H A Dswxml.cxx701 Reference< container::XNameAccess > xLateInitSettings( in Read() local
705 makeAny( xLateInitSettings ) in Read()
H A Dxmlimp.hxx73 xLateInitSettings;

Completed in 29 milliseconds