Home
last modified time | relevance | path

Searched refs:evt (Results 76 – 100 of 165) sorted by relevance

1234567

/trunk/main/svx/source/inc/
H A Dfmundo.hxx70 FmUndoPropertyAction(FmFormModel& rMod, const ::com::sun::star::beans::PropertyChangeEvent& evt);
189 …virtual void SAL_CALL propertyChange(const ::com::sun::star::beans::PropertyChangeEvent& evt) thro…
H A Ddatalistener.hxx64 …::sun::star::uno::Reference< ::com::sun::star::xml::dom::events::XEvent >& evt ) throw (::com::sun…
H A Dfmgroup.hxx75 virtual void propertyChange( const PropertyChangeEvent& evt );
/trunk/main/ucbhelper/source/client/
H A Dcontent.cxx155 virtual void SAL_CALL contentEvent( const ContentEvent& evt )
1968 void SAL_CALL ContentEventListener_Impl::contentEvent( const ContentEvent& evt ) in contentEvent() argument
1971 if ( evt.Source == m_rContent.m_xContent ) in contentEvent()
1973 switch ( evt.Action ) in contentEvent()
1980 m_rContent.reinit( evt.Content ); in contentEvent()
/trunk/main/svx/source/form/
H A Dfmshimp.cxx836 void SAL_CALL FmXFormShell::propertyChange(const PropertyChangeEvent& evt) throw(::com::sun::star::… in propertyChange() argument
841 if (evt.PropertyName == FM_PROP_ROWCOUNT) in propertyChange()
2599 void FmXFormShell::elementInserted(const ContainerEvent& evt) throw(::com::sun::star::uno::RuntimeE… in elementInserted() argument
2606 evt.Element >>= xTemp; in elementInserted()
2612 void FmXFormShell::elementReplaced(const ContainerEvent& evt) throw(::com::sun::star::uno::RuntimeE… in elementReplaced() argument
2618 evt.ReplacedElement >>= xTemp; in elementReplaced()
2620 evt.Element >>= xTemp; in elementReplaced()
2625 void FmXFormShell::elementRemoved(const ContainerEvent& evt) throw(::com::sun::star::uno::RuntimeEx… in elementRemoved() argument
2631 evt.Element >>= xTemp; in elementRemoved()
H A Dfmvwimp.cxx531 void SAL_CALL FmXFormView::elementInserted(const ContainerEvent& evt) throw( RuntimeException ) in elementInserted() argument
535 Reference< XControlContainer > xControlContainer( evt.Source, UNO_QUERY_THROW ); in elementInserted()
536 Reference< XControl > xControl( evt.Element, UNO_QUERY_THROW ); in elementInserted()
559 void SAL_CALL FmXFormView::elementReplaced(const ContainerEvent& evt) throw( RuntimeException ) in elementReplaced() argument
561 elementInserted(evt); in elementReplaced()
H A Dtabwin.cxx315 void FmFieldWin::_propertyChanged(const ::com::sun::star::beans::PropertyChangeEvent& evt) throw( :… in _propertyChanged() argument
317 …::com::sun::star::uno::Reference< ::com::sun::star::form::XForm > xForm(evt.Source, ::com::sun::s… in _propertyChanged()
/trunk/main/forms/source/component/
H A DDatabaseForm.cxx2381 void ODatabaseForm::_propertyChanged(const PropertyChangeEvent& evt) throw( RuntimeException ) in _propertyChanged() argument
2383 if ((0 == evt.PropertyName.compareToAscii(PROPERTY_ACTIVE_CONNECTION)) && !m_bForwardingConnection) in _propertyChanged()
2388 fire(&nHandle, &evt.NewValue, &evt.OldValue, 1, sal_False); in _propertyChanged()
3783 void SAL_CALL ODatabaseForm::propertyChange( const PropertyChangeEvent& evt ) throw (RuntimeExcepti… in propertyChange() argument
3785 if ( evt.Source == m_xParent ) in propertyChange()
3787 if ( evt.PropertyName == PROPERTY_ISNEW ) in propertyChange()
3790 OSL_VERIFY( evt.NewValue >>= bCurrentIsNew ); in propertyChange()
3796 OFormComponents::propertyChange( evt ); in propertyChange()
/trunk/main/reportdesign/inc/
H A DRptObject.hxx119 …virtual void _propertyChange( const ::com::sun::star::beans::PropertyChangeEvent& evt ) throw(::c…
257 …virtual void _propertyChange( const ::com::sun::star::beans::PropertyChangeEvent& evt ) throw(::c…
H A DPropertyForward.hxx71 …virtual void SAL_CALL propertyChange( const ::com::sun::star::beans::PropertyChangeEvent& evt ) th…
/trunk/main/toolkit/source/controls/
H A Dunocontrolcontainer.cxx389 …virtual void SAL_CALL propertyChange( const beans::PropertyChangeEvent& evt ) throw( uno::Runtime…
399 void SAL_CALL DialogStepChangedListener::propertyChange( const beans::PropertyChangeEvent& evt ) in propertyChange() argument
404 evt.NewValue >>= nDialogStep; in propertyChange()
H A Droadmapcontrol.cxx491 void SAL_CALL UnoRoadmapControl::propertyChange( const PropertyChangeEvent& evt ) throw (RuntimeExc… in propertyChange() argument
495 xPeer->propertyChange( evt ); in propertyChange()
/trunk/main/extensions/source/bibliography/
H A Ddatman.cxx1583 void BibDataManager::propertyChange(const beans::PropertyChangeEvent& evt) throw( RuntimeException ) in propertyChange() argument
1588 if(evt.PropertyName == FM_PROP_VALUE) in propertyChange()
1590 if( evt.NewValue.getValueType() == ::getCppuType((Reference<io::XInputStream>*)0) ) in propertyChange()
1593 *(const Reference< io::XInputStream > *)evt.NewValue.getValue(), UNO_QUERY ); in propertyChange()
1597 aUID = evt.NewValue; in propertyChange()
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DInterfaceContainer.java692 public void disposeAndClear(EventObject evt) in disposeAndClear() argument
714 evtListener.disposing( evt ); in disposeAndClear()
/trunk/main/svx/source/fmcomp/
H A Dfmgridcl.cxx1077 void FmGridControl::propertyChange(const ::com::sun::star::beans::PropertyChangeEvent& evt) in propertyChange() argument
1079 if (evt.PropertyName == FM_PROP_ROWCOUNT) in propertyChange()
1088 Reference<XPropertySet> xSet(evt.Source,UNO_QUERY); in propertyChange()
1091 if (evt.PropertyName == FM_PROP_ISMODIFIED) in propertyChange()
1094 GridRowStatus eStatus = ::comphelper::getBOOL(evt.NewValue) ? GRS_MODIFIED : GRS_CLEAN; in propertyChange()
/trunk/main/reportdesign/source/ui/dlg/
H A DGroupsSorting.cxx639 void SAL_CALL OFieldExpressionControl::elementInserted(const container::ContainerEvent& evt) throw(… in elementInserted() argument
646 if ( evt.Accessor >>= nGroupPos ) in elementInserted()
690 void SAL_CALL OFieldExpressionControl::elementRemoved(const container::ContainerEvent& evt) throw(u… in elementRemoved() argument
699 if ( evt.Accessor >>= nGroupPos ) in elementRemoved()
/trunk/main/desktop/source/deployment/registry/
H A Ddp_backend.cxx601 lang::EventObject evt( static_cast<OWeakObject *>(this) ); in fireModified() local
607 xListener->modified( evt ); in fireModified()
/trunk/main/toolkit/inc/toolkit/controls/
H A Dcontrolmodelcontainerbase.hxx150 …virtual void SAL_CALL propertyChange( const ::com::sun::star::beans::PropertyChangeEvent& evt ) th…
154 …virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& evt ) throw (::com::su…
/trunk/main/reportdesign/source/core/inc/
H A DRptObjectListener.hxx56 …virtual void SAL_CALL propertyChange( const ::com::sun::star::beans::PropertyChangeEvent& evt ) t…
/trunk/main/unoxml/source/dom/
H A Delementlist.hxx88 virtual void SAL_CALL handleEvent(const Reference< XEvent >& evt)
/trunk/main/extensions/source/propctrlr/
H A Dpropeventtranslation.hxx65 …L_CALL propertyChange( const ::com::sun::star::beans::PropertyChangeEvent& evt ) throw (::com::sun…
/trunk/main/ucb/source/cacher/
H A Dcontentresultsetwrapper.hxx321 impl_propertyChange( const com::sun::star::beans::PropertyChangeEvent& evt )
566 propertyChange( const com::sun::star::beans::PropertyChangeEvent& evt )
/trunk/main/unoxml/source/events/
H A Dtestlistener.hxx99 virtual void SAL_CALL handleEvent(const Reference< XEvent >& evt) throw (RuntimeException);
/trunk/main/basctl/source/inc/
H A Ddlgedlist.hxx52 …virtual void SAL_CALL propertyChange( const ::com::sun::star::beans::PropertyChangeEvent& evt ) t…
/trunk/main/dbaccess/source/ui/app/
H A Dsubcomponentmanager.hxx61 …L_CALL propertyChange( const ::com::sun::star::beans::PropertyChangeEvent& evt ) throw (::com::sun…

Completed in 240 milliseconds

1234567