Home
last modified time | relevance | path

Searched refs:PDFStreamIf (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.hxx74 class PDFStreamIf;
80 friend class PDFStreamIf;
H A Dpdfwriter_impl.cxx6726 class PDFStreamIf : class
6732 PDFStreamIf( PDFWriterImpl* pWriter ) : m_pWriter( pWriter ), m_bWrite( true ) {} in PDFStreamIf() function in vcl::PDFStreamIf
6733 virtual ~PDFStreamIf();
6741 PDFStreamIf::~PDFStreamIf() in ~PDFStreamIf()
6745 void SAL_CALL PDFStreamIf::writeBytes( const com::sun::star::uno::Sequence< sal_Int8 >& aData ) th… in writeBytes()
6755 void SAL_CALL PDFStreamIf::flush() throw() in flush()
6759 void SAL_CALL PDFStreamIf::closeOutput() throw() in closeOutput()
6796 …:sun::star::uno::Reference< com::sun::star::io::XOutputStream > xStream( new PDFStreamIf( this ) ); in emitAdditionalStreams()

Completed in 78 milliseconds