Lines Matching refs:nDy
816 sal_Int32 nDy ; in impl_recalcLayout() local
819 …nDy = ( (6*FREEBORDER)+nHeight_Topic_Top+nHeight_ProgressBar+nHeight_Topic_Bottom+2+nHeight_Button… in impl_recalcLayout()
823 nDy = (impl_getHeight()/2)-(nDy/2) ; in impl_recalcLayout()
829 if ( nDy<0 ) in impl_recalcLayout()
831 nDy=0 ; in impl_recalcLayout()
842 …xRef_Topic_Top->setPosSize ( nDx+nX_Topic_Top , nDy+nY_Topic_Top , nWidth_Topic_Top , nHeight_… in impl_recalcLayout()
843 …xRef_Text_Top->setPosSize ( nDx+nX_Text_Top , nDy+nY_Text_Top , nWidth_Text_Top , nHeight_Text… in impl_recalcLayout()
844 …xRef_Topic_Bottom->setPosSize ( nDx+nX_Topic_Bottom , nDy+nY_Topic_Bottom , nWidth_Topic_Bottom , … in impl_recalcLayout()
845 …xRef_Text_Bottom->setPosSize ( nDx+nX_Text_Bottom , nDy+nY_Text_Bottom , nWidth_Text_Bottom , nHei… in impl_recalcLayout()
846 …xRef_Button->setPosSize ( nDx+nX_Button , nDy+nY_Button , nWidth_Button , nHeight_Butto… in impl_recalcLayout()
847 …xRef_ProgressBar->setPosSize ( nDx+nX_ProgressBar , nDy+nY_ProgressBar , nWidth_ProgressBar , nHei… in impl_recalcLayout()
850 m_a3DLine.Y = nDy+nY_Topic_Bottom+nHeight_Topic_Bottom+(FREEBORDER/2) ; in impl_recalcLayout()