Home
last modified time | relevance | path

Searched refs:rConnection (Results 1 – 13 of 13) sorted by path

/trunk/main/bridges/test/java_uno/equals/
H A Dtestequals.cxx74 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()
/trunk/main/bridges/test/
H A Dtestclient.cxx148 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 Dtestoffice.cxx245 Reference < XConnection > rConnection = in main() local
251 rConnection, in main()
H A Dtestsameprocess.cxx92 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 Dtestserver.cxx122 Reference < XConnection > rConnection = in run() local
125 if( ! rConnection.is() ) in run()
131 latencyTest( rConnection ); in run()
140 rConnection , in run()
/trunk/main/cppuhelper/source/
H A Dunourl.cxx209 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()
/trunk/main/desktop/source/offacc/
H A Dacceptor.cxx127 Reference< XConnection > rConnection = m_rAcceptor->accept( m_aConnectString ); in run() local
130 if (! rConnection.is()) break; in run()
131 OUString aDescription = rConnection->getDescription(); in run()
137 (XInstanceProvider*)new AccInstanceProvider(m_rSMgr, rConnection)); in run()
142 rtl::OUString() ,m_aProtocol ,rConnection ,rInstanceProvider ); in run()
250 …rovider(const Reference<XMultiServiceFactory>& aFactory, const Reference<XConnection>& rConnection) in AccInstanceProvider() argument
253 m_rConnection = rConnection; in AccInstanceProvider()
H A Dacceptor.hxx115 const Reference< XConnection >& rConnection);
/trunk/main/oox/inc/oox/xls/
H A Dconnectionsfragment.hxx39 explicit ConnectionContext( WorkbookFragmentBase& rParent, Connection& rConnection );
/trunk/main/oox/source/xls/
H A Dconnectionsfragment.cxx41 ConnectionContext::ConnectionContext( WorkbookFragmentBase& rParent, Connection& rConnection ) : in ConnectionContext() argument
43 mrConnection( rConnection ) in ConnectionContext()
H A Dquerytablebuffer.cxx280 Connection& rConnection = getConnections().createConnectionWithId(); in importQueryTable() local
281 maModel.mnConnId = rConnection.getConnectionId(); in importQueryTable()
287 rConnection.importDbQuery( rStrm ); in importQueryTable()
/trunk/main/svl/unx/source/svdde/
H A Dddedummy.cxx96 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 …]
/trunk/main/sw/source/ui/dbui/
H A Dselectdbtabledialog.cxx60 const uno::Reference< sdbc::XConnection>& rConnection) : in SwSelectDBTableDialog()
80 m_xConnection(rConnection) in SwSelectDBTableDialog()

Completed in 46 milliseconds