Home
last modified time | relevance | path

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

/trunk/main/toolkit/source/awt/
H A Dvclxmenu.cxx663 const sal_Int32 nCurHeight = aCurSize.Height(); in lcl_XGraphic2VCLImage() local
666 if ( nCurWidth > 0 && nCurHeight > 0 ) in lcl_XGraphic2VCLImage()
668 if ( bResize && ( nCurWidth > nIdeal || nCurHeight > nIdeal ) ) in lcl_XGraphic2VCLImage()
671 sal_Int32 nIdealHeight = nCurHeight > nIdeal ? nIdeal : nCurHeight; in lcl_XGraphic2VCLImage()
/trunk/main/sc/source/ui/view/
H A Dcellsh3.cxx545 sal_uInt16 nCurHeight = pData->GetDocument()-> in Execute() local
559 nCurHeight, in Execute()
651 sal_uInt16 nCurHeight = pData->GetDocument()-> in Execute() local
665 nCurHeight, in Execute()
/trunk/main/sw/source/ui/uiview/
H A Dviewport.cxx387 long nCurHeight = aVisArea.GetHeight(); in CalcPt() local
388 nYScroll = Min(nYScroll, nCurHeight - nDesHeight); // wird es knapp, dann nicht zuviel scrollen in CalcPt()
389 if(nDesHeight > nCurHeight) // die Hoehe reicht nicht aus, dann interessiert nYScroll nicht mehr in CalcPt()
/trunk/main/dbaccess/source/ui/browser/
H A Dsbagrid.cxx1047 sal_Int32 nCurHeight = aHeight.hasValue() ? ::comphelper::getINT32(aHeight) : -1; in SetRowHeight() local
1049 DlgSize aDlgRowHeight(this, nCurHeight, sal_True); in SetRowHeight()
/trunk/main/cui/source/tabpages/
H A Dchardlg.cxx1634 short nCurHeight = in enableRelativeMode() local
1640 …LB->EnablePtRelativeMode( sal::static_int_cast< short >(-(nCurHeight - 20)), (9999 - nCurHeight), … in enableRelativeMode()

Completed in 63 milliseconds