Home
last modified time | relevance | path

Searched defs:nBottom (Results 1 – 25 of 275) sorted by relevance

1234567891011

/dports/editors/libreoffice/libreoffice-7.2.6.2/sdext/source/presenter/
H A DPresenterGeometryHelper.cxx47 sal_Int32 Height (const sal_Int32 nTop, const sal_Int32 nBottom) in Height()
77 const sal_Int32 nBottom (Ceil(rBox.Y2)); in ConvertRectangle() local
116 const sal_Int32 nBottom (::std::min(Bottom(rBox1), Bottom(rBox2))); in Intersection() local
130 const double nBottom (::std::min(rBox1.Y2, rBox2.Y2)); in Intersection() local
164 const double nBottom (::std::max(rBox1.Y2, rBox2.Y2)); in Union() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sdext/source/presenter/
H A DPresenterGeometryHelper.cxx45 sal_Int32 Height (const sal_Int32 nTop, const sal_Int32 nBottom) in Height()
75 const sal_Int32 nBottom (Ceil(rBox.Y2)); in ConvertRectangle() local
114 const sal_Int32 nBottom (::std::min(Bottom(rBox1), Bottom(rBox2))); in Intersection() local
128 const double nBottom (::std::min(rBox1.Y2, rBox2.Y2)); in Intersection() local
162 const double nBottom (::std::max(rBox1.Y2, rBox2.Y2)); in Union() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/table/
H A Dcellrange.cxx35 …onst TableModelRef & xTable, sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, sal_Int32 nBottom ) in CellRange()
88 …nge::getCellRangeByPosition( sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, sal_Int32 nBottom ) in getCellRangeByPosition()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/table/
H A Dcellrange.cxx35 …onst TableModelRef & xTable, sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, sal_Int32 nBottom ) in CellRange()
88 …nge::getCellRangeByPosition( sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, sal_Int32 nBottom ) in getCellRangeByPosition()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/gdi/
H A Dregionband.cxx75 const tools::Long nBottom(std::max(rRect.Top(), rRect.Bottom())); in RegionBand() local
376 void RegionBand::ImplAddMissingBands(const tools::Long nTop, const tools::Long nBottom) in ImplAddMissingBands()
718 void RegionBand::InsertBands(tools::Long nTop, tools::Long nBottom) in InsertBands()
881 void RegionBand::Union(tools::Long nLeft, tools::Long nTop, tools::Long nRight, tools::Long nBottom) in Union()
917 …RegionBand::Intersect(tools::Long nLeft, tools::Long nTop, tools::Long nRight, tools::Long nBottom) in Intersect()
977 …d RegionBand::Exclude(tools::Long nLeft, tools::Long nTop, tools::Long nRight, tools::Long nBottom) in Exclude()
1018 void RegionBand::XOr(tools::Long nLeft, tools::Long nTop, tools::Long nRight, tools::Long nBottom) in XOr()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/gdi/
H A Dregionband.cxx71 const long nBottom(std::max(rRect.Top(), rRect.Bottom())); in RegionBand() local
368 void RegionBand::ImplAddMissingBands(const long nTop, const long nBottom) in ImplAddMissingBands()
710 void RegionBand::InsertBands(long nTop, long nBottom) in InsertBands()
873 void RegionBand::Union(long nLeft, long nTop, long nRight, long nBottom) in Union()
909 void RegionBand::Intersect(long nLeft, long nTop, long nRight, long nBottom) in Intersect()
969 void RegionBand::Exclude(long nLeft, long nTop, long nRight, long nBottom) in Exclude()
1010 void RegionBand::XOr(long nLeft, long nTop, long nRight, long nBottom) in XOr()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/inc/
H A DSfxRedactionHelper.hxx45 sal_Int32 nBottom; member
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/inc/
H A DSfxRedactionHelper.hxx45 sal_Int32 nBottom; member
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/view/
H A Dinvmerge.cxx51 sal_Int32 nBottom = aCompRect.Bottom(); in Flush() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/view/
H A Dinvmerge.cxx51 sal_Int32 nBottom = aCompRect.Bottom(); in Flush() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/sidebar/
H A DWrapPropertyPanel.hxx61 sal_uInt16 nBottom; member in sw::sidebar::WrapPropertyPanel
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/bastyp/
H A Dswrect.cxx98 const long nBottom = Bottom(); in IsInside() local
153 void SwRect::Bottom_( const long nBottom ){ m_Size.setHeight(nBottom - m_Point.getY()); } in Bottom_()
209 void SwRect::SetBottomAndHeight( long nBottom, long nNew ) in SetBottomAndHeight()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/layout/
H A Dlayact.cxx660 tools::Long nBottom = rVis.Bottom(); in InternalAction() local
825 static bool lcl_IsInvaLay( const SwFrame *pFrame, tools::Long nBottom ) in lcl_IsInvaLay()
831 static const SwFrame *lcl_FindFirstInvaLay( const SwFrame *pFrame, tools::Long nBottom ) in lcl_FindFirstInvaLay()
853 static const SwFrame *lcl_FindFirstInvaContent( const SwLayoutFrame *pLay, tools::Long nBottom, in lcl_FindFirstInvaContent()
1124 const tools::Long nBottom = rVis.Bottom(); in IsShortCut() local
1733 const tools::Long nBottom = m_pImp->GetShell()->VisArea().Bottom(); in FormatContent() local
1783 const tools::Long nBottom = m_pImp->GetShell()->VisArea().Bottom(); in FormatContent() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/layout/
H A Dlayact.cxx686 long nBottom = rVis.Bottom(); in InternalAction() local
847 static bool lcl_IsInvaLay( const SwFrame *pFrame, long nBottom ) in lcl_IsInvaLay()
853 static const SwFrame *lcl_FindFirstInvaLay( const SwFrame *pFrame, long nBottom ) in lcl_FindFirstInvaLay()
875 static const SwFrame *lcl_FindFirstInvaContent( const SwLayoutFrame *pLay, long nBottom, in lcl_FindFirstInvaContent()
1146 const long nBottom = rVis.Bottom(); in IsShortCut() local
1708 const long nBottom = m_pImp->GetShell()->VisArea().Bottom(); in FormatContent() local
1757 const long nBottom = m_pImp->GetShell()->VisArea().Bottom(); in FormatContent() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/bastyp/
H A Dswrect.cxx96 const tools::Long nBottom = Bottom(); in IsInside() local
151 void SwRect::Bottom_( const tools::Long nBottom ){ m_Size.setHeight(nBottom - m_Point.getY()); } in Bottom_()
209 void SwRect::SetBottomAndHeight( tools::Long nBottom, tools::Long nNew ) in SetBottomAndHeight()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svx/
H A Dgrfcrop.hxx31 sal_Int32 nLeft, nRight, nTop, nBottom; member in SvxGrfCrop
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svx/
H A Dgrfcrop.hxx31 sal_Int32 nLeft, nRight, nTop, nBottom; member in SvxGrfCrop
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/items/
H A Dalgitem.cxx158 sal_Int16 nBottom, in SvxMarginItem()
308 void SvxMarginItem::SetBottomMargin( sal_Int16 nBottom ) in SetBottomMargin()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/items/
H A Dalgitem.cxx174 sal_Int16 nBottom, in SvxMarginItem()
326 void SvxMarginItem::SetBottomMargin( sal_Int16 nBottom ) in SetBottomMargin()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/sidebar/
H A DWrapPropertyPanel.hxx72 sal_uInt16 nBottom; member in sw::sidebar::WrapPropertyPanel
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/vba/
H A Dvbacells.cxx67 …e >& xTextTable, sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, sal_Int32 nBottom ): mxParent(… in CellCollectionHelper()
106 …e >& xTextTable, sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, sal_Int32 nBottom ) : SwVbaCel… in SwVbaCells()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/vba/
H A Dvbacells.cxx67 …e >& xTextTable, sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, sal_Int32 nBottom ): mxParent(… in CellCollectionHelper()
108 …e >& xTextTable, sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, sal_Int32 nBottom ) : SwVbaCel… in SwVbaCells()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/
H A Dmarkmulti.cxx326 SCROW nTop, nBottom; in GetMarkArray() local
426 SCROW nTop, nBottom; in ScMultiSelIter() local
433 SCROW nTop, nBottom; in ScMultiSelIter() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/text/
H A Dfrmpaint.cxx112 SwTwips nBottom = pFrame->getFrameArea().Bottom(); in SwExtraPainter() local
348 long nBottom = rRect.Bottom(); in PaintExtraData() local
683 long nBottom = rRect.Bottom(); in PaintSwFrame() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/data/
H A Dmarkmulti.cxx331 SCROW nTop, nBottom; in GetMarkArray() local
431 SCROW nTop, nBottom; in ScMultiSelIter() local
438 SCROW nTop, nBottom; in ScMultiSelIter() local

1234567891011