Searched refs:nTempHeight (Results 1 – 5 of 5) sorted by relevance
126 long nTempHeight; in ImplTile() local165 nTempHeight = nHeight; in ImplTile()168 nTempHeight++; in ImplTile()172 nY += nTempHeight; in ImplTile()198 long nTempHeight; in ImplHorz() local208 nTempHeight = nHeight; in ImplHorz()211 nTempHeight++; in ImplHorz()215 nY += nTempHeight; in ImplHorz()278 long nTempHeight; in ImplCascade() local332 nTempHeight = nHeight; in ImplCascade()[all …]
533 long nTempHeight; in CalcWindowSizePixel() local539 nTempHeight = pTempTaskToolBox->CalcWindowSizePixel().Height()+(TASKBAR_OFFY*2); in CalcWindowSizePixel()540 if ( nTempHeight > aSize.Height() ) in CalcWindowSizePixel()541 aSize.Height() = nTempHeight; in CalcWindowSizePixel()545 nTempHeight = pTempStatusBar->GetSizePixel().Height(); in CalcWindowSizePixel()546 if ( nTempHeight > aSize.Height() ) in CalcWindowSizePixel()547 aSize.Height() = nTempHeight; in CalcWindowSizePixel()
491 long nTempHeight = aTxtSize.Height(); in ImplDrawItem() local493 nTempHeight += aImageSize.Height(); in ImplDrawItem()494 nTxtPosY = aRect.Top()+((aRect.GetHeight()-nTempHeight)/2); in ImplDrawItem()553 long nTempHeight = aImageSize.Height(); in ImplDrawItem() local555 nTempHeight += aTxtSize.Height(); in ImplDrawItem()556 nImagePosY = aRect.Top()+((aRect.GetHeight()-nTempHeight)/2); in ImplDrawItem()
399 const long nTempHeight = mnCurHeight; in Highlight() local409 mnCurHeight = nTempHeight; in Highlight()
112 sal_Int32 nTempHeight = (aControlShapeSize.Height - BUTTON_HEIGHT/4) / (nRadioButtons + 1); in doLayout() local129 aButtonPosition.Y = aShapePosition.Y + (i+1) * nTempHeight + nTopSpace; in doLayout()
Completed in 79 milliseconds