Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/text/
H A Dporlin.hxx117 bool IsTabLeftPortion() const { return nWhichPor == PortionType::TabLeft; } in IsTabLeftPortion() function in SwLinePortion
H A Ditradj.cxx453 bNoCompression = !pPos->IsTabLeftPortion(); in CalcKanaAdj()
H A Ditrform2.cxx586 ( ( pPor->InTabGrp() && !pPor->IsTabLeftPortion() ) || in BuildPortions()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/text/
H A Dporlin.hxx116 bool IsTabLeftPortion() const { return mnWhichPor == PortionType::TabLeft; } in IsTabLeftPortion() function in SwLinePortion
H A Ditradj.cxx468 bNoCompression = !pPos->IsTabLeftPortion(); in CalcKanaAdj()
H A Ditrform2.cxx587 ( ( pPor->InTabGrp() && !pPor->IsTabLeftPortion() ) || in BuildPortions()