Home
last modified time | relevance | path

Searched refs:nBytes (Results 126 – 149 of 149) sorted by relevance

123456

/aoo41x/main/sal/osl/w32/
H A Dpipeimpl.cxx100 void * operator new( size_t nBytes ) in operator new() argument
102 return HeapAlloc( GetProcessHeap(), 0, nBytes ); in operator new()
/aoo41x/main/sal/osl/os2/
H A Dpipeimpl.cxx95 void * operator new( size_t nBytes ) in operator new() argument
97 return HeapAlloc( GetProcessHeap(), 0, nBytes ); in operator new()
/aoo41x/main/sc/source/filter/excel/
H A Dxestring.cxx646 void XclExpString::PrepareWrite( XclExpStream& rStrm, sal_uInt16 nBytes ) const in PrepareWrite()
648 rStrm.SetSliceSize( nBytes + (mbIsUnicode ? 2 : 1) ); in PrepareWrite()
/aoo41x/main/tools/inc/tools/
H A Dstream.hxx762 sal_Bool LockRange( sal_Size nByteOffset, sal_Size nBytes );
763 sal_Bool UnlockRange( sal_Size nByteOffset, sal_Size nBytes );
/aoo41x/main/vcl/unx/generic/printergfx/
H A Dcommon_gfx.cxx1101 PrinterGfx::PSShowText (const sal_uChar* pStr, sal_Int16 nGlyphs, sal_Int16 nBytes, in PSShowText() argument
1127 PSHexString (pStr, nBytes); in PSShowText()
1139 PSHexString (pStr, nBytes); in PSShowText()
H A Dpsputil.hxx47 sal_Int32 appendStr (const sal_Char* pSrc, sal_Char* pDst, sal_Int32 nBytes);
/aoo41x/main/automation/source/simplecm/
H A Dpackethandler.hxx44 unsigned char CalcCheckByte( comm_UINT32 nBytes );
/aoo41x/main/tools/source/fsys/
H A Ddirent.cxx2870 int nBytes, nWritten, nErr = 0; in MoveTo()
2872 while( ( nBytes = fread( pBuf, 1, sizeof(pBuf), fpIN ) ) && ! nErr ) in MoveTo()
2874 nWritten = fwrite( pBuf, 1, nBytes, fpOUT ); in MoveTo()
2876 if( nWritten < nBytes ) in MoveTo()
/aoo41x/main/sal/inc/rtl/
H A Dalloc.h174 sal_Size nBytes
/aoo41x/main/sdext/source/pdfimport/
H A Dfilterdet.hxx98 sal_uInt32 nBytes,
/aoo41x/main/cppu/inc/uno/
H A Denvironment.h135 typedef void * (SAL_CALL * uno_memAlloc)( sal_Size nBytes );
/aoo41x/main/sot/source/sdstor/
H A Dstgstrms.hxx77 sal_Bool Copy( sal_Int32 nFrom, sal_Int32 nBytes );
/aoo41x/main/filter/source/msfilter/
H A Descherex.cxx4307 sal_uInt32 nBytes = ( nBlipSize > nBuf ? nBuf : nBlipSize ); in WriteBlibStoreContainer() local
4308 pMergePicStreamBSE->Read( pBuf, nBytes ); in WriteBlibStoreContainer()
4309 rSt.Write( pBuf, nBytes ); in WriteBlibStoreContainer()
4310 nBlipSize -= nBytes; in WriteBlibStoreContainer()
5128 void EscherEx::InsertAtCurrentPos( sal_uInt32 nBytes, bool bExpandEndOfAtom ) in InsertAtCurrentPos() argument
5138 ((EscherPersistEntry*)pPtr)->mnOffset += nBytes; in InsertAtCurrentPos()
5154 *mpOutStrm << (sal_uInt32)( nSize + nBytes ); in InsertAtCurrentPos()
5166 *aIter += nBytes; in InsertAtCurrentPos()
5180 mpOutStrm->Seek( nSource + nBytes ); in InsertAtCurrentPos()
H A Dsvdfppt.cxx643 sal_uLong nBytes = aStrHd.nRecLen; in ReadString() local
644 MSDFFReadZString( rStCtrl, rStr, nBytes, bUniCode ); in ReadString()
/aoo41x/main/sc/source/filter/inc/
H A Dxestring.hxx305 void PrepareWrite( XclExpStream& rStrm, sal_uInt16 nBytes ) const;
/aoo41x/main/sdext/source/pdfimport/xpdfwrapper/
H A Dpdfioutdev_gpl.hxx234 CharCode code, int nBytes, Unicode *u, int uLen);
/aoo41x/main/svl/source/items/
H A Dpoolio.cxx798 sal_uInt16 nBytes = (nCount)*sizeof(sal_uInt16); in Load1_Impl() local
812 rStream.SeekRel( nBytes ); in Load1_Impl()
/aoo41x/main/vcl/inc/vcl/
H A Dppdparser.hxx329 void rebuildFromStreamBuffer( void* pBuffer, sal_uLong nBytes );
/aoo41x/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx2160 bool PDFWriterImpl::writeBuffer( const void* pBuffer, sal_uInt64 nBytes ) in writeBuffer() argument
2165 if( ! nBytes ) // huh ? in writeBuffer()
2179 nWritten = nBytes; in writeBuffer()
2199 nBytes, &nWritten ) != osl_File_E_None ) in writeBuffer()
2202 if( nWritten != nBytes ) in writeBuffer()
2209 return nWritten == nBytes; in writeBuffer()
3324 sal_Int32 nBytes = in emitEmbeddedFont() local
3329 nIndex += nBytes+6; in emitEmbeddedFont()
6749 sal_Int32 nBytes = aData.getLength(); in writeBytes() local
6750 if( nBytes > 0 ) in writeBytes()
[all …]
H A Dpdfwriter_impl.hxx992 bool writeBuffer( const void* pBuffer, sal_uInt64 nBytes );
/aoo41x/main/vcl/unx/generic/app/
H A Dwmadaptor.cxx1154 int nBytes = aProp.nitems ? aProp.nitems : aTitle.Len(); in setWMName() local
1163 nBytes ); in setWMName()
1171 nBytes ); in setWMName()
/aoo41x/main/vcl/inc/
H A Dprintergfx.hxx302 sal_Int16 nGlyphs, sal_Int16 nBytes,
/aoo41x/main/oox/source/dump/
H A Dxlsbdumper.cxx1738 sal_Int32 nBytes = dumpDec< sal_Int32 >( "property-mapping-size" ); in implDumpRecordBody() local
1739 dumpArray( "property-mapping-indexes", nBytes ); in implDumpRecordBody()
/aoo41x/main/filter/inc/filter/msfilter/
H A Descherex.hxx1513 void InsertAtCurrentPos( sal_uInt32 nBytes, bool bExpandEndOfAtom );

Completed in 452 milliseconds

123456