Home
last modified time | relevance | path

Searched refs:nMaxHeight (Results 1 – 25 of 29) sorted by path

12

/trunk/main/chart2/source/view/axes/
H A DVCartesianAxis.cxx1297 sal_Int32 nMaxHeight = static_cast<sal_Int32>(fabs(aEnd.getY()-aStart.getY())); in estimateMaximumAutoMainIncrementCount() local
1300 sal_Int32 nTotalAvailable = nMaxHeight; in estimateMaximumAutoMainIncrementCount()
/trunk/main/cui/source/tabpages/
H A Dswpossizetabpage.cxx1131 sal_Int32 nMaxHeight(aVal.nMaxHeight); in IMPL_LINK() local
1133 sal_Int64 nTmp = m_aHeightMF.Normalize(nMaxHeight); in IMPL_LINK()
/trunk/main/editeng/source/editeng/
H A Dimpedit.cxx715 long nMaxHeight = !IsVertical() ? aOutArea.GetHeight() : aOutArea.GetWidth(); in ShowCursor() local
716 if ( aEditCursor.GetHeight() > nMaxHeight ) in ShowCursor()
718 aEditCursor.Bottom() = aEditCursor.Top() + nMaxHeight - 1; in ShowCursor()
H A Dimpedit2.cxx4497 long nMaxHeight = aStatus.AutoPageHeight() ? aMaxAutoPaperSize.Height() : 0x7FFFFFFF; in SetValidPaperSize() local
4508 else if ( aPaperSize.Height() > nMaxHeight ) in SetValidPaperSize()
4509 aPaperSize.Height() = nMaxHeight; in SetValidPaperSize()
/trunk/main/sc/source/ui/view/
H A Dprintfun.cxx790 long nMaxHeight = 0; in UpdateHFHeight() local
793 nMaxHeight = Max( nMaxHeight, TextHeight( rParam.pLeft->GetLeftArea() ) ); in UpdateHFHeight()
794 nMaxHeight = Max( nMaxHeight, TextHeight( rParam.pLeft->GetCenterArea() ) ); in UpdateHFHeight()
795 nMaxHeight = Max( nMaxHeight, TextHeight( rParam.pLeft->GetRightArea() ) ); in UpdateHFHeight()
799 nMaxHeight = Max( nMaxHeight, TextHeight( rParam.pRight->GetLeftArea() ) ); in UpdateHFHeight()
800 nMaxHeight = Max( nMaxHeight, TextHeight( rParam.pRight->GetCenterArea() ) ); in UpdateHFHeight()
801 nMaxHeight = Max( nMaxHeight, TextHeight( rParam.pRight->GetRightArea() ) ); in UpdateHFHeight()
1806 long nMaxHeight = 0; in PrintHF() local
1807 nMaxHeight = Max( nMaxHeight, TextHeight( pHFItem->GetLeftArea() ) ); in PrintHF()
1808 nMaxHeight = Max( nMaxHeight, TextHeight( pHFItem->GetCenterArea() ) ); in PrintHF()
[all …]
/trunk/main/svtools/source/control/
H A Dtaskbar.cxx343 long nMaxHeight = aSize.Height()-(TASKBAR_OFFY*2); in Resize() local
345 nMaxHeight -= TASKBAR_BORDER; in Resize()
346 if ( nMaxHeight+2 > aStatusSize.Height() ) in Resize()
347 aStatusSize.Height() = nMaxHeight; in Resize()
/trunk/main/svtools/source/dialogs/
H A Dwizdlg.cxx99 long nMaxHeight = 0; in ImplCalcSize() local
104 if ( nBtnHeight > nMaxHeight ) in ImplCalcSize()
105 nMaxHeight = nBtnHeight; in ImplCalcSize()
108 if ( nMaxHeight ) in ImplCalcSize()
112 rSize.Height() += nMaxHeight; in ImplCalcSize()
135 long nMaxHeight = 0; in ImplPosCtrls() local
155 if ( nMaxHeight ) in ImplPosCtrls()
275 if ( nBtnHeight > nMaxHeight ) in ImplPosTabPage()
276 nMaxHeight = nBtnHeight; in ImplPosTabPage()
279 if ( nMaxHeight ) in ImplPosTabPage()
[all …]
/trunk/main/svx/inc/svx/
H A Dswframevalidation.hxx58 sal_Int32 nMaxHeight; member
77 nMaxHeight(SAL_MAX_INT32) in SvxSwFrameValidation()
/trunk/main/svx/source/dialog/
H A Dhyprdlg.hxx99 long nMaxHeight; member in SvxHyperlinkDlg
H A Dhyprlink.cxx130 nMaxHeight = GetSizePixel().Height(); in SvxHyperlinkDlg()
155 nMaxHeight = GetSizePixel().Height(); // Hoehe nochmal merken, da sie veraendert wurde in SvxHyperlinkDlg()
250 if (rSize.Height() > nMaxHeight) in Resizing()
251 rSize.Height() = nMaxHeight; in Resizing()
/trunk/main/sw/inc/
H A Dpagedesc.hxx52 SwTwips nMaxHeight; //maximum height of the footnote area. member in SwPageFtnInfo
61 SwTwips GetHeight() const { return nMaxHeight; } in GetHeight()
69 void SetHeight( SwTwips nNew ) { nMaxHeight = nNew; } in SetHeight()
/trunk/main/sw/source/core/doc/
H A Dtblrwcl.cxx237 SwTwips nMaxSpace, nMaxHeight; member
244 nMaxSpace( 0 ), nMaxHeight( 0 ), nLines( 0 ), in CR_SetLineHeight()
255 nMaxSpace( rCpy.nMaxSpace ), nMaxHeight( rCpy.nMaxHeight ), in CR_SetLineHeight()
4175 nDist /= rParam.nMaxHeight; in lcl_SetOtherLineHeight()
4195 nDist /= rParam.nMaxHeight; in lcl_SetOtherLineHeight()
4435 aParam.nMaxHeight += pLineFrm->Frm().Height(); in SetRowHeight()
/trunk/main/sw/source/core/inc/
H A Dcntfrm.hxx101 virtual sal_Bool WouldFit( SwTwips &nMaxHeight, sal_Bool &bSplit, sal_Bool bTst );
H A Dtxtfrm.hxx356 virtual sal_Bool WouldFit( SwTwips &nMaxHeight, sal_Bool &bSplit, sal_Bool bTst );
363 sal_Bool TestFormat( const SwFrm* pPrv, SwTwips &nMaxHeight, sal_Bool &bSplit );
/trunk/main/sw/source/core/layout/
H A Dhffrm.cxx254 SwTwips nMaxHeight = LONG_MAX; in FormatSize() local
325 nMaxHeight = nOldHeight; in FormatSize()
328 nRemaining = ( nMaxHeight + nMinHeight + 1 ) / 2; in FormatSize()
335 if( nRemaining >= nMaxHeight ) in FormatSize()
336 nRemaining = ( nMaxHeight + nMinHeight + 1 ) / 2; in FormatSize()
399 } while( nRemaining<=nMaxHeight && nOldHeight!=Prt().Height() ); in FormatSize()
H A Dpagedesc.cxx382 nMaxHeight( 0 ), in SwPageFtnInfo()
398 nMaxHeight( rCpy.GetHeight() ), in SwPageFtnInfo()
421 nMaxHeight = rCpy.GetHeight(); in operator =()
443 return ( nMaxHeight == rCmp.GetHeight() && in operator ==()
H A Dtabfrm.cxx5860 SwTwips nMaxHeight = 0; in CalcHeightOfFirstContentLine() local
5867 nMaxHeight = Max( nCellHeight, nMaxHeight ); in CalcHeightOfFirstContentLine()
5871 nTmpHeight += nMaxHeight; in CalcHeightOfFirstContentLine()
/trunk/main/sw/source/core/text/
H A Dtxtfrm.cxx1883 SwTestFormat( SwTxtFrm* pTxtFrm, const SwFrm* pPrv, SwTwips nMaxHeight );
1887 SwTestFormat::SwTestFormat( SwTxtFrm* pTxtFrm, const SwFrm* pPre, SwTwips nMaxHeight ) in SwTestFormat() argument
1899 (pFrm->Frm().*fnRect->fnSetHeight)( nMaxHeight ); in SwTestFormat()
1903 ( bVert ? nMaxHeight + 1 : 0 ) ); in SwTestFormat()
/trunk/main/sw/source/ui/frmdlg/
H A Dfrmmgr.cxx364 rVal.nMaxHeight = aBoundRect.Bottom() - nV; in ValidateMetrics()
432 rVal.nMaxHeight = rVal.nMaxVPos + rVal.nHeight - nV; in ValidateMetrics()
479 rVal.nMaxHeight = aBoundRect.Bottom() + rVal.nVPos; in ValidateMetrics()
483 rVal.nMaxHeight = aBoundRect.Height(); in ValidateMetrics()
491 rVal.nMaxHeight = aBoundRect.Height(); in ValidateMetrics()
514 if (rVal.nMaxHeight < rVal.nHeight) in ValidateMetrics()
515 rVal.nHeight = rVal.nMaxHeight; in ValidateMetrics()
H A Dfrmpage.cxx1871 SwTwips nMaxHeight(aVal.nMaxHeight); in IMPL_LINK() local
1875 SwTwips nTmp = Min(nWidth * nMaxHeight / Max(nHeight, 1L), nMaxHeight); in IMPL_LINK()
1883 SwTwips nTmp = static_cast< SwTwips >(aHeightED.NormalizePercent(nMaxHeight)); in IMPL_LINK()
H A Dwrap.cxx512 nBottom = aVal.nMaxHeight - aVal.nHeight; in ActivatePage()
527 if (aVal.nVPos <= aVal.nMaxHeight) in ActivatePage()
/trunk/main/sw/source/ui/ribbar/
H A Dinputwin.cxx115 …long nMaxHeight = (aEditSize.Height() > aItemRect.GetHeight()) ? aEditSize.Height() : aItemRect.Ge… in SFX_IMPL_POS_CHILDWINDOW() local
116 if( nMaxHeight+2 > aSizeTbx.Height() ) in SFX_IMPL_POS_CHILDWINDOW()
117 aSizeTbx.Height() = nMaxHeight+2; in SFX_IMPL_POS_CHILDWINDOW()
124 aPosSize.Height() = nMaxHeight; in SFX_IMPL_POS_CHILDWINDOW()
125 aEditSize.Height() = nMaxHeight; in SFX_IMPL_POS_CHILDWINDOW()
128 aPosPos.Y() = (aSize.Height() - nMaxHeight)/2 + 1; in SFX_IMPL_POS_CHILDWINDOW()
129 aEditPos.Y() = (aSize.Height() - nMaxHeight)/2 + 1; in SFX_IMPL_POS_CHILDWINDOW()
/trunk/main/sw/source/ui/shells/
H A Ddrwbassh.cxx907 pValidation->nMaxHeight = aBoundRect.Bottom() - nV; in IMPL_LINK()
970 pValidation->nMaxHeight = pValidation->nMaxVPos + pValidation->nHeight - nV; in IMPL_LINK()
978 pValidation->nMaxHeight = aBoundRect.Height(); in IMPL_LINK()
999 if (pValidation->nMaxHeight < pValidation->nHeight) in IMPL_LINK()
1000 pValidation->nHeight = pValidation->nMaxHeight; in IMPL_LINK()
/trunk/main/vcl/inc/vcl/
H A Dmenu.hxx504 …SAL_DLLPRIVATE sal_uInt16 ImplCalcVisEntries( long nMaxHeight, sal_uInt16 nStartEntry = 0, sal…
/trunk/main/vcl/source/control/
H A Dilstbox.cxx3226 long nMaxHeight = aSz.Height() + nTop + nBottom; in CalcFloatSize() local
3229 aFloatSz.Height() = nMaxHeight; in CalcFloatSize()
3238 …if ( ( aFloatSz.Height() < nMaxHeight ) || ( mnDDLineCount && ( mnDDLineCount < mpImplLB->GetEntry… in CalcFloatSize()
3246 if ( aFloatSz.Height() > nMaxHeight ) in CalcFloatSize()
3247 aFloatSz.Height() = nMaxHeight; in CalcFloatSize()

Completed in 217 milliseconds

12