Home
last modified time | relevance | path

Searched refs:CursorMoveAttempt (Results 1 – 6 of 6) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svtools/
H A Dbrwbox.hxx245 struct CursorMoveAttempt struct in BrowseBox
250 CursorMoveAttempt(long nCol, long nRow, bool bScrolledToReachCell) in CursorMoveAttempt() function
256 bool operator==(const CursorMoveAttempt& r) const in operator ==() argument
262 bool operator!=(const CursorMoveAttempt& r) const { return !(*this == r); } in operator !=() argument
264 std::stack<CursorMoveAttempt>
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svtools/
H A Dbrwbox.hxx324 struct CursorMoveAttempt struct in BrowseBox
329 CursorMoveAttempt(sal_Int32 nCol, sal_Int32 nRow, bool bScrolledToReachCell) in CursorMoveAttempt() function
335 bool operator==(const CursorMoveAttempt& r) const in operator ==() argument
341 bool operator!=(const CursorMoveAttempt& r) const { return !(*this == r); } in operator !=() argument
343 std::stack<CursorMoveAttempt>
/dports/editors/libreoffice6/libreoffice-6.4.7.2/compilerplugins/clang/
H A Dunusedfields.writeonly.results396 BrowseBox::CursorMoveAttempt m_nCol const long
398 BrowseBox::CursorMoveAttempt m_nRow const long
400 BrowseBox::CursorMoveAttempt m_bScrolledToReachCell const _Bool
/dports/editors/libreoffice/libreoffice-7.2.6.2/compilerplugins/clang/
H A Dunusedfields.writeonly.results356 BrowseBox::CursorMoveAttempt m_nCol sal_Int32
358 BrowseBox::CursorMoveAttempt m_nRow sal_Int32
360 BrowseBox::CursorMoveAttempt m_bScrolledToReachCell _Bool
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svtools/source/brwbox/
H A Dbrwbox1.cxx1508 CursorMoveAttempt aAttempt(nCurRow, nColId, bScrolled); in GoToColumnId()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svtools/source/brwbox/
H A Dbrwbox1.cxx1560 CursorMoveAttempt aAttempt(nCurRow, nColId, bScrolled); in GoToColumnId()