Home
last modified time | relevance | path

Searched refs:IsNativeControlSupported (Results 1 – 25 of 42) sorted by relevance

12

/trunk/main/vcl/source/window/
H A Ddockingarea.cxx61 if( !pThis->IsNativeControlSupported( CTRL_TOOLBAR, PART_ENTIRE_CONTROL ) ) in ImplInitBackground()
105 && pThis->IsNativeControlSupported( CTRL_TOOLBAR, PART_ENTIRE_CONTROL ) in ImplInvalidateMenubar()
106 && pThis->IsNativeControlSupported( CTRL_MENUBAR, PART_ENTIRE_CONTROL ) ) in ImplInvalidateMenubar()
152 if( IsNativeControlSupported( CTRL_TOOLBAR, PART_ENTIRE_CONTROL ) ) in Paint()
240 if( IsNativeControlSupported( CTRL_TOOLBAR, PART_ENTIRE_CONTROL ) ) in Resize()
H A Dstatus.cxx258 IsNativeControlSupported( CTRL_WINDOW_BACKGROUND, PART_BACKGROUND_WINDOW ) ) in ImplInitSettings()
537 if( pWindow->IsNativeControlSupported( CTRL_PROGRESS, PART_ENTIRE_CONTROL ) ) in DrawProgress()
652 bool bNative = IsNativeControlSupported( CTRL_PROGRESS, PART_ENTIRE_CONTROL ); in ImplDrawProgress()
709 if( IsNativeControlSupported( CTRL_PROGRESS, PART_ENTIRE_CONTROL ) ) in ImplCalcProgressRect()
1746 if( pThis->IsNativeControlSupported( CTRL_PROGRESS, PART_ENTIRE_CONTROL ) ) in CalcWindowSizePixel()
1760 pThis->IsNativeControlSupported( CTRL_FRAME, PART_BORDER ) ) in CalcWindowSizePixel()
H A Dmenu.cxx2558 if( pWindow->IsNativeControlSupported( CTRL_MENUBAR, PART_ENTIRE_CONTROL ) ) in ImplCalcSize()
2597 if( i_pWindow->IsNativeControlSupported( CTRL_TOOLBAR, PART_BUTTON ) ) in ImplPaintCheckBackground()
2702 if( pWin->IsNativeControlSupported( CTRL_MENU_POPUP, in ImplPaint()
2750 if ( pWin->IsNativeControlSupported( CTRL_MENU_POPUP, in ImplPaint()
3966 if( pWin->IsNativeControlSupported( CTRL_MENUBAR, PART_ENTIRE_CONTROL ) ) in ImplInitMenuWindow()
5116 if( IsNativeControlSupported( CTRL_MENU_POPUP, PART_ENTIRE_CONTROL ) ) in Paint()
5635 if( IsNativeControlSupported( CTRL_MENUBAR, PART_MENU_ITEM ) && in HighlightItem()
5905 if( IsNativeControlSupported( CTRL_MENUBAR, PART_ENTIRE_CONTROL) ) in Paint()
5922 if( ! IsNativeControlSupported( CTRL_MENUBAR, PART_ENTIRE_CONTROL) && in Paint()
6042 if( IsNativeControlSupported( CTRL_MENUBAR, PART_MENU_ITEM ) && in ImplInitStyleSettings()
[all …]
H A Dtabpage.cxx53 …if( IsNativeControlSupported(CTRL_TAB_BODY, PART_ENTIRE_CONTROL) && GetParent() && (GetParent()->G… in ImplInit()
143 …if( IsNativeControlSupported(CTRL_TAB_BODY, PART_ENTIRE_CONTROL) && GetParent() && (GetParent()->G… in Paint()
H A Dtoolbox.cxx209 if( pThis->IsNativeControlSupported( CTRL_TOOLBAR, PART_ENTIRE_CONTROL ) ) in ImplGetDragWidth()
335 …if( pThis->IsNativeControlSupported( CTRL_TOOLBAR, pThis->mbHorz ? PART_THUMB_HORZ : PART_THUMB_VE… in ImplDrawGrip()
613 …if( pThis->ImplIsFloatingMode() && pThis->IsNativeControlSupported( CTRL_TOOLBAR, PART_ENTIRE_CONT… in ImplDrawBackground()
1651 mpData->mbNativeButtons = IsNativeControlSupported( CTRL_TOOLBAR, PART_BUTTON ); in ImplInitSettings()
1688 if( IsNativeControlSupported( CTRL_TOOLBAR, PART_ENTIRE_CONTROL ) ) in ImplInitSettings()
1910 if( IsNativeControlSupported( CTRL_TOOLBAR, PART_BUTTON ) ) in ImplCalcItem()
3226 sal_Bool bNativeButtons = pThis->IsNativeControlSupported( CTRL_TOOLBAR, PART_BUTTON ); in ImplDrawMenubutton()
3404 if( !bIsWindow && pThis->IsNativeControlSupported( CTRL_TOOLBAR, PART_BUTTON ) ) in ImplDrawButton()
/trunk/main/vcl/source/control/
H A Dbutton.cxx844 if ( IsNativeControlSupported( CTRL_PUSHBUTTON, PART_ENTIRE_CONTROL ) || in ImplInitSettings()
1137 if( GetParent()->IsNativeControlSupported( aCtrlType, PART_ENTIRE_CONTROL) ) in ImplDrawPushButton()
1734 IsNativeControlSupported(CTRL_PUSHBUTTON, PART_ENTIRE_CONTROL) ) in PreNotify()
2129 if( IsNativeControlSupported( CTRL_RADIOBUTTON, PART_ENTIRE_CONTROL ) ) in ImplInitSettings()
2160 if ( IsNativeControlSupported(CTRL_RADIOBUTTON, PART_ENTIRE_CONTROL) ) in ImplInvalidateOrDrawRadioButtonState()
2915 if( IsNativeControlSupported(CTRL_RADIOBUTTON, PART_ENTIRE_CONTROL) ) in PreNotify()
3037 if( pThis->IsNativeControlSupported( CTRL_RADIOBUTTON, PART_ENTIRE_CONTROL ) ) in ImplGetRadioImageSize()
3296 if( IsNativeControlSupported( CTRL_CHECKBOX, PART_ENTIRE_CONTROL ) ) in ImplInitSettings()
3334 if ( IsNativeControlSupported(CTRL_CHECKBOX, PART_ENTIRE_CONTROL) ) in ImplInvalidateOrDrawCheckBoxState()
3912 if( IsNativeControlSupported(CTRL_CHECKBOX, PART_ENTIRE_CONTROL) ) in PreNotify()
[all …]
H A Dspinfld.cxx85 if( pWin->IsNativeControlSupported(CTRL_SPINBOX, PART_ENTIRE_CONTROL) && in ImplDrawNativeSpinfield()
89 if( pWin->IsNativeControlSupported(CTRL_SPINBOX, rSpinbuttonValue.mnUpperPart) && in ImplDrawNativeSpinfield()
90 pWin->IsNativeControlSupported(CTRL_SPINBOX, rSpinbuttonValue.mnLowerPart) ) in ImplDrawNativeSpinfield()
136 if( pWin->IsNativeControlSupported(CTRL_SPINBUTTONS, PART_ENTIRE_CONTROL) ) in ImplDrawNativeSpinbuttons()
706 IsNativeControlSupported(CTRL_SPINBOX, PART_ENTIRE_CONTROL) ) in ImplCalcButtonAreas()
915 if( IsNativeControlSupported(CTRL_SPINBOX, PART_ENTIRE_CONTROL) || in PreNotify()
916 IsNativeControlSupported(CTRL_SPINBOX, PART_ALL_BUTTONS) ) in PreNotify()
926 IsNativeControlSupported( CTRL_EDITBOX, PART_ENTIRE_CONTROL ) ) in PreNotify()
H A Dscrbar.cxx269 if( !IsNativeControlSupported(CTRL_SCROLLBAR, PART_ENTIRE_CONTROL) ) in ImplUpdateRects()
554 sal_Bool bNativeOK = IsNativeControlSupported(CTRL_SCROLLBAR, PART_ENTIRE_CONTROL); in ImplDrawNative()
560 …if( IsNativeControlSupported(CTRL_SCROLLBAR, bHorz ? PART_DRAW_BACKGROUND_HORZ : PART_DRAW_BACKGRO… in ImplDrawNative()
729 …if ( nDrawFlags && pWin && pWin->IsNativeControlSupported(CTRL_SCROLLBAR, PART_DRAW_BACKGROUND_HOR… in ImplDraw()
1395 if( IsNativeControlSupported(CTRL_SCROLLBAR, PART_ENTIRE_CONTROL) ) in PreNotify()
1410 … sal_Bool bHas3Buttons = IsNativeControlSupported( CTRL_SCROLLBAR, HAS_THREE_BUTTONS ); in PreNotify()
H A Dilstbox.cxx90 if ( pButton->IsNativeControlSupported(CTRL_LISTBOX, PART_ENTIRE_CONTROL) in ImplInitDropDownButton()
91 && ! pButton->IsNativeControlSupported(CTRL_LISTBOX, PART_BUTTON_DOWN) ) in ImplInitDropDownButton()
2778 if ( IsNativeControlSupported(CTRL_LISTBOX, PART_ENTIRE_CONTROL) in ImplWin()
2779 && ! IsNativeControlSupported(CTRL_LISTBOX, PART_BUTTON_DOWN) ) in ImplWin()
2852 if ( IsNativeControlSupported(CTRL_LISTBOX, PART_ENTIRE_CONTROL) in PreNotify()
2853 && ! IsNativeControlSupported(CTRL_LISTBOX, PART_BUTTON_DOWN) ) in PreNotify()
2875 if ( IsNativeControlSupported(CTRL_LISTBOX, PART_ENTIRE_CONTROL) in ImplDraw()
2876 && IsNativeControlSupported(CTRL_LISTBOX, HAS_BACKGROUND_TEXTURE) ) in ImplDraw()
3069 IsNativeControlSupported( CTRL_LISTBOX, PART_ENTIRE_CONTROL ) ) in GetFocus()
3088 IsNativeControlSupported( CTRL_LISTBOX, PART_ENTIRE_CONTROL ) ) in LoseFocus()
H A Dtabctrl.cxx136 if( IsNativeControlSupported(CTRL_TAB_PANE, PART_ENTIRE_CONTROL) ) in ImplInit()
168 || IsNativeControlSupported(CTRL_TAB_PANE, PART_ENTIRE_CONTROL) in ImplInitSettings()
169 || IsNativeControlSupported(CTRL_TAB_ITEM, PART_ENTIRE_CONTROL) ) ) in ImplInitSettings()
641 if( IsNativeControlSupported( CTRL_TAB_PANE, PART_ENTIRE_CONTROL ) ) in ImplChangeTabPage()
813 …if( !bLayout && (bNativeOK = IsNativeControlSupported(CTRL_TAB_ITEM, PART_ENTIRE_CONTROL)) == sal_… in ImplDrawItem()
1101 …if( ! bLayout && (bNativeOK = IsNativeControlSupported( CTRL_TAB_PANE, PART_ENTIRE_CONTROL) ) == s… in ImplPaint()
1181 bool bDrawTabsRTL = IsNativeControlSupported( CTRL_TAB_ITEM, PART_TABS_DRAW_RTL ); in ImplPaint()
1533 if( IsNativeControlSupported(CTRL_TAB_ITEM, PART_ENTIRE_CONTROL) ) in PreNotify()
H A Dlstbox.cxx129 IsNativeControlSupported( CTRL_LISTBOX, PART_ENTIRE_CONTROL ) ) in ImplInit()
854 if ( IsNativeControlSupported(CTRL_LISTBOX, PART_ENTIRE_CONTROL) in StateChanged()
855 && ! IsNativeControlSupported(CTRL_LISTBOX, PART_BUTTON_DOWN) ) in StateChanged()
907 if ( mpImplWin->IsNativeControlSupported(CTRL_LISTBOX, PART_ENTIRE_CONTROL) ) in StateChanged()
H A Dspinbtn.cxx516 if( IsNativeControlSupported(CTRL_SPINBOX, PART_ENTIRE_CONTROL) || in PreNotify()
517 IsNativeControlSupported(CTRL_SPINBOX, PART_ALL_BUTTONS) ) in PreNotify()
H A Dedit.cxx310 IsNativeControlSupported(ImplGetNativeControlType(), HAS_BACKGROUND_TEXTURE) in ImplUseNativeBorder()
316 bRet = pWindow->IsNativeControlSupported(ImplGetNativeControlType(), HAS_BACKGROUND_TEXTURE) in ImplUseNativeBorder()
2031 IsNativeControlSupported( CTRL_EDITBOX, PART_ENTIRE_CONTROL ) ) in GetFocus()
2077 IsNativeControlSupported( CTRL_EDITBOX, PART_ENTIRE_CONTROL ) ) in LoseFocus()
2510 IsNativeControlSupported( CTRL_EDITBOX, PART_ENTIRE_CONTROL ) ) in Modify()
/trunk/main/svtools/source/control/
H A Dtoolbarmenu.cxx912 if( IsNativeControlSupported( CTRL_MENU_POPUP, PART_ENTIRE_CONTROL ) ) in implHighlightEntry()
923 if( bHighlight && IsNativeControlSupported( CTRL_MENU_POPUP, PART_MENU_ITEM ) ) in implHighlightEntry()
1308 if( i_pWindow->IsNativeControlSupported( CTRL_TOOLBAR, PART_BUTTON ) ) in ImplPaintCheckBackground()
1337 if( pWin->IsNativeControlSupported( CTRL_MENU_POPUP, PART_MENU_ITEM_CHECK_MARK ) ) in ImplGetNativeCheckAndRadioSize()
1353 if( pWin->IsNativeControlSupported( CTRL_MENU_POPUP, PART_MENU_ITEM_RADIO_MARK ) ) in ImplGetNativeCheckAndRadioSize()
1465 if( this->IsNativeControlSupported( CTRL_MENU_POPUP, in implPaint()
H A Dprgsbar.cxx53 if( pParent->IsNativeControlSupported( CTRL_PROGRESS, PART_ENTIRE_CONTROL ) ) in clearProgressBarBorder()
103 IsNativeControlSupported( CTRL_PROGRESS, PART_ENTIRE_CONTROL ) ) in ImplInitSettings()
/trunk/main/vcl/source/gdi/
H A Doutdevnative.cxx102 sal_Bool OutputDevice::IsNativeControlSupported( ControlType nType, ControlPart nPart ) in IsNativeControlSupported() function in OutputDevice
111 return( mpGraphics->IsNativeControlSupported(nType, nPart) ); in IsNativeControlSupported()
H A Dsalnativewidgets-none.cxx42 sal_Bool SalGraphics::IsNativeControlSupported( ControlType, ControlPart ) in IsNativeControlSupported() function in SalGraphics
/trunk/main/svtools/source/contnr/
H A Dsvlbitm.cxx418 …if ( nIndex != SV_BMP_STATICIMAGE && rDev.IsNativeControlSupported( eCtrlType, PART_ENTIRE_CONTROL… in Paint()
459 if ( i_pParent->IsNativeControlSupported( i_eType, PART_ENTIRE_CONTROL) ) in ImplAdjustBoxSize()
/trunk/main/vcl/source/app/
H A Dhelp.cxx347 if ( IsNativeControlSupported( CTRL_TOOLTIP, PART_ENTIRE_CONTROL ) ) in HelpTextWindow()
460 if ( IsNativeControlSupported( CTRL_TOOLTIP, PART_ENTIRE_CONTROL ) ) in Paint()
/trunk/main/sc/source/ui/cctrl/
H A Ddpcontrol.cxx419 if (IsNativeControlSupported(CTRL_MENU_POPUP, PART_ENTIRE_CONTROL)) in Paint()
788 if (IsNativeControlSupported(CTRL_MENU_POPUP, PART_ENTIRE_CONTROL)) in highlightMenuItem()
801 if (IsNativeControlSupported(CTRL_MENU_POPUP, PART_MENU_ITEM)) in highlightMenuItem()
/trunk/main/vcl/unx/kde4/
H A DKDESalGraphics.hxx49 virtual sal_Bool IsNativeControlSupported( ControlType type, ControlPart part );
/trunk/main/vcl/inc/unx/gtk/
H A Dgtkgdi.hxx61 virtual sal_Bool IsNativeControlSupported( ControlType nType, ControlPart nPart );
/trunk/main/svtools/source/toolpanel/
H A Dpaneltabbar.cxx507 if ( m_aRenderDevice.IsNativeControlSupported( CTRL_TAB_ITEM, PART_ENTIRE_CONTROL ) ) in PanelTabBar_Impl()
514 if ( m_aRenderDevice.IsNativeControlSupported( CTRL_TOOLBAR, PART_BUTTON ) ) in PanelTabBar_Impl()
/trunk/main/vcl/inc/os2/
H A Dsalgdi.h335 virtual sal_Bool IsNativeControlSupported( ControlType nType, ControlPart nPart );
/trunk/main/vcl/inc/win/
H A Dsalgdi.h365 virtual sal_Bool IsNativeControlSupported( ControlType nType, ControlPart nPart );

Completed in 219 milliseconds

12