Home
last modified time | relevance | path

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

/aoo4110/main/svx/source/form/
H A Dformcontrolling.cxx285 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()
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 …]
/aoo4110/main/svx/source/inc/
H A Dformcontrolling.hxx87 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 class
212 FormControllerHelper(
229 FormControllerHelper(
265 ~FormControllerHelper();
296 FormControllerHelper( const FormControllerHelper& ); // never implemented
[all …]

Completed in 23 milliseconds