Lines Matching refs:PDFWriter

120         PDFWriter::Orientation		m_eOrientation;
128 PDFWriter::PageTransition m_eTransition;
133 …PDFPage( PDFWriterImpl* pWriter, sal_Int32 nPageWidth, sal_Int32 nPageHeight, PDFWriter::Orientati…
371 PDFWriter::DestAreaType m_eType;
380 PDFWriter::DestAreaType m_eType;
443 PDFWriter::WidgetType m_eType;
472 : m_eType( PDFWriter::PushButton ), in PDFWidget()
486 PDFWriter::StructAttributeValue eValue;
490 : eValue( PDFWriter::Invalid ), in PDFStructureAttribute()
494 PDFStructureAttribute( PDFWriter::StructAttributeValue eVal ) in PDFStructureAttribute()
500 : eValue( PDFWriter::Invalid ), in PDFStructureAttribute()
505 typedef std::map<PDFWriter::StructAttribute, PDFStructureAttribute > PDFStructAttributes;
520 PDFWriter::StructElement m_eType;
539 m_eType( PDFWriter::NonStructElement ), in PDFStructureElement()
580 static const sal_Char* getStructureTag( PDFWriter::StructElement );
581 static const sal_Char* getAttributeTag( PDFWriter::StructAttribute eAtr );
582 static const sal_Char* getAttributeValueTag( PDFWriter::StructAttributeValue eVal );
588 static void convertLineInfoToExtLineInfo( const LineInfo& rIn, PDFWriter::ExtLineInfo& rOut );
675 PDFWriter::Orientation m_eInheritedOrientation;
684 PDFWriter::PDFWriterContext m_aContext;
788 std::set< PDFWriter::ErrorCode > m_aErrors;
968 sal_Int32 findRadioGroupWidget( const PDFWriter::RadioButtonWidget& rRadio );
974 Font drawFieldBorder( PDFWidget&, const PDFWriter::AnyWidget&, const StyleSettings& );
976 … void createDefaultPushButtonAppearance( PDFWidget&, const PDFWriter::PushButtonWidget& rWidget );
977 void createDefaultCheckBoxAppearance( PDFWidget&, const PDFWriter::CheckBoxWidget& rWidget );
978 …void createDefaultRadioButtonAppearance( PDFWidget&, const PDFWriter::RadioButtonWidget& rWidget );
979 void createDefaultEditAppearance( PDFWidget&, const PDFWriter::EditWidget& rWidget );
980 void createDefaultListBoxAppearance( PDFWidget&, const PDFWriter::ListBoxWidget& rWidget );
983 … void createWidgetFieldName( sal_Int32 i_nWidgetsIndex, const PDFWriter::AnyWidget& i_rInWidget );
1019 PDFWriter& m_rOuterFace;
1029 vcl::PDFWriter::PDFEncryptionProperties& io_rProperties,
1039 vcl::PDFWriter::PDFEncryptionProperties& io_rProperties,
1045 const vcl::PDFWriter::PDFDocInfo& i_rDocInfo,
1049 …static sal_Int32 computeAccessPermissions( const vcl::PDFWriter::PDFEncryptionProperties& i_rPrope…
1056 VirtualDevice* pDummyVDev, const vcl::PDFWriter::PlayMetafileContext& );
1058 VirtualDevice* pDummyVDev, const vcl::PDFWriter::PlayMetafileContext& );
1069 …Impl( const PDFWriter::PDFWriterContext& rContext, const com::sun::star::uno::Reference< com::sun:…
1094 …sal_Int32 newPage( sal_Int32 nPageWidth , sal_Int32 nPageHeight, PDFWriter::Orientation eOrientati…
1096 std::set< PDFWriter::ErrorCode > getErrors();
1097 void insertError( PDFWriter::ErrorCode eErr ) { m_aErrors.insert( eErr ); } in insertError()
1098 …void playMetafile( const GDIMetaFile&, vcl::PDFExtOutDevData*, const vcl::PDFWriter::PlayMetafileC…
1108 PDFWriter::PDFVersion getVersion() const { return m_aContext.Version; } in getVersion()
1238 void drawPolyLine( const Polygon& rPoly, const PDFWriter::ExtLineInfo& rInfo );
1269 …stName, const Rectangle& rRect, sal_Int32 nPageNr = -1, PDFWriter::DestAreaType eType = PDFWriter:…
1280 …teDest( const Rectangle& rRect, sal_Int32 nPageNr = -1, PDFWriter::DestAreaType eType = PDFWriter:…
1281 …DestId, const Rectangle& rRect, sal_Int32 nPageNr = -1, PDFWriter::DestAreaType eType = PDFWriter:…
1295 sal_Int32 beginStructureElement( PDFWriter::StructElement eType, const rtl::OUString& rAlias );
1299 …bool setStructureAttribute( enum PDFWriter::StructAttribute eAttr, enum PDFWriter::StructAttribute…
1300 bool setStructureAttributeNumerical( enum PDFWriter::StructAttribute eAttr, sal_Int32 nValue );
1307 …void setPageTransition( PDFWriter::PageTransition eType, sal_uInt32 nMilliSec, sal_Int32 nPageNr =…
1310 sal_Int32 createControl( const PDFWriter::AnyWidget& rControl, sal_Int32 nPageNr = -1 );
1312 bool endControlAppearance( PDFWriter::WidgetState eState );