Home
last modified time | relevance | path

Searched refs:nProgressWidth (Results 1 – 4 of 4) sorted by relevance

/trunk/main/vcl/win/source/gdi/
H A Dsalnativewidgets-luna.cxx915 long nProgressWidth = aValue.getNumericVal(); in ImplDrawNativeControl() local
916 nProgressWidth *= (aProgressRect.right - aProgressRect.left); in ImplDrawNativeControl()
917 nProgressWidth /= (rc.right - rc.left); in ImplDrawNativeControl()
919 aProgressRect.left = aProgressRect.right - nProgressWidth; in ImplDrawNativeControl()
921 aProgressRect.right = aProgressRect.left + nProgressWidth; in ImplDrawNativeControl()
/trunk/main/vcl/unx/gtk/gdi/
H A Dsalnativewidgets-gtk.cxx2939 long nProgressWidth = rValue.getNumericVal(); in NWPaintGTKProgress() local
2956 if( nProgressWidth > 0 ) in NWPaintGTKProgress()
2967 w-nProgressWidth, 0, nProgressWidth, h in NWPaintGTKProgress()
2978 0, 0, nProgressWidth, h in NWPaintGTKProgress()
3081 if( nProgressWidth > 0 ) in NWPaintGTKSlider()
3092 w-nProgressWidth, 0, nProgressWidth, h in NWPaintGTKSlider()
3103 0, 0, nProgressWidth, h in NWPaintGTKSlider()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalnativewidgets.cxx765 long nProgressWidth = aValue.getNumericVal(); in drawNativeControl() local
772 aTrackInfo.value = nProgressWidth; in drawNativeControl()
/trunk/main/vcl/unx/kde/
H A Dsalnativewidgets-kde.cxx759 long nProgressWidth = aValue.getNumericVal(); in drawStyledWidget() local
761 pProgress->setProgress( nProgressWidth, qRect.width() ); in drawStyledWidget()

Completed in 68 milliseconds