Searched defs:nBytes (Results 101 – 116 of 116) sorted by relevance
12345
/aoo42x/main/oox/source/dump/ |
H A D | oledumper.cxx | 196 sal_Int32 nBytes = dumpDec< sal_Int32 >( "url-bytes" ); in dumpUrlMoniker() local 215 sal_Int32 nBytes = dumpDec< sal_Int32 >( "total-bytes" ); in dumpFileMoniker() local 228 sal_Int32 nBytes = dumpDec< sal_Int32 >( "delimiter-bytes" ); in dumpItemMoniker() local
|
H A D | dumperbase.cxx | 2525 void InputObjectBase::skipBlock( sal_Int64 nBytes, bool bShowSize ) in skipBlock() 2536 void InputObjectBase::dumpRawBinary( sal_Int64 nBytes, bool bShowOffset, bool bStream ) in dumpRawBinary() 2590 void InputObjectBase::dumpBinary( const String& rName, sal_Int64 nBytes, bool bShowOffset ) in dumpBinary() 2601 void InputObjectBase::dumpRemaining( sal_Int64 nBytes ) in dumpRemaining() 2626 void InputObjectBase::dumpArray( const String& rName, sal_Int32 nBytes, sal_Unicode cSep ) in dumpArray()
|
H A D | xlsbdumper.cxx | 1738 sal_Int32 nBytes = dumpDec< sal_Int32 >( "property-mapping-size" ); in implDumpRecordBody() local
|
/aoo42x/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()
|
/aoo42x/main/vcl/unx/generic/printer/ |
H A D | ppdparser.cxx | 2059 int nBytes = aCopy.Len(); in getStreamableBuffer() local 2078 void PPDContext::rebuildFromStreamBuffer( void* pBuffer, sal_uLong nBytes ) in rebuildFromStreamBuffer()
|
/aoo42x/main/svl/source/items/ |
H A D | poolio.cxx | 798 sal_uInt16 nBytes = (nCount)*sizeof(sal_uInt16); in Load1_Impl() local
|
/aoo42x/main/vcl/aqua/source/gdi/ |
H A D | atslayout.cxx | 326 ByteCount nBytes[3]; in AdjustLayout() local
|
/aoo42x/main/oox/inc/oox/dump/ |
H A D | dumperbase.hxx | 1597 inline void dumpUnused( sal_Int32 nBytes ) { dumpArray( OOX_DUMP_UNUSED, nBytes ); } in dumpUnused() 1598 inline void dumpUnknown( sal_Int32 nBytes ) { dumpArray( OOX_DUMP_UNKNOWN, nBytes ); } in dumpUnknown()
|
/aoo42x/main/vcl/source/gdi/ |
H A D | pdfextoutdevdata.cxx | 466 sal_uInt32 nBytes = aGfxLink.GetDataSize(); in PlaySyncPageAct() local
|
H A D | pdfwriter_impl.cxx | 2160 bool PDFWriterImpl::writeBuffer( const void* pBuffer, sal_uInt64 nBytes ) in writeBuffer() 3324 sal_Int32 nBytes = in emitEmbeddedFont() local 6749 sal_Int32 nBytes = aData.getLength(); in writeBytes() local
|
/aoo42x/main/sdext/source/pdfimport/wrapper/ |
H A D | wrapper.cxx | 1114 sal_uInt64 nBytes = 0; in xpdf_ImportFromStream() local
|
/aoo42x/main/sc/source/filter/xcl97/ |
H A D | xcl97rec.cxx | 1124 sal_uInt16 nBytes = 0x0867; in WriteBody() local
|
/aoo42x/main/sal/osl/w32/ |
H A D | file.cxx | 624 SIZE_T nBytes) in writeSequence_Impl()
|
/aoo42x/main/vcl/unx/generic/app/ |
H A D | wmadaptor.cxx | 1154 int nBytes = aProp.nitems ? aProp.nitems : aTitle.Len(); in setWMName() local
|
/aoo42x/main/filter/source/msfilter/ |
H A D | escherex.cxx | 4318 sal_uInt32 nBytes = ( nBlipSize > nBuf ? nBuf : nBlipSize ); in WriteBlibStoreContainer() local 5139 void EscherEx::InsertAtCurrentPos( sal_uInt32 nBytes, bool bExpandEndOfAtom ) in InsertAtCurrentPos()
|
H A D | svdfppt.cxx | 643 sal_uLong nBytes = aStrHd.nRecLen; in ReadString() local
|
Completed in 402 milliseconds
12345