Lines Matching refs:rPDFExtOutDevData

1596 …ortComments( uno::Reference< drawing::XDrawPage > xPage, vcl::PDFExtOutDevData& rPDFExtOutDevData )  in ImplPDFExportComments()  argument
1623 rPDFExtOutDevData.CreateNote( Rectangle( Point( static_cast< long >( aRealPoint2D.X * 100 ), in ImplPDFExportComments()
1632 …ference< drawing::XShape > xShape, SdDrawDocument& rDoc, vcl::PDFExtOutDevData& rPDFExtOutDevData ) in ImplPDFExportShapeInteraction() argument
1648 ImplPDFExportShapeInteraction( xSubShape, rDoc, rPDFExtOutDevData ); in ImplPDFExportShapeInteraction()
1674 …sal_Int32 nDestId = rPDFExtOutDevData.CreateDest( aPageRect, nCount - 1, vcl::PDFWriter::FitRectan… in ImplPDFExportShapeInteraction()
1675 sal_Int32 nLinkId = rPDFExtOutDevData.CreateLink( aLinkRect, -1 ); in ImplPDFExportShapeInteraction()
1676 rPDFExtOutDevData.SetLinkDest( nLinkId, nDestId ); in ImplPDFExportShapeInteraction()
1681 … sal_Int32 nDestId = rPDFExtOutDevData.CreateDest( aPageRect, 0, vcl::PDFWriter::FitRectangle ); 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()
1691 …sal_Int32 nDestId = rPDFExtOutDevData.CreateDest( aPageRect, nDestPage, vcl::PDFWriter::FitRectang… in ImplPDFExportShapeInteraction()
1692 sal_Int32 nLinkId = rPDFExtOutDevData.CreateLink( aLinkRect, -1 ); in ImplPDFExportShapeInteraction()
1693 rPDFExtOutDevData.SetLinkDest( nLinkId, nDestId ); in ImplPDFExportShapeInteraction()
1698 sal_Int32 nDestPage = rPDFExtOutDevData.GetCurrentPageNumber() + 1; in ImplPDFExportShapeInteraction()
1702 …sal_Int32 nDestId = rPDFExtOutDevData.CreateDest( aPageRect, nDestPage, vcl::PDFWriter::FitRectang… in ImplPDFExportShapeInteraction()
1703 sal_Int32 nLinkId = rPDFExtOutDevData.CreateLink( aLinkRect, -1 ); in ImplPDFExportShapeInteraction()
1704 rPDFExtOutDevData.SetLinkDest( nLinkId, nDestId ); in ImplPDFExportShapeInteraction()
1721 sal_Int32 nLinkId = rPDFExtOutDevData.CreateLink( aLinkRect, -1 ); in ImplPDFExportShapeInteraction()
1722 rPDFExtOutDevData.SetLinkURL( nLinkId, aBookmark ); in ImplPDFExportShapeInteraction()
1730 …sal_Int32 nDestId = rPDFExtOutDevData.CreateDest( aPageRect, nPage, vcl::PDFWriter::FitRectangle ); in ImplPDFExportShapeInteraction()
1731 sal_Int32 nLinkId = rPDFExtOutDevData.CreateLink( aLinkRect, -1 ); in ImplPDFExportShapeInteraction()
1732 rPDFExtOutDevData.SetLinkDest( nLinkId, nDestId ); in ImplPDFExportShapeInteraction()