Lines Matching refs:FormController

105     return *( new ::svxform::FormController( _rxORB ) );  in FormController_NewInstance_Impl()
514 IMPL_LINK( FormController, OnActivateTabOrder, void*, /*EMPTYTAG*/ )
531 IMPL_LINK( FormController, OnInvalidateFeatures, void*, /*_pNotInterestedInThisParam*/ )
552 DBG_NAME( FormController ) in DBG_NAME() argument
554 FormController::FormController(const Reference< XMultiServiceFactory > & _rxORB ) in DBG_NAME()
569 ,m_aLoadEvent( LINK( this, FormController, OnLoad ) ) in DBG_NAME()
570 ,m_aToggleEvent( LINK( this, FormController, OnToggleAutoFields ) ) in DBG_NAME()
571 ,m_aActivationEvent( LINK( this, FormController, OnActivated ) ) in DBG_NAME()
572 ,m_aDeactivationEvent( LINK( this, FormController, OnDeactivated ) ) in DBG_NAME()
590 DBG_CTOR( FormController, NULL ); in DBG_NAME()
609 m_aTabActivationTimer.SetTimeoutHdl( LINK( this, FormController, OnActivateTabOrder ) ); in DBG_NAME()
612 m_aFeatureInvalidationTimer.SetTimeoutHdl( LINK( this, FormController, OnInvalidateFeatures ) ); in DBG_NAME()
616 FormController::~FormController() in ~FormController()
648 DBG_DTOR( FormController, NULL ); in ~FormController()
652 void SAL_CALL FormController::acquire() throw () in acquire()
658 void SAL_CALL FormController::release() throw () in release()
664 Any SAL_CALL FormController::queryInterface( const Type& _rType ) throw(RuntimeException) in queryInterface()
675 Sequence< sal_Int8 > SAL_CALL FormController::getImplementationId() throw( RuntimeException ) in getImplementationId()
691 Sequence< Type > SAL_CALL FormController::getTypes( ) throw(RuntimeException) in getTypes()
701 sal_Bool SAL_CALL FormController::supportsService(const ::rtl::OUString& ServiceName) throw( Runtim… in supportsService()
712 ::rtl::OUString SAL_CALL FormController::getImplementationName() throw( RuntimeException ) in getImplementationName()
718 Sequence< ::rtl::OUString> SAL_CALL FormController::getSupportedServiceNames(void) throw( RuntimeEx… in getSupportedServiceNames()
731 sal_Bool SAL_CALL FormController::approveReset(const EventObject& /*rEvent*/) throw( RuntimeExcepti… in approveReset()
737 void SAL_CALL FormController::resetted(const EventObject& rEvent) throw( RuntimeException ) in resetted()
745 Sequence< ::rtl::OUString> FormController::getSupportedServiceNames_Static(void) in getSupportedServiceNames_Static()
786 void FormController::impl_setTextOnAllFilter_throw() in impl_setTextOnAllFilter_throw()
819 sal_Bool FormController::convertFastPropertyValue( Any & /*rConvertedValue*/, Any & /*rOldValue*/, in convertFastPropertyValue()
827 void FormController::setFastPropertyValue_NoBroadcast( sal_Int32 /*nHandle*/, const Any& /*rValue*/… in setFastPropertyValue_NoBroadcast()
833 void FormController::getFastPropertyValue( Any& rValue, sal_Int32 nHandle ) const in getFastPropertyValue()
915 Reference< XPropertySetInfo > FormController::getPropertySetInfo() throw( RuntimeException ) in getPropertySetInfo()
930 void FormController::fillProperties( in fillProperties()
943 ::cppu::IPropertyArrayHelper& FormController::getInfoHelper() in getInfoHelper()
950 void SAL_CALL FormController::addFilterControllerListener( const Reference< XFilterControllerListen… in addFilterControllerListener()
956 void SAL_CALL FormController::removeFilterControllerListener( const Reference< XFilterControllerLis… in removeFilterControllerListener()
962 ::sal_Int32 SAL_CALL FormController::getFilterComponents() throw( ::com::sun::star::uno::RuntimeExc… in getFilterComponents()
971 ::sal_Int32 SAL_CALL FormController::getDisjunctiveTerms() throw( ::com::sun::star::uno::RuntimeExc… in getDisjunctiveTerms()
980 void SAL_CALL FormController::setPredicateExpression( ::sal_Int32 _Component, ::sal_Int32 _Term, co… in setPredicateExpression()
999 Reference< XControl > FormController::getFilterComponent( ::sal_Int32 _Component ) throw( RuntimeEx… in getFilterComponent()
1011 Sequence< Sequence< ::rtl::OUString > > FormController::getPredicateExpressions() throw( RuntimeExc… in getPredicateExpressions()
1044 void SAL_CALL FormController::removeDisjunctiveTerm( ::sal_Int32 _Term ) throw (IndexOutOfBoundsExc… in removeDisjunctiveTerm()
1085 void SAL_CALL FormController::appendEmptyDisjunctiveTerm() throw (RuntimeException) in appendEmptyDisjunctiveTerm()
1096 ::sal_Int32 SAL_CALL FormController::getActiveTerm() throw (RuntimeException) in getActiveTerm()
1105 void SAL_CALL FormController::setActiveTerm( ::sal_Int32 _ActiveTerm ) throw (IndexOutOfBoundsExcep… in setActiveTerm()
1122 sal_Bool SAL_CALL FormController::hasElements(void) throw( RuntimeException ) in hasElements()
1129 Type SAL_CALL FormController::getElementType(void) throw( RuntimeException ) in getElementType()
1137 Reference< XEnumeration > SAL_CALL FormController::createEnumeration(void) throw( RuntimeException… in createEnumeration()
1145 sal_Int32 SAL_CALL FormController::getCount(void) throw( RuntimeException ) in getCount()
1152 Any SAL_CALL FormController::getByIndex(sal_Int32 Index) throw( IndexOutOfBoundsException, WrappedT… in getByIndex()
1164 void SAL_CALL FormController::disposing(const EventObject& e) throw( RuntimeException ) in disposing()
1187 void FormController::disposeAllFeaturesAndDispatchers() SAL_THROW(()) in disposeAllFeaturesAndDispatchers()
1207 void FormController::disposing(void) in disposing()
1293 void SAL_CALL FormController::propertyChange(const PropertyChangeEvent& evt) throw( RuntimeExceptio… in propertyChange()
1360 bool FormController::replaceControl( const Reference< XControl >& _rxExistentControl, const Referen… in replaceControl()
1421 void FormController::toggleAutoFields(sal_Bool bAutoFields) in toggleAutoFields()
1494 IMPL_LINK(FormController, OnToggleAutoFields, void*, EMPTYARG) in IMPL_LINK() argument
1504 void SAL_CALL FormController::textChanged(const TextEvent& e) throw( RuntimeException ) in textChanged()
1561 void SAL_CALL FormController::itemStateChanged(const ItemEvent& /*rEvent*/) throw( RuntimeException… in itemStateChanged()
1569 void SAL_CALL FormController::addModifyListener(const Reference< XModifyListener > & l) throw( Runt… in addModifyListener()
1577 void FormController::removeModifyListener(const Reference< XModifyListener > & l) throw( RuntimeExc… in removeModifyListener()
1586 void FormController::modified( const EventObject& _rEvent ) throw( RuntimeException ) in modified()
1613 void FormController::impl_checkDisposed_throw() const in impl_checkDisposed_throw()
1616 throw DisposedException( ::rtl::OUString(), *const_cast< FormController* >( this ) ); in impl_checkDisposed_throw()
1620 void FormController::impl_onModify() in impl_onModify()
1635 void FormController::impl_addFilterRow( const FmFilterRow& _row ) in impl_addFilterRow()
1647 void FormController::impl_appendEmptyFilterRow( ::osl::ClearableMutexGuard& _rClearBeforeNotify ) in impl_appendEmptyFilterRow()
1662 sal_Bool FormController::determineLockState() const in determineLockState()
1679 void FormController::focusGained(const FocusEvent& e) throw( RuntimeException ) in focusGained()
1816 IMPL_LINK( FormController, OnActivated, void*, /**/ )
1826 IMPL_LINK( FormController, OnDeactivated, void*, /**/ )
1836 void FormController::focusLost(const FocusEvent& e) throw( RuntimeException ) in focusLost()
1853 void SAL_CALL FormController::mousePressed( const awt::MouseEvent& /*_rEvent*/ ) throw (RuntimeExce… in mousePressed()
1859 void SAL_CALL FormController::mouseReleased( const awt::MouseEvent& /*_rEvent*/ ) throw (RuntimeExc… in mouseReleased()
1865 void SAL_CALL FormController::mouseEntered( const awt::MouseEvent& _rEvent ) throw (RuntimeExceptio… in mouseEntered()
1871 void SAL_CALL FormController::mouseExited( const awt::MouseEvent& _rEvent ) throw (RuntimeException) in mouseExited()
1877 void SAL_CALL FormController::componentValidityChanged( const EventObject& _rSource ) throw (Runtim… in componentValidityChanged()
1889 void FormController::setModel(const Reference< XTabControllerModel > & Model) throw( RuntimeExcepti… in setModel()
2002 Reference< XTabControllerModel > FormController::getModel() throw( RuntimeException ) in getModel()
2014 void FormController::addToEventAttacher(const Reference< XControl > & xControl) in addToEventAttacher()
2042 void FormController::removeFromEventAttacher(const Reference< XControl > & xControl) in removeFromEventAttacher()
2070 void FormController::setContainer(const Reference< XControlContainer > & xContainer) throw( Runtime… in setContainer()
2155 Reference< XControlContainer > FormController::getContainer() throw( RuntimeException ) in getContainer()
2167 Sequence< Reference< XControl > > FormController::getControls(void) throw( RuntimeException ) in getControls()
2207 void FormController::autoTabOrder() throw( RuntimeException ) in autoTabOrder()
2218 void FormController::activateTabOrder() throw( RuntimeException ) in activateTabOrder()
2229 void FormController::setControlLock(const Reference< XControl > & xControl) in setControlLock()
2283 void FormController::setLocks() in setLocks()
2324 void FormController::startControlModifyListening(const Reference< XControl > & xControl) in startControlModifyListening()
2373 void FormController::stopControlModifyListening(const Reference< XControl > & xControl) in stopControlModifyListening()
2421 void FormController::startListening() in startListening()
2434 void FormController::stopListening() in stopListening()
2448 Reference< XControl > FormController::findControl(Sequence< Reference< XControl > >& _rControls, c… in findControl()
2475 void FormController::implControlInserted( const Reference< XControl>& _rxControl, bool _bAddToEvent… in implControlInserted()
2514 void FormController::implControlRemoved( const Reference< XControl>& _rxControl, bool _bRemoveFromE… in implControlRemoved()
2545 void FormController::implSetCurrentControl( const Reference< XControl >& _rxControl ) in implSetCurrentControl()
2562 void FormController::insertControl(const Reference< XControl > & xControl) in insertControl()
2582 void FormController::removeControl(const Reference< XControl > & xControl) in removeControl()
2608 void FormController::loaded(const EventObject& rEvent) throw( RuntimeException ) in loaded()
2664 void FormController::updateAllDispatchers() const in updateAllDispatchers()
2677 IMPL_LINK(FormController, OnLoad, void*, EMPTYARG) in IMPL_LINK() argument
2695 void FormController::unloaded(const EventObject& /*rEvent*/) throw( RuntimeException ) in unloaded()
2704 void FormController::reloading(const EventObject& /*aEvent*/) throw( RuntimeException ) in reloading()
2716 void FormController::reloaded(const EventObject& aEvent) throw( RuntimeException ) in reloaded()
2725 void FormController::unloading(const EventObject& /*aEvent*/) throw( RuntimeException ) in unloading()
2734 void FormController::unload() throw( RuntimeException ) in unload()
2763 void FormController::removeBoundFieldListener() in removeBoundFieldListener()
2776 void FormController::startFormListening( const Reference< XPropertySet >& _rxForm, sal_Bool _bPrope… in startFormListening()
2810 void FormController::stopFormListening( const Reference< XPropertySet >& _rxForm, sal_Bool _bProper… in stopFormListening()
2843 void FormController::cursorMoved(const EventObject& /*event*/) throw( RuntimeException ) in cursorMoved()
2864 void FormController::rowChanged(const EventObject& /*event*/) throw( RuntimeException ) in rowChanged()
2869 void FormController::rowSetChanged(const EventObject& /*event*/) throw( RuntimeException ) in rowSetChanged()
2877 void SAL_CALL FormController::elementInserted(const ContainerEvent& evt) throw( RuntimeException ) in elementInserted()
2923 void SAL_CALL FormController::elementReplaced(const ContainerEvent& evt) throw( RuntimeException ) in elementReplaced()
2938 void SAL_CALL FormController::elementRemoved(const ContainerEvent& evt) throw( RuntimeException ) in elementRemoved()
2965 Reference< XControl > FormController::isInList(const Reference< XWindowPeer > & xPeer) const in isInList()
2984 void FormController::activateFirst() throw( RuntimeException ) in activateFirst()
2995 void FormController::activateLast() throw( RuntimeException ) in activateLast()
3007 Reference< XFormOperations > SAL_CALL FormController::getFormOperations() throw (RuntimeException) in getFormOperations()
3016 Reference< XControl> SAL_CALL FormController::getCurrentControl(void) throw( RuntimeException ) in getCurrentControl()
3024 void SAL_CALL FormController::addActivateListener(const Reference< XFormControllerListener > & l) t… in addActivateListener()
3031 void SAL_CALL FormController::removeActivateListener(const Reference< XFormControllerListener > & l… in removeActivateListener()
3039 void SAL_CALL FormController::addChildController( const Reference< XFormController >& _ChildControl… in addChildController()
3077 Reference< XFormControllerContext > SAL_CALL FormController::getContext() throw (RuntimeException) in getContext()
3085 void SAL_CALL FormController::setContext( const Reference< XFormControllerContext >& _context ) thr… in setContext()
3093 Reference< XInteractionHandler > SAL_CALL FormController::getInteractionHandler() throw (RuntimeExc… in getInteractionHandler()
3101 void SAL_CALL FormController::setInteractionHandler( const Reference< XInteractionHandler >& _inter… in setInteractionHandler()
3109 void FormController::setFilter(::std::vector<FmFieldInfo>& rFieldInfos) in setFilter()
3282 void FormController::startFiltering() in startFiltering()
3426 void FormController::stopFiltering() in stopFiltering()
3511 void FormController::setMode(const ::rtl::OUString& Mode) throw( NoSupportException, RuntimeExcepti… in setMode()
3539 ::rtl::OUString SAL_CALL FormController::getMode(void) throw( RuntimeException ) in getMode()
3548 Sequence< ::rtl::OUString > SAL_CALL FormController::getSupportedModes(void) throw( RuntimeExceptio… in getSupportedModes()
3565 sal_Bool SAL_CALL FormController::supportsMode(const ::rtl::OUString& Mode) throw( RuntimeException… in supportsMode()
3581 Window* FormController::getDialogParentWindow() in getDialogParentWindow()
3598 bool FormController::checkFormComponentValidity( ::rtl::OUString& /* [out] */ _rFirstInvalidityExpl… in checkFormComponentValidity()
3640 Reference< XControl > FormController::locateControl( const Reference< XControlModel >& _rxModel ) S… in locateControl()
3729 sal_Bool SAL_CALL FormController::approveRowChange(const RowChangeEvent& _rEvent) throw( RuntimeExc… in approveRowChange()
3817 sal_Bool SAL_CALL FormController::approveCursorMove(const EventObject& event) throw( RuntimeExcepti… in approveCursorMove()
3834 sal_Bool SAL_CALL FormController::approveRowSetChange(const EventObject& event) throw( RuntimeExcep… in approveRowSetChange()
3852 void SAL_CALL FormController::addRowSetApproveListener(const Reference< XRowSetApproveListener > & … in addRowSetApproveListener()
3861 void SAL_CALL FormController::removeRowSetApproveListener(const Reference< XRowSetApproveListener >… in removeRowSetApproveListener()
3871 void SAL_CALL FormController::errorOccured(const SQLErrorEvent& aEvent) throw( RuntimeException ) in errorOccured()
3892 void SAL_CALL FormController::addSQLErrorListener(const Reference< XSQLErrorListener > & aListener)… in addSQLErrorListener()
3901 void SAL_CALL FormController::removeSQLErrorListener(const Reference< XSQLErrorListener > & aListen… in removeSQLErrorListener()
3911 void SAL_CALL FormController::addDatabaseParameterListener(const Reference< XDatabaseParameterListe… in addDatabaseParameterListener()
3920 void SAL_CALL FormController::removeDatabaseParameterListener(const Reference< XDatabaseParameterLi… in removeDatabaseParameterListener()
3930 void SAL_CALL FormController::addParameterListener(const Reference< XDatabaseParameterListener > & … in addParameterListener()
3932 FormController::addDatabaseParameterListener( aListener ); in addParameterListener()
3936 void SAL_CALL FormController::removeParameterListener(const Reference< XDatabaseParameterListener >… in removeParameterListener()
3938 FormController::removeDatabaseParameterListener( aListener ); in removeParameterListener()
3943 sal_Bool SAL_CALL FormController::approveParameter(const DatabaseParameterEvent& aEvent) throw( Run… in approveParameter()
4021 void SAL_CALL FormController::addConfirmDeleteListener(const Reference< XConfirmDeleteListener > & … in addConfirmDeleteListener()
4030 void SAL_CALL FormController::removeConfirmDeleteListener(const Reference< XConfirmDeleteListener >… in removeConfirmDeleteListener()
4040 sal_Bool SAL_CALL FormController::confirmDelete(const RowChangeEvent& aEvent) throw( RuntimeExcepti… in confirmDelete()
4102 void SAL_CALL FormController::invalidateFeatures( const Sequence< ::sal_Int16 >& _Features ) throw … in invalidateFeatures()
4116 void SAL_CALL FormController::invalidateAllFeatures( ) throw (RuntimeException) in invalidateAllFeatures()
4135 FormController::interceptedQueryDispatch( const URL& aURL, in interceptedQueryDispatch()
4176 void SAL_CALL FormController::dispatch( const URL& _rURL, const Sequence< PropertyValue >& _rArgs )… in dispatch()
4204 void SAL_CALL FormController::addStatusListener( const Reference< XStatusListener >& _rxListener, c… in addStatusListener()
4222 Reference< XInterface > SAL_CALL FormController::getParent() throw( RuntimeException ) in getParent()
4228 void SAL_CALL FormController::setParent( const Reference< XInterface >& Parent) throw( NoSupportExc… in setParent()
4234 void SAL_CALL FormController::removeStatusListener( const Reference< XStatusListener >& /*_rxListen… in removeStatusListener()
4242 Reference< XDispatchProviderInterceptor > FormController::createInterceptor(const Reference< XDisp… in createInterceptor()
4265 bool FormController::ensureInteractionHandler() in ensureInteractionHandler()
4279 void SAL_CALL FormController::handle( const Reference< XInteractionRequest >& _rRequest ) throw (Ru… in handle()
4287 void FormController::deleteInterceptor(const Reference< XDispatchProviderInterception > & _xInterce… in deleteInterceptor()
4315 void FormController::implInvalidateCurrentControlDependentFeatures() in implInvalidateCurrentControlDependentFeatures()
4328 void SAL_CALL FormController::columnChanged( const EventObject& /*_event*/ ) throw (RuntimeExceptio… in columnChanged()