Searched refs:nCurHeight (Results 1 – 5 of 5) sorted by relevance
663 const sal_Int32 nCurHeight = aCurSize.Height(); in lcl_XGraphic2VCLImage() local666 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()
545 sal_uInt16 nCurHeight = pData->GetDocument()-> in Execute() local559 nCurHeight, in Execute()651 sal_uInt16 nCurHeight = pData->GetDocument()-> in Execute() local665 nCurHeight, in Execute()
387 long nCurHeight = aVisArea.GetHeight(); in CalcPt() local388 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()
1047 sal_Int32 nCurHeight = aHeight.hasValue() ? ::comphelper::getINT32(aHeight) : -1; in SetRowHeight() local1049 DlgSize aDlgRowHeight(this, nCurHeight, sal_True); in SetRowHeight()
1634 short nCurHeight = in enableRelativeMode() local1640 …LB->EnablePtRelativeMode( sal::static_int_cast< short >(-(nCurHeight - 20)), (9999 - nCurHeight), … in enableRelativeMode()
Completed in 108 milliseconds