Home
last modified time | relevance | path

Searched refs:nTempHeight (Results 1 – 5 of 5) sorted by relevance

/trunk/main/svtools/source/control/
H A Dtaskmisc.cxx126 long nTempHeight; in ImplTile() local
165 nTempHeight = nHeight; in ImplTile()
168 nTempHeight++; in ImplTile()
172 nY += nTempHeight; in ImplTile()
198 long nTempHeight; in ImplHorz() local
208 nTempHeight = nHeight; in ImplHorz()
211 nTempHeight++; in ImplHorz()
215 nY += nTempHeight; in ImplHorz()
278 long nTempHeight; in ImplCascade() local
332 nTempHeight = nHeight; in ImplCascade()
[all …]
H A Dtaskbar.cxx533 long nTempHeight; in CalcWindowSizePixel() local
539 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()
H A Dheadbar.cxx491 long nTempHeight = aTxtSize.Height(); in ImplDrawItem() local
493 nTempHeight += aImageSize.Height(); in ImplDrawItem()
494 nTxtPosY = aRect.Top()+((aRect.GetHeight()-nTempHeight)/2); in ImplDrawItem()
553 long nTempHeight = aImageSize.Height(); in ImplDrawItem() local
555 nTempHeight += aTxtSize.Height(); in ImplDrawItem()
556 nImagePosY = aRect.Top()+((aRect.GetHeight()-nTempHeight)/2); in ImplDrawItem()
H A Dstdmenu.cxx399 const long nTempHeight = mnCurHeight; in Highlight() local
409 mnCurHeight = nTempHeight; in Highlight()
/trunk/main/extensions/source/dbpilots/
H A Doptiongrouplayouter.cxx112 sal_Int32 nTempHeight = (aControlShapeSize.Height - BUTTON_HEIGHT/4) / (nRadioButtons + 1); in doLayout() local
129 aButtonPosition.Y = aShapePosition.Y + (i+1) * nTempHeight + nTopSpace; in doLayout()

Completed in 32 milliseconds