Lines Matching refs:m_xController

231         return m_xController;  in getController()
333 if ( m_xController.is() && impl_isParseable_throw() ) in getState()
474 if ( m_xController.is() ) in execute()
578 Reference< XConfirmDeleteListener > xConfirmDelete( m_xController, UNO_QUERY ); in execute()
763 if ( m_xController.is() && !impl_commitCurrentControl_throw() ) in executeWithArguments()
835 OSL_PRECOND( m_xController.is(), "FormOperations::commitCurrentControl: no controller!" ); in impl_commitCurrentControl_throw()
836 if ( !m_xController.is() ) in impl_commitCurrentControl_throw()
842 Reference< XControl > xCurrentControl( m_xController->getCurrentControl() ); in impl_commitCurrentControl_throw()
1012 Reference< XModifyBroadcaster > xBroadcaster( m_xController, UNO_QUERY ); in disposing()
1021 m_xController.clear(); in disposing()
1041 …OSL_PRECOND( m_xController.is(), "FormOperations::impl_initFromController_throw: invalid controlle… in impl_initFromController_throw()
1042 m_xCursor = m_xCursor.query( m_xController->getModel() ); in impl_initFromController_throw()
1048 Reference< XModifyBroadcaster > xBroadcaster( m_xController, UNO_QUERY ); in impl_initFromController_throw()
1072 m_xController = _rxController; in createWithFormController()
1073 if ( !m_xController.is() ) in createWithFormController()
1301 Reference< XControl > xControl( m_xController->getCurrentControl() ); in impl_getCurrentControlModel_throw()
1326 …OSL_PRECOND( m_xController.is(), "FormOperations::impl_getCurrentBoundField_nothrow: no controller… in impl_getCurrentBoundField_nothrow()
1327 if ( !m_xController.is() ) in impl_getCurrentBoundField_nothrow()
1477 …OSL_PRECOND( m_xController.is(), "FormOperations::impl_executeAutoSort_throw: need a controller fo… in impl_executeAutoSort_throw()
1480 if ( !m_xController.is() || !impl_hasCursor_nothrow() || !impl_isParseable_throw() ) in impl_executeAutoSort_throw()
1485 Reference< XControl > xControl = m_xController->getCurrentControl(); in impl_executeAutoSort_throw()
1546 …OSL_PRECOND( m_xController.is(), "FormOperations::impl_executeAutoFilter_throw: need a controller … in impl_executeAutoFilter_throw()
1549 if ( !m_xController.is() || !impl_hasCursor_nothrow() || !impl_isParseable_throw() ) in impl_executeAutoFilter_throw()
1554 Reference< XControl > xControl = m_xController->getCurrentControl(); in impl_executeAutoFilter_throw()
1620 …OSL_PRECOND( m_xController.is(), "FormOperations::impl_executeFilterOrSort_throw: need a controlle… in impl_executeFilterOrSort_throw()
1623 if ( !m_xController.is() || !impl_hasCursor_nothrow() || !impl_isParseable_throw() ) in impl_executeFilterOrSort_throw()