/aoo41x/main/oox/source/vml/ |
H A D | vmlinputstream.cxx | 296 sal_Int32 nReadSize = ::std::min( nBytesToRead, maBuffer.getLength() - mnBufferPos ); in readBytes() 299 … memcpy( pcDest + nRet, maBuffer.getStr() + mnBufferPos, static_cast< size_t >( nReadSize ) ); in readBytes() 325 sal_Int32 nSkipSize = ::std::min( nBytesToSkip, maBuffer.getLength() - mnBufferPos ); in skipBytes() 334 return maBuffer.getLength() - mnBufferPos; in available() 346 while( (mnBufferPos >= maBuffer.getLength()) && !mxTextStrm->isEOF() ) in updateBuffer() 377 maBuffer = aBuffer.makeStringAndClear(); in updateBuffer()
|
/aoo41x/main/xmloff/source/chart/ |
H A D | SchXMLParagraphContext.cxx | 88 mrText = maBuffer.makeStringAndClear(); in EndElement() 100 maBuffer.append( sal_Unicode( 0x0009 )); // tabulator in CreateChildContext() 104 maBuffer.append( sal_Unicode( 0x000A )); // linefeed in CreateChildContext() 113 maBuffer.append( rChars ); in Characters()
|
H A D | SchXMLParagraphContext.hxx | 41 ::rtl::OUStringBuffer maBuffer;
|
/aoo41x/main/oox/source/helper/ |
H A D | binaryoutputstream.cxx | 49 maBuffer( OUTPUTSTREAM_BUFFERSIZE ), in BinaryXOutputStream() 100 maBuffer.realloc( nWriteSize ); in writeMemory() 101 memcpy( maBuffer.getArray(), pnMem, static_cast< size_t >( nWriteSize ) ); in writeMemory() 102 writeData( maBuffer, nAtomSize ); in writeMemory()
|
H A D | binaryinputstream.cxx | 152 maBuffer( INPUTSTREAM_BUFFERSIZE ), in BinaryXInputStream() 205 sal_Int32 nBytesRead = readData( maBuffer, nReadSize, nAtomSize ); in readMemory() 207 memcpy( opnMem, maBuffer.getConstArray(), static_cast< size_t >( nBytesRead ) ); in readMemory()
|
/aoo41x/main/vcl/source/fontsubset/ |
H A D | cff.cxx | 1933 char maBuffer[MAX_T1OPS_SIZE]; // TODO: dynamic allocation member in Type1Emitter 1949 , mpPtr( maBuffer) in Type1Emitter() 1963 , mpPtr( maBuffer) in Type1Emitter() 2028 assert( (mpPtr - maBuffer) < (int)sizeof(maBuffer)); in emitAllRaw() 2029 emitRawData( maBuffer, mpPtr - maBuffer); in emitAllRaw() 2031 mpPtr = maBuffer; in emitAllRaw() 2038 assert( (mpPtr - maBuffer) < (int)sizeof(maBuffer)); in emitAllHex() 2039 for( const char* p = maBuffer; p < mpPtr;) { in emitAllHex() 2059 mpPtr = maBuffer; in emitAllHex() 2067 for( char* p = maBuffer; p < mpPtr; ++p) { in emitAllCrypted()
|
/aoo41x/main/sc/source/ui/Accessibility/ |
H A D | AccessibleCsvControl.cxx | 481 return maBuffer.charAt( nIndex ); in getCharacter() 567 return OUString( maBuffer.getStr(), implGetTextLength() ); in getText() 576 return OUString( maBuffer.getStr() + nStartIndex, nEndIndex - nStartIndex ); in getTextRange() 603 aResultText.append( maBuffer.charAt( nIndex ) ); in getTextAtIndex() 612 aResultText.append( maBuffer.charAt( nIndex ) ); in getTextAtIndex() 622 aResultText.append( maBuffer.getStr(), implGetTextLength() ); in getTextAtIndex() 631 aResultText.append( maBuffer.getStr() + nFirstIndex, nLastIndex - nFirstIndex + 1 ); in getTextAtIndex() 866 sal_Int32 nRulerPos = lcl_GetRulerPos( maBuffer.getLength() ); in constructStringBuffer() 871 case 0: maBuffer.append( nRulerPos ); break; in constructStringBuffer() 872 case 5: maBuffer.append( cRulerLine ); break; in constructStringBuffer() [all …]
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | rtfattributeoutput.cxx | 173 rtl::OStringBuffer maBuffer; member in MultiBufferString 185 maBuffer(rBuffer) in MultiBufferString() 195 rTarget << maBuffer.makeStringAndClear(); in writeAndClear() 284 : maBuffer(), in MultiBuffer() 314 if(maBuffer.getLength()) in appendAndClear() 317 maBuffer.setLength(0); in appendAndClear() 328 maBuffer.append(rSource.maBuffer.getStr()); in appendAndClear() 329 rSource.maBuffer.setLength(0); in appendAndClear() 335 maBuffer.setLength(0); in clear() 342 if(maBuffer.getLength()) in appendHexData() [all …]
|
H A D | rtfattributeoutput.hxx | 51 rtl::OStringBuffer maBuffer; member in MultiBuffer 60 rtl::OStringBuffer& getOStringBuffer() { return maBuffer; } in getOStringBuffer()
|
/aoo41x/main/oox/source/xls/ |
H A D | pagesettings.cxx | 544 OUStringBuffer maBuffer; /// Text data to append to current text range. member in oox::xls::HeaderFooterParser 600 maBuffer.setLength( 0 ); in parse() 637 maBuffer.append( cChar ); in parse() 651 case '&': maBuffer.append( cChar ); break; // the '&' character in parse() 881 if( maBuffer.getLength() > 0 ) in appendText() 884 getEndPos()->setString( maBuffer.makeStringAndClear() ); in appendText()
|
/aoo41x/main/package/source/zipapi/ |
H A D | MemoryByteGrabber.hxx | 33 const com::sun::star::uno::Sequence < sal_Int8 > maBuffer; member in MemoryByteGrabber 38 : maBuffer ( rBuffer ) in MemoryByteGrabber()
|
/aoo41x/main/oox/inc/oox/helper/ |
H A D | binaryoutputstream.hxx | 133 StreamDataSequence maBuffer; /// Data buffer used in writeMemory() function. member in oox::BinaryXOutputStream
|
H A D | binaryinputstream.hxx | 330 StreamDataSequence maBuffer; /// Data buffer used in readMemory() function. member in oox::BinaryXInputStream
|
/aoo41x/main/oox/inc/oox/vml/ |
H A D | vmlinputstream.hxx | 91 ::rtl::OString maBuffer;
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | AccessibleCsvControl.hxx | 153 ::rtl::OUStringBuffer maBuffer; /// Contains the text representation of the ruler.
|