Home
last modified time | relevance | path

Searched refs:getHandle (Results 1 – 25 of 40) sorted by relevance

12

/aoo41x/main/ucb/source/ucp/odma/
H A Dodma_provider.cxx78 ODMHANDLE ContentProvider::getHandle() in getHandle() function in ContentProvider
158 if(!getHandle()) in queryContent()
287 ODMSTATUS odm = NODMSaveDocEx(getHandle(), in saveDocument()
341 ODMSTATUS odm = NODMGetDocInfo( getHandle(), in fillDocumentProperties()
350 odm = NODMGetDocInfo( getHandle(), in fillDocumentProperties()
359 odm = NODMGetDocInfo( getHandle(), in fillDocumentProperties()
368 odm = NODMGetDocInfo( getHandle(), in fillDocumentProperties()
377 odm = NODMGetDocInfo( getHandle(), in fillDocumentProperties()
386 odm = NODMGetDocInfo( getHandle(), in fillDocumentProperties()
395 odm = NODMGetDocInfo( getHandle(), in fillDocumentProperties()
[all …]
H A Dodma_datasupplier.cxx276 OSL_ENSURE(ContentProvider::getHandle(),"No Handle!"); in getResult()
286 odm = NODMQueryExecute(ContentProvider::getHandle(), sQuery,dwFlags, lpszDMSList, pQueryId ); in getResult()
303 …odm = NODMQueryGetResults(ContentProvider::getHandle(), pQueryId,lpszDocId, lpszDocName, ODM_NAME_… in getResult()
323 odm = NODMQueryClose(ContentProvider::getHandle(), pQueryId); in getResult()
H A Dodma_content.cxx512 ODMSTATUS odm = NODMSaveAsEx(ContentProvider::getHandle(), in execute()
524 odm = NODMSaveAsEx(ContentProvider::getHandle(), in execute()
549 odm = NODMSetDocInfo( ContentProvider::getHandle(), in execute()
557 NODMActivate(ContentProvider::getHandle(), in execute()
1172 ODMSTATUS odm = NODMSetDocInfo( ContentProvider::getHandle(), in changePropertyValue()
H A Dodma_provider.hxx108 static ODMHANDLE getHandle();
/aoo41x/main/sal/qa/osl/socket/
H A Dosl_SocketAddr.cxx144 oslSocketAddr psaOSLSocketAddr = saSocketAddr.getHandle( ); in ctors_copy_no_001()
155 oslSocketAddr psaOSLSocketAddr = pSocketAddr->getHandle( ); in ctors_copy_no_001()
171 oslSocketAddr psaOSLSocketAddr = pSocketAddr->getHandle( ); in ctors_copy_no_002()
175 pSocketAddr->getHandle( ) == pSocketAddrCopy->getHandle( ) ); in ctors_copy_no_002()
183 ::osl::SocketAddr saSocketAddrCopy( saSocketAddr.getHandle( ) ); in ctors_copy_handle_001()
192 ::osl::SocketAddr saSocketAddrCopy( saSocketAddr.getHandle( ) ); in ctors_copy_handle_002()
628 oslSocketAddr poslSocketAddr = pSocketAddr->getHandle( ); in operator_equal_assign_001()
682 oslSocketAddr psaOSLSocketAddr = pSocketAddr->getHandle( ); in getSocketAddrHandle_001()
686 pSocketAddr->getHandle( ) == pSocketAddrCopy->getHandle( ) ); in getSocketAddrHandle_001()
694 oslSocketAddr poslSocketAddr = saSocketAddr.getHandle( ); in getSocketAddrHandle_002()
[all …]
H A Dosl_Socket.cxx769 oslSocketAddr psaOSLSocketAddr = saSocketAddr.getHandle( ); in ctors_copy_no_001()
800 pSocketAddr->getHandle( ) == pSocketAddrCopy->getHandle( ) ); in ctors_copy_no_002()
808 ::osl::SocketAddr saSocketAddrCopy( saSocketAddr.getHandle( ) ); in ctors_copy_handle_001()
1302 pSocketAddr->getHandle( ) == pSocketAddrCopy->getHandle( ) ); in getSocketAddrHandle_001()
1310 oslSocketAddr poslSocketAddr = saSocketAddr.getHandle( ); in getSocketAddrHandle_002()
1614 ::osl::Socket assignSocket = sSocket.getHandle(); in operators_assignment_handle()
1707 sSocket.getHandle() == sHandle ); in close_001()
2730 class getHandle : public CppUnit::TestFixture class
2748 ::osl::Socket assignSocket = sSocket.getHandle(); in getHandle_001()
2757 ::osl::Socket assignSocket ( sSocket.getHandle( ) ); in getHandle_002()
[all …]
H A Dosl_Socket2.cxx279 ::osl::Socket assignSocket = sSocket.getHandle(); in operators_assignment_handle()
372 sSocket.getHandle() == sHandle ); in close_001()
1395 class getHandle : public CppUnit::TestFixture class
1413 ::osl::Socket assignSocket = sSocket.getHandle(); in getHandle_001()
1422 ::osl::Socket assignSocket ( sSocket.getHandle( ) ); in getHandle_002()
1428 CPPUNIT_TEST_SUITE( getHandle );
1456 CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(osl_Socket::getHandle, "osl_Socket");
/aoo41x/main/sal/inc/osl/
H A Dsocket.hxx112 return osl_setAddrOfSocketAddr( m_handle, address.getHandle() ) in setAddr()
138 *this = (Addr.getHandle()); in operator =()
156 inline oslSocketAddr SocketAddr::getHandle() const in getHandle() function in osl::SocketAddr
213 : m_handle( socket.getHandle() ) in Socket()
236 return (*this) = sock.getHandle(); in operator =()
242 return m_handle == rSocket.getHandle(); in operator ==()
310 return osl_bindAddrToSocket( m_handle , LocalInterface.getHandle() ); in bind()
404 inline oslSocket Socket::getHandle() const in getHandle() function in osl::Socket
471 return osl_connectSocketTo( m_handle , TargetHost.getHandle(), pTimeout ); in connect()
540 nByteRead = osl_receiveFromSocket( m_handle, pSenderAddr->getHandle() , pBuffer, in recvFrom()
[all …]
H A Dpipe.hxx42 : m_handle( osl_createPipe( strName.pData, Options , rSecurity.getHandle() ) ) in Pipe()
90 *this = pipe.getHandle(); in operator =()
150 inline oslPipe SAL_CALL Pipe::getHandle() const in getHandle() function in osl::Pipe
H A Dsocket_decl.hxx139 inline oslSocketAddr SAL_CALL getHandle() const;
499 inline oslSocket getHandle() const;
H A Dsecurity_decl.hxx106 inline oslSecurity getHandle() const;
H A Dsecurity.hxx97 inline oslSecurity Security::getHandle() const in getHandle() function in osl::Security
H A Dpipe_decl.hxx138 inline oslPipe SAL_CALL getHandle() const;
/aoo41x/main/sal/qa/ByteSequence/
H A DByteSequence.cxx92 CPPUNIT_ASSERT_EQUAL(s1.getHandle(), s2.getHandle()); in test_copy()
93 CPPUNIT_ASSERT_EQUAL(sal_Int32(2), s1.getHandle()->nRefCount); in test_copy()
95 CPPUNIT_ASSERT_EQUAL(sal_Int32(1), s1.getHandle()->nRefCount); in test_copy()
106 CPPUNIT_ASSERT_EQUAL(&c, s.getHandle()); in test_fromC()
120 CPPUNIT_ASSERT_EQUAL(&c, s.getHandle()); in test_noacquire()
132 CPPUNIT_ASSERT_EQUAL(sal_Int32(1), s1.getHandle()->nRefCount); in test_getArray()
133 CPPUNIT_ASSERT_EQUAL(sal_Int32(1), s2.getHandle()->nRefCount); in test_getArray()
/aoo41x/main/sal/qa/osl/pipe/
H A Dosl_Pipe.cxx235 ::osl::Pipe aNoAcquirePipe( aPipe.getHandle( ), SAL_NO_ACQUIRE ); in ctors_no_acquire()
251 ::osl::Pipe aAcquirePipe( aPipe.getHandle( ) ); in ctors_acquire()
451 aPipe1 = aPipe.getHandle( ); in assign_handle()
656 class getHandle : public CppUnit::TestFixture class
664 bRes = aPipe == aPipe.getHandle( ); in getHandle_001()
674 ::osl::Pipe aPipe1( aPipe.getHandle( ) ); in getHandle_002()
683 CPPUNIT_TEST_SUITE( getHandle );
701 CPPUNIT_TEST_SUITE_REGISTRATION(osl_Pipe::getHandle);
746 ::osl::StreamPipe aStreamPipe1( aStreamPipe.getHandle( ) ); in ctors_handle()
811 ::osl::StreamPipe aNoAcquirePipe( aPipe.getHandle( ), SAL_NO_ACQUIRE ); in ctors_no_acquire()
/aoo41x/main/sal/qa/osl/security/
H A Dosl_Security.cxx80 aSec.getHandle( ) != NULL ); in ctors_001()
264 class getHandle : public CppUnit::TestFixture class
272 bRes = aSec.isAdministrator( ) == osl_isAdministrator( aSec.getHandle( ) ); in getHandle_001()
278 CPPUNIT_TEST_SUITE( getHandle );
291 sal_Bool bValue = osl_loadUserProfile(aSec.getHandle()); in loadUserProfile()
299 osl_unloadUserProfile(aSec.getHandle()); in unloadUserProfile()
319 oslSecurity pSec = aSec.getHandle(); in loginUserOnFileServer_001()
339 CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(osl_Security::getHandle, "osl_Security");
/aoo41x/main/sal/qa/rtl/bootstrap/
H A Drtl_Bootstrap.cxx486 class getHandle : public CppUnit::TestFixture class
502 rtlBootstrapHandle bsHandle = aBootstrap.getHandle(); in getHandle_001()
510 rtlBootstrapHandle bsHandle = aBootstrap.getHandle(); in getHandle_002()
527 CPPUNIT_TEST_SUITE(getHandle);
863 CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(rtl_Bootstrap::getHandle, "rtl_Bootstrap");
/aoo41x/main/writerfilter/inc/resourcemodel/
H A DTableManager.hxx391 T getHandle() in getHandle() function in writerfilter::TableManager
803 closeCell( getHandle() ); in endParagraphGroup()
1080 openCell(getHandle(), pProps); in ensureOpenCell()
/aoo41x/main/jvmfwk/plugins/sunmajor/pluginlib/
H A Dutil.cxx188 inline oslFileHandle & getHandle() SAL_THROW(()) { return m_rHandle; } in getHandle() function in jfw_plugin::FileHandleGuard
246 m_aGuard.getHandle(), m_aBuffer, sizeof(m_aBuffer), &nRead)) in readLine()
334 m_aGuard.getHandle(), aBuffer, BUFFER_SIZE, &nRead)) in run()
/aoo41x/main/binaryurp/source/
H A Dreader.cxx403 bridge_->getThreadPool(), tid.getHandle(), req.get(), &request, in readMessage()
515 bridge_->getThreadPool(), tid.getHandle(), resp.get(), 0, in readReplyMessage()
/aoo41x/main/desktop/source/deployment/misc/
H A Ddp_misc.cxx85 OSL_ASSERT( ret->getHandle() != 0 ); in operator ()()
408 sec.getHandle(), in raiseProcess()
/aoo41x/main/cppuhelper/source/
H A Dbootstrap.cxx469 if (bootstrap.getHandle() == 0) in defaultBootstrap_InitialComponentContext()
600 sec.getHandle(), in bootstrap()
/aoo41x/main/writerfilter/source/ooxml/
H A DOOXMLParserState.hxx81 const string getHandle() const;
/aoo41x/main/ucb/source/ucp/file/
H A Dfilinl.hxx30 inline const sal_Int32& SAL_CALL shell::MyProperty::getHandle() const in getHandle() function in shell::MyProperty
H A Dfilprp.cxx57 it1->getHandle(), in XPropertySetInfo_impl()

Completed in 110 milliseconds

12