Lines Matching refs:nDestId
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()
219 …mParaIds.push_back( rWriter.RegisterDestReference( nDestId, rDest.mRect, rDest.mPageNr, rDest.mAre… in PlayGlobalActions()
248 sal_Int32 nDestId = GetMappedId(); in PlayGlobalActions() local
249 rWriter.SetOutlineItemDest( nItem, nDestId ); in PlayGlobalActions()
665 void PDFExtOutDevData::DescribeRegisteredDest( sal_Int32 nDestId, const Rectangle& rRect, sal_Int32… in DescribeRegisteredDest() argument
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
696 mpGlobalSyncData->mParaInts.push_back( nDestId ); in SetLinkDest()