Searched refs:xDataSourceSettings (Results 1 – 3 of 3) sorted by relevance
281 Reference< XPropertySet > xDataSourceSettings; in exportDataSource() local282 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() local584 … OSL_VERIFY( xProp->getPropertyValue( PROPERTY_SETTINGS ) >>= xDataSourceSettings ); in exportConnectionData()585 … xDataSourceSettings->getPropertyValue( INFO_TEXTFILEEXTENSION ) >>= sExtension; in exportConnectionData()617 …Reference< XPropertySet > xDataSourceSettings( xProp->getPropertyValue( PROPERTY_SETTINGS ), UNO_Q… in exportConnectionData() local618 …Reference< XPropertySetInfo > xSettingsInfo( xDataSourceSettings->getPropertySetInfo(), UNO_SET_TH… in exportConnectionData()[all …]
149 Reference< XPropertySet > xDataSourceSettings( in lcl_getConnectionSetting() local153 …_out_setting = xDataSourceSettings->getPropertyValue( ::rtl::OUString::createFromAscii( _asciiName… in lcl_getConnectionSetting()
3710 Reference< XPropertySet > xDataSourceSettings( in lcl_shouldValidateRequiredFields_nothrow() local3715 …OSL_VERIFY( xDataSourceSettings->getPropertyValue( s_sFormsCheckRequiredFields ) >>= bShouldValida… in lcl_shouldValidateRequiredFields_nothrow()
Completed in 45 milliseconds