/aoo4110/main/sal/qa/osl/pipe/ |
H A D | osl_Pipe.cxx | 87 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);
|
/aoo4110/main/sal/qa/osl/socket/ |
H A D | osl_Socket2.cxx | 1318 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 D | osl_Socket.cxx | 2653 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");
|
/aoo4110/main/qadevOOo/tests/java/ifc/table/ |
H A D | _XCell.java | 65 if (oObj.getError() != 0) { in _getError() 68 oObj.getError()) ; in _getError() 71 if (oObj.getError() == 0) { in _getError()
|
/aoo4110/main/sal/inc/osl/ |
H A D | pipe.hxx | 140 return getError(); in accept() 144 inline oslPipeError SAL_CALL Pipe::getError() const in getError() function in osl::Pipe
|
H A D | pipe_decl.hxx | 136 inline oslPipeError SAL_CALL getError() const;
|
H A D | socket_decl.hxx | 491 inline oslSocketError getError() const;
|
/aoo4110/main/vos/source/ |
H A D | pipe.cxx | 226 return getError(); in accept() 259 OPipe::TPipeError OPipe::getError() const in getError() function in OPipe
|
H A D | socket.cxx | 1143 void OSocket::getError( rtl::OUString& pBuffer ) const in getError() function in OSocket 1156 OSocket::TSocketError OSocket::getError() const in getError() function in OSocket
|
/aoo4110/main/tools/inc/tools/ |
H A D | inetmime.hxx | 1007 virtual ErrCode getError() const; 1194 virtual ErrCode getError() const; 1230 virtual ErrCode getError() const;
|
/aoo4110/main/ucb/source/ucp/webdav/ |
H A D | DAVResourceAccess.cxx | 689 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 D | webdavcontent.cxx | 3295 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 D | DAVException.hxx | 185 const ExceptionCode & getError() const { return mExceptionCode; } in getError() function in http_dav_ucp::DAVException
|
/aoo4110/main/vos/inc/vos/ |
H A D | socket.hxx | 795 void SAL_CALL getError(::rtl::OUString& strError) const; 802 TSocketError SAL_CALL getError() const;
|
H A D | pipe.hxx | 184 TPipeError SAL_CALL getError() const;
|
/aoo4110/main/extensions/source/scanner/ |
H A D | scanner.hxx | 89 …virtual ScanError SAL_CALL getError( const ScannerContext& scanner_context ) throw( ScannerExce…
|
/aoo4110/main/io/source/connector/ |
H A D | ctr_socket.cxx | 141 if(i != nBytesToRead && m_socket.getError() != osl_Socket_E_None) in read()
|
H A D | connector.cxx | 120 sMessage += OUString::valueOf( (sal_Int32 ) pConn->m_pipe.getError() ); in connect()
|
/aoo4110/main/offapi/com/sun/star/scanner/ |
H A D | XScannerManager.idl | 88 …com::sun::star::scanner::ScanError getError( [in] com::sun::star::scanner::ScannerContext scanner_…
|
/aoo4110/main/dbaccess/inc/ |
H A D | dbsubcomponentcontroller.hxx | 132 const ::dbtools::SQLExceptionInfo& getError() const;
|
/aoo4110/main/offapi/com/sun/star/table/ |
H A D | XCell.idl | 103 long getError();
|
/aoo4110/main/odk/examples/CLI/CSharp/Spreadsheet/ |
H A D | GeneralTableSample.cs | 84 bool bValid = (xCell.getError() == 0); in doSampleFunction()
|
/aoo4110/main/i18npool/source/localedata/ |
H A D | LocaleNode.hxx | 132 int getError() const;
|
H A D | saxparser.cxx | 199 int err = rootNode->getError(); in endDocument()
|
/aoo4110/main/odk/examples/DevelopersGuide/Spreadsheet/ |
H A D | GeneralTableSample.java | 84 boolean bValid = (xCell.getError() == 0); in doSampleFunction()
|