Searched refs:sConnectionType (Results 1 – 4 of 4) sorted by relevance
198 OUSTRING sConnectionType ; member214 , sConnectionType ( OUSTRING() ) in tIMPL_DialogData()232 , sConnectionType ( aCopyDataSet.sConnectionType ) in tIMPL_DialogData()251 sConnectionType = aCopyDataSet.sConnectionType ; in operator =()821 void impl_writeConnectionType ( const OUSTRING& sConnectionType );
184 OUString sConnectionType ; in Main() local195 xPropertySet->getPropertyValue( PROPERTYNAME_CONNECTIONTYPE ) >>= sConnectionType ; in Main()196 if( sConnectionType.getLength() > 0 ) in Main()198 xPropertySet->getPropertyValue( sConnectionType ) >>= nPort; in Main()226 sBuffer.append ( sConnectionType ); in Main()
127 @param sConnectionType137 void setConnectionType([in] string sConnectionType)144 @param sConnectionType150 boolean isConnectionTypeSupported([in] string sConnectionType);
523 OUString sConnectionType ; in impl_testLoginDialog() local527 xPropertySet->getPropertyValue( DECLARE_ASCII("ConnectionType" ) ) >>= sConnectionType ; in impl_testLoginDialog()528 xPropertySet->getPropertyValue( sConnectionType ) >>= nPort ; in impl_testLoginDialog()533 LOG_ASSERT( sal_False, OUStringToOString( sConnectionType , RTL_TEXTENCODING_UTF8 ) ) in impl_testLoginDialog()
Completed in 57 milliseconds