/aoo41x/main/sal/osl/w32/ |
H A D | pipeimpl.cxx | 100 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 D | pipeimpl.cxx | 95 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 D | xestring.cxx | 646 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 D | stream.hxx | 762 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 D | common_gfx.cxx | 1101 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 D | psputil.hxx | 47 sal_Int32 appendStr (const sal_Char* pSrc, sal_Char* pDst, sal_Int32 nBytes);
|
/aoo41x/main/automation/source/simplecm/ |
H A D | packethandler.hxx | 44 unsigned char CalcCheckByte( comm_UINT32 nBytes );
|
/aoo41x/main/tools/source/fsys/ |
H A D | dirent.cxx | 2870 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 D | alloc.h | 174 sal_Size nBytes
|
/aoo41x/main/sdext/source/pdfimport/ |
H A D | filterdet.hxx | 98 sal_uInt32 nBytes,
|
/aoo41x/main/cppu/inc/uno/ |
H A D | environment.h | 135 typedef void * (SAL_CALL * uno_memAlloc)( sal_Size nBytes );
|
/aoo41x/main/sot/source/sdstor/ |
H A D | stgstrms.hxx | 77 sal_Bool Copy( sal_Int32 nFrom, sal_Int32 nBytes );
|
/aoo41x/main/filter/source/msfilter/ |
H A D | escherex.cxx | 4307 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 D | svdfppt.cxx | 643 sal_uLong nBytes = aStrHd.nRecLen; in ReadString() local 644 MSDFFReadZString( rStCtrl, rStr, nBytes, bUniCode ); in ReadString()
|
/aoo41x/main/sc/source/filter/inc/ |
H A D | xestring.hxx | 305 void PrepareWrite( XclExpStream& rStrm, sal_uInt16 nBytes ) const;
|
/aoo41x/main/sdext/source/pdfimport/xpdfwrapper/ |
H A D | pdfioutdev_gpl.hxx | 234 CharCode code, int nBytes, Unicode *u, int uLen);
|
/aoo41x/main/svl/source/items/ |
H A D | poolio.cxx | 798 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 D | ppdparser.hxx | 329 void rebuildFromStreamBuffer( void* pBuffer, sal_uLong nBytes );
|
/aoo41x/main/vcl/source/gdi/ |
H A D | pdfwriter_impl.cxx | 2160 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 D | pdfwriter_impl.hxx | 992 bool writeBuffer( const void* pBuffer, sal_uInt64 nBytes );
|
/aoo41x/main/vcl/unx/generic/app/ |
H A D | wmadaptor.cxx | 1154 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 D | printergfx.hxx | 302 sal_Int16 nGlyphs, sal_Int16 nBytes,
|
/aoo41x/main/oox/source/dump/ |
H A D | xlsbdumper.cxx | 1738 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 D | escherex.hxx | 1513 void InsertAtCurrentPos( sal_uInt32 nBytes, bool bExpandEndOfAtom );
|