Lines Matching refs:OTextConnectionSettingsDialog

68     class OTextConnectionSettingsDialog;
70 …typedef ::comphelper::OPropertyArrayUsageHelper< OTextConnectionSettingsDialog > OTextConnectio…
72 class OTextConnectionSettingsDialog class
80 OTextConnectionSettingsDialog( const ::comphelper::ComponentContext& _rContext );
81 virtual ~OTextConnectionSettingsDialog();
104OTextConnectionSettingsDialog::OTextConnectionSettingsDialog( const ::comphelper::ComponentContext… in OTextConnectionSettingsDialog() function in dbaui::OTextConnectionSettingsDialog
111 OTextConnectionSettingsDialog::~OTextConnectionSettingsDialog() in ~OTextConnectionSettingsDialog()
116 IMPLEMENT_IMPLEMENTATION_ID( OTextConnectionSettingsDialog )
119 …IMPLEMENT_SERVICE_INFO1_STATIC( OTextConnectionSettingsDialog, "com.sun.star.comp.dbaccess.OTextCo…
122 …Reference< XPropertySetInfo > SAL_CALL OTextConnectionSettingsDialog::getPropertySetInfo() throw(… in getPropertySetInfo()
128 ::cppu::IPropertyArrayHelper& OTextConnectionSettingsDialog::getInfoHelper() in getInfoHelper()
134 ::cppu::IPropertyArrayHelper* OTextConnectionSettingsDialog::createArrayHelper( ) const in createArrayHelper()
191 Dialog* OTextConnectionSettingsDialog::createDialog(Window* _pParent) in createDialog()
197 void OTextConnectionSettingsDialog::implInitialize(const Any& _rValue) in implInitialize()
203 …void SAL_CALL OTextConnectionSettingsDialog::setFastPropertyValue_NoBroadcast( sal_Int32 _nHandle,… in setFastPropertyValue_NoBroadcast()
212 OTextConnectionSettingsDialog::setFastPropertyValue_NoBroadcast( _nHandle, _rValue ); in setFastPropertyValue_NoBroadcast()
217 …sal_Bool SAL_CALL OTextConnectionSettingsDialog::convertFastPropertyValue( Any& _rConvertedValue, … in convertFastPropertyValue()
231 …bModified = OTextConnectionSettingsDialog::convertFastPropertyValue( _rConvertedValue, _rOldValue,… in convertFastPropertyValue()
238 …void SAL_CALL OTextConnectionSettingsDialog::getFastPropertyValue( Any& _rValue, sal_Int32 _nHandl… in getFastPropertyValue()
247 OTextConnectionSettingsDialog::getFastPropertyValue( _rValue, _nHandle ); in getFastPropertyValue()
257 …static ::dbaui::OMultiInstanceAutoRegistration< ::dbaui::OTextConnectionSettingsDialog > aAutoRegi… in createRegistryInfo_OTextConnectionSettingsDialog()