Home
last modified time | relevance | path

Searched refs:maProgressRect (Results 1 – 2 of 2) sorted by path

/trunk/main/vcl/inc/
H A Dprintdlg.hxx313 Rectangle maProgressRect; member in vcl::PrintProgressDialog
/trunk/main/vcl/source/window/
H A Dprintdlg.cxx2574maProgressRect = Rectangle( Point( 10, maText.GetPosPixel().Y() + maText.GetSizePixel().Height() +… in implCalcProgressRect()
2580 if( maProgressRect.IsEmpty() ) in setProgress()
2595 Invalidate( maProgressRect, INVALIDATE_UPDATE ); in setProgress()
2612 if( maProgressRect.IsEmpty() ) in Paint()
2626 const long nMaxCount = maProgressRect.GetWidth() / nFullWidth; in Paint()
2627 DrawProgress( this, maProgressRect.TopLeft(), in Paint()
2634 maProgressRect in Paint()
2641 Rectangle aFrameRect( maProgressRect ); in Paint()

Completed in 23 milliseconds