Lines Matching refs:FormControllerHelper

252         m_pImpl = new FormControllerHelper( m_aContext, _rxController, m_pInvalidationCallback );  in assign()
260 m_pImpl = new FormControllerHelper( m_aContext, _rxForm, m_pInvalidationCallback ); in assign()
285 FormControllerHelper::FormControllerHelper( const ::comphelper::ComponentContext& _rContext, in FormControllerHelper() function in svx::FormControllerHelper
311 FormControllerHelper::FormControllerHelper( const ::comphelper::ComponentContext& _rContext, in FormControllerHelper() function in svx::FormControllerHelper
331 FormControllerHelper::~FormControllerHelper( ) in ~FormControllerHelper()
345 void FormControllerHelper::dispose() in dispose()
353 sal_Bool FormControllerHelper::isEnabled( sal_Int32 _nSlotId ) const in isEnabled()
361 Reference< XRowSet > FormControllerHelper::getCursor() const in getCursor()
370 void FormControllerHelper::getState( sal_Int32 _nSlotId, FeatureState& _rState ) const in getState()
377 sal_Bool FormControllerHelper::commitCurrentControl( ) const in commitCurrentControl()
383 sal_Bool FormControllerHelper::commitCurrentRecord() const in commitCurrentRecord()
389 bool FormControllerHelper::moveRight( ) const in moveRight()
395 bool FormControllerHelper::moveLeft( ) const in moveLeft()
401 …void FormControllerHelper::execute( sal_Int32 _nSlotId, const ::rtl::OUString& _rParamName, const … in execute()
411 …bool FormControllerHelper::impl_operateForm_nothrow( const FormOperation _eWhat, const sal_Int16 _… in impl_operateForm_nothrow()
419 const_cast< FormControllerHelper* >( this )->m_aOperationError.clear(); in impl_operateForm_nothrow()
472 void FormControllerHelper::execute( sal_Int32 _nSlotId ) const in execute()
479 …void SAL_CALL FormControllerHelper::invalidateFeatures( const Sequence< ::sal_Int16 >& _Features )… in invalidateFeatures()
497 void SAL_CALL FormControllerHelper::invalidateAllFeatures() throw (RuntimeException) in invalidateAllFeatures()
540 …void SAL_CALL FormControllerHelper::errorOccured( const SQLErrorEvent& _Event ) throw (RuntimeExce… in errorOccured()
547 …void SAL_CALL FormControllerHelper::disposing( const EventObject& /*_Source*/ ) throw (RuntimeExce… in disposing()
553 sal_Bool FormControllerHelper::isInsertionRow() const in isInsertionRow()
562 sal_Bool FormControllerHelper::isModifiedRow() const in isModifiedRow()
570 bool FormControllerHelper::canDoFormFilter() const in canDoFormFilter()