Home
last modified time | relevance | path

Searched refs:PDFWriter (Results 1 – 23 of 23) sorted by relevance

/AOO41X/main/vcl/source/gdi/
H A Dpdfwriter.cxx33 PDFWriter::AnyWidget::~AnyWidget() in ~AnyWidget()
37 PDFWriter::PDFWriter( const PDFWriter::PDFWriterContext& rContext, const com::sun::star::uno::Refer… in PDFWriter() function in PDFWriter
43 PDFWriter::~PDFWriter() in ~PDFWriter()
48 OutputDevice* PDFWriter::GetReferenceDevice() in GetReferenceDevice()
53 sal_Int32 PDFWriter::NewPage( sal_Int32 nPageWidth, sal_Int32 nPageHeight, Orientation eOrientation… in NewPage()
58 bool PDFWriter::Emit() in Emit()
63 PDFWriter::PDFVersion PDFWriter::GetVersion() const in GetVersion()
68 void PDFWriter::SetDocumentLocale( const com::sun::star::lang::Locale& rLoc ) in SetDocumentLocale()
73 void PDFWriter::SetFont( const Font& rFont ) in SetFont()
78 void PDFWriter::DrawText( const Point& rPos, const String& rText ) in DrawText()
[all …]
H A Dpdfwriter_impl.cxx119 PDFWriter::PDFWriterContext aContext; in doTestCode()
121 aContext.Version = PDFWriter::PDF_1_4; in doTestCode()
127 PDFWriter aWriter( aContext ); in doTestCode()
129 aWriter.BeginStructureElement( PDFWriter::Document ); in doTestCode()
158 aWriter.BeginStructureElement( PDFWriter::Section ); in doTestCode()
159 aWriter.BeginStructureElement( PDFWriter::Heading ); in doTestCode()
162 aWriter.BeginStructureElement( PDFWriter::Paragraph ); in doTestCode()
163 aWriter.SetStructureAttribute( PDFWriter::WritingMode, PDFWriter::LrTb ); in doTestCode()
164 aWriter.SetStructureAttribute( PDFWriter::TextDecorationType, PDFWriter::Underline ); in doTestCode()
172 sal_Int32 nLongPara = aWriter.BeginStructureElement( PDFWriter::Paragraph ); in doTestCode()
[all …]
H A Dpdfwriter_impl.hxx120 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()
[all …]
H A Dpdfextoutdevdata.cxx80 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…
[all …]
H A Dpdfwriter_impl2.cxx61 … VirtualDevice* i_pDummyVDev, const vcl::PDFWriter::PlayMetafileContext& i_rContext ) in implWriteGradient()
76 … VirtualDevice* i_pDummyVDev, const vcl::PDFWriter::PlayMetafileContext& i_rContext ) in implWriteBitmapEx()
151 if( m_aContext.ColorMode == PDFWriter::DrawGreyscale ) in implWriteBitmapEx()
259 …t GDIMetaFile& i_rMtf, vcl::PDFExtOutDevData* i_pOutDevData, const vcl::PDFWriter::PlayMetafileCon… in playMetafile()
593 PDFWriter::ExtLineInfo aInfo; in playMetafile()
600 … case SvtGraphicStroke::capButt: aInfo.m_eCap = PDFWriter::capButt;break; in playMetafile()
601 … case SvtGraphicStroke::capRound: aInfo.m_eCap = PDFWriter::capRound;break; in playMetafile()
602 … case SvtGraphicStroke::capSquare: aInfo.m_eCap = PDFWriter::capSquare;break; in playMetafile()
607 … case SvtGraphicStroke::joinMiter: aInfo.m_eJoin = PDFWriter::joinMiter;break; in playMetafile()
608 … case SvtGraphicStroke::joinRound: aInfo.m_eJoin = PDFWriter::joinRound;break; in playMetafile()
[all …]
H A Dprint2.cxx1154 mpPDFWriter->insertError( vcl::PDFWriter::Warning_Transparency_Converted ); in RemoveTransparenciesFromMetaFile()
/AOO41X/main/sw/source/core/text/
H A DEnhancedPDFExportHelper.cxx298 BeginTag( vcl::PDFWriter::NonStructElement, aEmptyString ); in SwTaggedPDFHelper()
428 void SwTaggedPDFHelper::BeginTag( vcl::PDFWriter::StructElement eType, const String& rString ) in BeginTag()
452 if ( vcl::PDFWriter::List == eType ) in BeginTag()
457 else if ( vcl::PDFWriter::LIBody == eType ) in BeginTag()
505 void SwTaggedPDFHelper::SetAttributes( vcl::PDFWriter::StructElement eType ) in SetAttributes()
507 vcl::PDFWriter::StructAttributeValue eVal; in SetAttributes()
537 case vcl::PDFWriter::Document : in SetAttributes()
541 case vcl::PDFWriter::Table : in SetAttributes()
553 case vcl::PDFWriter::TableRow : in SetAttributes()
558 case vcl::PDFWriter::TableHeader : in SetAttributes()
[all …]
/AOO41X/main/toolkit/source/helper/
H A Dformpdfexport.cxx110 ::vcl::PDFWriter::AnyWidget* createDefaultWidget( sal_Int16 _nFormComponentType ) in createDefaultWidget()
115 return new ::vcl::PDFWriter::PushButtonWidget; in createDefaultWidget()
117 return new ::vcl::PDFWriter::CheckBoxWidget; in createDefaultWidget()
119 return new ::vcl::PDFWriter::RadioButtonWidget; in createDefaultWidget()
121 return new ::vcl::PDFWriter::ListBoxWidget; in createDefaultWidget()
123 return new ::vcl::PDFWriter::ComboBoxWidget; in createDefaultWidget()
132 return new ::vcl::PDFWriter::EditWidget; in createDefaultWidget()
284 …::std::auto_ptr< ::vcl::PDFWriter::AnyWidget >& _rpDescriptor, ::vcl::PDFExtOutDevData& i_pdfExpor… in describePDFControl()
437 if ( _rpDescriptor->getType() == ::vcl::PDFWriter::Edit ) in describePDFControl()
439 …::vcl::PDFWriter::EditWidget* pEditWidget = static_cast< ::vcl::PDFWriter::EditWidget* >( _rpDescr… in describePDFControl()
[all …]
/AOO41X/main/vcl/inc/vcl/
H A Dpdfextoutdevdata.hxx39 namespace vcl { class PDFWriter; }
106 sal_Bool PlaySyncPageAct( PDFWriter& rWriter, sal_uInt32& rCurGDIMtfAction );
109 void PlayGlobalActions( PDFWriter& rWriter );
213 …tName, const Rectangle& rRect, sal_Int32 nPageNr = -1, PDFWriter::DestAreaType eType = PDFWriter:…
230 …DestId, const Rectangle& rRect, sal_Int32 nPageNr = -1, PDFWriter::DestAreaType eType = PDFWriter:…
250 …teDest( const Rectangle& rRect, sal_Int32 nPageNr = -1, PDFWriter::DestAreaType eType = PDFWriter:…
408 …sal_Int32 BeginStructureElement( PDFWriter::StructElement eType, const rtl::OUString& rAlias = rtl…
458 …bool SetStructureAttribute( PDFWriter::StructAttribute eAttr, PDFWriter::StructAttributeValue eVal…
476 bool SetStructureAttributeNumerical( PDFWriter::StructAttribute eAttr, sal_Int32 nValue );
536 …void SetPageTransition( PDFWriter::PageTransition eType, sal_uInt32 nMilliSec, sal_Int32 nPageNr =…
[all …]
H A Dpdfwriter.hxx77 class VCL_DLLPUBLIC PDFWriter class
325 : AnyWidget( vcl::PDFWriter::PushButton ), in PushButtonWidget()
341 : AnyWidget( vcl::PDFWriter::CheckBox ), in CheckBoxWidget()
360 : AnyWidget( vcl::PDFWriter::RadioButton ), in RadioButtonWidget()
388 : AnyWidget( vcl::PDFWriter::Edit ), in EditWidget()
413 : AnyWidget( vcl::PDFWriter::ListBox ), in ListBoxWidget()
433 : AnyWidget( vcl::PDFWriter::ComboBox ), in ComboBoxWidget()
550 PDFWriter::PDFLinkDefaultAction DefaultLinkAction;
568 PDFWriter::ExportDataFormat SubmitFormat;
575 PDFWriter::PDFViewerPageMode PDFDocumentMode;
[all …]
/AOO41X/main/filter/source/pdf/
H A Dpdfexport.cxx167 sal_Bool PDFExport::ExportSelection( vcl::PDFWriter& rPDFWriter, Reference< com::sun::star::view::X… in ExportSelection()
394 std::set< PDFWriter::ErrorCode > aErrors; in Export()
413 PDFWriter::PDFWriterContext aContext; in Export()
576 aContext.Version = PDFWriter::PDF_1_4; in Export()
579 aContext.Version = PDFWriter::PDF_A_1; in Export()
613 aContext.PDFDocumentMode = PDFWriter::ModeDefault; in Export()
616 aContext.PDFDocumentMode = PDFWriter::UseOutlines; in Export()
619 aContext.PDFDocumentMode = PDFWriter::UseThumbs; in Export()
626 aContext.PDFDocumentAction = PDFWriter::ActionDefault; in Export()
629 aContext.PDFDocumentAction = PDFWriter::FitInWindow; in Export()
[all …]
H A Dpdfexport.hxx42 namespace vcl { class PDFWriter; }
113 …sal_Bool ImplExportPage( ::vcl::PDFWriter& rWriter, ::vcl::PDFExtOutDevData& rPDFEx…
115 void ImplWriteWatermark( ::vcl::PDFWriter& rWriter, const Size& rPageSize );
124 …sal_Bool ExportSelection( vcl::PDFWriter& rPDFWriter, Reference< com::sun::star::vi…
129 void showErrors( const std::set<vcl::PDFWriter::ErrorCode>& );
H A Dimpdialog.cxx1203 mxPreparedPasswords = vcl::PDFWriter::InitEncryption( aOwnerPW, aUserPW, true ); in IMPL_LINK()
1468 ImplErrorDialog::ImplErrorDialog( const std::set< vcl::PDFWriter::ErrorCode >& rErrors ) : in ImplErrorDialog()
1481 for( std::set<vcl::PDFWriter::ErrorCode>::const_iterator it = rErrors.begin(); in ImplErrorDialog()
1486 case vcl::PDFWriter::Warning_Transparency_Omitted_PDFA: in ImplErrorDialog()
1493 case vcl::PDFWriter::Warning_Transparency_Omitted_PDF13: in ImplErrorDialog()
1500 case vcl::PDFWriter::Warning_FormAction_Omitted_PDFA: in ImplErrorDialog()
1507 case vcl::PDFWriter::Warning_Transparency_Converted: in ImplErrorDialog()
H A Dpdfinteract.cxx64 std::set< vcl::PDFWriter::ErrorCode > aCodes; in handleInteractionRequest()
67 aCodes.insert( (vcl::PDFWriter::ErrorCode)aExc.ErrorCodes.getConstArray()[i] ); in handleInteractionRequest()
H A Dimpdialog.hxx72 ImplErrorDialog( const std::set< vcl::PDFWriter::ErrorCode >& );
/AOO41X/main/sd/source/ui/unoidl/
H A Dunomodel.cxx1569 vcl::PDFWriter::StructElement ImplBegStructureTag( SdrObject& rObject );
1704 …nt32 nDestId = rPDFExtOutDevData.CreateDest( aPageRect, nCount - 1, vcl::PDFWriter::FitRectangle ); in ImplPDFExportShapeInteraction()
1711 … sal_Int32 nDestId = rPDFExtOutDevData.CreateDest( aPageRect, 0, vcl::PDFWriter::FitRectangle ); in ImplPDFExportShapeInteraction()
1721 …Int32 nDestId = rPDFExtOutDevData.CreateDest( aPageRect, nDestPage, vcl::PDFWriter::FitRectangle ); in ImplPDFExportShapeInteraction()
1732 …Int32 nDestId = rPDFExtOutDevData.CreateDest( aPageRect, nDestPage, vcl::PDFWriter::FitRectangle ); in ImplPDFExportShapeInteraction()
1760 …sal_Int32 nDestId = rPDFExtOutDevData.CreateDest( aPageRect, nPage, vcl::PDFWriter::FitRectangle ); in ImplPDFExportShapeInteraction()
1787 vcl::PDFWriter::StructElement ImplRenderPaintProc::ImplBegStructureTag( SdrObject& rObject ) in ImplBegStructureTag()
1789 vcl::PDFWriter::StructElement eElement(vcl::PDFWriter::NonStructElement); in ImplBegStructureTag()
1800 eElement = vcl::PDFWriter::Section; in ImplBegStructureTag()
1802 eElement = vcl::PDFWriter::Heading; in ImplBegStructureTag()
[all …]
/AOO41X/main/drawinglayer/inc/drawinglayer/primitive2d/
H A Dstructuretagprimitive2d.hxx53 vcl::PDFWriter::StructElement maStructureElement;
58 const vcl::PDFWriter::StructElement& rStructureElement,
62 … const vcl::PDFWriter::StructElement& getStructureElement() const { return maStructureElement; } in getStructureElement()
/AOO41X/main/vcl/unx/generic/gdi/
H A Dsalprnpsp.cxx1181 vcl::PDFWriter::PDFWriterContext aContext; in StartJob()
1182 aContext.Version = vcl::PDFWriter::PDF_1_4; in StartJob()
1187 ? vcl::PDFWriter::DrawGreyscale : vcl::PDFWriter::DrawColor; in StartJob()
1195 vcl::PDFWriter::PlayMetafileContext aMtfContext; in StartJob()
1198 boost::shared_ptr<vcl::PDFWriter> pWriter; in StartJob()
1269 … pWriter.reset( new vcl::PDFWriter( aContext, uno::Reference< beans::XMaterialHolder >() ) ); in StartJob()
1277 vcl::PDFWriter::Portrait ); in StartJob()
/AOO41X/main/sw/inc/
H A DEnhancedPDFExportHelper.hxx159 void BeginTag( vcl::PDFWriter::StructElement aTagRole, const String& rTagName );
162 void SetAttributes( vcl::PDFWriter::StructElement eType );
/AOO41X/main/drawinglayer/source/processor2d/
H A Dvclmetafileprocessor2d.cxx899 ::std::auto_ptr< ::vcl::PDFWriter::AnyWidget > pPDFControl; in processBasePrimitive2D()
915 mpPDFExtOutDevData->BeginStructureElement(vcl::PDFWriter::Form); in processBasePrimitive2D()
1059 mpPDFExtOutDevData->BeginStructureElement( vcl::PDFWriter::Paragraph ); in processBasePrimitive2D()
2155 … const vcl::PDFWriter::StructElement& rTagElement(rStructureTagCandidate.getStructureElement()); in processBasePrimitive2D()
2156 const bool bTagUsed(vcl::PDFWriter::NonStructElement != rTagElement); in processBasePrimitive2D()
/AOO41X/main/drawinglayer/source/primitive2d/
H A Dstructuretagprimitive2d.cxx41 const vcl::PDFWriter::StructElement& rStructureElement, in StructureTagPrimitive2D()
/AOO41X/main/toolkit/inc/toolkit/helper/
H A Dformpdfexport.hxx51 ::std::auto_ptr< ::vcl::PDFWriter::AnyWidget >& _rpDescriptor,
/AOO41X/main/editeng/source/editeng/
H A Dimpedit3.cxx2913 pPDFExtOutDevData->BeginStructureElement( vcl::PDFWriter::Paragraph ); in Paint()