Searched refs:CursorMoveAttempt (Results 1 – 6 of 6) sorted by relevance
245 struct CursorMoveAttempt struct in BrowseBox250 CursorMoveAttempt(long nCol, long nRow, bool bScrolledToReachCell) in CursorMoveAttempt() function256 bool operator==(const CursorMoveAttempt& r) const in operator ==() argument262 bool operator!=(const CursorMoveAttempt& r) const { return !(*this == r); } in operator !=() argument264 std::stack<CursorMoveAttempt>
324 struct CursorMoveAttempt struct in BrowseBox329 CursorMoveAttempt(sal_Int32 nCol, sal_Int32 nRow, bool bScrolledToReachCell) in CursorMoveAttempt() function335 bool operator==(const CursorMoveAttempt& r) const in operator ==() argument341 bool operator!=(const CursorMoveAttempt& r) const { return !(*this == r); } in operator !=() argument343 std::stack<CursorMoveAttempt>
396 BrowseBox::CursorMoveAttempt m_nCol const long398 BrowseBox::CursorMoveAttempt m_nRow const long400 BrowseBox::CursorMoveAttempt m_bScrolledToReachCell const _Bool
356 BrowseBox::CursorMoveAttempt m_nCol sal_Int32358 BrowseBox::CursorMoveAttempt m_nRow sal_Int32360 BrowseBox::CursorMoveAttempt m_bScrolledToReachCell _Bool
1508 CursorMoveAttempt aAttempt(nCurRow, nColId, bScrolled); in GoToColumnId()
1560 CursorMoveAttempt aAttempt(nCurRow, nColId, bScrolled); in GoToColumnId()