Home
last modified time | relevance | path

Searched refs:nProgressHeight (Results 1 – 3 of 3) sorted by relevance

/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_dialog2.cxx1156 long nProgressHeight = aFTSize.Height(); in Resize() local
1168 nProgressHeight = aNativeControlRegion.GetHeight(); in Resize()
1172 if ( nProgressHeight < PROGRESS_HEIGHT ) in Resize()
1173 nProgressHeight = PROGRESS_HEIGHT; in Resize()
1176 …m_aProgressBar.SetPosSizePixel( Point( aPos.X(), aPos.Y() - ((nProgressHeight-aFTSize.Height())/2)… in Resize()
1177 Size( PROGRESS_WIDTH, nProgressHeight ) ); in Resize()
1599 long nProgressHeight = aFTSize.Height(); in Resize() local
1611 nProgressHeight = aNativeControlRegion.GetHeight(); in Resize()
1615 if ( nProgressHeight < PROGRESS_HEIGHT ) in Resize()
1616 nProgressHeight = PROGRESS_HEIGHT; in Resize()
[all …]
/trunk/main/vcl/source/window/
H A Dstatus.cxx718 long nProgressHeight = aNativeControlRegion.GetHeight(); in ImplCalcProgressRect() local
719 if( nProgressHeight > maPrgsFrameRect.GetHeight() ) in ImplCalcProgressRect()
721 long nDelta = nProgressHeight - maPrgsFrameRect.GetHeight(); in ImplCalcProgressRect()
725 maPrgsTxtPos.Y() = maPrgsFrameRect.Top() + (nProgressHeight - GetTextHeight())/2; in ImplCalcProgressRect()
1743 long nProgressHeight = nMinHeight + nBarTextOffset; in CalcWindowSizePixel() local
1755 nProgressHeight = aNativeControlRegion.GetHeight(); in CalcWindowSizePixel()
1774 if( nCalcHeight < nProgressHeight+2 ) in CalcWindowSizePixel()
1775 nCalcHeight = nProgressHeight+2; in CalcWindowSizePixel()
/trunk/main/desktop/source/splash/
H A Dsplash.cxx653 long nProgressHeight = aNativeControlRegion.GetHeight(); in Paint() local
654 aDrawRect.Top() -= (nProgressHeight - _barheight)/2; in Paint()
655 aDrawRect.Bottom() += (nProgressHeight - _barheight)/2; in Paint()

Completed in 37 milliseconds