/trunk/main/vcl/source/control/ |
H A D | scrbar.cxx | 603 …bNativeOK = DrawNativeControl( CTRL_SCROLLBAR, (bHorz ? PART_DRAW_BACKGROUND_HORZ : PART_DRAW_BACK… in ImplDrawNative() 633 bNativeOK = DrawNativeControl( CTRL_SCROLLBAR, part1, aCtrlRegion1, nState1, in ImplDrawNative() 637 bNativeOK = DrawNativeControl( CTRL_SCROLLBAR, part2, aCtrlRegion2, nState2, in ImplDrawNative() 675 bNativeOK = DrawNativeControl( CTRL_SCROLLBAR, part1, aCtrlRegion1, nState1, in ImplDrawNative() 679 bNativeOK = DrawNativeControl( CTRL_SCROLLBAR, part2, aCtrlRegion2, nState2, in ImplDrawNative() 703 … bNativeOK = DrawNativeControl( CTRL_SCROLLBAR, (bHorz ? PART_THUMB_HORZ : PART_THUMB_VERT), in ImplDrawNative()
|
H A D | spinfld.cxx | 93 …bNativeOK = pWin->DrawNativeControl( CTRL_SPINBOX, PART_ALL_BUTTONS, Rectangle(), CTRL_STATE_ENABL… in ImplDrawNativeSpinfield() 123 …bNativeOK = pBorder->DrawNativeControl( CTRL_SPINBOX, PART_ENTIRE_CONTROL, aRgn, CTRL_STATE_ENABLE… in ImplDrawNativeSpinfield() 139 …bNativeOK = pWin->DrawNativeControl( CTRL_SPINBUTTONS, PART_ALL_BUTTONS, Rectangle(), CTRL_STATE_E… in ImplDrawNativeSpinbuttons()
|
H A D | button.cxx | 1167 bNativeOK = DrawNativeControl( aCtrlType, PART_BUTTON_DOWN, aInRect, nState, in ImplDrawPushButton() 1222 … bNativeOK = DrawNativeControl( CTRL_PUSHBUTTON, PART_ENTIRE_CONTROL, aCtrlRegion, nState, in ImplDrawPushButton() 2190 bNativeOK = DrawNativeControl( CTRL_RADIOBUTTON, PART_ENTIRE_CONTROL, aCtrlRect, nState, in ImplDrawRadioButtonState() 3367 bNativeOK = DrawNativeControl( CTRL_CHECKBOX, PART_ENTIRE_CONTROL, aCtrlRegion, nState, in ImplDrawCheckBoxState() 4293 if( ! DrawNativeControl( CTRL_LISTNODE, PART_ENTIRE_CONTROL, aCtrlRegion, nState, in ImplDrawCheckBoxState()
|
H A D | tabctrl.cxx | 851 bNativeOK = DrawNativeControl( CTRL_TAB_ITEM, PART_ENTIRE_CONTROL, aCtrlRegion, nState, in ImplDrawItem() 1118 bNativeOK = DrawNativeControl( CTRL_TAB_PANE, part, aRect, nState, in ImplPaint()
|
H A D | slider.cxx | 400 bool bNativeOK = DrawNativeControl( CTRL_SLIDER, nPart, in ImplDraw()
|
H A D | ilstbox.cxx | 2914 pWin->DrawNativeControl( CTRL_LISTBOX, PART_ENTIRE_CONTROL, aParentRect, in ImplDraw() 2918 bNativeOK = DrawNativeControl( CTRL_LISTBOX, PART_ENTIRE_CONTROL, aCtrlRegion, nState, in ImplDraw()
|
/trunk/main/vcl/source/window/ |
H A D | dockingarea.cxx | 170 …DrawNativeControl( CTRL_TOOLBAR, IsHorizontal() ? PART_DRAW_BACKGROUND_HORZ : PART_DRAW_BACKGROUND… in Paint() 230 …DrawNativeControl( CTRL_TOOLBAR, IsHorizontal() ? PART_DRAW_BACKGROUND_HORZ : PART_DRAW_BACKGROUND… in Paint()
|
H A D | menu.cxx | 2605 bNativeOk = i_pWindow->DrawNativeControl( CTRL_TOOLBAR, PART_BUTTON, in ImplPaintCheckBackground() 2714 bNativeOk = pWin->DrawNativeControl( CTRL_MENU_POPUP, PART_MENU_SEPARATOR, in ImplPaint() 2776 pWin->DrawNativeControl( CTRL_MENU_POPUP, nPart, in ImplPaint() 4773 DrawNativeControl( CTRL_MENU_POPUP, PART_ENTIRE_CONTROL, in HighlightItem() 4782 if( sal_False == DrawNativeControl( CTRL_MENU_POPUP, PART_MENU_ITEM, in HighlightItem() 5123 DrawNativeControl( CTRL_MENU_POPUP, PART_ENTIRE_CONTROL, in Paint() 5644 DrawNativeControl( CTRL_MENUBAR, PART_ENTIRE_CONTROL, in HighlightItem() 5652 DrawNativeControl( CTRL_MENUBAR, PART_MENU_ITEM, in HighlightItem() 5677 …DrawNativeControl( CTRL_MENUBAR, PART_ENTIRE_CONTROL, aCtrlRect, CTRL_STATE_ENABLED, aMenubarValue… in HighlightItem() 5913 …DrawNativeControl( CTRL_MENUBAR, PART_ENTIRE_CONTROL, aCtrlRegion, CTRL_STATE_ENABLED, aMenubarVal… in Paint()
|
H A D | tabpage.cxx | 157 DrawNativeControl( CTRL_TAB_BODY, part, aCtrlRegion, nState, in Paint()
|
H A D | status.cxx | 571 …sal_Bool bNativeOK = pWindow->DrawNativeControl( CTRL_PROGRESS, PART_ENTIRE_CONTROL, aControlRegio… in DrawProgress()
|
H A D | decoview.cxx | 826 if( pWin->DrawNativeControl( CTRL_FRAME, PART_BORDER, aContent, CTRL_STATE_ENABLED, in ImplDrawFrame()
|
H A D | toolbox.cxx | 343 …bNativeOk = pThis->DrawNativeControl( CTRL_TOOLBAR, pThis->mbHorz ? PART_THUMB_VERT : PART_THUMB_H… in ImplDrawGrip() 549 …return pThis->DrawNativeControl( CTRL_TOOLBAR, pThis->mbHorz ? PART_DRAW_BACKGROUND_HORZ : PART_DR… in ImplDrawNativeBackground() 3416 bNativeOk = pThis->DrawNativeControl( CTRL_TOOLBAR, PART_BUTTON, in ImplDrawButton()
|
H A D | brdwin.cxx | 1356 bNativeOK = pWin->DrawNativeControl( aCtrlType, aCtrlPart, aCtrlRegion, nState, in DrawWindow()
|
/trunk/main/vcl/source/gdi/ |
H A D | outdevnative.cxx | 219 sal_Bool OutputDevice::DrawNativeControl( ControlType nType, in DrawNativeControl() function in OutputDevice 254 …sal_Bool bRet = mpGraphics->DrawNativeControl(nType, nPart, screenRegion, nState, *aScreenCtrlValu… in DrawNativeControl()
|
H A D | salgdilayout.cxx | 754 sal_Bool SalGraphics::DrawNativeControl( ControlType nType, ControlPart nPart, const Rectangle& rCo… in DrawNativeControl() function in SalGraphics
|
H A D | outdev6.cxx | 1164 bNativeOK = pWindow->DrawNativeControl( CTRL_WINDOW_BACKGROUND, aCtrlPart, aCtrlRegion, in Erase()
|
/trunk/main/svtools/source/control/ |
H A D | toolbarmenu.cxx | 918 DrawNativeControl( CTRL_MENU_POPUP, PART_ENTIRE_CONTROL, in implHighlightEntry() 926 if( sal_False == DrawNativeControl( CTRL_MENU_POPUP, PART_MENU_ITEM, in implHighlightEntry() 1315 bNativeOk = i_pWindow->DrawNativeControl( CTRL_TOOLBAR, PART_BUTTON, in ImplPaintCheckBackground() 1490 … DrawNativeControl( CTRL_MENU_POPUP, nPart, aCheckRect, nState, ImplControlValue(), OUString() ); in implPaint()
|
/trunk/main/svtools/source/toolpanel/ |
H A D | paneltabbar.cxx | 238 …bool bNativeOK = getTargetDevice().DrawNativeControl( CTRL_TOOLBAR, PART_BUTTON, i_rContentRect, n… in preRenderItem() 286 getTargetDevice().DrawNativeControl( CTRL_TAB_PANE, PART_ENTIRE_CONTROL, aBackground, in renderBackground() 322 …bool bNativeOK = getTargetDevice().DrawNativeControl( CTRL_TAB_ITEM, PART_ENTIRE_CONTROL, i_rConte… in preRenderItem()
|
/trunk/main/sc/source/ui/cctrl/ |
H A D | dpcontrol.cxx | 422 bNativeDrawn = DrawNativeControl( in Paint() 793 DrawNativeControl( in highlightMenuItem() 806 bNativeDrawn = DrawNativeControl( in highlightMenuItem()
|
/trunk/main/vcl/inc/ |
H A D | salgdi.hxx | 461 sal_Bool DrawNativeControl( ControlType nType,
|
/trunk/main/svtools/source/contnr/ |
H A D | svlbitm.cxx | 437 bNativeOK = rDev.DrawNativeControl( eCtrlType, PART_ENTIRE_CONTROL, in Paint()
|
H A D | svtreebx.cxx | 1951 bNativeOK = DrawNativeControl( CTRL_LISTNODE, PART_ENTIRE_CONTROL, in PaintEntry1()
|
/trunk/main/desktop/source/splash/ |
H A D | splash.cxx | 658 if( (bNativeOK = DrawNativeControl( CTRL_INTROPROGRESS, PART_ENTIRE_CONTROL, aDrawRect, in Paint()
|
/trunk/main/vcl/source/app/ |
H A D | help.cxx | 465 bNativeOK = DrawNativeControl( CTRL_TOOLTIP, PART_ENTIRE_CONTROL, aCtrlRegion, in Paint()
|
/trunk/main/vcl/inc/vcl/ |
H A D | outdev.hxx | 1242 sal_Bool DrawNativeControl( ControlType nType,
|