Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/filter/xml/
H A Dxmlimp.cxx988 if ( xLateInitSettings.is() && xLateInitSettings->hasByName( sXFormsSettingsName ) ) in endDocument()
990 … OSL_VERIFY( xLateInitSettings->getByName( sXFormsSettingsName ) >>= aXFormsSettings ); in endDocument()
1532 …OSL_ENSURE( xLateInitSettings.is(), "SwXMLImport::SetDocumentSpecificSettings: no storage for thos… in SetDocumentSpecificSettings()
1533 if ( !xLateInitSettings.is() ) in SetDocumentSpecificSettings()
1538 if ( xLateInitSettings->hasByName( _rSettingsGroupName ) ) in SetDocumentSpecificSettings()
1540 xLateInitSettings->replaceByName( _rSettingsGroupName, makeAny( _rSettings ) ); in SetDocumentSpecificSettings()
1544 xLateInitSettings->insertByName( _rSettingsGroupName, makeAny( _rSettings ) ); in SetDocumentSpecificSettings()
1580 OSL_VERIFY( aNamedValue.Value >>= xLateInitSettings ); in initialize()
H A Dswxml.cxx717 Reference< container::XNameAccess > xLateInitSettings( in Read() local
721 makeAny( xLateInitSettings ) in Read()
H A Dxmlimp.hxx73 xLateInitSettings;

Completed in 80 milliseconds