Lines Matching refs:ModuleRes
150 :Control( &_rParent, ModuleRes( RID_MYSQL_NATIVE_SETTINGS ).SetAutoRelease( sal_False ) ) in MySQLNativeSettings()
151 ,m_aDatabaseNameLabel ( this, ModuleRes( FT_MYSQL_DATABASE_NAME ) ) in MySQLNativeSettings()
152 ,m_aDatabaseName ( this, ModuleRes( ED_MYSQL_DATABASE_NAME ) ) in MySQLNativeSettings()
153 ,m_aHostPortRadio ( this, ModuleRes( RB_MYSQL_HOST_PORT ) ) in MySQLNativeSettings()
154 ,m_aSocketRadio ( this, ModuleRes( RB_MYSQL_SOCKET ) ) in MySQLNativeSettings()
155 ,m_aNamedPipeRadio ( this, ModuleRes( RB_MYSQL_NAMED_PIPE ) ) in MySQLNativeSettings()
156 ,m_aHostNameLabel ( this, ModuleRes( FT_COMMON_HOST_NAME ) ) in MySQLNativeSettings()
157 ,m_aHostName ( this, ModuleRes( ED_COMMON_HOST_NAME ) ) in MySQLNativeSettings()
158 ,m_aPortLabel ( this, ModuleRes( FT_COMMON_PORT ) ) in MySQLNativeSettings()
159 ,m_aPort ( this, ModuleRes( NF_COMMON_PORT ) ) in MySQLNativeSettings()
160 ,m_aDefaultPort ( this, ModuleRes( FT_COMMON_PORT_DEFAULT ) ) in MySQLNativeSettings()
161 ,m_aSocket ( this, ModuleRes( ED_MYSQL_SOCKET ) ) in MySQLNativeSettings()
162 ,m_aNamedPipe ( this, ModuleRes( ED_MYSQL_NAMED_PIPE ) ) in MySQLNativeSettings()