Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/filter/xml/
H A DxmlExport.cxx281 Reference< XPropertySet > xDataSourceSettings; in exportDataSource() local
282 OSL_VERIFY( xProp->getPropertyValue( PROPERTY_SETTINGS ) >>= xDataSourceSettings ); in exportDataSource()
283 Reference< XPropertyState > xSettingsState( xDataSourceSettings, UNO_QUERY_THROW ); in exportDataSource()
284 …Reference< XPropertySetInfo > xSettingsInfo( xDataSourceSettings->getPropertySetInfo(), UNO_SET_TH… in exportDataSource()
306 Any aValue = xDataSourceSettings->getPropertyValue( pProperties->Name ); in exportDataSource()
583 Reference< XPropertySet > xDataSourceSettings; in exportConnectionData() local
584 … OSL_VERIFY( xProp->getPropertyValue( PROPERTY_SETTINGS ) >>= xDataSourceSettings ); in exportConnectionData()
585xDataSourceSettings->getPropertyValue( INFO_TEXTFILEEXTENSION ) >>= sExtension; in exportConnectionData()
617 …Reference< XPropertySet > xDataSourceSettings( xProp->getPropertyValue( PROPERTY_SETTINGS ), UNO_Q… in exportConnectionData() local
618 …Reference< XPropertySetInfo > xSettingsInfo( xDataSourceSettings->getPropertySetInfo(), UNO_SET_TH… in exportConnectionData()
[all …]
/trunk/main/connectivity/source/commontools/
H A Ddbmetadata.cxx149 Reference< XPropertySet > xDataSourceSettings( in lcl_getConnectionSetting() local
153 …_out_setting = xDataSourceSettings->getPropertyValue( ::rtl::OUString::createFromAscii( _asciiName… in lcl_getConnectionSetting()
/trunk/main/svx/source/form/
H A Dformcontroller.cxx3710 Reference< XPropertySet > xDataSourceSettings( in lcl_shouldValidateRequiredFields_nothrow() local
3715 …OSL_VERIFY( xDataSourceSettings->getPropertyValue( s_sFormsCheckRequiredFields ) >>= bShouldValida… in lcl_shouldValidateRequiredFields_nothrow()

Completed in 59 milliseconds