Home
last modified time | relevance | path

Searched refs:aBuffer (Results 176 – 196 of 196) sorted by relevance

12345678

/trunk/main/autodoc/source/display/inc/toolkit/
H A Dhtmlfile.hxx75 StreamStr aBuffer; member in DocuFile_Html
/trunk/main/autodoc/source/display/html/
H A Doutfile.hxx76 StreamStr aBuffer; // Output buffer, should be transferred into csv::File. member in HtmlDocuFile
/trunk/main/xmloff/source/text/
H A DXMLTextFrameContext.cxx1260 Sequence< sal_Int8 > aBuffer( (sChars.getLength() / 4) * 3 ); in Characters() local
1263 decodeBase64SomeChars( aBuffer, sChars ); in Characters()
1264 xBase64Stream->writeBytes( aBuffer ); in Characters()
/trunk/main/cui/source/dialogs/
H A Dcolorpicker.cxx226 ::rtl::OUStringBuffer aBuffer; in SetColor()
227 sax::Converter::convertColor( aBuffer, nColor ); in SetColor()
228 SetText( aBuffer.makeStringAndClear().copy(1) ); in SetColor()
/trunk/main/sc/source/ui/unoobj/
H A Dchart2uno.cxx132 ::rtl::OUStringBuffer aBuffer; in lcl_createTableNumberList()
133 ::std::for_each( rTableList.begin(), rTableList.end(), lcl_appendTableNumber( aBuffer )); in lcl_createTableNumberList()
135 if( aBuffer.getLength() > 0 ) in lcl_createTableNumberList()
136 aBuffer.setLength( aBuffer.getLength() - 1 ); in lcl_createTableNumberList()
137 return aBuffer.makeStringAndClear(); in lcl_createTableNumberList()
/trunk/main/sw/source/core/access/
H A Daccportions.hxx47 rtl::OUStringBuffer aBuffer; member in SwAccessiblePortionData
/trunk/main/tools/source/inet/
H A Dinetmime.cxx2173 sal_Char aBuffer[10]; in writeUnsigned() local
2175 sal_Char * p = aBuffer; in writeUnsigned()
2178 nMinDigits -= p - aBuffer; in writeUnsigned()
2181 while (p != aBuffer) in writeUnsigned()
/trunk/main/sc/source/core/data/
H A Ddpobject.cxx1107 rtl::OUStringBuffer aBuffer; in lcl_Dequote() local
1119 aBuffer.append( cNext ); // append one quote in lcl_Dequote()
1125 rResult = aBuffer.makeStringAndClear(); in lcl_Dequote()
1131 aBuffer.append( cNext ); in lcl_Dequote()
/trunk/main/writerfilter/source/doctok/
H A DWW8DocumentImpl.cxx1478 ::rtl::OUStringBuffer aBuffer = ::rtl:: OUStringBuffer(len); in utext()
1479 aBuffer.append( (const sal_Unicode *) data, len); in utext()
1480 sText = aBuffer.makeStringAndClear(); in utext()
/trunk/main/reportdesign/source/filter/xml/
H A DxmlExport.cxx1450 ::rtl::OUStringBuffer aBuffer; in implConvertNumber()
1451 GetMM100UnitConverter().convertNumber(aBuffer, _nValue); in implConvertNumber()
1452 return aBuffer.makeStringAndClear(); in implConvertNumber()
/trunk/main/xmloff/source/transform/
H A DOasis2OOo.cxx1645 OUStringBuffer aBuffer; in StartElement() local
1646 SvXMLUnitConverter::encodeBase64( aBuffer, aKey ); in StartElement()
1651 aBuffer.makeStringAndClear() ); in StartElement()
/trunk/main/io/source/stm/
H A Dodata.cxx346 Sequence<sal_Unicode> aBuffer( nUTFLen ); in readUTF() local
347 sal_Unicode * pStr = aBuffer.getArray(); in readUTF()
/trunk/main/sc/source/core/tool/
H A Dcompiler.cxx5151 rtl::OUStringBuffer aBuffer; in CreateStringFromIndex() local
5160 pData->UpdateSymbol( aBuffer, aPos, GetGrammar()); in CreateStringFromIndex()
5162 aBuffer.append(pData->GetName()); in CreateStringFromIndex()
5170 aBuffer.append(pDBData->GetName()); in CreateStringFromIndex()
5176 if ( aBuffer.getLength() ) in CreateStringFromIndex()
5177 rBuffer.append(aBuffer); in CreateStringFromIndex()
/trunk/main/filter/source/msfilter/
H A Dmsocximex.cxx394 OUStringBuffer aBuffer; in lclCreateOUString() local
400 aBuffer.setLength( nStrLen ); in lclCreateOUString()
405 aBuffer.setCharAt( nChar, static_cast< unsigned char >( *pcCurrChar ) ); in lclCreateOUString()
411 aBuffer.setLength( nStrLen ); in lclCreateOUString()
419 aBuffer.setCharAt( nChar, cChar ); in lclCreateOUString()
422 return aBuffer.makeStringAndClear(); in lclCreateOUString()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx680 OStringBuffer aBuffer( rName.getLength()+64 ); in createWidgetFieldName() local
688 aBuffer.append( pStr[i] ); in createWidgetFieldName()
691 aBuffer.append( '#' ); in createWidgetFieldName()
692 appendHex( (sal_Int8)pStr[i], aBuffer ); in createWidgetFieldName()
696 OString aFullName( aBuffer.makeStringAndClear() ); in createWidgetFieldName()
1834 OStringBuffer aBuffer( 20 ); in PDFWriterImpl() local
1835 aBuffer.append( "%PDF-" ); in PDFWriterImpl()
1838 case PDFWriter::PDF_1_2: aBuffer.append( "1.2" );break; in PDFWriterImpl()
1839 case PDFWriter::PDF_1_3: aBuffer.append( "1.3" );break; in PDFWriterImpl()
1846 aBuffer.append( "\n%äüöß\n" ); in PDFWriterImpl()
[all …]
/trunk/main/sax/source/tools/
H A Dconverter.cxx1736 void Converter::decodeBase64(uno::Sequence<sal_Int8>& aBuffer, const rtl::OUString& sBuffer) in decodeBase64() argument
1741 decodeBase64SomeChars( aBuffer, sBuffer ); in decodeBase64()
/trunk/main/sot/source/sdstor/
H A Ducbstorage.cxx715 sal_uInt8 aBuffer[RTL_DIGEST_LENGTH_SHA1]; in UCBStorageStream_Impl() local
716 …rtlDigestError nErr = rtl_digest_SHA1( pKey->GetBuffer(), pKey->Len(), aBuffer, RTL_DIGEST_LENGTH_… in UCBStorageStream_Impl()
719 sal_uInt8* pBuffer = aBuffer; in UCBStorageStream_Impl()
/trunk/main/writerfilter/source/dmapper/
H A DDomainMapper.cxx4520 OUStringBuffer aBuffer = OUStringBuffer(len); in lcl_utext() local
4521 aBuffer.append( (const sal_Unicode *) data_, len); in lcl_utext()
4522 sText = aBuffer.makeStringAndClear(); in lcl_utext()
/trunk/main/sfx2/source/dialog/
H A Dfiledlghelper.cxx776 const Sequence < sal_Int8 > aBuffer( in IMPL_LINK()
780 aAny <<= aBuffer; in IMPL_LINK()
/trunk/main/sc/source/filter/excel/
H A Dxiescher.cxx3588 ::std::vector< sal_uInt8 > aBuffer( nBufferSize ); in ReadHlinkProperty()
3589 sal_uInt8* pnData = &aBuffer.front(); in ReadHlinkProperty()
/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx1004 ::std::vector< sal_uInt8 > aBuffer( nBufferSize ); in ProcessObj()
1005 sal_uInt8* pnData = &aBuffer.front(); in ProcessObj()

Completed in 315 milliseconds

12345678