Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/ui/dbui/
H A Dmmgreetingspage.src37 Pos = MAP_APPFONT ( 12 + LEFT_OFFSET , 17 + TOP_OFFSET ) ; \
43 Pos = MAP_APPFONT ( 18 + LEFT_OFFSET , 32 + TOP_OFFSET ) ; \
49 …Pos = MAP_APPFONT ( 71 + LEFT_OFFSET , 30 + TOP_OFFSET ) ; …
56 …Pos = MAP_APPFONT ( 198 + LEFT_OFFSET , 29 + TOP_OFFSET ) ; …
62 …Pos = MAP_APPFONT ( 18 + LEFT_OFFSET , 49 + TOP_OFFSET ) ; …
68 …Pos = MAP_APPFONT ( 71 + LEFT_OFFSET , 47 + TOP_OFFSET ) ; …
75 …Pos = MAP_APPFONT ( 198 + LEFT_OFFSET , 48 + TOP_OFFSET ) ; …
81 …Pos = MAP_APPFONT ( 18 + LEFT_OFFSET , 67 + TOP_OFFSET ) ; …
87 Pos = MAP_APPFONT ( 18 + LEFT_OFFSET , 80 + TOP_OFFSET ) ; \
93 Pos = MAP_APPFONT ( 71 + LEFT_OFFSET , 78 + TOP_OFFSET ) ; \
[all …]
/AOO41X/main/desktop/source/deployment/gui/
H A Ddp_gui_extlistbox.cxx220 long nIconHeight = 2*TOP_OFFSET + SMALL_ICON_SIZE; in ExtensionBox_Impl()
221 long nTitleHeight = 2*TOP_OFFSET + GetTextHeight(); in ExtensionBox_Impl()
226 m_nStdHeight += GetTextHeight() + TOP_OFFSET; in ExtensionBox_Impl()
228 nIconHeight = ICON_HEIGHT + 2*TOP_OFFSET + 1; in ExtensionBox_Impl()
381 long nIconHeight = 2*TOP_OFFSET + SMALL_ICON_SIZE; in CalcActiveHeight()
382 long nTitleHeight = 2*TOP_OFFSET + GetTextHeight(); in CalcActiveHeight()
546 aPos += Point( TOP_OFFSET, TOP_OFFSET ); in DrawRow()
591 aPos = rRect.TopLeft() + Point( ICON_OFFSET, TOP_OFFSET ); in DrawRow()
606 long nIconHeight = TOP_OFFSET + SMALL_ICON_SIZE; in DrawRow()
607 long nTitleHeight = TOP_OFFSET + GetTextHeight(); in DrawRow()
[all …]
H A Ddp_gui_dialog2.cxx89 #define TOP_OFFSET 5 macro
191 SetExtraSize( aSize.Height() + 2 * TOP_OFFSET ); in ExtBoxWithBtns_Impl()
212 nHeight += 2 * TOP_OFFSET; in GetMinOutputSizePixel()
215 nWidth += 5*TOP_OFFSET + 20; in GetMinOutputSizePixel()
258 rRect.Bottom() - TOP_OFFSET - aBtnSize.Height() ); in SetButtonPos()
261 aBtnPos.X() = rRect.Right() - TOP_OFFSET - aBtnSize.Width(); in SetButtonPos()
263 aBtnPos.X() -= ( TOP_OFFSET + aBtnSize.Width() ); in SetButtonPos()
H A Ddp_gui_extlistbox.hxx43 #define TOP_OFFSET 5 macro