Searched refs:nrc (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/xmlhelp/source/cxxhelp/provider/ |
H A D | inputstream.cxx | 103 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()
|
/aoo42x/main/ucb/source/ucp/file/ |
H A D | filinpstr.cxx | 155 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 D | filstr.cxx | 220 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 D | shell.cxx | 605 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()
|
/aoo42x/extras/l10n/source/kid/ |
H A D | localize.sdf | 30547 helpcontent2 source\text\shared\02\01170102.xhp 0 help bm_id3145641 0 kid +m+nrc‖\<bookmark_valu…
|
Completed in 992 milliseconds