Searched refs:FormControllerHelper (Results 1 – 2 of 2) sorted by relevance
285 FormControllerHelper::FormControllerHelper( const ::comphelper::ComponentContext& _rContext, in FormControllerHelper() function in svx::FormControllerHelper311 FormControllerHelper::FormControllerHelper( const ::comphelper::ComponentContext& _rContext, in FormControllerHelper() function in svx::FormControllerHelper331 FormControllerHelper::~FormControllerHelper( ) in ~FormControllerHelper()345 void FormControllerHelper::dispose() in dispose()361 Reference< XRowSet > FormControllerHelper::getCursor() const in getCursor()383 sal_Bool FormControllerHelper::commitCurrentRecord() const in commitCurrentRecord()389 bool FormControllerHelper::moveRight( ) const in moveRight()395 bool FormControllerHelper::moveLeft( ) const in moveLeft()553 sal_Bool FormControllerHelper::isInsertionRow() const in isInsertionRow()562 sal_Bool FormControllerHelper::isModifiedRow() const in isModifiedRow()[all …]
87 class FormControllerHelper;95 FormControllerHelper* m_pImpl;172 inline const FormControllerHelper* operator->() const { return m_pImpl; } in operator ->()173 inline FormControllerHelper* operator->() { return m_pImpl; } in operator ->()174 inline const FormControllerHelper& operator*() const { return *m_pImpl; } in operator *()191 class FormControllerHelper : public FormControllerHelper_Base class212 FormControllerHelper(229 FormControllerHelper(265 ~FormControllerHelper();296 FormControllerHelper( const FormControllerHelper& ); // never implemented[all …]
Completed in 34 milliseconds