Home
last modified time | relevance | path

Searched refs:nLeftMarginTabPos (Results 1 – 2 of 2) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/text/
H A Dtxttab.cxx192 tools::Long nLeftMarginTabPos = 0; in NewTabPortion() local
200 nLeftMarginTabPos = m_pFrame->getFrameArea().Right() - aPoint.X(); in NewTabPortion()
204 nLeftMarginTabPos = Left() - m_pFrame->getFrameArea().Left(); in NewTabPortion()
216 nLeftMarginTabPos += pPor->Width(); in NewTabPortion()
221 bRTL ? nCurrentAbsPos > nTabLeft - nLeftMarginTabPos in NewTabPortion()
222 : nCurrentAbsPos < nTabLeft + nLeftMarginTabPos; in NewTabPortion()
240 ( nNextPos > nLeftMarginTabPos ) ) in NewTabPortion()
244 nNextPos = nLeftMarginTabPos; in NewTabPortion()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/text/
H A Dtxttab.cxx190 long nLeftMarginTabPos = 0; in NewTabPortion() local
198 nLeftMarginTabPos = m_pFrame->getFrameArea().Right() - aPoint.X(); in NewTabPortion()
202 nLeftMarginTabPos = Left() - m_pFrame->getFrameArea().Left(); in NewTabPortion()
214 nLeftMarginTabPos += pPor->Width(); in NewTabPortion()
219 bRTL ? nCurrentAbsPos > nTabLeft - nLeftMarginTabPos in NewTabPortion()
220 : nCurrentAbsPos < nTabLeft + nLeftMarginTabPos; in NewTabPortion()
238 ( nNextPos > nLeftMarginTabPos ) ) in NewTabPortion()
242 nNextPos = nLeftMarginTabPos; in NewTabPortion()