Home
last modified time | relevance | path

Searched refs:bNativeOK (Results 1 – 15 of 15) sorted by path

/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_dialog2.cxx1161 bool bNativeOK; in Resize() local
1164 if( (bNativeOK = GetNativeControlRegion( CTRL_PROGRESS, PART_ENTIRE_CONTROL, aControlRegion, in Resize()
1604 bool bNativeOK; in Resize() local
1607 if( (bNativeOK = GetNativeControlRegion( CTRL_PROGRESS, PART_ENTIRE_CONTROL, aControlRegion, in Resize()
/trunk/main/desktop/source/splash/
H A Dsplash.cxx638 sal_Bool bNativeOK = sal_False; in Paint() local
658 if( (bNativeOK = DrawNativeControl( CTRL_INTROPROGRESS, PART_ENTIRE_CONTROL, aDrawRect, in Paint()
/trunk/main/svtools/source/contnr/
H A Dsvlbitm.cxx416 sal_Bool bNativeOK = sal_False; in Paint() local
437 bNativeOK = rDev.DrawNativeControl( eCtrlType, PART_ENTIRE_CONTROL, in Paint()
441 if( !bNativeOK) in Paint()
468 bool bNativeOK = i_pParent->GetNativeControlRegion( i_eType, in ImplAdjustBoxSize() local
476 if( bNativeOK ) in ImplAdjustBoxSize()
H A Dsvtreebx.cxx1930 sal_Bool bNativeOK = sal_False; in PaintEntry1() local
1951 bNativeOK = DrawNativeControl( CTRL_LISTNODE, PART_ENTIRE_CONTROL, in PaintEntry1()
1955 if( !bNativeOK) { in PaintEntry1()
/trunk/main/svtools/source/toolpanel/
H A Dpaneltabbar.cxx238 …bool bNativeOK = getTargetDevice().DrawNativeControl( CTRL_TOOLBAR, PART_BUTTON, i_rContentRect, n… in preRenderItem() local
239 (void)bNativeOK; in preRenderItem()
240 …OSL_ENSURE( bNativeOK, "NWFToolboxItemRenderer::preRenderItem: inconsistent NWF implementation!" ); in preRenderItem()
298 bool bNativeOK = getTargetDevice().GetNativeControlRegion( in calculateDecorations() local
304 (void)bNativeOK; in calculateDecorations()
305 …OSL_ENSURE( bNativeOK, "NWFTabItemRenderer::calculateDecorations: GetNativeControlRegion not imple… in calculateDecorations()
322 …bool bNativeOK = getTargetDevice().DrawNativeControl( CTRL_TAB_ITEM, PART_ENTIRE_CONTROL, i_rConte… in preRenderItem() local
323 (void)bNativeOK; in preRenderItem()
324 … OSL_ENSURE( bNativeOK, "NWFTabItemRenderer::preRenderItem: inconsistent NWF implementation!" ); in preRenderItem()
/trunk/main/vcl/source/app/
H A Dhelp.cxx459 bool bNativeOK = false; in Paint() local
465 bNativeOK = DrawNativeControl( CTRL_TOOLTIP, PART_ENTIRE_CONTROL, aCtrlRegion, in Paint()
487 if( ! bNativeOK ) in Paint()
/trunk/main/vcl/source/control/
H A Dbutton.cxx1103 sal_Bool bNativeOK = sal_False; in ImplDrawPushButton() local
1144 bNativeOK = sal_True; in ImplDrawPushButton()
1148 bNativeOK = sal_True; in ImplDrawPushButton()
1167 bNativeOK = DrawNativeControl( aCtrlType, PART_BUTTON_DOWN, aInRect, nState, in ImplDrawPushButton()
1173 if( bNativeOK ) in ImplDrawPushButton()
1227 bNativeOK = true; in ImplDrawPushButton()
1239 if ( bNativeOK == sal_False ) in ImplDrawPushButton()
2173 sal_Bool bNativeOK = sal_False; in ImplDrawRadioButtonState() local
2195 if ( bNativeOK == sal_False ) in ImplDrawRadioButtonState()
3346 bool bNativeOK = sal_True; in ImplDrawCheckBoxState() local
[all …]
H A Dilstbox.cxx2870 sal_Bool bNativeOK = sal_False; in ImplDraw() local
2918 bNativeOK = DrawNativeControl( CTRL_LISTBOX, PART_ENTIRE_CONTROL, aCtrlRegion, nState, in ImplDraw()
2933 if( bNativeOK && (nState & CTRL_STATE_ROLLOVER) ) in ImplDraw()
2940 if ( !bNativeOK ) in ImplDraw()
2947 if ( !bNativeOK ) in ImplDraw()
H A Dscrbar.cxx554 sal_Bool bNativeOK = IsNativeControlSupported(CTRL_SCROLLBAR, PART_ENTIRE_CONTROL); in ImplDrawNative() local
555 if( bNativeOK ) in ImplDrawNative()
603bNativeOK = 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()
703bNativeOK = DrawNativeControl( CTRL_SCROLLBAR, (bHorz ? PART_THUMB_HORZ : PART_THUMB_VERT), in ImplDrawNative()
708 return bNativeOK; in ImplDrawNative()
H A Dslider.cxx400 bool bNativeOK = DrawNativeControl( CTRL_SLIDER, nPart, in ImplDraw() local
402 if( bNativeOK ) in ImplDraw()
H A Dspinfld.cxx83 sal_Bool bNativeOK = sal_False; in ImplDrawNativeSpinfield() local
129 return bNativeOK; in ImplDrawNativeSpinfield()
134 sal_Bool bNativeOK = sal_False; in ImplDrawNativeSpinbuttons() local
142 return bNativeOK; in ImplDrawNativeSpinbuttons()
192 sal_Bool bNativeOK = sal_False; in ImplDrawSpinButton() local
226 bNativeOK = ImplDrawNativeSpinfield( pWin, aValue ); in ImplDrawSpinButton()
228 bNativeOK = ImplDrawNativeSpinbuttons( pWin, aValue ); in ImplDrawSpinButton()
231 if( !bNativeOK ) in ImplDrawSpinButton()
238 if( !bNativeOK ) in ImplDrawSpinButton()
284 if( !bNativeOK ) in ImplDrawSpinButton()
[all …]
H A Dtabctrl.cxx774 sal_Bool bNativeOK = sal_False; in ImplDrawItem() local
813 …if( !bLayout && (bNativeOK = IsNativeControlSupported(CTRL_TAB_ITEM, PART_ENTIRE_CONTROL)) == sal_… in ImplDrawItem()
851 bNativeOK = DrawNativeControl( CTRL_TAB_ITEM, PART_ENTIRE_CONTROL, aCtrlRegion, nState, in ImplDrawItem()
855 if( ! bLayout && !bNativeOK ) in ImplDrawItem()
1100 sal_Bool bNativeOK = sal_False; in ImplPaint() local
1101 …if( ! bLayout && (bNativeOK = IsNativeControlSupported( CTRL_TAB_PANE, PART_ENTIRE_CONTROL) ) == s… in ImplPaint()
1118 bNativeOK = DrawNativeControl( CTRL_TAB_PANE, part, aRect, nState, in ImplPaint()
/trunk/main/vcl/source/gdi/
H A Doutdev6.cxx1150 sal_Bool bNativeOK = sal_False; in Erase() local
1164 bNativeOK = pWindow->DrawNativeControl( CTRL_WINDOW_BACKGROUND, aCtrlPart, aCtrlRegion, in Erase()
1169 if ( mbBackground && ! bNativeOK ) in Erase()
/trunk/main/vcl/source/window/
H A Dbrdwin.cxx1244 sal_Bool bNativeOK = sal_False; in DrawWindow() local
1356 bNativeOK = pWin->DrawNativeControl( aCtrlType, aCtrlPart, aCtrlRegion, nState, in DrawWindow()
1369 if( bNativeOK ) in DrawWindow()
H A Dstatus.cxx571 …sal_Bool bNativeOK = pWindow->DrawNativeControl( CTRL_PROGRESS, PART_ENTIRE_CONTROL, aControlRegio… in DrawProgress() local
575 if( bNativeOK ) in DrawProgress()
708 sal_Bool bNativeOK = sal_False; in ImplCalcProgressRect() local
714 if( (bNativeOK = GetNativeControlRegion( CTRL_PROGRESS, PART_ENTIRE_CONTROL, aControlRegion, in ImplCalcProgressRect()
728 if( ! bNativeOK ) in ImplCalcProgressRect()

Completed in 145 milliseconds