Lines Matching refs:rDest

4496     const PDFDest& rDest		= m_aDests[ nDestID ];  in appendDest()  local
4497 const PDFPage& rDestPage = m_aPages[ rDest.m_nPage ]; in appendDest()
4503 switch( rDest.m_eType ) in appendDest()
4508 appendFixedInt( rDest.m_aRect.Left(), rBuffer ); in appendDest()
4510 appendFixedInt( rDest.m_aRect.Bottom(), rBuffer ); in appendDest()
4518 appendFixedInt( rDest.m_aRect.Left(), rBuffer ); in appendDest()
4520 appendFixedInt( rDest.m_aRect.Top(), rBuffer ); in appendDest()
4522 appendFixedInt( rDest.m_aRect.Right(), rBuffer ); in appendDest()
4524 appendFixedInt( rDest.m_aRect.Bottom(), rBuffer ); in appendDest()
4528 appendFixedInt( rDest.m_aRect.Bottom(), rBuffer ); in appendDest()
4532 appendFixedInt( rDest.m_aRect.Left(), rBuffer ); in appendDest()
4539 appendFixedInt( rDest.m_aRect.Bottom(), rBuffer ); in appendDest()
4543 appendFixedInt( rDest.m_aRect.Left(), rBuffer ); in appendDest()
6144 const PDFNamedDest& rDest = m_aNamedDests[ nDestID ]; in emitNamedDestinations() local
6151 aLocalURL.SetMark( rDest.m_aDestName ); in emitNamedDestinations()
6155 const PDFPage& rDestPage = m_aPages[ rDest.m_nPage ]; in emitNamedDestinations()
6164 switch( rDest.m_eType ) in emitNamedDestinations()
6169 appendFixedInt( rDest.m_aRect.Left(), aLine ); in emitNamedDestinations()
6171 appendFixedInt( rDest.m_aRect.Bottom(), aLine ); in emitNamedDestinations()
6179 appendFixedInt( rDest.m_aRect.Left(), aLine ); in emitNamedDestinations()
6181 appendFixedInt( rDest.m_aRect.Top(), aLine ); in emitNamedDestinations()
6183 appendFixedInt( rDest.m_aRect.Right(), aLine ); in emitNamedDestinations()
6185 appendFixedInt( rDest.m_aRect.Bottom(), aLine ); in emitNamedDestinations()
6189 appendFixedInt( rDest.m_aRect.Bottom(), aLine ); in emitNamedDestinations()
6193 appendFixedInt( rDest.m_aRect.Left(), aLine ); in emitNamedDestinations()
6200 appendFixedInt( rDest.m_aRect.Bottom(), aLine ); in emitNamedDestinations()
6204 appendFixedInt( rDest.m_aRect.Left(), aLine ); in emitNamedDestinations()