Searched refs:PDFPage (Results 1 – 2 of 2) sorted by relevance
/trunk/main/vcl/source/gdi/ |
H A D | pdfwriter_impl.hxx | 115 struct PDFPage struct in vcl::PDFWriterImpl 133 …PDFPage( PDFWriterImpl* pWriter, sal_Int32 nPageWidth, sal_Int32 nPageHeight, PDFWriter::Orientati… 134 ~PDFPage(); 180 friend struct PDFPage; 595 std::vector< PDFPage > m_aPages;
|
H A D | pdfwriter_impl.cxx | 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() 1442 void PDFWriterImpl::PDFPage::convertRect( Rectangle& rRect ) const in convertRect() 2467 m_aPages.push_back( PDFPage(this, nPageWidth, nPageHeight, eOrientation ) ); in newPage() 4497 const PDFPage& rDestPage = m_aPages[ rDest.m_nPage ]; in appendDest() 6155 const PDFPage& rDestPage = m_aPages[ rDest.m_nPage ]; in emitNamedDestinations() [all …]
|
Completed in 76 milliseconds