Lines Matching refs:PDFWriter

80     PDFWriter::DestAreaType mAreaType;
91 std::deque< PDFWriter::DestAreaType > mParaDestAreaTypes;
93 std::deque< PDFWriter::PageTransition > mParaPageTransitions;
112 void PlayGlobalActions( PDFWriter& rWriter );
148 void GlobalSyncData::PlayGlobalActions( PDFWriter& rWriter ) in PlayGlobalActions()
302 std::deque< PDFWriter::StructElement > mParaStructElements;
303 std::deque< PDFWriter::StructAttribute > mParaStructAttributes;
304 std::deque< PDFWriter::StructAttributeValue > mParaStructAttributeValues;
306 std::deque< ::boost::shared_ptr< PDFWriter::AnyWidget > >
315 …sal_Bool PlaySyncPageAct( PDFWriter& rWriter, sal_uInt32& rCurGDIMtfAction, const PDFExtOutDevData…
330 sal_Bool PageSyncData::PlaySyncPageAct( PDFWriter& rWriter, sal_uInt32& rCurGDIMtfAction, const PDF… in PlaySyncPageAct()
393 ::boost::shared_ptr< PDFWriter::AnyWidget > pControl( mControls.front() ); in PlaySyncPageAct()
632 sal_Bool PDFExtOutDevData::PlaySyncPageAct( PDFWriter& rWriter, sal_uInt32& rIdx ) in PlaySyncPageAct()
636 void PDFExtOutDevData::PlayGlobalActions( PDFWriter& rWriter ) in PlayGlobalActions()
645 …st(const String& sDestName, const Rectangle& rRect, sal_Int32 nPageNr, PDFWriter::DestAreaType eT… in CreateNamedDest()
665 …eredDest( sal_Int32 nDestId, const Rectangle& rRect, sal_Int32 nPageNr, PDFWriter::DestAreaType eT… in DescribeRegisteredDest()
675 sal_Int32 PDFExtOutDevData::CreateDest( const Rectangle& rRect, sal_Int32 nPageNr, PDFWriter::DestA… in CreateDest()
749 void PDFExtOutDevData::SetPageTransition( PDFWriter::PageTransition eType, sal_uInt32 nMilliSec, sa… in SetPageTransition()
759 …sal_Int32 PDFExtOutDevData::BeginStructureElement( PDFWriter::StructElement eType, const rtl::OUSt… in BeginStructureElement()
791 bool PDFExtOutDevData::SetStructureAttribute( PDFWriter::StructAttribute eAttr, PDFWriter::StructAt… in SetStructureAttribute()
798 bool PDFExtOutDevData::SetStructureAttributeNumerical( PDFWriter::StructAttribute eAttr, sal_Int32 … in SetStructureAttributeNumerical()
821 void PDFExtOutDevData::CreateControl( const PDFWriter::AnyWidget& rControlType, sal_Int32 /*nPageNr… in CreateControl()
825 ::boost::shared_ptr< PDFWriter::AnyWidget > pClone( rControlType.Clone() ); in CreateControl()