Home
last modified time | relevance | path

Searched refs:sConnectionType (Results 1 – 4 of 4) sorted by relevance

/trunk/main/framework/inc/services/
H A Dlogindialog.hxx198 OUSTRING sConnectionType ; member
214 , 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 );
/trunk/main/framework/source/application/
H A Dlogin.cxx184 OUString sConnectionType ; in Main() local
195 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()
/trunk/main/offapi/com/sun/star/mail/
H A DXMailServer.idl127 @param sConnectionType
137 void setConnectionType([in] string sConnectionType)
144 @param sConnectionType
150 boolean isConnectionTypeSupported([in] string sConnectionType);
/trunk/main/framework/test/
H A Dtest.cxx523 OUString sConnectionType ; in impl_testLoginDialog() local
527 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 24 milliseconds