Home
last modified time | relevance | path

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

/AOO41X/main/svx/source/form/
H A Dformcontrolling.cxx252 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()
[all …]
/AOO41X/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 *()
175 inline FormControllerHelper& operator*() { return *m_pImpl; } in operator *()
191 class FormControllerHelper : public FormControllerHelper_Base class
212 FormControllerHelper(
229 FormControllerHelper(
265 ~FormControllerHelper();
[all …]