Searched refs:hresult1 (Results 1 – 2 of 2) sorted by relevance
472 HRESULT hresult1,hresult2; in operator ::com::sun::star::uno::Sequence<sal_Int8>() local475 hresult1 = ::SafeArrayGetLBound(pArray, 1, &lBound); in operator ::com::sun::star::uno::Sequence<sal_Int8>()477 if ( SUCCEEDED(hresult1) && SUCCEEDED(hresult2) ) in operator ::com::sun::star::uno::Sequence<sal_Int8>()482 for(long i=0; SUCCEEDED(hresult1) && lBound <= uBound ;++i,++lBound) in operator ::com::sun::star::uno::Sequence<sal_Int8>()485 hresult1 = ::SafeArrayGetElement(pArray,&lBound,&nData); in operator ::com::sun::star::uno::Sequence<sal_Int8>()486 if ( SUCCEEDED(hresult1) ) in operator ::com::sun::star::uno::Sequence<sal_Int8>()
270 HRESULT hresult1 = NOERROR; in deregisterClass() local272 hresult1 = RevokeActiveObject( m_nApplRegHandle, NULL ); in deregisterClass()276 return (hresult1 == NOERROR && hresult2 == NOERROR); in deregisterClass()
Completed in 13 milliseconds