Home
last modified time | relevance | path

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

123456

/aoo41x/main/vcl/aqua/source/gdi/
H A Datslayout.cxx326 ByteCount nBytes[3]; in AdjustLayout() local
335 nBytes[0] = sizeof(Fixed); in AdjustLayout()
338 nBytes[1] = sizeof(ATSLineLayoutOptions); in AdjustLayout()
341 nBytes[2] = sizeof(Fract); in AdjustLayout()
343 OSStatus eStatus = ATSUSetLayoutControls( maATSULayout, 3, nTags, nBytes, nVals ); in AdjustLayout()
/aoo41x/main/oox/source/dump/
H A Doledumper.cxx196 sal_Int32 nBytes = dumpDec< sal_Int32 >( "url-bytes" ); in dumpUrlMoniker() local
197 sal_Int64 nEndPos = mxStrm->tell() + ::std::max< sal_Int32 >( nBytes, 0 ); in dumpUrlMoniker()
215 sal_Int32 nBytes = dumpDec< sal_Int32 >( "total-bytes" ); in dumpFileMoniker() local
216 sal_Int64 nEndPos = mxStrm->tell() + ::std::max< sal_Int32 >( nBytes, 0 ); in dumpFileMoniker()
217 if( nBytes > 0 ) in dumpFileMoniker()
228 sal_Int32 nBytes = dumpDec< sal_Int32 >( "delimiter-bytes" ); in dumpItemMoniker() local
229 sal_Int64 nEndPos = mxStrm->tell() + ::std::max< sal_Int32 >( nBytes, 0 ); in dumpItemMoniker()
235 nBytes = dumpDec< sal_Int32 >( "item-bytes" ); in dumpItemMoniker()
236 nEndPos = mxStrm->tell() + ::std::max< sal_Int32 >( nBytes, 0 ); in dumpItemMoniker()
H A Ddumperbase.cxx2525 void InputObjectBase::skipBlock( sal_Int64 nBytes, bool bShowSize ) in skipBlock() argument
2527 sal_Int64 nEndPos = ::std::min< sal_Int64 >( mxStrm->tell() + nBytes, mxStrm->size() ); in skipBlock()
2536 void InputObjectBase::dumpRawBinary( sal_Int64 nBytes, bool bShowOffset, bool bStream ) in dumpRawBinary() argument
2595 writeDecItem( "size", nBytes ); in dumpBinary()
2598 dumpRawBinary( nBytes, bShowOffset ); in dumpBinary()
2601 void InputObjectBase::dumpRemaining( sal_Int64 nBytes ) in dumpRemaining() argument
2603 if( nBytes > 0 ) in dumpRemaining()
2606 dumpBinary( "remaining-data", nBytes, false ); in dumpRemaining()
2608 skipBlock( nBytes ); in dumpRemaining()
2626 void InputObjectBase::dumpArray( const String& rName, sal_Int32 nBytes, sal_Unicode cSep ) in dumpArray() argument
[all …]
/aoo41x/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
/aoo41x/main/store/source/
H A Dstorlckb.hxx77 sal_uInt32 nBytes,
90 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()
/aoo41x/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()
/aoo41x/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
/aoo41x/main/vcl/inc/
H A Dxconnection.hxx55 virtual bool dispatchEvent( void* pData, int nBytes );
56 virtual bool dispatchErrorEvent( void* pData, int nBytes );
/aoo41x/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()
/aoo41x/main/vcl/source/gdi/
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()
/aoo41x/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()
/aoo41x/main/framework/inc/macros/debug/
H A Dplugin.hxx158 sal_Int32 nBytes = XSTREAM->available(); \
160 sInfo += OString::valueOf( (sal_Int32)nBytes ); \
/aoo41x/main/store/inc/store/
H A Dstore.h255 sal_uInt32 nBytes,
272 sal_uInt32 nBytes,
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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 879 milliseconds

123456