Home
last modified time | relevance | path

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

/trunk/main/extensions/source/dbpilots/
H A Dgroupboxwiz.cxx288 sal_Bool bMoveLeft = (&m_aMoveLeft == _pButton); in IMPL_LINK() local
289 if (bMoveLeft) in IMPL_LINK()
303 if (bMoveLeft) in IMPL_LINK()
/trunk/main/sw/source/core/unocore/
H A Dunochart.cxx2691 sal_Bool bMoveLeft = sal_False; // move left or right? in DeleteBox() local
2703 bMoveLeft = nPointCol > nMarkCol; in DeleteBox()
2705 bMoveLeft = nMarkCol > nPointCol; in DeleteBox()
2717 nCol += bMoveLeft ? -1 : +1; in DeleteBox()

Completed in 22 milliseconds