Home
last modified time | relevance | path

Searched refs:LISTBOX_SCROLLING_AREA (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/dbaccess/source/ui/control/
H A DScrollHelper.cxx34 #define LISTBOX_SCROLLING_AREA 12 macro
56 Rectangle aScrollArea( Point(0, _rOutputSize.Height() - LISTBOX_SCROLLING_AREA), in scroll()
57 Size(_rOutputSize.Width(), LISTBOX_SCROLLING_AREA) ); in scroll()
/aoo41x/main/dbaccess/source/ui/querydesign/
H A DTableWindowListBox.cxx68 const long LISTBOX_SCROLLING_AREA = 6; variable
279 Rectangle aBottomScrollArea( Point(0, aOutputSize.Height()-LISTBOX_SCROLLING_AREA), in AcceptDrop()
280 Size(aOutputSize.Width(), LISTBOX_SCROLLING_AREA) ); in AcceptDrop()
281 Rectangle aTopScrollArea( Point(0,0), Size(aOutputSize.Width(), LISTBOX_SCROLLING_AREA) ); in AcceptDrop()
H A DTableWindow.cxx86 #define LISTBOX_SCROLLING_AREA 6 macro

Completed in 24 milliseconds