Lines Matching refs:PDFPage

963     void append( PDFWriterImpl::PDFPage& rPage, OStringBuffer& rBuffer, Point* pBack = NULL );
1068 void Matrix3::append( PDFWriterImpl::PDFPage& rPage, OStringBuffer& rBuffer, Point* pBack ) in append()
1120 PDFWriterImpl::PDFPage::PDFPage( PDFWriterImpl* pWriter, sal_Int32 nPageWidth, sal_Int32 nPageHeigh… in PDFPage() function in PDFWriterImpl::PDFPage
1139 PDFWriterImpl::PDFPage::~PDFPage() in ~PDFPage()
1143 void PDFWriterImpl::PDFPage::beginStream() in beginStream()
1179 void PDFWriterImpl::PDFPage::endStream() in endStream()
1205 bool PDFWriterImpl::PDFPage::emit(sal_Int32 nParentObject ) in emit()
1388 void PDFWriterImpl::PDFPage::appendPoint( const Point& rPoint, OStringBuffer& rBuffer, bool bNeg, P… in appendPoint()
1419 void PDFWriterImpl::PDFPage::appendPixelPoint( const basegfx::B2DPoint& rPoint, OStringBuffer& rBuf… in appendPixelPoint()
1432 void PDFWriterImpl::PDFPage::appendRect( const Rectangle& rRect, OStringBuffer& rBuffer ) const in appendRect()
1442 void PDFWriterImpl::PDFPage::convertRect( Rectangle& rRect ) const in convertRect()
1459 void PDFWriterImpl::PDFPage::appendPolygon( const Polygon& rPoly, OStringBuffer& rBuffer, bool bClo… in appendPolygon()
1504 void PDFWriterImpl::PDFPage::appendPolygon( const basegfx::B2DPolygon& rPoly, OStringBuffer& rBuffe… in appendPolygon()
1580 void PDFWriterImpl::PDFPage::appendPolyPolygon( const PolyPolygon& rPolyPoly, OStringBuffer& rBuffe… in appendPolyPolygon()
1587 void PDFWriterImpl::PDFPage::appendPolyPolygon( const basegfx::B2DPolyPolygon& rPolyPoly, OStringBu… 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()
1625 bool PDFWriterImpl::PDFPage::appendLineInfo( const LineInfo& rInfo, OStringBuffer& rBuffer ) const in appendLineInfo()
1694 void PDFWriterImpl::PDFPage::appendWaveLine( sal_Int32 nWidth, sal_Int32 nY, sal_Int32 nDelta, OStr… in appendWaveLine()
2467 m_aPages.push_back( PDFPage(this, nPageWidth, nPageHeight, eOrientation ) ); in newPage()
4497 const PDFPage& rDestPage = m_aPages[ rDest.m_nPage ]; in appendDest()
5764 for( std::vector<PDFPage>::iterator it = m_aPages.begin(); it != m_aPages.end(); ++it ) in emitCatalog()
5819 …for( std::vector<PDFPage>::const_iterator iter = m_aPages.begin(); iter != m_aPages.end(); ++iter ) in emitCatalog()
5834 …for( std::vector<PDFPage>::const_iterator iter = m_aPages.begin(); iter != m_aPages.end(); ++iter,… in emitCatalog()
6155 const PDFPage& rDestPage = m_aPages[ rDest.m_nPage ]; in emitNamedDestinations()
6698 PDFPage& rPage = m_aPages[ it->first ]; in sortWidgets()