Searched refs:TOP_OFFSET (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/sw/source/ui/dbui/ |
H A D | mmgreetingspage.src | 37 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 ) ; … 87 Pos = MAP_APPFONT ( 18 + LEFT_OFFSET , 80 + TOP_OFFSET ) ; \ 93 Pos = MAP_APPFONT ( 71 + LEFT_OFFSET , 78 + TOP_OFFSET ) ; \ 101 Pos = MAP_APPFONT ( 18 + LEFT_OFFSET , 95 + TOP_OFFSET ) ; \ 120 Pos = MAP_APPFONT ( 12 + LEFT_OFFSET , 124 + TOP_OFFSET ) ; \ 126 #define TOP_OFFSET 24 196 #undef TOP_OFFSET [all …]
|
/aoo4110/main/desktop/source/deployment/gui/ |
H A D | dp_gui_extlistbox.cxx | 220 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 D | dp_gui_dialog2.cxx | 92 #define TOP_OFFSET 5 macro 194 SetExtraSize( aSize.Height() + 2 * TOP_OFFSET ); in ExtBoxWithBtns_Impl() 215 nHeight += 2 * TOP_OFFSET; in GetMinOutputSizePixel() 218 nWidth += 5*TOP_OFFSET + 20; in GetMinOutputSizePixel() 261 rRect.Bottom() - TOP_OFFSET - aBtnSize.Height() ); in SetButtonPos() 264 aBtnPos.X() = rRect.Right() - TOP_OFFSET - aBtnSize.Width(); in SetButtonPos() 266 aBtnPos.X() -= ( TOP_OFFSET + aBtnSize.Width() ); in SetButtonPos()
|
H A D | dp_gui_extlistbox.hxx | 43 #define TOP_OFFSET 5 macro
|
Completed in 60 milliseconds