Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/dbui/
H A Dmmaddressblockpage.cxx1265 const EECharAttrib* pEndAttrib = FindCharAttrib(aSelection.nStartPos, aAttribList); in MoveCurrentItem() local
1266 if(pEndAttrib && pEndAttrib->nEnd >= nIndex) in MoveCurrentItem()
1268 nIndex = pEndAttrib->nEnd; in MoveCurrentItem()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/dbui/
H A Dmmaddressblockpage.cxx1263 const EECharAttrib* pEndAttrib = FindCharAttrib(aSelection.nStartPos, aAttribList); in MoveCurrentItem() local
1264 if(pEndAttrib && pEndAttrib->nEnd >= nIndex) in MoveCurrentItem()
1266 nIndex = pEndAttrib->nEnd; in MoveCurrentItem()