Searched refs:delegatee (Results 1 – 2 of 2) sorted by relevance
167 … OUString delegatee = OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.connection.Connector.")); in connect() local168 delegatee += aDesc.getName(); in connect()173 delegatee, RTL_TEXTENCODING_ASCII_US).getStr()); in connect()175 _xSMgr->createInstanceWithContext(delegatee, _xCtx), UNO_QUERY ); in connect()180 message += delegatee; in connect()
215 … OUString delegatee = OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.connection.Acceptor.")); in accept() local216 delegatee += aDesc.getName(); in accept()221 delegatee, RTL_TEXTENCODING_ASCII_US).getStr()); in accept()223 _xSMgr->createInstanceWithContext(delegatee, _xCtx), UNO_QUERY); in accept()228 message += delegatee; in accept()