Home
last modified time | relevance | path

Searched refs:nrc (Results 1 – 5 of 5) sorted by path

/trunk/extras/l10n/source/kid/
H A Dlocalize.sdf30547 helpcontent2 source\text\shared\02\01170102.xhp 0 help bm_id3145641 0 kid +m+nrc‖\<bookmark_valu…
/trunk/main/ucb/source/ucp/file/
H A Dfilinpstr.cxx155 sal_uInt64 nrc(0); in readBytes() local
156 if(m_aFile.read( aData.getArray(),sal_uInt64(nBytesToRead),nrc ) in readBytes()
163 if (sal::static_int_cast<sal_Int32>(nrc) != nBytesToRead) in readBytes()
164 aData.realloc(sal_Int32(nrc)); in readBytes()
165 return ( sal_Int32 ) nrc; in readBytes()
H A Dfilstr.cxx220 sal_uInt64 nrc(0); in readBytes() local
221 if(m_aFile.read( (void* )buffer,sal_uInt64(nBytesToRead),nrc ) in readBytes()
227 aData = uno::Sequence< sal_Int8 > ( buffer, (sal_uInt32)nrc ); in readBytes()
229 return ( sal_Int32 ) nrc; in readBytes()
H A Dshell.cxx605 sal_uInt64 nrc; // Retrieved number of Bytes; in page() local
609 err = aFile.read( (void*) BFF,bfz,nrc ); in page()
612 uno::Sequence< sal_Int8 > seq( BFF, (sal_uInt32)nrc ); in page()
643 } while( nrc == bfz ); in page()
/trunk/main/xmlhelp/source/cxxhelp/provider/
H A Dinputstream.cxx103 sal_uInt64 nrc; in readBytes() local
104 m_aFile.read( aData.getArray(),sal_uInt64(nBytesToRead),nrc ); in readBytes()
109 if (nrc != sal::static_int_cast<sal_uInt64>( nBytesToRead) ) in readBytes()
110 aData.realloc(sal_Int32(nrc)); in readBytes()
111 return ( sal_Int32 ) nrc; in readBytes()

Completed in 1206 milliseconds