Home
last modified time | relevance | path

Searched refs:getError (Results 1 – 25 of 44) sorted by relevance

12

/aoo41x/main/sal/qa/osl/pipe/
H A Dosl_Pipe.cxx87 oslPipeError nError = aPipe.getError( ); in printPipeError()
596 class getError : public CppUnit::TestFixture class
625 oslPipeError nError = aPipe.getError( ); in getError_001()
637 oslPipeError nError = aPipe.getError( ); in getError_002()
646 CPPUNIT_TEST_SUITE( getError );
700 CPPUNIT_TEST_SUITE_REGISTRATION(osl_Pipe::getError);
/aoo41x/main/sal/qa/osl/socket/
H A Dosl_Socket2.cxx1318 oslSocketError seBind = sSocket.getError( ); in clearError_001()
1322 osl_Socket_E_None == sSocket.getError( ) && seBind != osl_Socket_E_None ); in clearError_001()
1337 class getError : public CppUnit::TestFixture class
1360 osl_Socket_E_None == sSocket.getError( ) ); in getError_001()
1373 osl_Socket_E_InvalidError == sSocket.getError( ) ); in getError_002()
1378 osl_Socket_E_AddrNotAvail == sSocket.getError( ) ); in getError_002()
1382 CPPUNIT_TEST_SUITE( getError );
1455 CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(osl_Socket::getError, "osl_Socket");
H A Dosl_Socket.cxx2653 oslSocketError seBind = sSocket.getError( ); in clearError_001()
2657 osl_Socket_E_None == sSocket.getError( ) && seBind != osl_Socket_E_None ); in clearError_001()
2672 class getError : public CppUnit::TestFixture class
2695 osl_Socket_E_None == sSocket.getError( ) ); in getError_001()
2708 osl_Socket_E_InvalidError == sSocket.getError( ) ); in getError_002()
2713 osl_Socket_E_AddrNotAvail == sSocket.getError( ) ); in getError_002()
2717 CPPUNIT_TEST_SUITE( getError );
2790 CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(osl_Socket::getError, "osl_Socket");
/aoo41x/main/qadevOOo/tests/java/ifc/table/
H A D_XCell.java65 if (oObj.getError() != 0) { in _getError()
68 oObj.getError()) ; in _getError()
71 if (oObj.getError() == 0) { in _getError()
/aoo41x/main/sal/inc/osl/
H A Dpipe.hxx140 return getError(); in accept()
144 inline oslPipeError SAL_CALL Pipe::getError() const in getError() function in osl::Pipe
H A Dpipe_decl.hxx136 inline oslPipeError SAL_CALL getError() const;
H A Dsocket_decl.hxx491 inline oslSocketError getError() const;
/aoo41x/main/vos/source/
H A Dpipe.cxx226 return getError(); in accept()
259 OPipe::TPipeError OPipe::getError() const in getError() function in OPipe
H A Dsocket.cxx1143 void OSocket::getError( rtl::OUString& pBuffer ) const in getError() function in OSocket
1156 OSocket::TSocketError OSocket::getError() const in getError() function in OSocket
/aoo41x/main/tools/inc/tools/
H A Dinetmime.hxx1007 virtual ErrCode getError() const;
1194 virtual ErrCode getError() const;
1230 virtual ErrCode getError() const;
/aoo41x/main/ucb/source/ucp/webdav/
H A DDAVResourceAccess.cxx689 if ( e.getError() == DAVException::DAV_HTTP_REDIRECT ) in POST()
752 if ( e.getError() == DAVException::DAV_HTTP_REDIRECT ) in POST()
1178 switch ( e.getError() ) in handleException()
H A Dwebdavcontent.cxx3295 switch ( e.getError() ) in MapDAVException()
3430 buf.append( (sal_Int32) e.getError() ); in MapDAVException()
3464 ( e.getError() == DAVException::DAV_HTTP_LOOKUP ) || in shouldAccessNetworkAfterException()
3465 ( e.getError() == DAVException::DAV_HTTP_CONNECT ) || in shouldAccessNetworkAfterException()
3466 ( e.getError() == DAVException::DAV_HTTP_AUTH ) || in shouldAccessNetworkAfterException()
3467 ( e.getError() == DAVException::DAV_HTTP_AUTHPROXY ) ) in shouldAccessNetworkAfterException()
3594 if ( e.getError() == DAVException::DAV_HTTP_NOAUTH ) in getResourceType()
H A DDAVException.hxx185 const ExceptionCode & getError() const { return mExceptionCode; } in getError() function in http_dav_ucp::DAVException
/aoo41x/main/vos/inc/vos/
H A Dsocket.hxx795 void SAL_CALL getError(::rtl::OUString& strError) const;
802 TSocketError SAL_CALL getError() const;
H A Dpipe.hxx184 TPipeError SAL_CALL getError() const;
/aoo41x/main/extensions/source/scanner/
H A Dscanner.hxx89 …virtual ScanError SAL_CALL getError( const ScannerContext& scanner_context ) throw( ScannerExce…
/aoo41x/main/io/source/connector/
H A Dctr_socket.cxx141 if(i != nBytesToRead && m_socket.getError() != osl_Socket_E_None) in read()
H A Dconnector.cxx120 sMessage += OUString::valueOf( (sal_Int32 ) pConn->m_pipe.getError() ); in connect()
/aoo41x/main/offapi/com/sun/star/scanner/
H A DXScannerManager.idl88 …com::sun::star::scanner::ScanError getError( [in] com::sun::star::scanner::ScannerContext scanner_…
/aoo41x/main/dbaccess/inc/
H A Ddbsubcomponentcontroller.hxx132 const ::dbtools::SQLExceptionInfo& getError() const;
/aoo41x/main/offapi/com/sun/star/table/
H A DXCell.idl103 long getError();
/aoo41x/main/odk/examples/CLI/CSharp/Spreadsheet/
H A DGeneralTableSample.cs84 bool bValid = (xCell.getError() == 0); in doSampleFunction()
/aoo41x/main/i18npool/source/localedata/
H A DLocaleNode.hxx132 int getError() const;
H A Dsaxparser.cxx199 int err = rootNode->getError(); in endDocument()
/aoo41x/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DGeneralTableSample.java84 boolean bValid = (xCell.getError() == 0); in doSampleFunction()

Completed in 158 milliseconds

12