Searched refs:xLateInitSettings (Results 1 – 3 of 3) sorted by relevance
984 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()
701 Reference< container::XNameAccess > xLateInitSettings( in Read() local705 makeAny( xLateInitSettings ) in Read()
73 xLateInitSettings;
Completed in 29 milliseconds