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()
778 nWidth_Text_Top = DEFAULT_WIDTH-nWidth_Topic_Top-(3*FREEBORDER); in impl_recalcLayout()
788 nY_ProgressBar = nY_Topic_Top+nHeight_Topic_Top+FREEBORDER ; 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()
812 nY_Button = nY_Topic_Bottom+nHeight_Topic_Bottom+FREEBORDER ; 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 // border around and between the controls macro

Completed in 40 milliseconds