LibreOffice Module svx (master) 1
|
#include <fmtools.hxx>
Public Member Functions | |
CursorWrapper (const css::uno::Reference< css::sdbc::XRowSet > &_rxCursor, bool bUseCloned=false) | |
bool | is () const |
bool | Is () const |
operator const css::uno::Reference< css::uno::XInterface > & () const | |
CursorWrapper & | operator= (const css::uno::Reference< css::sdbc::XRowSet > &xCursor) |
operator const css::uno::Reference< css::sdbc::XResultSet > & () const | |
const css::uno::Reference< css::beans::XPropertySet > & | getPropertySet () const |
css::uno::Any | getBookmark () |
bool | moveToBookmark (const css::uno::Any &bookmark) |
bool | isBeforeFirst () const |
bool | isAfterLast () const |
bool | isFirst () const |
bool | isLast () const |
void | beforeFirst () |
bool | first () |
bool | last () |
sal_Int32 | getRow () const |
bool | absolute (sal_Int32 nPosition) |
bool | relative (sal_Int32 nCount) |
bool | previous () |
bool | next () |
void | refreshRow () |
bool | rowDeleted () |
css::uno::Reference< css::container::XNameAccess > | getColumns () const |
Private Member Functions | |
void | ImplConstruct (const css::uno::Reference< css::sdbc::XResultSet > &_rxCursor, bool bUseCloned) |
Private Attributes | |
css::uno::Reference< css::uno::XInterface > | m_xGeneric |
css::uno::Reference< css::sdbc::XResultSet > | m_xMoveOperations |
css::uno::Reference< css::sdbcx::XRowLocate > | m_xBookmarkOperations |
css::uno::Reference< css::sdbcx::XColumnsSupplier > | m_xColumnsSupplier |
css::uno::Reference< css::beans::XPropertySet > | m_xPropertyAccess |
Friends | |
UNLESS_MERGELIBS(SVXCORE_DLLPUBLIC) CursorWrapper(const css friend bool | operator== (const CursorWrapper &lhs, const CursorWrapper &rhs) |
Definition at line 66 of file fmtools.hxx.
CursorWrapper::CursorWrapper | ( | const css::uno::Reference< css::sdbc::XRowSet > & | _rxCursor, |
bool | bUseCloned = false |
||
) |
Definition at line 172 of file fmtools.cxx.
References ImplConstruct().
|
inline |
Definition at line 116 of file fmtools.hxx.
|
inline |
Definition at line 112 of file fmtools.hxx.
Referenced by FmGridControl::DeleteSelectedRows().
|
inline |
Definition at line 113 of file fmtools.hxx.
Referenced by FmGridControl::DeleteSelectedRows(), FmSearchEngine::StartOver(), and FmSearchEngine::StartOverSpecial().
|
inline |
css::sdbc::SQLException | |
css::uno::RuntimeException |
Definition at line 101 of file fmtools.hxx.
Referenced by DbGridRow::DbGridRow(), FmSearchEngine::OnSearchTerminated(), FmSearchEngine::SearchNextImpl(), FmSearchEngine::SetFormatterUsing(), and DbGridRow::SetState().
|
inline |
css::uno::RuntimeException |
Definition at line 124 of file fmtools.hxx.
Referenced by DbGridRow::DbGridRow().
|
inline |
Definition at line 96 of file fmtools.hxx.
Referenced by DbGridRow::DbGridRow(), DbGridControl::resetCurrentRow(), and DbGridRow::SetState().
|
inline |
Definition at line 115 of file fmtools.hxx.
Referenced by FmSearchEngine::OnSearchTerminated(), FmSearchEngine::PropagateProgress(), and RowSetEventListener::rowsChanged().
|
private |
Definition at line 184 of file fmtools.cxx.
References Exception, m_xBookmarkOperations, m_xColumnsSupplier, m_xGeneric, m_xMoveOperations, and m_xPropertyAccess.
Referenced by CursorWrapper().
|
inline |
Definition at line 87 of file fmtools.hxx.
Referenced by FmSearchEngine::SearchNextImpl().
|
inline |
Definition at line 88 of file fmtools.hxx.
Referenced by DbGridRow::DbGridRow(), and DbGridRow::SetState().
|
inline |
Definition at line 109 of file fmtools.hxx.
Referenced by DbGridRow::DbGridRow().
|
inline |
Definition at line 108 of file fmtools.hxx.
Referenced by DbGridRow::DbGridRow().
|
inline |
Definition at line 110 of file fmtools.hxx.
Referenced by FmSearchEngine::PropagateProgress().
|
inline |
Definition at line 111 of file fmtools.hxx.
Referenced by FmSearchEngine::PropagateProgress().
|
inline |
Definition at line 114 of file fmtools.hxx.
Referenced by FmSearchEngine::StartOver(), and FmSearchEngine::StartOverSpecial().
|
inline |
css::sdbc::SQLException | |
css::uno::RuntimeException |
Definition at line 105 of file fmtools.hxx.
Referenced by FmGridControl::DeleteSelectedRows(), RowSetEventListener::rowsChanged(), and FmSearchEngine::SetFormatterUsing().
|
inline |
Definition at line 119 of file fmtools.hxx.
Referenced by FmGridControl::DeleteSelectedRows().
|
inline |
Definition at line 94 of file fmtools.hxx.
|
inline |
Definition at line 90 of file fmtools.hxx.
CursorWrapper & CursorWrapper::operator= | ( | const css::uno::Reference< css::sdbc::XRowSet > & | xCursor | ) |
Definition at line 214 of file fmtools.cxx.
References m_xBookmarkOperations, m_xColumnsSupplier, and m_xMoveOperations.
|
inline |
Definition at line 118 of file fmtools.hxx.
|
inline |
Definition at line 120 of file fmtools.hxx.
Referenced by FmGridControl::DeleteSelectedRows().
|
inline |
Definition at line 117 of file fmtools.hxx.
References nCount.
|
inline |
Definition at line 121 of file fmtools.hxx.
Referenced by DbGridRow::DbGridRow(), and DbGridRow::SetState().
|
friend |
Definition at line 82 of file fmtools.hxx.
|
private |
Definition at line 71 of file fmtools.hxx.
Referenced by ImplConstruct(), and operator=().
|
private |
Definition at line 72 of file fmtools.hxx.
Referenced by ImplConstruct(), and operator=().
|
private |
Definition at line 69 of file fmtools.hxx.
Referenced by ImplConstruct().
|
private |
Definition at line 70 of file fmtools.hxx.
Referenced by ImplConstruct(), and operator=().
|
private |
Definition at line 73 of file fmtools.hxx.
Referenced by ImplConstruct().