Home
last modified time | relevance | path

Searched refs:FREEBORDER (Results 1 – 4 of 4) sorted by relevance

/trunk/main/UnoControls/source/controls/
H A Dprogressmonitor.cxx518 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()
[all …]
H A Dstatusindicator.cxx302 sal_Int32 nHeight = (2*FREEBORDER)+aTextSize.Height ; in getPreferredSize()
528 nX_Text = FREEBORDER ; in impl_recalcLayout()
529 nY_Text = FREEBORDER ; in impl_recalcLayout()
533 nX_ProgressBar = nX_Text+nWidth_Text+FREEBORDER ; in impl_recalcLayout()
535 nWidth_ProgressBar = aWindowSize.Width-nWidth_Text-(3*FREEBORDER) ; in impl_recalcLayout()
/trunk/main/UnoControls/source/inc/
H A Dstatusindicator.hxx76 #undef FREEBORDER
77 #define FREEBORDER 5 … macro
H A Dprogressmonitor.hxx106 #define FREEBORDER 10 … macro