Home
last modified time | relevance | path

Searched refs:nHeight (Results 576 – 597 of 597) sorted by relevance

1...<<21222324

/trunk/main/oox/source/xls/
H A Dformulabase.cxx1539 for( size_t nRow = 0, nHeight = rMatrix.height(); nRow < nHeight; ++nRow ) in generateApiArray() local
/trunk/main/sd/source/ui/unoidl/
H A Dunopage.hxx92 void SetHeight( sal_Int32 nHeight );
/trunk/main/filter/source/msfilter/
H A Descherex.cxx4557 sal_uInt32 nWidth, nHeight; in GetBlibID() local
4561 nHeight = pVisArea->Height * 360; in GetBlibID()
4567 nHeight = aPrefSize.Height() * 360; in GetBlibID()
4575 << nHeight in GetBlibID()
H A Dmsdffimp.cxx572 sal_Int32 nHeight= aBoundRect.GetHeight(); in SolveSolver() local
573 if ( !nHeight ) in SolveSolver()
574 nHeight = 1; in SolveSolver()
577 fYRel /= (double)nHeight; in SolveSolver()
/trunk/main/vcl/aqua/source/window/
H A Dsalframeview.mm152 pFrame->maGeometry.nWidth, pFrame->maGeometry.nHeight);
456 …Rect aRect = { NSZeroPoint, NSMakeSize( mpFrame->maGeometry.nWidth, mpFrame->maGeometry.nHeight) };
/trunk/main/sw/source/core/frmedt/
H A Dfeshview.cxx1792 const long nHeight= rBound.Bottom() - rBound.Top(); in ImpEndCreate() local
1794 Max( nHeight, long(MINFLY) ))); in ImpEndCreate()
/trunk/main/sw/source/core/layout/
H A Datrfrm.cxx250 SwFmtFrmSize::SwFmtFrmSize( SwFrmSize eSize, SwTwips nWidth, SwTwips nHeight ) in SwFmtFrmSize() argument
252 aSize( nWidth, nHeight ), in SwFmtFrmSize()
/trunk/main/cui/source/options/
H A Dtreeopt.cxx827 int nHeight = pBox->GetEntryHeight(); in IMPL_LINK() local
829 if(aPos.Y()+nHeight > aSz.Height()) in IMPL_LINK()
/trunk/main/sd/source/core/
H A Dsdpage.cxx2014 sal_uLong nHeight = pObj->GetLogicRect().GetSize().Height(); in ScaleObjects() local
2015 sal_uLong nFontHeight = (sal_uLong) (nHeight * 0.0741); in ScaleObjects()
/trunk/main/vcl/unx/generic/gdi/
H A Dsalgdi.cxx560 return m_pFrame->maGeometry.nHeight; in GetGraphicsHeight()
/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx4747 int nHeight = aFont.GetHeight() * 12; in CoreLoad() local
4751 int nWidth = (nHeight * aPrefSize.Width()) / aPrefSize.Height(); in CoreLoad()
4752 Size aSize(nWidth, nHeight); in CoreLoad()
H A Ddocxattributeoutput.cxx1393 sal_Int32 nHeight = rLSz.GetHeight(); in TableHeight() local
1405 FSNS( XML_w, XML_val ), OString::valueOf( nHeight ).getStr( ), in TableHeight()
/trunk/main/sw/source/core/unocore/
H A Dunotbl.cxx1330 sal_Int32 nHeight = 0; in setPropertyValue() local
1331 aValue >>= nHeight; in setPropertyValue()
1333 aSz.Height() = MM100_TO_TWIP(nHeight); in setPropertyValue()
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx9105 sal_uInt16 nHeight = pDoc->GetOriginalHeight( nRow, nTab ); in SetOnePropertyValue() local
9106 …aFunc.SetWidthOrHeight( sal_False, 1, nRowArr, nTab, SC_SIZE_ORIGINAL, nHeight, sal_True, sal_True… in SetOnePropertyValue()
9140 sal_uInt16 nHeight = pDoc->GetOriginalHeight( nRow, nTab ); in GetOnePropertyValue() local
9142 nHeight = (sal_uInt16) TwipsToHMM(nHeight); in GetOnePropertyValue()
9143 rAny <<= (sal_Int32)( nHeight ); in GetOnePropertyValue()
H A Ddocuno.cxx3369 sal_uInt16 nHeight = pDoc->GetOriginalHeight( nStartRow, nTab ); in getPropertyValue() local
3370 aAny <<= (sal_Int32)TwipsToHMM(nHeight); in getPropertyValue()
/trunk/main/svx/source/form/
H A Ddatanavi.cxx2278 long nHeight = Max( aOutSz.Height(), m_nMinHeight ); in Resize() local
2289 aSz.Height() = nHeight - m_nBorderHeight; in Resize()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx7794 long nHeight = rRect.GetHeight(); in drawText() local
7796 if ( nWidth <= 0 || nHeight <= 0 ) in drawText()
7836 nLines = (xub_StrLen)(nHeight/nTextHeight); in drawText()
7865 aPos.Y() += nHeight-(nFormatLines*nTextHeight); in drawText()
7867 aPos.Y() += (nHeight-(nFormatLines*nTextHeight))/2; in drawText()
7915 aPos.Y() += nHeight-nTextHeight; in drawText()
7917 aPos.Y() += (nHeight-nTextHeight)/2; in drawText()
/trunk/main/sc/inc/
H A Dtable.hxx666 SCROW GetRowForHeight(sal_uLong nHeight) const;
H A Ddocument.hxx1334 SCROW GetRowForHeight( SCTAB nTab, sal_uLong nHeight ) const;
/trunk/main/vcl/unx/gtk/gdi/
H A Dsalnativewidgets-gtk.cxx1048 … long nHeight = (aEditRect.GetHeight() > aReq.height+1) ? aEditRect.GetHeight() : aReq.height+1; in getNativeControlRegion() local
1050 Size( aEditRect.GetWidth(), nHeight ) ); in getNativeControlRegion()
/trunk/main/vcl/source/window/
H A Dwinproc.cxx2515 ImplHandleMoveResize( pWindow, g.nWidth, g.nHeight ); in ImplWindowFrameProc()
/trunk/main/automation/source/server/
H A Dstatemnt.cxx3699 long nHeight = pControl->GetSizePixel().Height(); in AnimateMouse() local
3701 aZiel.Y() += nHeight / 2; in AnimateMouse()

Completed in 425 milliseconds

1...<<21222324