Home
last modified time | relevance | path

Searched refs:m_pSeekCursor (Results 1 – 3 of 3) sorted by relevance

/trunk/main/svx/source/fmcomp/
H A Dgridctrl.cxx1532 if (m_pSeekCursor) in setDataSource()
1595 if (m_pSeekCursor) in setDataSource()
1662 if (m_pSeekCursor) in setDataSource()
1867 if (!m_pSeekCursor) in RecalcRows()
1964 if (!m_pSeekCursor) in AdjustRows()
2365 if (!m_pSeekCursor) in AlignSeekCursor()
2424 if (!m_pSeekCursor) in SeekCursor()
2540 if (!m_pSeekCursor) in MoveToLast()
2581 if (!m_pSeekCursor) in MoveToNext()
2624 if (!m_pSeekCursor) in MoveToPosition()
[all …]
H A Dfmgridcl.cxx1145 if (!m_pSeekCursor) in DeleteSelectedRows()
1242 GetSeekRow()->SetState(m_pSeekCursor, sal_True); in DeleteSelectedRows()
1247 aBookmark = m_pSeekCursor->getBookmark(); in DeleteSelectedRows()
1259 aBookmark = m_pSeekCursor->getBookmark(); in DeleteSelectedRows()
1382 SetSeekPos(m_pSeekCursor->getRow() - 1); in DeleteSelectedRows()
1389 SetSeekPos(m_pSeekCursor->getRow() - 1); in DeleteSelectedRows()
1840 if ( !m_pSeekCursor ) in selectBookmarks()
1857 if (m_pSeekCursor->moveToBookmark(*pBookmark)) in selectBookmarks()
1858 SelectRow( m_pSeekCursor->getRow() - 1); in selectBookmarks()
1922 GetSeekRow()->SetState(m_pSeekCursor, sal_True); in getSelectionBookmarks()
[all …]
/trunk/main/svx/inc/svx/
H A Dgridctrl.hxx263 CursorWrapper* m_pSeekCursor; // Cursor zum Seeken member in DbGridControl
430 sal_Bool IsOpen() const {return m_pSeekCursor != NULL;} in IsOpen()
537 CursorWrapper* GetSeekCursor(GrantControlAccess /*_aAccess*/) const { return m_pSeekCursor; } in GetSeekCursor()
592 CursorWrapper* GetSeekCursor() const { return m_pSeekCursor; } in GetSeekCursor()

Completed in 37 milliseconds