Home
last modified time | relevance | path

Searched refs:CTRL_TOOLBAR (Results 1 – 13 of 13) sorted by relevance

/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()
152 if( IsNativeControlSupported( CTRL_TOOLBAR, PART_ENTIRE_CONTROL ) ) in Paint()
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()
240 if( IsNativeControlSupported( CTRL_TOOLBAR, PART_ENTIRE_CONTROL ) ) in Resize()
H A Dtoolbox.cxx209 if( pThis->IsNativeControlSupported( CTRL_TOOLBAR, PART_ENTIRE_CONTROL ) ) in ImplGetDragWidth()
217 …if ( pThis->GetNativeControlRegion(CTRL_TOOLBAR, pThis->mbHorz ? PART_THUMB_VERT : PART_THUMB_HORZ, 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()
1912 if( GetNativeControlRegion( 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()
[all …]
H A Dmenu.cxx2597 if( i_pWindow->IsNativeControlSupported( CTRL_TOOLBAR, PART_BUTTON ) ) in ImplPaintCheckBackground()
2605 bNativeOk = i_pWindow->DrawNativeControl( CTRL_TOOLBAR, PART_BUTTON, in ImplPaintCheckBackground()
/trunk/main/vcl/unx/kde4/
H A DKDESalGraphics.cxx111 if (type == CTRL_TOOLBAR) return true; in IsNativeControlSupported()
326 else if ( (type == CTRL_TOOLBAR) && (part == PART_BUTTON) ) in drawNativeControl()
339 else if ( (type == CTRL_TOOLBAR) && (part == PART_ENTIRE_CONTROL) ) in drawNativeControl()
349 else if ( (type == CTRL_TOOLBAR) && (part == PART_THUMB_VERT) ) in drawNativeControl()
/trunk/main/vcl/inc/vcl/
H A Dsalnativewidgets.hxx113 #define CTRL_TOOLBAR 100 macro
411 ToolbarValue() : ImplControlValue( CTRL_TOOLBAR, BUTTONVALUE_DONTKNOW, 0 ) in ToolbarValue()
/trunk/main/vcl/win/source/gdi/
H A Dsalnativewidgets-luna.cxx278 case CTRL_TOOLBAR: in IsNativeControlSupported()
845 if( nType == CTRL_TOOLBAR ) in ImplDrawNativeControl()
873 if( aValue.getType() == CTRL_TOOLBAR ) in ImplDrawNativeControl()
1106 case CTRL_TOOLBAR: in drawNativeControl()
1223 if( nType == CTRL_TOOLBAR ) in getNativeControlRegion()
/trunk/main/vcl/source/gdi/
H A Doutdevnative.cxx172 case CTRL_TOOLBAR: in lcl_transformControlValue()
H A Dsalgdilayout.cxx745 case CTRL_TOOLBAR: in mirror()
/trunk/main/svtools/source/toolpanel/
H A Dpaneltabbar.cxx238 …bool bNativeOK = getTargetDevice().DrawNativeControl( CTRL_TOOLBAR, PART_BUTTON, i_rContentRect, n… in preRenderItem()
514 if ( m_aRenderDevice.IsNativeControlSupported( CTRL_TOOLBAR, PART_BUTTON ) ) in PanelTabBar_Impl()
/trunk/main/vcl/unx/kde/
H A Dsalnativewidgets-kde.cxx1213 ( (nType == CTRL_TOOLBAR) && (nPart == PART_ENTIRE_CONTROL || in IsNativeControlSupported()
1425 …else if ( (nType == CTRL_TOOLBAR) && (nPart == PART_DRAW_BACKGROUND_HORZ || nPart == PART_DRAW_BAC… in drawNativeControl()
1432 else if ( (nType == CTRL_TOOLBAR) && (nPart == PART_BUTTON) ) in drawNativeControl()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalnativewidgets.cxx325 case CTRL_TOOLBAR: in IsNativeControlSupported()
524 case CTRL_TOOLBAR: in drawNativeControl()
/trunk/main/svtools/source/control/
H A Dtoolbarmenu.cxx1308 if( i_pWindow->IsNativeControlSupported( CTRL_TOOLBAR, PART_BUTTON ) ) in ImplPaintCheckBackground()
1315 bNativeOk = i_pWindow->DrawNativeControl( CTRL_TOOLBAR, PART_BUTTON, in ImplPaintCheckBackground()
/trunk/main/vcl/unx/gtk/gdi/
H A Dsalnativewidgets-gtk.cxx553 ((nType == CTRL_TOOLBAR) && in IsNativeControlSupported()
747 …&& ! (bToolbarGripWorkaround && nType == CTRL_TOOLBAR && (nPart == PART_THUMB_HORZ || nPart == PAR… in drawNativeControl()
838 else if ( (nType== CTRL_TOOLBAR) ) in drawNativeControl()
967 if ( (nType==CTRL_TOOLBAR) && in getNativeControlRegion()
2519 if( aValue.getType() == CTRL_TOOLBAR ) in NWPaintGTKToolbar()

Completed in 155 milliseconds