Home
last modified time | relevance | path

Searched refs:nTop (Results 101 – 125 of 197) sorted by relevance

12345678

/trunk/main/sc/source/core/data/
H A Dcolumn3.cxx1652 SCROW nTop = -1; in RemoveProtected() local
1655 const ScPatternAttr* pPattern = aAttrIter.Next( nTop, nBottom ); in RemoveProtected()
1660 DeleteArea( nTop, nBottom, IDF_CONTENTS ); in RemoveProtected()
1663 Search( nTop, nIndex ); in RemoveProtected()
1686 pPattern = aAttrIter.Next( nTop, nBottom ); in RemoveProtected()
/trunk/main/sw/source/core/docnode/
H A Dnodes.cxx1701 sal_uInt16 nLevel, nTop; member
1702 HighLevel( sal_uInt16 nLv ) : nLevel( nLv ), nTop( nLv ) {} in HighLevel()
1713 if( pHL->nTop > pHL->nLevel ) in _HighestLevel()
1714 pHL->nTop = pHL->nLevel; in _HighestLevel()
1723 return aPara.nTop; in HighestLevel()
/trunk/main/sw/source/core/layout/
H A Dwsfrm.cxx3535 long nTop = (this->*fnRect->fnGetTopMargin)(); in FormatWidthCols() local
3541 if( nTop > nMaximum ) in FormatWidthCols()
3542 nTop = nMaximum; in FormatWidthCols()
3543 (this->*fnRect->fnSetYMargins)( nTop, 0 ); in FormatWidthCols()
3749 long nTop = (this->*fnRect->fnGetTopMargin)(); in FormatWidthCols() local
3759 (this->*fnRect->fnSetYMargins)( nTop, nBorder - nTop ); in FormatWidthCols()
H A Dcalcmove.cxx744 const long nTop = pAttrs->CalcTopLine() + aBorder.Height(); in MakeAll() local
769 long nBot = Frm().Top() + nTop; in MakeAll()
833 Prt().Top ( nTop ); in MakeAll()
836 Prt().Height( Frm().Height() - (nTop + nBottom) ); in MakeAll()
/trunk/main/cui/source/options/
H A Doptinet2.cxx1093 sal_uInt16 nTop = GetTopEntry(); in RequestHelp() local
1098 for( nPos = nTop ; nPos <= nTop+nCount-1 ; nPos++ ) { in RequestHelp()
1108 if( nPos <= nTop+nCount-1 ) // if find the matching entry, get its content. in RequestHelp()
/trunk/main/sw/source/filter/html/
H A Dsvxcss1.cxx411 nTop( rProp.nTop ), in SvxCSS1PropertyInfo()
457 nLeft = nTop = nWidth = nHeight = 0; in Clear()
539 nTop = rProp.nTop; in Merge()
2988 ParseCSS1_length( pExpr, rPropInfo.nTop, rPropInfo.eTopType, sal_False ); in ParseCSS1_top()
/trunk/main/svx/source/dialog/
H A Dsvxbmpnumvalueset.cxx307 long nTop = nStartY + nRectHeight * (aLinesArr[2 * i + 11])/100 ; in UserDraw() local
308 Point aLeft(nStartX + nRectWidth * (aLinesArr[2 * i + 10])/ 100, nTop ); in UserDraw()
/trunk/main/sc/source/ui/unoobj/
H A Dcursuno.cxx453 sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, sal_Int32 nBottom ) in getCellRangeByPosition() argument
457 return ScCellRangeObj::getCellRangeByPosition(nLeft,nTop,nRight,nBottom); in getCellRangeByPosition()
/trunk/main/sd/source/ui/view/
H A DViewShellBase.cxx689 int nTop = 0; in GetBorder() local
691 nTop = mpImpl->mpViewTabBar->GetHeight(); in GetBorder()
692 return SvBorder(0,nTop,0,0); in GetBorder()
/trunk/main/sdext/source/presenter/
H A DPresenterNotesView.cxx701 void PresenterNotesView::SetTop (const double nTop) in SetTop() argument
705 mnTop = nTop; in SetTop()
H A DPresenterScreen.cxx921 const double nTop, in SetupView() argument
945 nTop, in SetupView()
H A DPresenterPaneAnimator.cxx710 const double nTop (rFreeCenterArea.Y1); in MovePanesAway() local
711 const double nUpperVerticalOffset (nTop - aUpperPanes->GetOriginalBoundingBox().Y2); in MovePanesAway()
723 nTop+20, in MovePanesAway()
/trunk/main/vcl/source/gdi/
H A Dregband.cxx51 ImplRegionBand::ImplRegionBand( long nTop, long nBottom ) in ImplRegionBand() argument
54 mnYTop = nTop; in ImplRegionBand()
H A Dprint.cxx625 sal_Int32 nTop = nLeft; in ImplUpdatePageData() local
629 nTop = aToken.toInt32(); in ImplUpdatePageData()
632 static_cast<long>(nTop) ), in ImplUpdatePageData()
H A Doutdev3.cxx4534 int nTop = mpFontEntry->maMetric.mnAscent + mnEmphasisAscent; in ImplDrawRotateText() local
4536 aBoundRect = Rectangle( 0, -nTop, nRight, nHeight - nTop ); in ImplDrawRotateText()
7635 long nTop = 0; in GetTextBoundRect() local
7636 for(; nTop < nH; ++nTop ) in GetTextBoundRect()
7639 if( pAcc->GetPixel( nTop, nLeft ) == aBlack ) in GetTextBoundRect()
7647 while( --nBottom >= nTop ) in GetTextBoundRect()
7662 for( long nY = nTop; nY <= nBottom; ++nY ) in GetTextBoundRect()
7680 if( nTop <= nBottom ) in GetTextBoundRect()
7682 Size aSize( nRight - nLeft + 1, nBottom - nTop + 1 ); in GetTextBoundRect()
7683 Point aTopLeft( nLeft, nTop ); in GetTextBoundRect()
/trunk/main/sc/source/filter/xml/
H A Dxmlstyle.cxx289 sal_Int32 nBottom = 0, nTop = 0, nLeft = 0, nRight = 0; in ContextFilter() local
293 (pPadding_Top->maValue >>= nTop)) in ContextFilter()
295 if ((nBottom == nTop) && (nLeft == nRight) && (nTop == nLeft)) in ContextFilter()
/trunk/main/sw/source/core/text/
H A Dtxtfly.cxx446 long nTop = Y(); in CalcFlyWidth() local
455 nTop += rInf.GetLineHeight() - nHeight; in CalcFlyWidth()
467 nTop += pCurr->GetRealHeight() - nHeight; in CalcFlyWidth()
476 SwRect aLine( rInf.X() + nLeftMin, nTop, rInf.RealWidth() - rInf.X() in CalcFlyWidth()
/trunk/main/sd/source/core/
H A Ddrawdoc2.cxx636 sal_uLong nTop = aPageOffset.Y(); in CreateFirstPages() local
638 sal_uLong nBottom = Max((long)(aDefSize.Height() - aOutSize.Height() - nTop + nOffset), 0L); in CreateFirstPages()
641 pPage->SetBorder(nLeft, nTop, nRight, nBottom); in CreateFirstPages()
/trunk/main/padmin/source/
H A Dadddlg.cxx557 int nLeft, nRight, nTop, nBottom; in APOldPrinterPage() local
560 nLeft, nRight, nTop, nBottom ) ) in APOldPrinterPage()
574 aInfo.m_nTopMarginAdjust = aValue.ToInt32() - (int)((double)nTop * 35.27777778 ); in APOldPrinterPage()
/trunk/main/sc/inc/
H A Dcolumn.hxx420 SCROW nTop; member in ScColumnIterator
436 SCROW nTop; member in ScMarkedDataIter
/trunk/main/svx/source/svdraw/
H A Dsvdtrans.cxx398 long nTop=rRefRect.Top(); in CrookStretchXPoint() local
400 long nHgt=nBtm-nTop; in CrookStretchXPoint()
403 double a=((double)(y0-nTop))/nHgt; in CrookStretchXPoint()
/trunk/main/sfx2/source/sidebar/
H A DDrawHelper.hxx62 const sal_Int32 nTop,
/trunk/main/tools/source/generic/
H A Dsvborder.cxx42 nTop = aInner.Top() - aOuter.Top(); in SvBorder()
/trunk/main/sc/source/ui/view/
H A Doutput2.cxx1745 long nTop = (long)( aVars.GetMargin()->GetTopMargin() * nPPTY ); in DrawStrings() local
1746 nJustPosY += nTop; in DrawStrings()
1747 nTestClipHeight += nTop; in DrawStrings()
1759 long nTop = (long)( aVars.GetMargin()->GetTopMargin() * nPPTY ); in DrawStrings() local
1761 nJustPosY += ( nOutHeight + nTop - in DrawStrings()
1763 nTestClipHeight += Abs( nTop - nBot ); in DrawStrings()
/trunk/main/filter/source/graphicfilter/ipict/
H A Dipict.cxx793 sal_uInt16 nTop, nLeft, nBottom, nRight; in ReadPixMapEtc() local
794 *pPict >> nTop >> nLeft >> nBottom >> nRight; in ReadPixMapEtc()
795 *pSrcRect = Rectangle( (sal_uLong)nLeft, (sal_uLong)nTop, (sal_uLong)nRight, (sal_uLong)nBottom ); in ReadPixMapEtc()

Completed in 248 milliseconds

12345678