Home
last modified time | relevance | path

Searched refs:nBufferSize (Results 1 – 25 of 35) sorted by last modified time

12

/trunk/main/oox/source/core/
H A Dencryption.cxx175 size_t nBufferSize = mnSaltSize + 2 * rPassword.getLength(); in verifyPassword() local
176 sal_uInt8* pnBuffer = new sal_uInt8[ nBufferSize ]; in verifyPassword()
185 rtlDigestError aError = rtl_digest_update( aDigest, pnBuffer, nBufferSize ); in verifyPassword()
/trunk/main/oox/source/helper/
H A Dbinaryoutputstream.cxx107 …sal_Int32 nBufferSize = getLimitedValue< sal_Int32, sal_Int32 >( nBytes, 0, (OUTPUTSTREAM_BUFFERSI… in writeMemory() local
111 … sal_Int32 nWriteSize = getLimitedValue< sal_Int32, sal_Int32 >( nBytes, 0, nBufferSize ); in writeMemory()
/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx994 sal_uInt32 nBufferSize = GetPropertyValue( DFF_Prop_pihlShape ); in ProcessObj() local
995 if( (0 < nBufferSize) && (nBufferSize <= 0xFFFF) && SeekToContent( DFF_Prop_pihlShape, rSt ) ) in ProcessObj()
1001 aMemStream << sal_uInt16( 0 ) << static_cast< sal_uInt16 >( nBufferSize ); in ProcessObj()
1004 ::std::vector< sal_uInt8 > aBuffer( nBufferSize ); in ProcessObj()
1007 if( pnData && rSt.Read( pnData, nBufferSize ) == nBufferSize ) in ProcessObj()
1009 aMemStream.Write( pnData, nBufferSize ); in ProcessObj()
/trunk/main/sd/source/ui/app/
H A Dsdmod1.cxx966 static const sal_Size nBufferSize = 4096; in OutlineToImpressFinalizer() local
967 ::boost::scoped_array<sal_Int8> pBuffer (new sal_Int8[nBufferSize]); in OutlineToImpressFinalizer()
979 nBufferSize, in OutlineToImpressFinalizer()
/trunk/main/crashrep/source/win32/
H A Dsoreport.cpp1566 static void normalize_pe_image(sal_uInt8* buffer, size_t nBufferSize) in normalize_pe_image() argument
1578 if (PEHeaderOffset < nBufferSize-4) in normalize_pe_image()
1586 if (PEHeaderOffset+OFFSET_COFF_TIMEDATESTAMP < nBufferSize-4) in normalize_pe_image()
1597 if (PEHeaderOffset+COFFHEADER_SIZE+OFFSET_PE_OPTIONALHEADER_CHECKSUM < nBufferSize-4) in normalize_pe_image()
/trunk/main/filter/source/xsltdialog/
H A Dxmlfiltersettingsdialog.cxx1738 sal_Int32 nBufferSize = 512; in copyStreams() local
1739 Sequence< sal_Int8 > aDataBuffer(nBufferSize); in copyStreams()
1744 nRead = xIS->readBytes( aDataBuffer, nBufferSize ); in copyStreams()
1748 if( nRead < nBufferSize ) in copyStreams()
1750 nBufferSize = nRead; in copyStreams()
/trunk/main/svtools/source/filter/jpeg/
H A Djpeg.cxx197 long StreamRead( SvStream* pSvStm, void* pBuffer, long nBufferSize ) in StreamRead() argument
205 nRead = (long) pSvStm->Read( pBuffer, nBufferSize ); in StreamRead()
/trunk/main/sfx2/source/doc/
H A Ddocfile.cxx2029 sal_Int32 nBufferSize = 32767; in Transfer_Impl() local
2030 Sequence < sal_Int8 > aSequence ( nBufferSize ); in Transfer_Impl()
2035 nRead = aTempInput->readBytes ( aSequence, nBufferSize ); in Transfer_Impl()
2036 if ( nRead < nBufferSize ) in Transfer_Impl()
2044 while ( nRead == nBufferSize ); in Transfer_Impl()
/trunk/main/xml2cmp/source/x2cclass/
H A Dxml_cdff.cxx63 INT32 nBufferSize = aXmlFile.Tell(); in LoadXmlFile() local
64 o_rBuffer.SetSize(nBufferSize + 1); in LoadXmlFile()
65 o_rBuffer[nBufferSize] = '\0'; in LoadXmlFile()
67 if (aXmlFile.Read(o_rBuffer.operator->(), nBufferSize) == 0) in LoadXmlFile()
/trunk/main/xml2cmp/source/xcd/
H A Dfilebuff.cxx48 unsigned long nBufferSize = (unsigned long) aXmlFile.tellg(); in LoadXmlFile() local
49 o_rBuffer.SetSize(nBufferSize + 1); in LoadXmlFile()
50 o_rBuffer.Data()[nBufferSize] = '\0'; in LoadXmlFile()
54 aXmlFile.read(o_rBuffer.Data(), (int) nBufferSize); in LoadXmlFile()
/trunk/main/vcl/unx/generic/printergfx/
H A Dpsputil.cxx233 sal_uChar *pBuffer, sal_Size nBufferSize, rtl_TextEncoding nEncoding) in Convert() argument
244 pText, nTextLen, (sal_Char*)pBuffer, nBufferSize, in Convert()
H A Dpsputil.hxx63 sal_uChar *pBuffer, sal_Size nBufferSize,
H A Dbitmap_gfx.cxx35 const sal_uInt32 nBufferSize = 16384; variable
70 sal_Char mpFileBuffer[nBufferSize + 16];
108 if (mnOffset >= nBufferSize) in WriteAscii()
141 sal_Char mpFileBuffer[nBufferSize + 16];
241 if (mnOffset >= nBufferSize) in WriteAscii()
/trunk/main/vcl/unx/generic/window/
H A Dsalframe.cxx3449 sal_Size nBufferSize = nLen * 2; in HandleKeyEvent() local
3451 pBuffer = (sal_Unicode*) malloc( nBufferSize + 2 ); in HandleKeyEvent()
3475 pBuffer, nBufferSize, in HandleKeyEvent()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalcvt.cxx315 sal_Char *pBuffer, sal_Size nBufferSize, rtl_TextEncoding nEncoding ) in ConvertStringUTF16() argument
330 pText, nTextLen, pBuffer, nBufferSize, in ConvertStringUTF16()
H A Dsalcvt.hxx54 sal_Char *pBuffer, sal_Size nBufferSize,
/trunk/main/vcl/unx/generic/app/
H A Di18n_cb.cxx205 sal_Size nBufferSize = nInsertTextLength * 2; in Preedit_InsertText() local
207 pInsertTextString = (sal_Unicode*)alloca(nBufferSize); in Preedit_InsertText()
214 pInsertTextString, nBufferSize, in Preedit_InsertText()
/trunk/main/tools/source/stream/
H A Dstream.cxx604 void SvStream::SetBufferSize( sal_uInt16 nBufferSize ) in SetBufferSize() argument
621 nBufSize = nBufferSize; in SetBufferSize()
/trunk/main/tools/source/inet/
H A Dinetmime.cxx2062 for (sal_Size nBufferSize = pEnd - pBegin;; in convertToUnicode() local
2063 nBufferSize += nBufferSize / 3 + 1) in convertToUnicode()
2065 pBuffer = new sal_Unicode[nBufferSize]; in convertToUnicode()
2069 nBufferSize, in convertToUnicode()
2104 for (sal_Size nBufferSize = pEnd - pBegin;; in convertFromUnicode() local
2105 nBufferSize += nBufferSize / 3 + 1) in convertFromUnicode()
2107 pBuffer = new sal_Char[nBufferSize]; in convertFromUnicode()
2111 nBufferSize, in convertFromUnicode()
4056 nBufferSize += nBufferSize / 3 + 1) in finish()
4058 pTargetBuffer = new sal_Char[nBufferSize]; in finish()
[all …]
H A Dinetstrm.cxx248 INetMessageIStream::INetMessageIStream (sal_uIntPtr nBufferSize) in INetMessageIStream() argument
251 nBufSiz (nBufferSize), in INetMessageIStream()
581 INetMessageIOStream::INetMessageIOStream (sal_uIntPtr nBufferSize) in INetMessageIOStream() argument
582 : INetMessageIStream (nBufferSize), in INetMessageIOStream()
1297 INetMIMEMessageStream::INetMIMEMessageStream (sal_uIntPtr nBufferSize) in INetMIMEMessageStream() argument
1298 : INetMessageIOStream (nBufferSize), in INetMIMEMessageStream()
/trunk/main/tools/inc/tools/
H A Dinetstrm.hxx149 INetMessageIStream (sal_uIntPtr nBufferSize = 2048);
203 INetMessageIOStream (sal_uIntPtr nBufferSize = 2048);
246 INetMIMEMessageStream (sal_uIntPtr nBufferSize = 2048);
/trunk/main/tools/bootstrp/
H A Dmd5.cxx47 void normalize_pe_image(sal_uInt8* buffer, size_t nBufferSize) in normalize_pe_image() argument
59 if (PEHeaderOffset < nBufferSize-4) in normalize_pe_image()
67 if (PEHeaderOffset+OFFSET_COFF_TIMEDATESTAMP < nBufferSize-4) in normalize_pe_image()
78 if (PEHeaderOffset+COFFHEADER_SIZE+OFFSET_PE_OPTIONALHEADER_CHECKSUM < nBufferSize-4) in normalize_pe_image()
/trunk/main/svx/workben/msview/
H A Dmsview.cxx181 const int nBufferSize = 1024; in compareContent() local
182 boost::shared_ptr< char > buffer1( new char[nBufferSize] ); in compareContent()
183 boost::shared_ptr< char > buffer2( new char[nBufferSize] ); in compareContent()
189 sal_Size nRead = (nBufferSize < nLength) ? nBufferSize : nLength; in compareContent()
/trunk/main/sc/source/filter/inc/
H A Dformel.hxx185 sal_uInt16 nBufferSize; // ...und seine Groesse member in ConverterBase
/trunk/main/sc/source/filter/excel/
H A Dxiescher.cxx3580 sal_uInt32 nBufferSize = GetPropertyValue( DFF_Prop_pihlShape ); in ReadHlinkProperty() local
3581 …if( (0 < nBufferSize) && (nBufferSize <= 0xFFFF) && SeekToContent( DFF_Prop_pihlShape, rDffStrm ) ) in ReadHlinkProperty()
3585 aMemStream << sal_uInt16( 0 ) << static_cast< sal_uInt16 >( nBufferSize ); in ReadHlinkProperty()
3588 ::std::vector< sal_uInt8 > aBuffer( nBufferSize ); in ReadHlinkProperty()
3590 if( rDffStrm.Read( pnData, nBufferSize ) == nBufferSize ) in ReadHlinkProperty()
3592 aMemStream.Write( pnData, nBufferSize ); in ReadHlinkProperty()

Completed in 304 milliseconds

12