Searched refs:appendMappedLength (Results 1 – 2 of 2) sorted by relevance
| /AOO41X/main/vcl/source/gdi/ |
| H A D | pdfwriter_impl.cxx | 1436 appendMappedLength( (sal_Int32)rRect.GetWidth(), rBuffer, false ); in appendRect() 1438 appendMappedLength( (sal_Int32)rRect.GetHeight(), rBuffer, true ); in appendRect() 1517 appendMappedLength( aRange.getWidth(), rBuffer, false, NULL, nLog10Divisor ); in appendPolygon() 1519 appendMappedLength( aRange.getHeight(), rBuffer, true, NULL, nLog10Divisor ); in appendPolygon() 1594 void PDFWriterImpl::PDFPage::appendMappedLength( sal_Int32 nLength, OStringBuffer& rBuffer, bool bV… in appendMappedLength() function in PDFWriterImpl::PDFPage 1613 void PDFWriterImpl::PDFPage::appendMappedLength( double fLength, OStringBuffer& rBuffer, bool bVert… in appendMappedLength() function in PDFWriterImpl::PDFPage 1654 appendMappedLength( (sal_Int32)rInfo.GetDashLen(), rBuffer ); in appendLineInfo() 1656 appendMappedLength( (sal_Int32)rInfo.GetDistance(), rBuffer ); in appendLineInfo() 1663 appendMappedLength( (sal_Int32)rInfo.GetDashLen(), rBuffer ); in appendLineInfo() 1665 appendMappedLength( (sal_Int32)rInfo.GetDistance(), rBuffer ); in appendLineInfo() [all …]
|
| H A D | pdfwriter_impl.hxx | 166 …void appendMappedLength( sal_Int32 nLength, rtl::OStringBuffer& rBuffer, bool bVertical = true, sa… 168 …void appendMappedLength( double fLength, rtl::OStringBuffer& rBuffer, bool bVertical = true, sal_I…
|