Home
last modified time | relevance | path

Searched refs:pBottomBorder (Results 1 – 6 of 6) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/txtnode/
H A Dswfont.cxx84 void SwFont::SetBottomBorder( const editeng::SvxBorderLine* pBottomBorder ) in SetBottomBorder() argument
86 if( pBottomBorder ) in SetBottomBorder()
87 m_aBottomBorder = *pBottomBorder; in SetBottomBorder()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/txtnode/
H A Dswfont.cxx88 void SwFont::SetBottomBorder( const editeng::SvxBorderLine* pBottomBorder ) in SetBottomBorder() argument
90 if( pBottomBorder ) in SetBottomBorder()
91 m_aBottomBorder = *pBottomBorder; in SetBottomBorder()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/inc/
H A Dswfont.hxx332 void SetBottomBorder( const editeng::SvxBorderLine* pBottomBorder );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/inc/
H A Dswfont.hxx335 void SetBottomBorder( const editeng::SvxBorderLine* pBottomBorder );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/layout/
H A Dpaintfrm.cxx5110 const SvxBorderLine* pBottomBorder(rBox.GetBottom()); in PaintSwFrameShadowAndBorder() local
5146 pBottomBorder = nullptr; in PaintSwFrameShadowAndBorder()
5161 pBottomBorder = aAccess.Get()->GetBox().GetBottom(); in PaintSwFrameShadowAndBorder()
5164 …ptr != pLeftBorder || nullptr != pRightBorder || nullptr != pTopBorder || nullptr != pBottomBorder) in PaintSwFrameShadowAndBorder()
5173 const svx::frame::Style aStyleBottom(pBottomBorder, 1.0); in PaintSwFrameShadowAndBorder()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/layout/
H A Dpaintfrm.cxx5255 const SvxBorderLine* pBottomBorder(rBox.GetBottom()); in PaintSwFrameShadowAndBorder() local
5291 pBottomBorder = nullptr; in PaintSwFrameShadowAndBorder()
5306 pBottomBorder = aAccess.Get()->GetBox().GetBottom(); in PaintSwFrameShadowAndBorder()
5309 …ptr != pLeftBorder || nullptr != pRightBorder || nullptr != pTopBorder || nullptr != pBottomBorder) in PaintSwFrameShadowAndBorder()
5318 const svx::frame::Style aStyleBottom(pBottomBorder, 1.0); in PaintSwFrameShadowAndBorder()