Searched refs:nProgressWidth (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/vcl/win/source/gdi/ |
H A D | salnativewidgets-luna.cxx | 915 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()
|
/aoo4110/main/vcl/unx/gtk/gdi/ |
H A D | salnativewidgets-gtk.cxx | 2939 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()
|
/aoo4110/main/vcl/aqua/source/gdi/ |
H A D | salnativewidgets.cxx | 765 long nProgressWidth = aValue.getNumericVal(); in drawNativeControl() local 772 aTrackInfo.value = nProgressWidth; in drawNativeControl()
|
/aoo4110/main/vcl/unx/kde/ |
H A D | salnativewidgets-kde.cxx | 759 long nProgressWidth = aValue.getNumericVal(); in drawStyledWidget() local 761 pProgress->setProgress( nProgressWidth, qRect.width() ); in drawStyledWidget()
|
Completed in 61 milliseconds