Lines Matching refs:GetPosPixel

408     m_nFromToRBPos = m_aFromRB.GetPosPixel().Y();  in SwMailMergeOutputPage()
409 m_nFromToFTPos = m_aToFT.GetPosPixel().Y(); in SwMailMergeOutputPage()
410 m_nFromToNFPos = m_aFromNF.GetPosPixel().Y(); in SwMailMergeOutputPage()
412 m_nRBOffset = m_nFromToRBPos - m_aSaveIndividualRB.GetPosPixel().Y(); in SwMailMergeOutputPage()
541 if(m_aFromRB.GetPosPixel().Y() != m_nFromToRBPos) in IMPL_LINK()
543 … Point aPos(m_aFromRB.GetPosPixel()); aPos.Y() = m_nFromToRBPos; m_aFromRB.SetPosPixel(aPos); in IMPL_LINK()
544 … aPos = m_aToFT.GetPosPixel(); aPos.Y() = m_nFromToFTPos; m_aToFT.SetPosPixel(aPos); in IMPL_LINK()
545 … aPos = m_aFromNF.GetPosPixel(); aPos.Y() = m_nFromToNFPos; m_aFromNF.SetPosPixel(aPos); in IMPL_LINK()
546 … aPos = m_aToNF.GetPosPixel(); aPos.Y() = m_nFromToNFPos; m_aToNF.SetPosPixel(aPos); in IMPL_LINK()
570 long nNewRBXPos = m_aPrintAllRB.GetPosPixel().Y() + m_nRBOffset; in IMPL_LINK()
572 …Point aPos(m_aFromRB.GetPosPixel());aPos.Y() = nNewRBXPos; m_aFromRB.SetPosPixel(a… in IMPL_LINK()
573 …aPos = m_aToFT.GetPosPixel(); aPos.Y() = nNewRBXPos + nRB_FT_Offset; m_aToFT.SetPosPixel(aPo… in IMPL_LINK()
574 …aPos = m_aFromNF.GetPosPixel(); aPos.Y() = nNewRBXPos + nRB_FT_Offset; m_aFromNF.SetPosPixel(a… in IMPL_LINK()
575 …aPos = m_aToNF.GetPosPixel(); aPos.Y() = nNewRBXPos + nRB_FT_Offset; m_aToNF.SetPosPixel(aPo… in IMPL_LINK()
635 if(m_aSendAllRB.GetPosPixel().Y() + m_nRBOffset != m_aFromRB.GetPosPixel().Y()) in IMPL_LINK()
638 long nNewRBXPos = m_aSendAllRB.GetPosPixel().Y() + m_nRBOffset; in IMPL_LINK()
640 …Point aPos(m_aFromRB.GetPosPixel());aPos.Y() = nNewRBXPos; m_aFromRB.SetPosPixel(a… in IMPL_LINK()
641 …aPos = m_aToFT.GetPosPixel(); aPos.Y() = nNewRBXPos + nRB_FT_Offset; m_aToFT.SetPosPixel(aPo… in IMPL_LINK()
642 …aPos = m_aFromNF.GetPosPixel(); aPos.Y() = nNewRBXPos + nRB_FT_Offset; m_aFromNF.SetPosPixel(a… in IMPL_LINK()
643 …aPos = m_aToNF.GetPosPixel(); aPos.Y() = nNewRBXPos + nRB_FT_Offset; m_aToNF.SetPosPixel(aPo… in IMPL_LINK()