/aoo41x/main/svl/unx/source/svdde/ |
H A D | ddedummy.cxx | 96 DdeTransaction::DdeTransaction( DdeConnection& rConnection, const String&, long ) : in DdeTransaction() argument 97 rDde( rConnection ) in DdeTransaction() 122 DdeRequest::DdeRequest(DdeConnection& rConnection, const String& rString, long lLong ) : in DdeRequest() argument 123 DdeTransaction( rConnection, rString, lLong ) in DdeRequest() 127 DdeExecute::DdeExecute( DdeConnection& rConnection, const String& rString, long lLong ) : in DdeExecute() argument 128 DdeTransaction( rConnection, rString, lLong ) in DdeExecute() 133 DdeTransaction( rConnection, rString, lLong ) in DdePoke() 318 DdeLink::DdeLink( DdeConnection& rConnection, const String& rString, long l ) : in DdeLink() argument 319 DdeTransaction( rConnection, rString, l ) in DdeLink() 331 DdeHotLink::DdeHotLink( DdeConnection& rConnection, const String& rString, long l ) : in DdeHotLink() argument [all …]
|
/aoo41x/main/bridges/test/ |
H A D | testsameprocess.cxx | 92 Reference < XConnection > rConnection = in run() local 95 if( ! rConnection.is() ) in run() 104 rConnection , in run() 162 Reference < XConnection > rConnection = in main() local 165 printf( "%s\n" , OUStringToOString( rConnection->getDescription(), in main() 174 rConnection, in main()
|
H A D | testclient.cxx | 148 Reference < XConnection > rConnection = in main() local 151 printf( "%s\n" , OUStringToOString( rConnection->getDescription(), in main() 157 testLatency( rConnection , sal_False ); in main() 158 testLatency( rConnection , sal_True ); in main() 179 rConnection, in main()
|
H A D | testserver.cxx | 122 Reference < XConnection > rConnection = in run() local 125 if( ! rConnection.is() ) in run() 131 latencyTest( rConnection ); in run() 140 rConnection , in run()
|
H A D | testoffice.cxx | 245 Reference < XConnection > rConnection = in main() local 251 rConnection, in main()
|
/aoo41x/main/desktop/source/offacc/ |
H A D | acceptor.cxx | 126 Reference< XConnection > rConnection = m_rAcceptor->accept( m_aConnectString ); in run() local 129 if (! rConnection.is()) break; in run() 130 OUString aDescription = rConnection->getDescription(); in run() 136 (XInstanceProvider*)new AccInstanceProvider(m_rSMgr, rConnection)); in run() 141 rtl::OUString() ,m_aProtocol ,rConnection ,rInstanceProvider ); in run() 249 …rovider(const Reference<XMultiServiceFactory>& aFactory, const Reference<XConnection>& rConnection) in AccInstanceProvider() argument 252 m_rConnection = rConnection; in AccInstanceProvider()
|
H A D | acceptor.hxx | 115 const Reference< XConnection >& rConnection);
|
/aoo41x/main/bridges/test/java_uno/equals/ |
H A D | testequals.cxx | 74 virtual void SAL_CALL connect(rtl::OUString const & rConnection, 113 void Service::connect(rtl::OUString const & rConnection, in connect() argument 118 css::connection::Connector::create(m_xContext)->connect(rConnection)); in connect()
|
/aoo41x/main/cppuhelper/source/ |
H A D | unourl.cxx | 209 inline Impl(std::auto_ptr< UnoUrlDescriptor::Impl > & rConnection, 214 inline UnoUrl::Impl::Impl(std::auto_ptr< UnoUrlDescriptor::Impl > & rConnection, in Impl() argument 217 m_aConnection(rConnection), in Impl()
|
/aoo41x/main/oox/source/xls/ |
H A D | connectionsfragment.cxx | 41 ConnectionContext::ConnectionContext( WorkbookFragmentBase& rParent, Connection& rConnection ) : in ConnectionContext() argument 43 mrConnection( rConnection ) in ConnectionContext()
|
H A D | querytablebuffer.cxx | 280 Connection& rConnection = getConnections().createConnectionWithId(); in importQueryTable() local 281 maModel.mnConnId = rConnection.getConnectionId(); in importQueryTable() 287 rConnection.importDbQuery( rStrm ); in importQueryTable()
|
/aoo41x/main/sw/source/ui/dbui/ |
H A D | selectdbtabledialog.cxx | 60 const uno::Reference< sdbc::XConnection>& rConnection) : in SwSelectDBTableDialog() 80 m_xConnection(rConnection) in SwSelectDBTableDialog()
|
/aoo41x/main/oox/inc/oox/xls/ |
H A D | connectionsfragment.hxx | 39 explicit ConnectionContext( WorkbookFragmentBase& rParent, Connection& rConnection );
|