Home
last modified time | relevance | path

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

/aoo42x/main/dbaccess/source/ui/browser/
H A Dbrwctrlr.cxx920 Reference< ::com::sun::star::sdb::XSQLErrorBroadcaster > xFormError(getRowSet(), UNO_QUERY); in Construct() local
921 if (xFormError.is()) in Construct()
922 xFormError->addSQLErrorListener((::com::sun::star::sdb::XSQLErrorListener*)this); in Construct()
1129 if (xFormError.is()) in disposingFormModel()
1130 xFormError->removeSQLErrorListener((::com::sun::star::sdb::XSQLErrorListener*)this); in disposingFormModel()
1335 if (xFormError.is()) in disposing()
1336 xFormError->removeSQLErrorListener((::com::sun::star::sdb::XSQLErrorListener*)this); in disposing()
3048 if (xFormError.is()) in BeforeDrop()
3049 xFormError->removeSQLErrorListener((::com::sun::star::sdb::XSQLErrorListener*)this); in BeforeDrop()
3056 if (xFormError.is()) in AfterDrop()
[all …]

Completed in 110 milliseconds