/trunk/main/sdext/source/presenter/ |
H A D | PresenterGeometryHelper.cxx | 47 sal_Int32 Width (const sal_Int32 nLeft, const sal_Int32 nRight) in Width() 91 const sal_Int32 nLeft (Floor(rBox.X1)); in ConvertRectangle() local 142 const sal_Int32 nLeft (::std::max(rBox1.X, rBox2.X)); in Intersection() local 159 const double nLeft (::std::max(rBox1.X1, rBox2.X1)); in Intersection() local 207 const sal_Int32 nLeft (::std::min(rBox1.X, rBox2.X)); in Union() local 224 const double nLeft (::std::min(rBox1.X1, rBox2.X1)); in Union() local
|
/trunk/main/svx/source/table/ |
H A D | cellrange.cxx | 45 CellRange::CellRange( const TableModelRef & xTable, sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRig… in CellRange() 100 Reference< XCellRange > SAL_CALL CellRange::getCellRangeByPosition( sal_Int32 nLeft, sal_Int32 nTop… in getCellRangeByPosition()
|
H A D | cellcursor.cxx | 52 CellCursor::CellCursor( const TableModelRef & xTable, sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nR… in CellCursor() 74 Reference< XCellRange > SAL_CALL CellCursor::getCellRangeByPosition( sal_Int32 nLeft, sal_Int32 nTo… in getCellRangeByPosition() 160 const sal_Int32 nLeft = mnLeft + nColumnOffset; in gotoOffset() local
|
H A D | tablecolumn.cxx | 115 Reference< XCellRange > SAL_CALL TableColumn::getCellRangeByPosition( sal_Int32 nLeft, sal_Int32 nT… in getCellRangeByPosition()
|
/trunk/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
|
/trunk/main/vcl/source/gdi/ |
H A D | regionband.cxx | 87 const long nLeft(std::min(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 nLeft(std::min(rRect.Left(), rRect.Right())); in Union() local 679 const long nLeft(std::min(rRect.Left(), rRect.Right())); in Intersect() local 760 const long nLeft(std::min(rRect.Left(), rRect.Right())); in Exclude() local 845 const long nLeft(std::min(rRect.Left(), rRect.Right())); in XOr() local
|
/trunk/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() 664 long nLeft = (aRect.*fnRect->fnGetLeft)(); in PaintArea() local 760 long nLeft = (Frm().*fnRect->fnGetLeft)(); in UnionFrm() local
|
/trunk/main/oox/inc/oox/dump/ |
H A D | biffdumper.hxx | 246 Type nLeft, Type nTop, Type nWidth, Type nHeight, in writeRectItem() 261 Type nLeft, nTop, nWidth, nHeight; in dumpRect() local 270 Type nLeft, nTop, nWidth, nHeight; in dumpRectWithGaps() local
|
/trunk/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
|
/trunk/main/svx/source/dialog/ |
H A D | paraprev.cxx | 110 long nLeft = nLeftMargin * aLineSiz.Width() / aSize.Width(); in DrawParagraph() local
|
/trunk/main/sc/source/ui/inc/ |
H A D | dwfunctr.hxx | 143 void SetSlotIDs( sal_uInt16 nLeft, sal_uInt16 nRight ) in SetSlotIDs()
|
/trunk/main/tools/inc/tools/ |
H A D | svborder.hxx | 32 long nTop, nRight, nBottom, nLeft; member in SvBorder
|
/trunk/main/sw/source/ui/table/ |
H A D | swtablerep.cxx | 156 SwTwips nLeft = GetLeftSpace(); in FillTabCols() local
|
/trunk/main/svx/source/items/ |
H A D | algitem.cxx | 545 SvxMarginItem::SvxMarginItem( sal_Int16 nLeft, in SvxMarginItem() 651 sal_Int16 nLeft; in Create() local 735 sal_Bool SvxMarginItem::SetLeftMargin( sal_Int16 nLeft ) in SetLeftMargin()
|
/trunk/main/sw/source/ui/dbui/ |
H A D | mmlayoutpage.cxx | 239 … long nLeft = static_cast< long >(m_aLeftMF.Denormalize(m_aLeftMF.GetValue(FUNIT_TWIP))); in ActivatePage() local 259 long nLeft = static_cast< long >(m_aLeftMF.Denormalize(m_aLeftMF.GetValue(FUNIT_TWIP))); in commitPage() local 768 long nLeft = static_cast< long >(m_aLeftMF.Denormalize(m_aLeftMF.GetValue(FUNIT_TWIP))); in IMPL_LINK() local
|
/trunk/main/sw/source/core/bastyp/ |
H A D | swrect.cxx | 251 void SwRect::_Left( const long nLeft ){ m_Size.Width() += m_Point.getX() - nLeft; m_Point.setX(nLef… in _Left() 290 void SwRect::SetLeftAndWidth( long nLeft, long nNew ) in SetLeftAndWidth()
|
/trunk/main/sw/source/filter/ww8/ |
H A D | rtfsdrexport.cxx | 240 sal_uInt32 nLeft = 0, nTop = 0; in Commit() local 263 sal_uInt32 nLeft = 0, nRight = 0, nTop = 0, nBottom = 0; in Commit() local
|
/trunk/main/sfx2/source/sidebar/ |
H A D | DrawHelper.cxx | 139 const sal_Int32 nLeft, in DrawHorizontalLine()
|
/trunk/main/mysqlc/source/ |
H A D | mysqlc_subcomponent.hxx | 202 sal_Int32 nLeft(_rLeft.getLength()), nRight(_rRight.getLength()); in concatSequences() local
|
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ |
H A D | OSubComponent.hxx | 195 sal_Int32 nLeft(_rLeft.getLength()), nRight(_rRight.getLength()); in concatSequences() local
|
/trunk/main/sd/source/ui/slidesorter/view/ |
H A D | SlsFramePainter.cxx | 198 const sal_Int32 nLeft ( in PaintSide() local
|
/trunk/main/sw/inc/ |
H A D | tabcol.hxx | 57 nLeft, //Linker Rand der Tabelle. member in SwTabCols
|