Home
last modified time | relevance | path

Searched refs:nTop (Results 126 – 150 of 197) sorted by relevance

12345678

/trunk/main/svx/source/table/
H A Dtablecolumn.hxx59 …:XCellRange > SAL_CALL getCellRangeByPosition( sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, …
H A Dtablerow.hxx62 …:XCellRange > SAL_CALL getCellRangeByPosition( sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, …
H A Dtablelayouter.cxx892 aCellRect.nTop = aCellArea.getMinY(); in updateCells()
894 aCellRect.Move( rRectangle.nLeft, rRectangle.nTop ); in updateCells()
/trunk/main/svtools/source/contnr/
H A Dsvimpicn.cxx661 SvLBoxEntry* SearchCol(sal_uInt16 nCol,sal_uInt16 nTop,sal_uInt16 nBottom,sal_uInt16 nPref,
3243 SvLBoxEntry* ImpIcnCursor::SearchCol(sal_uInt16 nCol,sal_uInt16 nTop,sal_uInt16 nBottom, in SearchCol() argument
3287 if( nTop > nBottom ) in SearchCol()
3289 sal_uInt16 nTemp = nTop; in SearchCol()
3290 nTop = nBottom; in SearchCol()
3302 if( nY >= nTop && nY <= nBottom ) in SearchCol()
/trunk/main/sw/source/ui/inc/
H A Dfrmmgr.hxx108 void SetULSpace( long nTop = LONG_MAX,
/trunk/main/filter/inc/filter/msfilter/
H A Dmsocximex.hxx82 sal_Int32 nLeft, sal_Int32 nTop);
480 …ContainerRecord():nTop(0), nLeft(0), nSubStorageId(0), nSubStreamLen(0), nTabPos(0), nTypeIdent(0)… in ContainerRecord()
485 sal_uInt32 nTop; member
/trunk/main/sd/source/ui/dlg/
H A Dheaderfooterdlg.cxx920 maOutRect.nTop += (maOutRect.GetHeight() - nHeight) >> 1; in Paint()
921 maOutRect.nBottom = maOutRect.nTop + nHeight - 1; in Paint()
/trunk/main/sdext/source/presenter/
H A DPresenterPaneContainer.hxx128 const double nTop,
H A DPresenterNotesView.hxx180 void SetTop (const double nTop);
H A DPresenterScreen.hxx222 const double nTop,
H A DPresenterTextView.hxx266 const double nTop);
/trunk/main/sc/inc/
H A Dcursuno.hxx80 getCellRangeByPosition( sal_Int32 nLeft, sal_Int32 nTop,
/trunk/main/sw/inc/
H A Dunotbl.hxx292 sal_Int32 nTop; member
363 …:XCellRange > SAL_CALL getCellRangeByPosition( sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, …
463 …:XCellRange > SAL_CALL getCellRangeByPosition( sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, …
/trunk/main/vcl/source/control/
H A Dimgctrl.cxx182 aRect.nTop++; in Paint()
/trunk/main/starmath/inc/
H A Drect.hxx137 void SetTop(long nTop);
/trunk/main/sd/source/ui/annotations/
H A Dannotationmanager.cxx398 aTagRect.nTop = sal::static_int_cast< long >( aPoint.Y * 100.0 ); in InsertAnnotation()
400 aTagRect.nBottom = aTagRect.nTop + height - 1; in InsertAnnotation()
/trunk/main/sw/source/core/frmedt/
H A Dfetab.cxx1579 const SwTwips nTop = (aTabRect.*fnRect->fnGetTop)(); in lcl_FindFrm() local
1585 const SwTwips nYDiff = (*fnRect->fnYDiff)( nTop, rPointY ); in lcl_FindFrm()
1613 rPointY = nTop; in lcl_FindFrm()
/trunk/main/sw/source/core/text/
H A Dtxtfrm.cxx2754 SwTwips nTop = (aFlyRect.*fnRect->fnGetTop)(); in CalcBaseOfstForFly() local
2759 nTop += pLay->Height(); in CalcBaseOfstForFly()
2766 (aFlyRect.*fnRect->fnSetTopAndHeight)( nTop, nLineHeight ); in CalcBaseOfstForFly()
/trunk/main/vcl/source/gdi/
H A Dbitmap.cxx1392 const long nTop = aRect.Top(); in CreateRegion() local
1400 long nYStart(nTop); in CreateRegion()
1401 long nY(nTop); in CreateRegion()
/trunk/main/svx/source/customshapes/
H A DEnhancedCustomShapeFontWork.cxx670 sal_Int32 nTop = rTextAreaBoundRect.Top(); in FitTextOutlinesToShapeOutlines() local
784 rPoint.Y() -= nTop; in FitTextOutlinesToShapeOutlines()
/trunk/main/vcl/unx/generic/window/
H A Dsalframe.cxx3916 int nLeft = 0, nTop = 0; in HandleReparentEvent() local
3922 &nTop, in HandleReparentEvent()
3925 maGeometry.nTopDecoration = nTop > 0 ? nTop-1 : 0; in HandleReparentEvent()
3953 maGeometry.nY = yp + nTop; in HandleReparentEvent()
/trunk/main/sw/source/core/access/
H A Daccmap.cxx3535 rRect.nTop = lcl_CorrectCoarseValue(rRect.nTop, rSource.nTop, in lcl_CorrectRectangle()
3536 rInGrid.nTop, false); in lcl_CorrectRectangle()
/trunk/main/vcl/unx/generic/app/
H A Dwmadaptor.cxx2570 long nTop = rScreens.front().Top(); in setFullScreenMonitors() local
2579 if( rScreens[i].Top() < nTop ) in setFullScreenMonitors()
2581 nTop = rScreens[i].Top(); in setFullScreenMonitors()
/trunk/main/svx/source/dialog/
H A Ddlgctrl.cxx1090 long nLeft,nTop,nRight,nBottom; in implCalFocusRect() local
1096 nTop = aRectSize.Height() * i / nLines + 1; in implCalFocusRect()
1098 return Rectangle(nLeft,nTop,nRight,nBottom); in implCalFocusRect()
/trunk/main/sw/source/core/layout/
H A Dlayact.cxx1540 const SwTwips nTop = aSpaceToPrevPage.Top() - nHalfDocBorder; in FormatLayout() local
1541 if ( nTop >= 0 ) in FormatLayout()
1542 aSpaceToPrevPage.Top( nTop ); in FormatLayout()

Completed in 271 milliseconds

12345678