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