Lines Matching defs:rBuffer

511 static void appendHex( sal_Int8 nInt, OStringBuffer& rBuffer )  in appendHex()
519 static void appendName( const OUString& rStr, OStringBuffer& rBuffer ) in appendName()
550 static void appendName( const sal_Char* pStr, OStringBuffer& rBuffer ) in appendName()
572 static void appendLiteralString( const sal_Char* pStr, sal_Int32 nLength, OStringBuffer& rBuffer ) in appendLiteralString()
631 static void appendDestinationName( const rtl::OUString& rString, OStringBuffer& rBuffer ) in appendDestinationName()
656 static void appendUnicodeTextString( const rtl::OUString& rString, OStringBuffer& rBuffer ) in appendUnicodeTextString()
827 static void appendFixedInt( sal_Int32 nValue, OStringBuffer& rBuffer, sal_Int32 nPrecision = nLog10… in appendFixedInt()
856 static void appendDouble( double fValue, OStringBuffer& rBuffer, sal_Int32 nPrecision = 5 ) in appendDouble()
898 static void appendColor( const Color& rColor, OStringBuffer& rBuffer, bool bConvertToGrey = false ) in appendColor()
919 void PDFWriterImpl::appendStrokingColor( const Color& rColor, OStringBuffer& rBuffer ) in appendStrokingColor()
929 void PDFWriterImpl::appendNonStrokingColor( const Color& rColor, OStringBuffer& rBuffer ) in appendNonStrokingColor()
1068 void Matrix3::append( PDFWriterImpl::PDFPage& rPage, OStringBuffer& rBuffer, Point* pBack ) in append()
1388 void PDFWriterImpl::PDFPage::appendPoint( const Point& rPoint, OStringBuffer& rBuffer, bool bNeg, P… in appendPoint()
1459 void PDFWriterImpl::PDFPage::appendPolygon( const Polygon& rPoly, OStringBuffer& rBuffer, bool bClo… in appendPolygon()
1504 …rImpl::PDFPage::appendPolygon( const basegfx::B2DPolygon& rPoly, OStringBuffer& rBuffer, bool bClo… in appendPolygon()
1580 …rImpl::PDFPage::appendPolyPolygon( const PolyPolygon& rPolyPoly, OStringBuffer& rBuffer, bool bClo… in appendPolyPolygon()
1587 …ge::appendPolyPolygon( const basegfx::B2DPolyPolygon& rPolyPoly, OStringBuffer& rBuffer, bool bClo… in appendPolyPolygon()
1594 void PDFWriterImpl::PDFPage::appendMappedLength( sal_Int32 nLength, OStringBuffer& rBuffer, bool bV… in appendMappedLength()
1613 void PDFWriterImpl::PDFPage::appendMappedLength( double fLength, OStringBuffer& rBuffer, bool bVert… in appendMappedLength()
3827 static void appendSubsetName( int nSubsetID, const OUString& rPSName, OStringBuffer& rBuffer ) in appendSubsetName()
4485 bool PDFWriterImpl::appendDest( sal_Int32 nDestID, OStringBuffer& rBuffer ) in appendDest()