Lines Matching refs:FREEBORDER
518 nWidth = 3 * FREEBORDER ; in getPreferredSize()
521 nHeight = 6 * FREEBORDER ; in getPreferredSize()
765 nX_Topic_Top = FREEBORDER ; in impl_recalcLayout()
766 nY_Topic_Top = FREEBORDER ; in impl_recalcLayout()
772 nX_Text_Top = nX_Topic_Top+nWidth_Topic_Top+FREEBORDER ; in impl_recalcLayout()
776 sal_Int32 nSummaryWidth = nWidth_Text_Top+nWidth_Topic_Top+(3*FREEBORDER) ; in impl_recalcLayout()
778 nWidth_Text_Top = DEFAULT_WIDTH-nWidth_Topic_Top-(3*FREEBORDER); in impl_recalcLayout()
781 nWidth_Text_Top = impl_getWidth()-nWidth_Topic_Top-(3*FREEBORDER) ; in impl_recalcLayout()
788 nY_ProgressBar = nY_Topic_Top+nHeight_Topic_Top+FREEBORDER ; in impl_recalcLayout()
789 nWidth_ProgressBar = FREEBORDER+nWidth_Topic_Top+nWidth_Text_Top ; in impl_recalcLayout()
794 nY_Topic_Bottom = nY_ProgressBar+nHeight_ProgressBar+FREEBORDER ; in impl_recalcLayout()
799 nX_Text_Bottom = nX_Topic_Bottom+nWidth_Topic_Bottom+FREEBORDER ; in impl_recalcLayout()
806 nY_3DLine = nY_Topic_Bottom+nHeight_Topic_Bottom+(FREEBORDER/2) ; in impl_recalcLayout()
812 nY_Button = nY_Topic_Bottom+nHeight_Topic_Bottom+FREEBORDER ; in impl_recalcLayout()
818 nDx = ( (2*FREEBORDER)+nWidth_ProgressBar ) ; in impl_recalcLayout()
819 …nDy = ( (6*FREEBORDER)+nHeight_Topic_Top+nHeight_ProgressBar+nHeight_Topic_Bottom+2+nHeight_Button… in impl_recalcLayout()
850 m_a3DLine.Y = nDy+nY_Topic_Bottom+nHeight_Topic_Bottom+(FREEBORDER/2) ; in impl_recalcLayout()