Home
last modified time | relevance | path

Searched refs:nBottom (Results 51 – 75 of 169) sorted by relevance

1234567

/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsFramePainter.cxx222 const sal_Int32 nBottom ( in PaintSide() local
226 for (sal_Int32 nY=nTop; nY<=nBottom; nY+=aBitmapSize.Height()) in PaintSide()
230 Size(aBitmapSize.Width(), std::min(aBitmapSize.Height(), static_cast<long>(nBottom-nY+1))), in PaintSide()
/trunk/main/sw/source/ui/frmdlg/
H A Dfrmmgr.cxx571 void SwFlyFrmAttrMgr::SetULSpace( long nTop, long nBottom ) in SetULSpace() argument
573 ASSERT(LONG_MAX != nTop && LONG_MAX != nBottom, "Welchen Raend setzen?" ); in SetULSpace()
578 if( LONG_MAX != nBottom ) in SetULSpace()
579 aTmp.SetLower( sal_uInt16(nBottom) ); in SetULSpace()
/trunk/main/sw/source/filter/ww8/
H A Drtfsdrexport.cxx263 sal_uInt32 nLeft = 0, nRight = 0, nTop = 0, nBottom = 0; in Commit() local
270 rProps.GetOpt( ESCHER_Prop_geoBottom, nBottom ); in Commit()
274 nBottom = it->nPropValue; in Commit()
281 … OString::valueOf(sal_Int32(sal_Int32( nBottom ) - sal_Int32( nTop ))))); in Commit()
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/tokenview/
H A DTokenView.java108 final int nBottom = aGraphics.getClipBounds().y+aGraphics.getClipBounds().height; in paintComponent() local
113 nBottom); in paintComponent()
118 nBottom); in paintComponent()
H A DFormatter.java47 final double nBottom = aG2.getClipBounds().getMaxY(); in FormatText() local
51 if (aLine.Overlaps(nTop, nBottom)) in FormatText()
H A DLine.java120 final double nBottom) in Overlaps() argument
122 return mnY<=nBottom && mnY+mnHeight>nTop; in Overlaps()
/trunk/main/oox/source/export/
H A Dvmlexport.cxx398 sal_uInt32 nLeft = 0, nRight = 0, nTop = 0, nBottom = 0; in Commit() local
405 rProps.GetOpt( ESCHER_Prop_geoBottom, nBottom ); in Commit()
409 nBottom = it->nPropValue; in Commit()
415 .append( "," ).append( sal_Int32( nBottom ) - sal_Int32( nTop ) ) in Commit()
H A Ddrawingml.cxx1131 sal_Int32 nLeft, nRight, nTop, nBottom; in WriteText() local
1133 nTop = nBottom = DEFTBINS; in WriteText()
1140 GET( nBottom, TextLowerDistance ); in WriteText()
1176 XML_bIns, (nBottom != DEFTBINS) ? IS( MM100toEMU( nBottom ) ) : NULL, in WriteText()
/trunk/main/vcl/source/window/
H A Dtoolbox.cxx437 long nLeft, nTop, nRight, nBottom; in ImplDrawGradientBackground() local
448 aBottomLineSz.Height() += TB_BORDER_OFFSET2 + nBottom; in ImplDrawGradientBackground()
757 long nBottom = 0; in ImplCalcSize() local
790 nLeft = nTop = nRight = nBottom = 0; in ImplCalcSize()
2391 long nBottom; in ImplFormat() local
2464 nBottom = TB_BORDER_OFFSET1 + mnBottomBorder; in ImplFormat()
2471 nBottom = 0; in ImplFormat()
2476 nBottom += mnBorderY; in ImplFormat()
2483 long nWinHeight = mnDY - nTop - nBottom; in ImplFormat()
3251 aInnerRect.nBottom-=1; in ImplDrawMenubutton()
[all …]
/trunk/main/sd/source/filter/html/
H A Dhtmlattr.cxx65 int nHeight = (aTextRect.nBottom - aTextRect.nTop) >> 2; in Paint()
66 aTextRect.nBottom = nHeight + aTextRect.nTop; in Paint()
/trunk/main/svx/source/table/
H A Dcellrange.hxx43 …nst TableModelRef & xTable, sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, sal_Int32 nBottom );
55 …ByPosition( sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, sal_Int32 nBottom ) throw (::com::s…
H A Dcellcursor.hxx47 …TableModelRef& xTableModel, sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, sal_Int32 nBottom );
52 …ByPosition( sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, sal_Int32 nBottom ) throw (::com::s…
H A Dtablelayouter.cxx333 const sal_Int32 nBottom = xCell->getRowSpan() + nCellY; in checkMergeOrigin() local
334 if( (nMergedX < nRight) && (nMergedY < nBottom) ) in checkMergeOrigin()
893 aCellRect.nBottom = aCellArea.getMaxY(); in updateCells()
1175 rArea.nBottom += nNeededHeight - nAllHeight; in DistributeRows()
H A Dtablemodel.cxx455 …ByPosition( sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, sal_Int32 nBottom ) throw (IndexOut… in getCellRangeByPosition() argument
459 …= 0) && (nTop >= 0) && (nRight >= nLeft) && (nBottom >= nTop) && (nRight < getColumnCountImpl()) &… in getCellRangeByPosition()
462 return new CellRange( xModel, nLeft, nTop, nRight, nBottom ); in getCellRangeByPosition()
/trunk/main/vcl/source/control/
H A Dilstbox.cxx2892 sal_Int32 nLeft, nTop, nRight, nBottom; in ImplDraw() local
2893 pWin->GetBorder( nLeft, nTop, nRight, nBottom ); in ImplDraw()
3218 sal_Int32 nLeft, nTop, nRight, nBottom; in CalcFloatSize() local
3219 GetBorder( nLeft, nTop, nRight, nBottom ); in CalcFloatSize()
3226 long nMaxHeight = aSz.Height() + nTop + nBottom; in CalcFloatSize()
3260 long nInnerHeight = aFloatSz.Height() - nTop - nBottom; in CalcFloatSize()
3267 aFloatSz.Height() = nInnerHeight + nTop + nBottom; in CalcFloatSize()
3295 sal_Int32 nLeft = 4, nTop = 4, nRight = 4, nBottom = 4; in StartFloat() local
3299 aSz.Height() -= nTop + nBottom; in StartFloat()
/trunk/main/vcl/workben/
H A Dvcldemo.cxx168 DrawLine( Point(r.nLeft, r.nTop+i), Point(r.nRight, r.nBottom-i) ); in Paint()
170 DrawLine( Point(r.nLeft+i, r.nBottom), Point(r.nRight-i, r.nTop) ); in Paint()
/trunk/main/svx/source/form/
H A DfmPropBrw.cxx486 sal_Int32 nLeft(0), nTop(0), nRight(0), nBottom(0); in implSetNewSelection() local
487 GetBorder( nLeft, nTop, nRight, nBottom ); in implSetNewSelection()
489 aMinSize.Height += nTop + nBottom + 8; in implSetNewSelection()
/trunk/main/filter/source/flash/
H A Dswfwriter2.cxx271 if( rRect.nTop < rRect.nBottom ) in writeRect()
273 minY = rRect.nTop; maxY = rRect.nBottom; in writeRect()
277 maxY = rRect.nTop; minY = rRect.nBottom; in writeRect()
/trunk/main/svx/source/dialog/
H A Dparaprev.cxx213 long nBottom = nLower * aLineSiz.Height() / aSize.Height(); in DrawParagraph() local
214 aPnt.Y() += nBottom * 2; in DrawParagraph()
/trunk/main/svx/inc/svx/
H A Dalgitem.hxx161 sal_Int16 nRight /*= 0*/, sal_Int16 nBottom /*= 0*/,
185 sal_Bool SetBottomMargin(sal_Int16 nBottom);
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi.cxx973 const long nBottom(aRectIter->Top() + nH); in setClipRegion() local
980 pBoundRect->bottom = nBottom; in setClipRegion()
1000 if(nBottom > pBoundRect->bottom) in setClipRegion()
1002 pBoundRect->bottom = (int)nBottom; in setClipRegion()
1009 pNextClipRect->bottom = (int)nBottom; in setClipRegion()
/trunk/main/starmath/source/
H A Drect.cxx289 void SmRect::SetBottom(long nBottom) in SetBottom() argument
291 if (nBottom >= GetTop()) in SetBottom()
292 aSize.Height() = nBottom - GetTop() + 1; in SetBottom()
/trunk/main/sw/source/core/text/
H A Ditradj.cxx910 const SwTwips nBottom = Y() + GetLineHeight() - 1; in CalcDropRepaint() local
911 if( rRepaint.Bottom() < nBottom ) in CalcDropRepaint()
912 rRepaint.Bottom( nBottom ); in CalcDropRepaint()
/trunk/main/sdext/source/presenter/
H A DPresenterTextView.cxx1219 double nBottom (nY + rCellBox.Y2); in GetCharacterBounds() local
1223 nBottom = nTop + mnLineHeight; in GetCharacterBounds()
1233 nBottom = nTop + mnAscent + mnDescent; in GetCharacterBounds()
1238 const sal_Int32 nY2 = sal_Int32(ceil(nBottom)); in GetCharacterBounds()
/trunk/main/offapi/com/sun/star/table/
H A DXCellRange.idl87 @param nBottom
102 [in] long nBottom )

Completed in 192 milliseconds

1234567