Home
last modified time | relevance | path

Searched refs:nBottom (Results 126 – 150 of 169) sorted by relevance

1234567

/trunk/main/sw/source/core/access/
H A Dacctable.cxx1103 sal_Int32 nBottom = pCellFrm->Frm().Bottom(); in getAccessibleRowExtentAt() local
1104 nBottom -= GetFrm()->Frm().Top(); in getAccessibleRowExtentAt()
1106 GetTableData().GetRows().upper_bound( nBottom ) ); in getAccessibleRowExtentAt()
H A Daccmap.cxx3539 rRect.nBottom = lcl_CorrectCoarseValue(rRect.nBottom, rSource.nBottom, in lcl_CorrectRectangle()
3540 rInGrid.nBottom, true); in lcl_CorrectRectangle()
/trunk/main/sw/source/core/frmedt/
H A Dfews.cxx1137 long nBottom = (pTab->GetUpper()->*fnRect->fnGetPrtBottom)(); in CalcBoundRect() local
1138 (_orRect.*fnRect->fnSetBottom)( nBottom ); in CalcBoundRect()
/trunk/main/vcl/unx/generic/app/
H A Dwmadaptor.cxx2571 long nBottom = rScreens.front().Bottom(); in setFullScreenMonitors() local
2584 if( rScreens[i].Bottom() > nBottom ) in setFullScreenMonitors()
2586 nBottom = rScreens[i].Bottom(); in setFullScreenMonitors()
/trunk/main/svx/source/dialog/
H A Ddlgctrl.cxx1090 long nLeft,nTop,nRight,nBottom; in implCalFocusRect() local
1097 nBottom = aRectSize.Height() * (i + 1) / nLines - 1; in implCalFocusRect()
1098 return Rectangle(nLeft,nTop,nRight,nBottom); in implCalFocusRect()
/trunk/main/sd/source/core/
H A Ddrawdoc2.cxx638 sal_uLong nBottom = Max((long)(aDefSize.Height() - aOutSize.Height() - nTop + nOffset), 0L); in CreateFirstPages() local
641 pPage->SetBorder(nLeft, nTop, nRight, nBottom); in CreateFirstPages()
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx2441 sal_Int32 nLeft, nTop, nRight, nBottom; in ApplyCustomShapeGeometryAttributes() local
2448 >> nBottom; in ApplyCustomShapeGeometryAttributes()
2453 …ancedCustomShape2d::SetEnhancedCustomShapeParameter( aTextFrames[ i ].BottomRight.Second, nBottom); in ApplyCustomShapeGeometryAttributes()
3882 sal_uInt32 nTop( 0 ), nBottom( 0 ), nLeft( 0 ), nRight( 0 ); in lcl_ApplyCropping() local
3899 nBottom = (sal_uInt32)( ( (double)( aCropSize.Height() + 1 ) * fFactor ) + 0.5 ); in lcl_ApplyCropping()
3912 pSet->Put( SdrGrafCropItem( nLeft, nTop, nRight, nBottom ) ); in lcl_ApplyCropping()
3915 Rectangle aCropRect( nLeft, nTop, aCropSize.Width() - nRight, aCropSize.Height() - nBottom ); in lcl_ApplyCropping()
4748 …sal_Int32 nBottom= (sal_Int32)(( aPolyPieRect.Bottom()- aPolyBoundRect.Top() ) * fTextFrameScaleY… in ImportShape() local
4753 …hancedCustomShape2d::SetEnhancedCustomShapeParameter( aTextFrame[ 0 ].BottomRight.Second,nBottom ); in ImportShape()
H A Descherex.cxx680 sal_Int32 nBottom ( 0 ); in CreateTextProperties() local
720 aAny >>= nBottom; in CreateTextProperties()
853 AddOpt( ESCHER_Prop_dyTextBottom, nBottom * 360 ); in CreateTextProperties()
1259 sal_uInt32 nBottom = ( aGraphCrop.Bottom * 65536 ) / aCropSize.Height(); in ImplCreateGraphicAttributes() local
1260 AddOpt( ESCHER_Prop_cropFromBottom, nBottom ); in ImplCreateGraphicAttributes()
3374 …sal_Int32 nBottom = GetValueForEnhancedCustomShapeParameter( aPathTextFrames[ j ].BottomRight.Seco… in CreateCustomShapeProperties() local
3379 << nBottom; in CreateCustomShapeProperties()
/trunk/main/svx/source/table/
H A Dcell.cxx613 rAnchorRect.nBottom = maCellRect.nBottom - GetTextLowerDistance(); in TakeTextAnchorRect()
H A Dtablemodel.hxx127 …on( ::sal_Int32 nLeft, ::sal_Int32 nTop, ::sal_Int32 nRight, ::sal_Int32 nBottom ) throw (::com::s…
/trunk/main/vcl/win/source/window/
H A Dsalframe.cxx1827 rRect.nBottom = aRect.bottom-1; in GetWorkArea()
3258 long nBottom = nY + nHeight; in UnionClipRegion() local
3265 pBoundRect->bottom = nBottom; in UnionClipRegion()
3279 if ( nBottom > pBoundRect->bottom ) in UnionClipRegion()
3280 pBoundRect->bottom = (int)nBottom; in UnionClipRegion()
3286 pRect->bottom = (int)nBottom; in UnionClipRegion()
/trunk/main/sw/inc/
H A Dgrfatr.hxx101 sal_Int32 nTop, sal_Int32 nBottom );
/trunk/main/toolkit/source/awt/
H A Dvclxwindow.cxx940 sal_Int32 nLeft, nTop, nRight, nBottom; in ImplCalcWindowSize() local
941 pWindow->GetBorder( nLeft, nTop, nRight, nBottom ); in ImplCalcWindowSize()
943 aSz.Height() += nTop+nBottom; in ImplCalcWindowSize()
/trunk/main/sc/source/ui/view/
H A Doutput.cxx1489 long nBottom = nPosY + nRowHeight - 1; in DrawRotatedFrame() local
1529 aPoints[2] = Point( nBotRight, nBottom ); in DrawRotatedFrame()
1530 aPoints[3] = Point( nBotLeft, nBottom ); in DrawRotatedFrame()
H A Dviewdata.cxx1374 SCROW nBottom = GetPosY(eVWhich) + VisibleCellsY(eVWhich); in EditGrowY() local
1400 while (aArea.GetHeight() + nAllowedExtra < nTextHeight && nEditEndRow < nBottom && !bMaxReached) in EditGrowY()
1421 if (nEditEndRow >= nBottom || bMaxReached) in EditGrowY()
/trunk/main/sw/source/core/layout/
H A Dfrmtool.cxx1933 nBottom = CalcBottomLine() + rUL.GetLower(); in _CalcBottom()
2935 SwTwips nBottom = rRect.Bottom(); in lcl_CheckFlowBack() local
2943 else if( !pFrm->GetNext() && nBottom > pFrm->Frm().Bottom() ) in lcl_CheckFlowBack()
H A Dfly.cxx560 const long nBottom = (pMaster->*fnRect->fnGetPrtBottom)(); in ChainFrames()
563 if( (pInva->Frm().*fnRect->fnBottomDist)( nBottom ) <= 0 ) in ChainFrames()
H A Dtrvlfrm.cxx272 const long nBottom = rRect.Bottom(); in FillSelection() local
275 if( pPage->Frm().Top() < nBottom ) in FillSelection()
/trunk/main/svtools/source/contnr/
H A Dimivctl1.cxx1677 long nBottom = GetEntryBoundRect(pEntry).Bottom(); in CheckVerScrollBar() local
1678 if( nBottom > nHeight ) in CheckVerScrollBar()
1680 if( nBottom > nDeepest ) in CheckVerScrollBar()
1681 nDeepest = nBottom; in CheckVerScrollBar()
H A Dimivctl.hxx558 …SvxIconChoiceCtrlEntry* SearchCol(sal_uInt16 nCol,sal_uInt16 nTop,sal_uInt16 nBottom,sal_uInt16 nP…
/trunk/main/vcl/source/gdi/
H A Dbitmap.cxx1394 const long nBottom = aRect.Bottom(); in CreateRegion() local
1403 for( ; nY <= nBottom; nY++ ) in CreateRegion()
H A Doutdev3.cxx7646 long nBottom = nH; in GetTextBoundRect() local
7647 while( --nBottom >= nTop ) in GetTextBoundRect()
7650 if( pAcc->GetPixel( nBottom, nRight ) == aBlack ) 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()
/trunk/main/filter/source/graphicfilter/epict/
H A Depict.cxx342 aRect.nBottom++; in MapRectangle()
732 aRect.nBottom++; in WriteOpcode_ClipRect()
/trunk/main/vcl/source/window/
H A Dbrdwin.cxx149 aTempRect.nBottom-=4; in ImplDrawBrdWinSymbolButton()
1676 aInRect.nTop++; aInRect.nBottom--; in DrawWindow()
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationList.cxx449 aOutRect.nBottom -= nVertBorder; in Paint()

Completed in 373 milliseconds

1234567