Lines Matching refs:aBookmark
1604 String aBookmark( rBookmark ); in ImplPDFGetBookmarkPage() local
1607 aBookmark = rBookmark.Copy( 1 ); in ImplPDFGetBookmarkPage()
1611 sal_uInt16 nPgNum = rDoc.GetPageByName( aBookmark, bIsMasterPage ); in ImplPDFGetBookmarkPage()
1617 pObj = rDoc.GetObj( aBookmark ); in ImplPDFGetBookmarkPage()
1742 rtl::OUString aBookmark; in ImplPDFExportShapeInteraction() local
1743 xShapePropSet->getPropertyValue( sBookmark ) >>= aBookmark; in ImplPDFExportShapeInteraction()
1744 if( aBookmark.getLength() ) in ImplPDFExportShapeInteraction()
1752 rPDFExtOutDevData.SetLinkURL( nLinkId, aBookmark ); in ImplPDFExportShapeInteraction()
1757 sal_Int32 nPage = ImplPDFGetBookmarkPage( aBookmark, rDoc ); in ImplPDFExportShapeInteraction()
2138 … sal_Int32 nPage = ImplPDFGetBookmarkPage( aIBeg->aBookmark, *mpDoc ); in render()
2147 … pPDFExtOutDevData->SetLinkURL( aIBeg->nLinkId, aIBeg->aBookmark ); in render()