Home
last modified time | relevance | path

Searched refs:CTRL_PROGRESS (Results 1 – 11 of 11) sorted by relevance

/trunk/main/vcl/source/window/
H A Dstatus.cxx537 if( pWindow->IsNativeControlSupported( CTRL_PROGRESS, PART_ENTIRE_CONTROL ) ) in DrawProgress()
571 …sal_Bool bNativeOK = pWindow->DrawNativeControl( CTRL_PROGRESS, PART_ENTIRE_CONTROL, aControlRegio… in DrawProgress()
652 bool bNative = IsNativeControlSupported( CTRL_PROGRESS, PART_ENTIRE_CONTROL ); in ImplDrawProgress()
709 if( IsNativeControlSupported( CTRL_PROGRESS, PART_ENTIRE_CONTROL ) ) in ImplCalcProgressRect()
714 if( (bNativeOK = GetNativeControlRegion( CTRL_PROGRESS, PART_ENTIRE_CONTROL, aControlRegion, in ImplCalcProgressRect()
1746 if( pThis->IsNativeControlSupported( CTRL_PROGRESS, PART_ENTIRE_CONTROL ) ) in CalcWindowSizePixel()
1751 if( pThis->GetNativeControlRegion( CTRL_PROGRESS, PART_ENTIRE_CONTROL, aControlRegion, in CalcWindowSizePixel()
H A Dprintdlg.cxx2561 if( IsNativeControlSupported( CTRL_PROGRESS, PART_ENTIRE_CONTROL ) ) in implCalcProgressRect()
2566 if( GetNativeControlRegion( CTRL_PROGRESS, PART_ENTIRE_CONTROL, aControlRegion, in implCalcProgressRect()
/trunk/main/extensions/source/update/check/
H A Dupdatehdl.cxx75 #define CTRL_PROGRESS UNISTRING("progress") macro
244 setControlProperty( CTRL_PROGRESS, UNISTRING("ProgressValue"), uno::Any( nPercent ) ); in setProgress()
587 setControlProperty( CTRL_PROGRESS, UNISTRING("ProgressValue"), uno::Any( mnPercent ) ); in updateState()
596 setControlProperty( CTRL_PROGRESS, UNISTRING("ProgressValue"), uno::Any( mnPercent ) ); in updateState()
1118 showControl( CTRL_PROGRESS, (bool)(nShiftMe & 0x01) ); in showControls()
1382 …ntrolModel( xControlModel, UNISTRING("com.sun.star.awt.UnoControlProgressBarModel"), CTRL_PROGRESS, in createDialog()
/trunk/main/svtools/source/control/
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/win/source/gdi/
H A Dsalnativewidgets-luna.cxx305 case CTRL_PROGRESS: in IsNativeControlSupported()
904 if( nType == CTRL_PROGRESS ) in ImplDrawNativeControl()
1122 case CTRL_PROGRESS: in drawNativeControl()
1263 if( nType == CTRL_PROGRESS && nPart == PART_ENTIRE_CONTROL ) in getNativeControlRegion()
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_dialog2.cxx1158 if( IsNativeControlSupported( CTRL_PROGRESS, PART_ENTIRE_CONTROL ) ) in Resize()
1164 if( (bNativeOK = GetNativeControlRegion( CTRL_PROGRESS, PART_ENTIRE_CONTROL, aControlRegion, in Resize()
1601 if( IsNativeControlSupported( CTRL_PROGRESS, PART_ENTIRE_CONTROL ) ) in Resize()
1607 if( (bNativeOK = GetNativeControlRegion( CTRL_PROGRESS, PART_ENTIRE_CONTROL, aControlRegion, in Resize()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalnativewidgets.cxx357 case CTRL_PROGRESS: in IsNativeControlSupported()
762 case CTRL_PROGRESS: in drawNativeControl()
1322 case CTRL_PROGRESS: in getNativeControlRegion()
/trunk/main/vcl/inc/vcl/
H A Dsalnativewidgets.hxx122 #define CTRL_PROGRESS 131 macro
/trunk/main/vcl/unx/kde/
H A Dsalnativewidgets-kde.cxx1219 ( (nType == CTRL_PROGRESS) && (nPart == PART_ENTIRE_CONTROL) ) in IsNativeControlSupported()
1453 else if ( (nType == CTRL_PROGRESS) && (nPart == PART_ENTIRE_CONTROL) ) in drawNativeControl()
/trunk/main/vcl/unx/kde4/
H A DKDESalGraphics.cxx148 if ( (type == CTRL_PROGRESS) && (part == PART_ENTIRE_CONTROL) ) return true; in IsNativeControlSupported()
/trunk/main/vcl/unx/gtk/gdi/
H A Dsalnativewidgets-gtk.cxx573 ((nType == CTRL_PROGRESS) && in IsNativeControlSupported()
746 && nType != CTRL_PROGRESS in drawNativeControl()
860 else if( (nType == CTRL_PROGRESS) && (nPart == PART_ENTIRE_CONTROL) ) in drawNativeControl()

Completed in 124 milliseconds