Home
last modified time | relevance | path

Searched refs:PART_WINDOW (Results 1 – 7 of 7) sorted by relevance

/AOO42X/main/vcl/win/source/gdi/
H A Dsalnativewidgets-luna.cxx266 if( nPart == PART_ENTIRE_CONTROL || nPart == PART_WINDOW ) in IsNativeControlSupported()
766 if( nPart == PART_ENTIRE_CONTROL || nPart == PART_WINDOW ) in ImplDrawNativeControl()
1095 if( nPart == PART_ENTIRE_CONTROL || nPart == PART_WINDOW ) in drawNativeControl()
/AOO42X/main/vcl/unx/kde4/
H A DKDESalGraphics.cxx381 if( part == PART_WINDOW ) in drawNativeControl()
706 case PART_WINDOW: in getNativeControlRegion()
/AOO42X/main/vcl/inc/vcl/
H A Dsalnativewidgets.hxx156 #define PART_WINDOW 5 // the static listbox window containing the list macro
/AOO42X/main/vcl/aqua/source/gdi/
H A Dsalnativewidgets.cxx306 nPart == PART_WINDOW || in IsNativeControlSupported()
1019 case PART_WINDOW: in drawNativeControl()
/AOO42X/main/vcl/source/window/
H A Dbrdwin.cxx1283 aCtrlPart = PART_WINDOW; in DrawWindow()
1288 aCtrlPart = PART_WINDOW; in DrawWindow()
1307 aCtrlPart = PART_WINDOW; in DrawWindow()
/AOO42X/main/vcl/unx/gtk/gdi/
H A Dsalnativewidgets-gtk.cxx551 || (nPart==PART_WINDOW) in IsNativeControlSupported()
834 else if ( (nType==CTRL_LISTBOX) && ((nPart==PART_ENTIRE_CONTROL) || (nPart==PART_WINDOW)) ) in drawNativeControl()
2400 if ( nPart == PART_WINDOW ) in NWPaintGTKListBox()
2418 if ( nPart != PART_WINDOW ) in NWPaintGTKListBox()
2434 if ( nPart != PART_WINDOW ) in NWPaintGTKListBox()
/AOO42X/main/vcl/unx/kde/
H A Dsalnativewidgets-kde.cxx1202 …( (nType == CTRL_LISTBOX) && (nPart == PART_ENTIRE_CONTROL || nPart == PART_WINDOW || nPart ==… in IsNativeControlSupported()
1390 else if ( (nType == CTRL_LISTBOX) && (nPart == PART_WINDOW) ) in drawNativeControl()