Home
last modified time | relevance | path

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

123456

/aoo42x/main/vcl/source/gdi/
H A Dpngwrite.cxx480 sal_uInt32 nBytes, nBytesToWrite = nIDATSize; in ImplWriteIDAT() local
483 nBytes = nBytesToWrite <= mnMaxChunkSize ? nBytesToWrite : mnMaxChunkSize; in ImplWriteIDAT()
485 ImplWriteChunk( (unsigned char*)aOStm.GetData() + ( nIDATSize - nBytesToWrite ), nBytes ); in ImplWriteIDAT()
487 nBytesToWrite -= nBytes; in ImplWriteIDAT()
H A Dbmpacc.cxx275 const sal_uInt32 nBytes = (nLeftOverBits + 7U) >> 3U; in ImplZeroInitUnusedBits() local
283 sal_uInt8* pLastBytes = (sal_uInt8*)GetBuffer() + ( nScanSize - nBytes ); in ImplZeroInitUnusedBits()
287 for( sal_uInt32 j = 1; j < nBytes; j++ ) in ImplZeroInitUnusedBits()
H A Dpdfextoutdevdata.cxx466 sal_uInt32 nBytes = aGfxLink.GetDataSize(); in PlaySyncPageAct() local
467 if( pData && nBytes ) in PlaySyncPageAct()
469 aTmp.Write( pData, nBytes ); in PlaySyncPageAct()
/aoo42x/main/extensions/source/scanner/
H A Dscanunx.cxx92 int nBytes = m_aStream.Tell(); in SEQ() local
95 SEQ( sal_Int8 ) aValue( nBytes ); in SEQ()
96 m_aStream.Read( aValue.getArray(), nBytes ); in SEQ()
/aoo42x/main/vcl/unx/generic/printer/
H A Dppdparser.cxx2059 int nBytes = aCopy.Len(); in getStreamableBuffer() local
2060 memcpy( pRun, aCopy.GetBuffer(), nBytes ); in getStreamableBuffer()
2061 pRun += nBytes; in getStreamableBuffer()
2067 nBytes = aCopy.Len(); in getStreamableBuffer()
2068 memcpy( pRun, aCopy.GetBuffer(), nBytes ); in getStreamableBuffer()
2069 pRun += nBytes; in getStreamableBuffer()
2078 void PPDContext::rebuildFromStreamBuffer( void* pBuffer, sal_uLong nBytes ) in rebuildFromStreamBuffer() argument
2086 while( nBytes && *pRun ) in rebuildFromStreamBuffer()
2105 nBytes -= aLine.Len()+1; in rebuildFromStreamBuffer()
/aoo42x/main/oox/inc/oox/dump/
H A Ddumperbase.hxx1588 void skipBlock( sal_Int64 nBytes, bool bShowSize = true );
1589 …void dumpRawBinary( sal_Int64 nBytes, bool bShowOffset = true, bool bStream = false…
1591 … void dumpBinary( const String& rName, sal_Int64 nBytes, bool bShowOffset = true );
1592 void dumpRemaining( sal_Int64 nBytes );
1596 …void dumpArray( const String& rName, sal_Int32 nBytes, sal_Unicode cSep = OOX_DUMP_…
1597 inline void dumpUnused( sal_Int32 nBytes ) { dumpArray( OOX_DUMP_UNUSED, nBytes ); } in dumpUnused() argument
1598 inline void dumpUnknown( sal_Int32 nBytes ) { dumpArray( OOX_DUMP_UNKNOWN, nBytes ); } in dumpUnknown() argument
/aoo42x/main/vcl/inc/vcl/
H A Ddisplayconnectiondispatch.hxx38 virtual bool dispatchEvent(void * pData, int nBytes) = 0;
40 virtual bool dispatchErrorEvent(void * pData, int nBytes) = 0;
/aoo42x/main/sal/osl/w32/
H A Dfile.cxx135 SIZE_T nBytes);
624 SIZE_T nBytes) in writeSequence_Impl() argument
626 sal_Int32 nElements = *pnOffset + nBytes; in writeSequence_Impl()
640 memcpy(&((*ppSequence)->elements[*pnOffset]), pBuffer, nBytes), *pnOffset += nBytes; in writeSequence_Impl()
/aoo42x/main/tools/inc/tools/
H A Drc.hxx59 void* IncrementRes( sal_uInt32 nBytes ) in IncrementRes() argument
60 { return m_pResMgr->Increment( nBytes ); } in IncrementRes()
H A Dfsys.hxx410 void SetBlockSize( sal_uInt16 nBytes ) { nBlockSize = nBytes; } in SetBlockSize() argument
/aoo42x/main/store/source/
H A Dstorlckb.hxx75 sal_uInt32 nBytes,
88 sal_uInt32 nBytes,
H A Dstortree.hxx158 size_t const nBytes = self::thePageSize + nCount * sizeof(T); in usageCount() local
159 base::m_aDescr.m_nUsed = store::htons(sal::static_int_cast< sal_uInt16 >(nBytes)); in usageCount()
/aoo42x/main/vcl/inc/
H A Dxconnection.hxx55 virtual bool dispatchEvent( void* pData, int nBytes );
56 virtual bool dispatchErrorEvent( void* pData, int nBytes );
/aoo42x/main/xmlsecurity/tools/demo/
H A Dutil.cxx91 sal_uLong nBytes = pStream->Tell(); in OpenInputStream() local
94 …uno::Reference< io::XInputStream > xInputStream = new utl::OInputStreamHelper( xLockBytes, nBytes in OpenInputStream()
/aoo42x/main/framework/inc/macros/debug/
H A Dplugin.hxx158 sal_Int32 nBytes = XSTREAM->available(); \
160 sInfo += OString::valueOf( (sal_Int32)nBytes ); \
/aoo42x/main/store/inc/store/
H A Dstore.h256 sal_uInt32 nBytes,
273 sal_uInt32 nBytes,
/aoo42x/main/vcl/unx/generic/app/
H A Dsm.cxx663 int nBytes = sizeof( struct pollfd )*(nConnectionsBefore+1); in ICEConnectionWorker() local
664 struct pollfd* pLocalFD = (struct pollfd*)rtl_allocateMemory( nBytes ); in ICEConnectionWorker()
665 rtl_copyMemory( pLocalFD, ICEConnectionObserver::pFilehandles, nBytes ); in ICEConnectionWorker()
/aoo42x/main/vcl/unx/generic/desktopdetect/
H A Ddesktopdetector.cxx102 unsigned long nItems = 0, nBytes = 0; in is_gnome_desktop() local
113 &nBytes, in is_gnome_desktop()
/aoo42x/main/vcl/unx/headless/
H A Dsvpelement.cxx211 int nBytes = aStream.Tell(); in IMPL_LINK() local
213 aAnswer.append( (const sal_Char*)aStream.GetData(), nBytes ); in IMPL_LINK()
/aoo42x/main/xmlsecurity/source/helper/
H A Dxmlsignaturehelper2.cxx183 sal_uLong nBytes = pStream->Tell(); in getUriBinding() local
186 xInputStream = new utl::OInputStreamHelper( xLockBytes, nBytes ); in getUriBinding()
/aoo42x/main/setup_native/source/win32/customactions/patch/
H A Dswappatchfiles.cxx80 DWORD nBytes = ++nChars * sizeof(TCHAR); in GetMsiProperty() local
81 LPTSTR buffer = reinterpret_cast<LPTSTR>(_alloca(nBytes)); in GetMsiProperty()
82 ZeroMemory( buffer, nBytes ); in GetMsiProperty()
/aoo42x/main/editeng/source/items/
H A Dbulitem.cxx391 sal_uLong nBytes = aBmp.GetSizeBytes(); in Store() local
392 if ( nBytes < sal_uLong(0xFF00*nFac) ) in Store()
/aoo42x/main/bridges/source/cpp_uno/cc50_solaris_intel/
H A Dhash.cxx218 sal_uInt32 nBytes = nLen; in NIST_Hash() local
238 data[15] = nBytes << 3; in NIST_Hash()
/aoo42x/main/bridges/source/cpp_uno/cc50_solaris_sparc/
H A Dhash.cxx219 sal_uInt32 nBytes = nLen; in NIST_Hash() local
239 data[15] = nBytes << 3; in NIST_Hash()
/aoo42x/main/xmlsecurity/workben/
H A Dsignaturetest.cxx523 sal_uLong nBytes = pStream->Tell(); in IMPL_LINK() local
526 …uno::Reference< io::XInputStream > xInputStream = new utl::OInputStreamHelper( xLockBytes, nBytes in IMPL_LINK()

Completed in 147 milliseconds

123456