/aoo41x/main/sdext/source/presenter/ |
H A D | PresenterGeometryHelper.cxx | 47 sal_Int32 Width (const sal_Int32 nLeft, const sal_Int32 nRight) in Width() 93 const sal_Int32 nRight (Ceil(rBox.X2)); in ConvertRectangle() local 144 const sal_Int32 nRight (::std::min(Right(rBox1), Right(rBox2))); in Intersection() local 161 const double nRight (::std::min(rBox1.X2, rBox2.X2)); in Intersection() local 209 const sal_Int32 nRight (::std::max(Right(rBox1), Right(rBox2))); in Union() local 226 const double nRight (::std::max(rBox1.X2, rBox2.X2)); in Union() local
|
H A D | PresenterUIPainter.cxx | 129 const sal_Int32 nRight (aCenterBoundingBox.X + aCenterBoundingBox.Width - 1); in PaintHorizontalBitmapComposite() local
|
/aoo41x/main/svx/source/table/ |
H A D | cellrange.cxx | 45 …nge( const TableModelRef & xTable, sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, sal_Int32 nB… in CellRange() 100 …CellRange::getCellRangeByPosition( sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, sal_Int32 nB… in getCellRangeByPosition()
|
H A D | cellcursor.cxx | 52 …sor( const TableModelRef & xTable, sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, sal_Int32 nB… in CellCursor() 74 …ellCursor::getCellRangeByPosition( sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, sal_Int32 nB… in getCellRangeByPosition()
|
H A D | tablecolumn.cxx | 115 …bleColumn::getCellRangeByPosition( sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, sal_Int32 nB… in getCellRangeByPosition()
|
/aoo41x/main/svx/inc/svx/ |
H A D | colrctrl.hxx | 116 void SetSlotIDs( sal_uInt16 nLeft, sal_uInt16 nRight ) in SetSlotIDs()
|
H A D | grfcrop.hxx | 35 sal_Int32 nLeft, nRight, nTop, nBottom; member in SvxGrfCrop
|
/aoo41x/main/sw/source/core/bastyp/ |
H A D | swrect.cxx | 171 const long nRight = Right(); in IsInside() local 252 void SwRect::_Right( const long nRight ){ m_Size.setWidth(nRight - m_Point.getX()); } in _Right() 300 void SwRect::SetRightAndWidth( long nRight, long nNew ) in SetRightAndWidth()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | regionband.cxx | 88 const long nRight(std::max(rRect.Left(), rRect.Right())); in RegionBand() local 899 void RegionBand::Union(long nLeft, long nTop, long nRight, long nBottom) in Union() 936 void RegionBand::Intersect(long nLeft, long nTop, long nRight, long nBottom) in Intersect() 998 void RegionBand::Exclude(long nLeft, long nTop, long nRight, long nBottom) in Exclude() 1040 void RegionBand::XOr(long nLeft, long nTop, long nRight, long nBottom) in XOr()
|
H A D | regband.cxx | 857 bool ImplRegionBand::IsOver( long nLeft, long nRight ) in IsOver() 873 bool ImplRegionBand::IsInside( long nLeft, long nRight ) in IsInside()
|
H A D | region.cxx | 586 const long nRight(std::max(rRect.Left(), rRect.Right())); in Union() local 679 const long nRight(std::max(rRect.Left(), rRect.Right())); in Intersect() local 760 const long nRight(std::max(rRect.Left(), rRect.Right())); in Exclude() local 845 const long nRight(std::max(rRect.Left(), rRect.Right())); in XOr() local
|
/aoo41x/main/sw/source/core/layout/ |
H A D | ssfrm.cxx | 200 void SwFrm::SetLeftRightMargins( long nLeft, long nRight) in SetLeftRightMargins() 206 void SwFrm::SetRightLeftMargins( long nRight, long nLeft) in SetRightLeftMargins() 663 long nRight = (aRect.*fnRect->fnGetRight)(); in PaintArea() local 771 SwTwips nRight = nLeft + nWidth; in UnionFrm() local
|
/aoo41x/main/comphelper/inc/comphelper/ |
H A D | sequence.hxx | 74 sal_Int32 nLeft(_rLeft.getLength()), nRight(_rRight.getLength()); in concatSequences() local 93 sal_Int32 nLeft(_rLeft.getLength()), nMiddle(_rMiddle.getLength()), nRight(_rRight.getLength()); in concatSequences() local
|
/aoo41x/main/sfx2/source/sidebar/ |
H A D | Layouter.cxx | 59 const sal_Int32 nRight) in SetRight()
|
H A D | DrawHelper.cxx | 140 const sal_Int32 nRight, in DrawHorizontalLine()
|
/aoo41x/main/svx/source/dialog/ |
H A D | paraprev.cxx | 124 long nRight = nRightMargin * aLineSiz.Width() / aSize.Width(); in DrawParagraph() local
|
/aoo41x/main/sc/source/ui/inc/ |
H A D | dwfunctr.hxx | 143 void SetSlotIDs( sal_uInt16 nLeft, sal_uInt16 nRight ) in SetSlotIDs()
|
/aoo41x/main/connectivity/source/drivers/ado/ |
H A D | ADatabaseMetaDataImpl.cxx | 342 sal_Int32 nRight = 0; in MapRight() local 367 sal_Int32 nRight = adRightNone; in Map2Right() local
|
/aoo41x/main/tools/inc/tools/ |
H A D | svborder.hxx | 32 long nTop, nRight, nBottom, nLeft; member in SvBorder
|
/aoo41x/main/svx/source/items/ |
H A D | algitem.cxx | 547 sal_Int16 nRight, in SvxMarginItem() 653 sal_Int16 nRight; in Create() local 751 sal_Bool SvxMarginItem::SetRightMargin( sal_Int16 nRight ) in SetRightMargin()
|
/aoo41x/main/mysqlc/source/ |
H A D | mysqlc_subcomponent.hxx | 202 sal_Int32 nLeft(_rLeft.getLength()), nRight(_rRight.getLength()); in concatSequences() local
|
/aoo41x/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ |
H A D | OSubComponent.hxx | 195 sal_Int32 nLeft(_rLeft.getLength()), nRight(_rRight.getLength()); in concatSequences() local
|
/aoo41x/main/sd/source/ui/slidesorter/view/ |
H A D | SlsFramePainter.cxx | 202 const sal_Int32 nRight ( in PaintSide() local
|
/aoo41x/main/sw/inc/ |
H A D | tabcol.hxx | 58 nRight, //Rechter Rand der Tabelle. member in SwTabCols
|
/aoo41x/main/starmath/source/ |
H A D | rect.cxx | 282 void SmRect::SetRight(long nRight) in SetRight() 636 nRight = GetRight() + nRightSpace; in Draw() local
|