/aoo4110/main/svtools/source/dialogs/ |
H A D | wizdlg.cxx | 99 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 …]
|
/aoo4110/main/sc/source/ui/view/ |
H A D | printfun.cxx | 790 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 …]
|
/aoo4110/main/sw/source/ui/ribbar/ |
H A D | inputwin.cxx | 115 …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()
|
/aoo4110/main/sw/source/ui/frmdlg/ |
H A D | frmmgr.cxx | 359 rVal.nMaxHeight = aBoundRect.Bottom() - nV; in ValidateMetrics() 427 rVal.nMaxHeight = rVal.nMaxVPos + rVal.nHeight - nV; in ValidateMetrics() 474 rVal.nMaxHeight = aBoundRect.Bottom() + rVal.nVPos; in ValidateMetrics() 478 rVal.nMaxHeight = aBoundRect.Height(); in ValidateMetrics() 486 rVal.nMaxHeight = aBoundRect.Height(); in ValidateMetrics() 509 if (rVal.nMaxHeight < rVal.nHeight) in ValidateMetrics() 510 rVal.nHeight = rVal.nMaxHeight; in ValidateMetrics()
|
H A D | wrap.cxx | 512 nBottom = aVal.nMaxHeight - aVal.nHeight; in ActivatePage() 527 if (aVal.nVPos <= aVal.nMaxHeight) in ActivatePage()
|
H A D | frmpage.cxx | 1871 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()
|
/aoo4110/main/wizards/com/sun/star/wizards/reportbuilder/layout/ |
H A D | ColumnarTwoColumns.java | 102 int nMaxHeight = 0; in insertDetailFields() local 120 nMaxHeight = Math.max(aRect.Y, nMaxHeight); in insertDetailFields() 122 aRect.Y = Math.max(aSOLabel.getHeight(LayoutConstants.LabelHeight) * nRows, nMaxHeight); in insertDetailFields()
|
/aoo4110/main/sw/source/core/layout/ |
H A D | hffrm.cxx | 254 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 D | pagedesc.cxx | 382 nMaxHeight( 0 ), in SwPageFtnInfo() 398 nMaxHeight( rCpy.GetHeight() ), in SwPageFtnInfo() 421 nMaxHeight = rCpy.GetHeight(); in operator =() 443 return ( nMaxHeight == rCmp.GetHeight() && in operator ==()
|
/aoo4110/main/svtools/source/control/ |
H A D | taskbar.cxx | 343 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()
|
/aoo4110/main/sw/inc/ |
H A D | pagedesc.hxx | 52 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()
|
/aoo4110/main/sw/source/ui/shells/ |
H A D | drwbassh.cxx | 911 pValidation->nMaxHeight = aBoundRect.Bottom() - nV; in IMPL_LINK() 974 pValidation->nMaxHeight = pValidation->nMaxVPos + pValidation->nHeight - nV; in IMPL_LINK() 982 pValidation->nMaxHeight = aBoundRect.Height(); in IMPL_LINK() 1003 if (pValidation->nMaxHeight < pValidation->nHeight) in IMPL_LINK() 1004 pValidation->nHeight = pValidation->nMaxHeight; in IMPL_LINK()
|
/aoo4110/main/svx/inc/svx/ |
H A D | swframevalidation.hxx | 58 sal_Int32 nMaxHeight; member 77 nMaxHeight(SAL_MAX_INT32) in SvxSwFrameValidation()
|
/aoo4110/main/svx/source/dialog/ |
H A D | hyprlink.cxx | 130 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()
|
H A D | hyprdlg.hxx | 99 long nMaxHeight; member in SvxHyperlinkDlg
|
/aoo4110/main/vcl/source/window/ |
H A D | menu.cxx | 623 void DecoToolBox::SetImages( long nMaxHeight, bool bForce ) in SetImages() argument 627 if( !nMaxHeight && lastSize != -1 ) in SetImages() 630 if( nMaxHeight < getMinSize().Height() ) in SetImages() 631 nMaxHeight = getMinSize().Height(); in SetImages() 633 if( (lastSize != nMaxHeight - border) || bForce ) in SetImages() 635 lastSize = nMaxHeight - border; in SetImages() 3787 nMaxHeight = Application::GetWorkAreaPosSizePixel( in ImplExecute() 3792 nMaxHeight -= pW->GetSizePixel().Height(); in ImplExecute() 3795 nMaxHeight -= nTop+nBottom; in ImplExecute() 3796 if ( aSz.Height() > nMaxHeight ) in ImplExecute() [all …]
|
H A D | brdwin.cxx | 831 long nMaxHeight = pBorderWindow->mnMaxHeight+nBorderHeight; in ImplTracking() local 863 else if ( aNewRect.GetHeight() > nMaxHeight ) in ImplTracking() 864 aNewRect.Top() = aNewRect.Bottom()-nMaxHeight+1; in ImplTracking() 871 else if ( aNewRect.GetHeight() > nMaxHeight ) in ImplTracking() 872 aNewRect.Bottom() = aNewRect.Top()+nMaxHeight+1; in ImplTracking() 891 if ( aSize.Height() > nMaxHeight ) in ImplTracking() 892 aSize.Height() = nMaxHeight; in ImplTracking()
|
H A D | toolbox.cxx | 1901 long nMaxHeight = 0; in ImplCalcItem() local 2105 if ( it->maItemSize.Height() > nMaxHeight ) in ImplCalcItem() 2106 nMaxHeight = it->maItemSize.Height(); in ImplCalcItem() 2115 nMaxHeight = nDefHeight; in ImplCalcItem() 2117 ImplAddButtonBorder( nMaxWidth, nMaxHeight, mnOutStyle, mpData->mbNativeButtons ); in ImplCalcItem() 2132 nMaxHeight = nFixedHeight; in ImplCalcItem() 2141 if ( (nMaxWidth != mnMaxItemWidth) || (nMaxHeight != mnMaxItemHeight) ) in ImplCalcItem() 2144 mnMaxItemHeight = nMaxHeight; in ImplCalcItem()
|
/aoo4110/main/sw/source/core/inc/ |
H A D | txtfrm.hxx | 356 virtual sal_Bool WouldFit( SwTwips &nMaxHeight, sal_Bool &bSplit, sal_Bool bTst ); 363 sal_Bool TestFormat( const SwFrm* pPrv, SwTwips &nMaxHeight, sal_Bool &bSplit );
|
H A D | cntfrm.hxx | 101 virtual sal_Bool WouldFit( SwTwips &nMaxHeight, sal_Bool &bSplit, sal_Bool bTst );
|
/aoo4110/main/sw/source/core/text/ |
H A D | txtfrm.cxx | 1883 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()
|
/aoo4110/main/vcl/source/control/ |
H A D | ilstbox.cxx | 3226 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()
|
/aoo4110/main/sw/source/core/doc/ |
H A D | tblrwcl.cxx | 237 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()
|
/aoo4110/main/cui/source/tabpages/ |
H A D | swpossizetabpage.cxx | 1131 sal_Int32 nMaxHeight(aVal.nMaxHeight); in IMPL_LINK() local 1133 sal_Int64 nTmp = m_aHeightMF.Normalize(nMaxHeight); in IMPL_LINK()
|
/aoo4110/main/editeng/source/editeng/ |
H A D | impedit.cxx | 715 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()
|