Lines Matching refs:rBuffer

168     MultiBufferString(rtl::OStringBuffer& rBuffer);
175 MultiBufferString::MultiBufferString(rtl::OStringBuffer& rBuffer) in MultiBufferString() argument
177 maBuffer(rBuffer) in MultiBufferString()
3444 void lcl_AppendSP( OStringBuffer& rBuffer, in lcl_AppendSP() argument
3449 rBuffer.append( "{" OOO_STRING_SVTOOLS_RTF_SP "{" ); // "{\sp{" in lcl_AppendSP()
3450 rBuffer.append( OOO_STRING_SVTOOLS_RTF_SN " " );//" \sn " in lcl_AppendSP()
3451 rBuffer.append( cName ); //"PropName" in lcl_AppendSP()
3452 rBuffer.append( "}{" OOO_STRING_SVTOOLS_RTF_SV " " ); in lcl_AppendSP()
3454 rBuffer.append( rExport.OutString( rValue, rExport.eCurrentEncoding ) ); in lcl_AppendSP()
3455 rBuffer.append( "}}" ); in lcl_AppendSP()
3473 rtl::OStringBuffer& rBuffer = rTarget.getOStringBuffer(); in ExportPICT() local
3474 rBuffer.append("{" OOO_STRING_SVTOOLS_RTF_PICT); in ExportPICT()
3481rBuffer.append( "{" OOO_STRING_SVTOOLS_RTF_IGNORE OOO_STRING_SVTOOLS_RTF_PICPROP );//"{\*\picprop in ExportPICT()
3482 lcl_AppendSP( rBuffer, "wzDescription", sDescription, rExport ); in ExportPICT()
3484 lcl_AppendSP( rBuffer, "wzName", sName, rExport ); in ExportPICT()
3485 rBuffer.append( "}" ); //"}" in ExportPICT()
3500 rBuffer.append(OOO_STRING_SVTOOLS_RTF_PICSCALEX); in ExportPICT()
3501 rBuffer.append((sal_Int32)((100 * rRendered.Width()) / nXCroppedSize)); in ExportPICT()
3502 rBuffer.append(OOO_STRING_SVTOOLS_RTF_PICSCALEY); in ExportPICT()
3503 rBuffer.append((sal_Int32)((100 * rRendered.Height()) / nYCroppedSize)); in ExportPICT()
3505 rBuffer.append(OOO_STRING_SVTOOLS_RTF_PICCROPL); in ExportPICT()
3506 rBuffer.append((sal_Int32)rCr.GetLeft()); in ExportPICT()
3507 rBuffer.append(OOO_STRING_SVTOOLS_RTF_PICCROPR); in ExportPICT()
3508 rBuffer.append((sal_Int32)rCr.GetRight()); in ExportPICT()
3509 rBuffer.append(OOO_STRING_SVTOOLS_RTF_PICCROPT); in ExportPICT()
3510 rBuffer.append((sal_Int32)rCr.GetTop()); in ExportPICT()
3511 rBuffer.append(OOO_STRING_SVTOOLS_RTF_PICCROPB); in ExportPICT()
3512 rBuffer.append((sal_Int32)rCr.GetBottom()); in ExportPICT()
3514 rBuffer.append(OOO_STRING_SVTOOLS_RTF_PICW); in ExportPICT()
3515 rBuffer.append((sal_Int32)rMapped.Width()); in ExportPICT()
3516 rBuffer.append(OOO_STRING_SVTOOLS_RTF_PICH); in ExportPICT()
3517 rBuffer.append((sal_Int32)rMapped.Height()); in ExportPICT()
3519 rBuffer.append(OOO_STRING_SVTOOLS_RTF_PICWGOAL); in ExportPICT()
3520 rBuffer.append((sal_Int32)rOrig.Width()); in ExportPICT()
3521 rBuffer.append(OOO_STRING_SVTOOLS_RTF_PICHGOAL); in ExportPICT()
3522 rBuffer.append((sal_Int32)rOrig.Height()); in ExportPICT()
3524 rBuffer.append(pBLIPType); in ExportPICT()
3527 rBuffer.append((sal_Int32)8); in ExportPICT()
3530 rBuffer.append(RtfExport::sNewLine); in ExportPICT()
3538 rBuffer.append('}'); in ExportPICT()