Home
last modified time | relevance | path

Searched refs:nErrno (Results 1 – 4 of 4) sorted by relevance

/aoo42x/main/sw/source/ui/app/
H A Ddocsh.cxx754 sal_uLong nErrno; in ConvertTo() local
768 nErrno = aWrt.Write( xWriter, &aFileName ); in ConvertTo()
787 nErrno = 0; in ConvertTo()
792 nErrno = aWrt.Write( xWriter, &aFileName ); in ConvertTo()
797 …SetError( nErrno ? nErrno : nVBWarning, ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREF… in ConvertTo()
801 return !IsError( nErrno ); in ConvertTo()
/aoo42x/main/sw/source/ui/uiview/
H A Dview2.cxx2146 sal_uLong nErrno; in InsertMedium() local
2155 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()
/aoo42x/main/tools/source/stream/
H A Dstrmunx.cxx201 static sal_uInt32 GetSvError( int nErrno ) in GetSvError() argument
237 if ( errArr[i].nErr == nErrno ) in GetSvError()
/aoo42x/main/sw/source/core/unocore/
H A Dunocrsrhelper.cxx929 sal_uInt32 nErrno = pRdr->Read( *pRead ); // und Dokument einfuegen in InsertFile() local
931 if(!nErrno) in InsertFile()

Completed in 51 milliseconds