Home
last modified time | relevance | path

Searched refs:rPDFExtOutDevData (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sd/source/ui/unoidl/
H A Dunomodel.cxx1626 …ortComments( uno::Reference< drawing::XDrawPage > xPage, vcl::PDFExtOutDevData& rPDFExtOutDevData ) in ImplPDFExportComments() argument
1653rPDFExtOutDevData.CreateNote( Rectangle( Point( static_cast< long >( aRealPoint2D.X * 100 ), in ImplPDFExportComments()
1662 …ference< drawing::XShape > xShape, SdDrawDocument& rDoc, vcl::PDFExtOutDevData& rPDFExtOutDevData ) in ImplPDFExportShapeInteraction() argument
1678 ImplPDFExportShapeInteraction( xSubShape, rDoc, rPDFExtOutDevData ); in ImplPDFExportShapeInteraction()
1704 …sal_Int32 nDestId = rPDFExtOutDevData.CreateDest( aPageRect, nCount - 1, vcl::PDFWriter::FitRectan… in ImplPDFExportShapeInteraction()
1705 sal_Int32 nLinkId = rPDFExtOutDevData.CreateLink( aLinkRect, -1 ); in ImplPDFExportShapeInteraction()
1706 rPDFExtOutDevData.SetLinkDest( nLinkId, nDestId ); in ImplPDFExportShapeInteraction()
1711 … sal_Int32 nDestId = rPDFExtOutDevData.CreateDest( aPageRect, 0, vcl::PDFWriter::FitRectangle ); in ImplPDFExportShapeInteraction()
1712 sal_Int32 nLinkId = rPDFExtOutDevData.CreateLink( aLinkRect, -1 ); in ImplPDFExportShapeInteraction()
1713 rPDFExtOutDevData.SetLinkDest( nLinkId, nDestId ); in ImplPDFExportShapeInteraction()
[all …]
/trunk/main/sw/source/core/text/
H A DEnhancedPDFExportHelper.cxx2163 void SwEnhancedPDFExportHelper::MakeHeaderFooterLinks( vcl::PDFExtOutDevData& rPDFExtOutDevData, in MakeHeaderFooterLinks() argument
2194 rPDFExtOutDevData.CreateLink( aHFLinkRect.SVRect(), nHFLinkPageNum ); in MakeHeaderFooterLinks()
2198 rPDFExtOutDevData.SetLinkDest( nHFLinkId, nDestId ); in MakeHeaderFooterLinks()
2200 rPDFExtOutDevData.SetLinkURL( nHFLinkId, rURL ); in MakeHeaderFooterLinks()
/trunk/main/filter/source/pdf/
H A Dpdfexport.cxx1015 sal_Bool PDFExport::ImplExportPage( PDFWriter& rWriter, PDFExtOutDevData& rPDFExtOutDevData, const … in ImplExportPage() argument
1045 rWriter.PlayMetafile( aMtf, aCtx, &rPDFExtOutDevData ); in ImplExportPage()
1047 rPDFExtOutDevData.ResetSyncData(); in ImplExportPage()
H A Dpdfexport.hxx113 … ImplExportPage( ::vcl::PDFWriter& rWriter, ::vcl::PDFExtOutDevData& rPDFExtOutDevData,
/trunk/main/sw/inc/
H A DEnhancedPDFExportHelper.hxx229 void MakeHeaderFooterLinks( vcl::PDFExtOutDevData& rPDFExtOutDevData,