Searched refs:rPDFExtOutDevData (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/sd/source/ui/unoidl/ |
H A D | unomodel.cxx | 1648 ImplPDFExportShapeInteraction( xSubShape, rDoc, rPDFExtOutDevData ); in ImplPDFExportShapeInteraction() 1675 sal_Int32 nLinkId = rPDFExtOutDevData.CreateLink( aLinkRect, -1 ); in ImplPDFExportShapeInteraction() 1676 rPDFExtOutDevData.SetLinkDest( nLinkId, nDestId ); in ImplPDFExportShapeInteraction() 1682 sal_Int32 nLinkId = rPDFExtOutDevData.CreateLink( aLinkRect, -1 ); in ImplPDFExportShapeInteraction() 1683 rPDFExtOutDevData.SetLinkDest( nLinkId, nDestId ); in ImplPDFExportShapeInteraction() 1688 sal_Int32 nDestPage = rPDFExtOutDevData.GetCurrentPageNumber(); in ImplPDFExportShapeInteraction() 1693 rPDFExtOutDevData.SetLinkDest( nLinkId, nDestId ); in ImplPDFExportShapeInteraction() 1698 sal_Int32 nDestPage = rPDFExtOutDevData.GetCurrentPageNumber() + 1; in ImplPDFExportShapeInteraction() 1704 rPDFExtOutDevData.SetLinkDest( nLinkId, nDestId ); in ImplPDFExportShapeInteraction() 1722 rPDFExtOutDevData.SetLinkURL( nLinkId, aBookmark ); in ImplPDFExportShapeInteraction() [all …]
|
/aoo42x/main/sw/source/core/text/ |
H A D | EnhancedPDFExportHelper.cxx | 2163 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()
|
/aoo42x/main/filter/source/pdf/ |
H A D | pdfexport.cxx | 1015 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 D | pdfexport.hxx | 113 … ImplExportPage( ::vcl::PDFWriter& rWriter, ::vcl::PDFExtOutDevData& rPDFExtOutDevData,
|
/aoo42x/main/sw/inc/ |
H A D | EnhancedPDFExportHelper.hxx | 229 void MakeHeaderFooterLinks( vcl::PDFExtOutDevData& rPDFExtOutDevData,
|
Completed in 51 milliseconds