Lines Matching refs:LoadFormHelper
2850 class LoadFormHelper :public ::cppu::WeakImplHelper2< ::com::sun::star::form::XLoadListener, class
2861 LoadFormHelper(const Reference< XRowSet > & _rxForm);
2888 ~LoadFormHelper();
2893 DBG_NAME(LoadFormHelper) in DBG_NAME() argument
2895 LoadFormHelper::LoadFormHelper(const Reference< XRowSet > & _rxForm) in DBG_NAME()
2899 DBG_CTOR(LoadFormHelper,NULL); in DBG_NAME()
2906 LoadFormHelper::~LoadFormHelper() in ~LoadFormHelper()
2911 DBG_DTOR(LoadFormHelper,NULL); in ~LoadFormHelper()
2915 void LoadFormHelper::implDispose() in implDispose()
2928 void SAL_CALL LoadFormHelper::loaded(const ::com::sun::star::lang::EventObject& /*aEvent*/) throw( … in loaded()
2937 void SAL_CALL LoadFormHelper::unloaded(const ::com::sun::star::lang::EventObject& /*aEvent*/) throw… in unloaded()
2945 void SAL_CALL LoadFormHelper::unloading(const ::com::sun::star::lang::EventObject& /*aEvent*/) thro… in unloading()
2950 void SAL_CALL LoadFormHelper::reloading(const ::com::sun::star::lang::EventObject& /*aEvent*/) thro… in reloading()
2955 void SAL_CALL LoadFormHelper::reloaded(const ::com::sun::star::lang::EventObject& /*aEvent*/) throw… in reloaded()
2960 void SAL_CALL LoadFormHelper::cursorMoved(const ::com::sun::star::lang::EventObject& /*event*/) thr… in cursorMoved()
2968 void SAL_CALL LoadFormHelper::rowChanged(const ::com::sun::star::lang::EventObject& /*event*/) thro… in rowChanged()
2973 void SAL_CALL LoadFormHelper::rowSetChanged(const ::com::sun::star::lang::EventObject& /*event*/) t… in rowSetChanged()
2978 void SAL_CALL LoadFormHelper::disposing(const ::com::sun::star::lang::EventObject& /*Source*/) thro… in disposing()
2985 void LoadFormHelper::cancel() in cancel()
2991 bool LoadFormHelper::WaitUntilReallyLoaded(bool _bOnlyIfLoaded) in WaitUntilReallyLoaded()