Searched refs:nErrno (Results 1 – 4 of 4) sorted by relevance
748 sal_uLong nErrno; in ConvertTo() local762 nErrno = aWrt.Write( xWriter, &aFileName ); in ConvertTo()781 nErrno = 0; in ConvertTo()786 nErrno = aWrt.Write( xWriter, &aFileName ); in ConvertTo()791 …SetError( nErrno ? nErrno : nVBWarning, ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREF… in ConvertTo()795 return !IsError( nErrno ); in ConvertTo()
2146 sal_uLong nErrno; in InsertMedium() local2155 nErrno = pRdr->Read( *pRead ); // und Dokument einfuegen in InsertMedium()2161 nErrno = pDocSh->InsertFrom( *pMedium ) ? 0 : ERR_SWG_READ_ERROR; in InsertMedium()2184 if( nErrno ) in InsertMedium()2186 ErrorHandler::HandleError( nErrno ); in InsertMedium()2187 nFound = IsError( nErrno ) ? -1 : 0; in InsertMedium()
201 static sal_uInt32 GetSvError( int nErrno ) in GetSvError() argument237 if ( errArr[i].nErr == nErrno ) in GetSvError()
942 sal_uInt32 nErrno = pRdr->Read( *pRead ); // und Dokument einfuegen in InsertFile() local944 if(!nErrno) in InsertFile()
Completed in 30 milliseconds