Home
last modified time | relevance | path

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

/AOO42X/main/svx/source/fmcomp/
H A Dgridctrl.cxx934 ,m_pDataCursor(NULL) in DbGridControl()
1023 delete m_pDataCursor; in ~DbGridControl()
1172 DELETEZ(m_pDataCursor); in RemoveRows()
1289 Reference< XPropertySet > xDataSourceSet = m_pDataCursor->getPropertySet(); in SetOptions()
1436 if (!_xCursor.is() && !m_pDataCursor) in setDataSource()
1501 m_pDataCursor = new CursorWrapper(_xCursor); in setDataSource()
1522 if (m_pDataCursor) in setDataSource()
1525 …w ::comphelper::OPropertyChangeMultiplexer(m_pDataSourcePropListener, m_pDataCursor->getPropertySe… in setDataSource()
1597 Reference< XPropertySet > xSet = m_pDataCursor->getPropertySet(); in setDataSource()
1618 m_xDataRow = new DbGridRow(m_pDataCursor, sal_False); in setDataSource()
[all …]
H A Dfmgridcl.cxx1309 … Reference< XResultSetUpdate > xUpdateCursor((Reference< XInterface >)*m_pDataCursor, UNO_QUERY); in DeleteSelectedRows()
1315 … ::com::sun::star::beans::XPropertySet > xSet((Reference< XInterface >)*m_pDataCursor, UNO_QUERY); in DeleteSelectedRows()
1319 if ( m_pDataCursor->rowDeleted() ) in DeleteSelectedRows()
1325 … Reference< XResultSetUpdate > xUpdateCursor((Reference< XInterface >)*m_pDataCursor, UNO_QUERY); in DeleteSelectedRows()
1381 m_pSeekCursor->moveToBookmark(m_pDataCursor->getBookmark()); in DeleteSelectedRows()
1452 xRow->SetState(m_pDataCursor, sal_False); in inserted()
/AOO42X/main/svx/inc/svx/
H A Dgridctrl.hxx262 CursorWrapper* m_pDataCursor; // Cursor fuer Updates member in DbGridControl
406 CursorWrapper* getDataSource() const {return m_pDataCursor;} in getDataSource()