/trunk/main/sw/source/core/text/ |
H A D | EnhancedPDFExportHelper.cxx | 1688 sal_Int32 nDestId = -1; in EnhancedPDFExport() 1706 if ( !bIntern || -1 != nDestId ) in EnhancedPDFExport() 1767 sal_Int32 nDestId = -1; in EnhancedPDFExport() local 1785 if ( !bIntern || -1 != nDestId ) in EnhancedPDFExport() 1801 pPDFExtOutDevData->SetLinkDest( nLinkId, nDestId ); in EnhancedPDFExport() 1894 pPDFExtOutDevData->SetLinkDest( nLinkId, nDestId ); in EnhancedPDFExport() 1974 pPDFExtOutDevData->SetLinkDest( nLinkId, nDestId ); in EnhancedPDFExport() 2024 const sal_Int32 nDestId = in EnhancedPDFExport() local 2105 pPDFExtOutDevData->SetLinkDest( aIBeg->nLinkId, nDestId ); in EnhancedPDFExport() 2166 sal_Int32 nDestId, in MakeHeaderFooterLinks() argument [all …]
|
/trunk/main/vcl/source/gdi/ |
H A D | pdfextoutdevdata.cxx | 197 sal_Int32 nDestId = GetMappedId(); in PlayGlobalActions() local 198 rWriter.SetLinkDest( nLinkId, nDestId ); in PlayGlobalActions() 210 const sal_Int32 nDestId = mParaInts.front(); in PlayGlobalActions() local 212 OSL_ENSURE( mFutureDestinations.find( nDestId ) != mFutureDestinations.end(), in PlayGlobalActions() 215 PDFLinkDestination& rDest = mFutureDestinations[ nDestId ]; in PlayGlobalActions() 248 sal_Int32 nDestId = GetMappedId(); in PlayGlobalActions() local 249 rWriter.SetOutlineItemDest( nItem, nDestId ); in PlayGlobalActions() 667 … OSL_PRECOND( nDestId != -1, "PDFExtOutDevData::DescribeRegisteredDest: invalid destination Id!" ); in DescribeRegisteredDest() 673 mpGlobalSyncData->mFutureDestinations[ nDestId ] = aLinkDestination; in DescribeRegisteredDest() 692 sal_Int32 PDFExtOutDevData::SetLinkDest( sal_Int32 nLinkId, sal_Int32 nDestId ) in SetLinkDest() argument [all …]
|
H A D | pdfwriter.cxx | 419 sal_Int32 PDFWriter::RegisterDestReference( sal_Int32 nDestId, const Rectangle& rRect, sal_Int32 nP… in RegisterDestReference() argument 421 … return ((PDFWriterImpl*)pImplementation)->registerDestReference( nDestId, rRect, nPageNr, eType ); in RegisterDestReference() 434 sal_Int32 PDFWriter::SetLinkDest( sal_Int32 nLinkId, sal_Int32 nDestId ) in SetLinkDest() argument 436 return ((PDFWriterImpl*)pImplementation)->setLinkDest( nLinkId, nDestId ); in SetLinkDest()
|
H A D | pdfwriter_impl.hxx | 1281 …sal_Int32 registerDestReference( sal_Int32 nDestId, const Rectangle& rRect, sal_Int32 nPageNr = -1… 1282 sal_Int32 setLinkDest( sal_Int32 nLinkId, sal_Int32 nDestId );
|
H A D | pdfwriter_impl.cxx | 10913 sal_Int32 PDFWriterImpl::registerDestReference( sal_Int32 nDestId, const Rectangle& rRect, sal_Int3… in registerDestReference() argument 10915 return m_aDestinationIdTranslation[ nDestId ] = createDest( rRect, nPageNr, eType ); in registerDestReference() 10918 sal_Int32 PDFWriterImpl::setLinkDest( sal_Int32 nLinkId, sal_Int32 nDestId ) in setLinkDest() argument 10922 if( nDestId < 0 || nDestId >= (sal_Int32)m_aDests.size() ) in setLinkDest() 10925 m_aLinks[ nLinkId ].m_nDest = nDestId; in setLinkDest()
|
/trunk/main/vcl/inc/vcl/ |
H A D | pdfextoutdevdata.hxx | 57 sal_Int32 nDestId; member 65 ,nDestId( -1 ) in PDFExtOutDevBookmarkEntry() 230 …void DescribeRegisteredDest( sal_Int32 nDestId, const Rectangle& rRect, sal_Int32 nPageNr =… 279 sal_Int32 SetLinkDest( sal_Int32 nLinkId, sal_Int32 nDestId );
|
H A D | pdfwriter.hxx | 957 …sal_Int32 RegisterDestReference( sal_Int32 nDestId, const Rectangle& rRect, sal_Int32 nPageNr = … 973 sal_Int32 SetLinkDest( sal_Int32 nLinkId, sal_Int32 nDestId );
|
/trunk/main/sd/source/ui/unoidl/ |
H A D | unomodel.cxx | 1676 rPDFExtOutDevData.SetLinkDest( nLinkId, nDestId ); in ImplPDFExportShapeInteraction() 1681 … sal_Int32 nDestId = rPDFExtOutDevData.CreateDest( aPageRect, 0, vcl::PDFWriter::FitRectangle ); in ImplPDFExportShapeInteraction() local 1683 rPDFExtOutDevData.SetLinkDest( nLinkId, nDestId ); in ImplPDFExportShapeInteraction() 1691 …sal_Int32 nDestId = rPDFExtOutDevData.CreateDest( aPageRect, nDestPage, vcl::PDFWriter::FitRectang… in ImplPDFExportShapeInteraction() local 1693 rPDFExtOutDevData.SetLinkDest( nLinkId, nDestId ); in ImplPDFExportShapeInteraction() 1702 …sal_Int32 nDestId = rPDFExtOutDevData.CreateDest( aPageRect, nDestPage, vcl::PDFWriter::FitRectang… in ImplPDFExportShapeInteraction() local 1704 rPDFExtOutDevData.SetLinkDest( nLinkId, nDestId ); in ImplPDFExportShapeInteraction() 1730 …sal_Int32 nDestId = rPDFExtOutDevData.CreateDest( aPageRect, nPage, vcl::PDFWriter::FitRectangle ); in ImplPDFExportShapeInteraction() local 1732 rPDFExtOutDevData.SetLinkDest( nLinkId, nDestId ); in ImplPDFExportShapeInteraction() 2136 const sal_Int32 nDestId = in render() local [all …]
|
/trunk/main/sw/inc/ |
H A D | EnhancedPDFExportHelper.hxx | 231 sal_Int32 nDestId, const String& rURL, bool bIntern ) const;
|
/trunk/main/toolkit/source/helper/ |
H A D | formpdfexport.cxx | 510 aBookmark.nDestId = pButtonWidget->Dest; in describePDFControl()
|
/trunk/main/sc/source/ui/unoobj/ |
H A D | docuno.cxx | 1287 pPDFData->DescribeRegisteredDest( aIter->nDestId, aArea, nPage ); in render()
|