Home
last modified time | relevance | path

Searched refs:IsCombinedPortion (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/text/
H A Dporlin.hxx129 bool IsCombinedPortion() const { return nWhichPor == PortionType::Combined; } in IsCombinedPortion() function in SwLinePortion
H A Dportxt.cxx594 if( !IsBlankPortion() && !InNumberGrp() && !IsCombinedPortion() ) in GetSpaceCnt()
631 if( !IsBlankPortion() && !InNumberGrp() && !IsCombinedPortion() ) in CalcSpacing()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/text/
H A Dporlin.hxx130 bool IsCombinedPortion() const { return mnWhichPor == PortionType::Combined; } in IsCombinedPortion() function in SwLinePortion
H A Dportxt.cxx587 if( !IsBlankPortion() && !InNumberGrp() && !IsCombinedPortion() ) in GetSpaceCnt()
624 if( !IsBlankPortion() && !InNumberGrp() && !IsCombinedPortion() ) in CalcSpacing()