Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/extensions/source/dbpilots/
H A Dgroupboxwiz.cxx238 bool bMoveLeft = (m_xMoveLeft.get() == &rButton); in IMPL_LINK() local
239 if (bMoveLeft) in IMPL_LINK()
253 if (bMoveLeft) in IMPL_LINK()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/extensions/source/dbpilots/
H A Dgroupboxwiz.cxx238 bool bMoveLeft = (m_xMoveLeft.get() == &rButton); in IMPL_LINK() local
239 if (bMoveLeft) in IMPL_LINK()
253 if (bMoveLeft) in IMPL_LINK()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/unocore/
H A Dunochart.cxx2341 bool bMoveLeft = false; // move left or right? in DeleteBox() local
2353 bMoveLeft = nPointCol > nMarkCol; in DeleteBox()
2355 bMoveLeft = nMarkCol > nPointCol; in DeleteBox()
2367 nCol += bMoveLeft ? -1 : +1; in DeleteBox()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/unocore/
H A Dunochart.cxx2346 bool bMoveLeft = false; // move left or right? in DeleteBox() local
2358 bMoveLeft = nPointCol > nMarkCol; in DeleteBox()
2360 bMoveLeft = nMarkCol > nPointCol; in DeleteBox()
2372 nCol += bMoveLeft ? -1 : +1; in DeleteBox()