Home
last modified time | relevance | path

Searched refs:nTop (Results 76 – 100 of 197) sorted by relevance

12345678

/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/sd/source/ui/slidesorter/view/
H A DSlsPageObjectPainter.cxx535 const sal_Int32 nTop (aPageObjectBox.Top()); in CreateBackgroundBitmap() local
549 Point(aPageObjectBox.Left(), nY+nTop), in CreateBackgroundBitmap()
550 Point(aPageObjectBox.Right(), nY+nTop)); in CreateBackgroundBitmap()
H A DSlsFramePainter.cxx218 const sal_Int32 nTop ( in PaintSide() local
226 for (sal_Int32 nY=nTop; nY<=nBottom; nY+=aBitmapSize.Height()) in PaintSide()
/trunk/main/oox/source/export/
H A Ddrawingml.cxx1131 sal_Int32 nLeft, nRight, nTop, nBottom; in WriteText() local
1133 nTop = nBottom = DEFTBINS; in WriteText()
1139 GET( nTop, TextUpperDistance ); in WriteText()
1175 XML_tIns, (nTop != DEFTBINS) ? IS( MM100toEMU( nTop ) ) : NULL, in WriteText()
/trunk/main/svx/source/dialog/
H A Dparaprev.cxx101 long nTop = nUpper * aLineSiz.Height() / aSize.Height(); in DrawParagraph() local
102 aPnt.Y() += nTop * 2; in DrawParagraph()
H A Dpagectrl.cxx49 nTop(0), in SvxPageWindow()
211 aRect.Top() = rOrg.Y() + nTop; in DrawPage()
/trunk/main/vcl/source/gdi/
H A Dimpimage.cxx609 const int nTop = aPos.Y(), nBottom = nTop + maSize.Height(); in ImplUpdateDisabledBmpEx() local
611 for( int nY = nTop; nY < nBottom; ++nY ) in ImplUpdateDisabledBmpEx()
/trunk/main/svx/inc/svx/
H A Dalgitem.hxx160 SvxMarginItem( sal_Int16 nLeft, sal_Int16 nTop /*= 0*/,
181 sal_Bool SetTopMargin(sal_Int16 nTop);
/trunk/main/svx/source/table/
H A Dtablemodel.cxx455 …> SAL_CALL TableModel::getCellRangeByPosition( sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, … in getCellRangeByPosition() argument
459 …if( (nLeft >= 0) && (nTop >= 0) && (nRight >= nLeft) && (nBottom >= nTop) && (nRight < getColumnCo… in getCellRangeByPosition()
462 return new CellRange( xModel, nLeft, nTop, nRight, nBottom ); in getCellRangeByPosition()
H A Dtablerow.cxx185 Reference< XCellRange > SAL_CALL TableRow::getCellRangeByPosition( sal_Int32 nLeft, sal_Int32 nTop,… in getCellRangeByPosition() argument
188 if( (nLeft >= 0 ) && (nTop == 0) && (nRight >= nLeft) && (nBottom == 0) ) in getCellRangeByPosition()
/trunk/main/svx/source/svdraw/
H A Dsvdibrow.cxx468 long nTop=GetTopRow(); in ImpSaveWhich() local
471 nLastWhichOfs=nPos-nTop; in ImpSaveWhich()
472 if (nTop<0) nTop=0; in ImpSaveWhich()
474 nLastWhichOben=ImpGetEntry(nTop)->nWhichId; in ImpSaveWhich()
/trunk/main/sw/source/core/access/
H A Dacctable.cxx135 const SwFrm *GetCellAtPos( sal_Int32 nLeft, sal_Int32 nTop,
486 sal_Int32 nLeft, sal_Int32 nTop, sal_Bool bExact ) const in GetCellAtPos() argument
489 aPos.Move( nLeft, nTop ); in GetCellAtPos()
1390 sal_Int32 nTop = aCell.GetSwFrm()->Frm().Top(); in getAccessibleRow() local
1391 nTop -= GetFrm()->Frm().Top(); in getAccessibleRow()
1393 GetTableData().GetRows().lower_bound( nTop ) ); in getAccessibleRow()
/trunk/main/vcl/inc/
H A Dilstbox.hxx308 void SetTopEntry( sal_uInt16 nTop );
465 void SetTopEntry( sal_uInt16 nTop ) { maLBWindow.SetTopEntry( nTop ); } in SetTopEntry() argument
/trunk/main/offapi/com/sun/star/table/
H A DXCellRange.idl81 @param nTop
100 [in] long nTop,
/trunk/main/sc/source/core/data/
H A Dcolumn2.cxx1121 nTop( nStart ), in ScColumnIterator()
1124 pColumn->Search( nTop, nPos ); in ScColumnIterator()
1179 if (!pMarkIter || !pMarkIter->Next( nTop, nBottom )) in Next()
1183 nTop = 0; in Next()
1189 pColumn->Search( nTop, nPos ); in Next()
/trunk/main/sw/source/core/text/
H A Ditrcrsr.cxx1790 SwTwips nTop = (aRect.*fnRect->fnGetTop)(); in FillSelection()
1796 while( nY < nTop && aLine.Next() ) // line above rectangle in FillSelection()
1802 if( nY < nTop && !aLine.GetNext() ) in FillSelection()
1809 if( nLastY < nTop ) // if the last line was above rectangle in FillSelection()
1810 nLastY = nTop; in FillSelection()
/trunk/main/offapi/com/sun/star/sheet/
H A DXCellRangesAccess.idl93 @param nTop
115 [in] long nTop,
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi2.cxx104 int nLeft, int nTop, int nRight, int nBottom, in ImplCalcOutSideRgn() argument
118 if ( rSrcRect.top < nTop ) in ImplCalcOutSideRgn()
122 hTempRgn = CreateRectRgn( 0, -31999, 31999, nTop ); in ImplCalcOutSideRgn()
/trunk/main/sdext/source/presenter/
H A DPresenterCanvasHelper.cxx177 const sal_Int32 nTop = (rRepaintBox.Y / aBitmapSize.Height) * aBitmapSize.Height; in PaintTiledBitmap() local
183 for (sal_Int32 nY=nTop; nY<=nBottom; nY+=aBitmapSize.Height) in PaintTiledBitmap()
H A DPresenterPaneContainer.cxx77 const double nTop, in PreparePane() argument
105 pDescriptor->mnTop = nTop; in PreparePane()
/trunk/main/sw/source/ui/table/
H A Dtablemgr.cxx302 bool bSingleRowCol = aDesc.nTop == aDesc.nBottom || aDesc.nLeft == aDesc.nRight; in InsertChart()
307 sal_Int32 nColLen = aDesc.nBottom - aDesc.nTop + 1; in InsertChart()
/trunk/main/sc/inc/
H A Dattarray.hxx53 sal_uInt8 nTop; member
58 ScLineFlags() : nLeft(SC_LINE_EMPTY),nRight(SC_LINE_EMPTY),nTop(SC_LINE_EMPTY), in ScLineFlags()
/trunk/main/starmath/source/
H A Dnode.cxx1250 long nLeft, nRight, nTop, nBottom; // Raender des Rechtecks fuer die in GetOperPosSize() local
1266 nTop = nRectTop; in GetOperPosSize()
1276 nTop = aPoint.Y(); in GetOperPosSize()
1316 nTop = nRectTop; in GetOperPosSize()
1326 nTop = aPoint.Y(); in GetOperPosSize()
1354 rSize = Size(nRight - nLeft + 1, nBottom - nTop + 1); in GetOperPosSize()
1356 rPos.Y() = nTop; in GetOperPosSize()
/trunk/main/sw/source/core/inc/
H A Dfrmtool.hxx301 nTop, member in SwBorderAttrs
504 return nTop; in CalcTop()
/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx2646 const SwTwips nTop = aBorderRect._Top(); in Insert() local
2665 SwLineEntry aLeft ( nLeft, nTop, nBottom, bVert ? aB : ( bR2L ? aR : aL ) ); in Insert()
2666 SwLineEntry aRight ( nRight, nTop, nBottom, bVert ? aT : ( bR2L ? aL : aR ) ); in Insert()
2667 SwLineEntry aTop ( nTop, nLeft, nRight, bVert ? aL : aT ); in Insert()
2687 …SwLineEntry aFollowTop( !bVert ? nTop : nRight, !bVert ? nLeft : nTop, !bVert ? nRight : nBottom, … in Insert()
5056 SwTwips nTop = ((aLineRect.*fnRect->fnGetHeight)()*rFmtCol.GetLineHeight()) in PaintColLines() local
5063 nBottom = nTop / 2; nTop -= nBottom; break; in PaintColLines()
5065 nBottom = nTop; nTop = 0; break; in PaintColLines()
5072 if( nTop ) in PaintColLines()
5073 (aLineRect.*fnRect->fnSubTop)( nTop ); in PaintColLines()

Completed in 188 milliseconds

12345678