Home
last modified time | relevance | path

Searched refs:Event (Results 76 – 100 of 314) sorted by relevance

12345678910>>...13

/trunk/main/framework/source/uielement/
H A Dfontmenucontroller.cxx157 void SAL_CALL FontMenuController::statusChanged( const FeatureStateEvent& Event ) throw ( RuntimeEx… in statusChanged() argument
162 if ( Event.State >>= aFontDescriptor ) in statusChanged()
167 else if ( Event.State >>= aFontNameSeq ) in statusChanged()
H A Dtoolbarsmenucontroller.cxx571 void SAL_CALL ToolbarsMenuController::statusChanged( const FeatureStateEvent& Event ) throw ( Runti… in statusChanged() argument
573 rtl::OUString aFeatureURL( Event.FeatureURL.Complete ); in statusChanged()
599 pVCLPopupMenu->EnableItem( nId, Event.IsEnabled ); in statusChanged()
602 if ( Event.State >>= bCheckmark ) in statusChanged()
611 if ( Event.State >>= aItemText ) in statusChanged()
H A Dlangselectionmenucontroller.cxx132 void SAL_CALL LanguageSelectionMenuController::statusChanged( const FeatureStateEvent& Event ) thro… in statusChanged() argument
145 if ( Event.State >>= aSeq ) in statusChanged()
157 else if ( !Event.State.hasValue() ) in statusChanged()
H A Dfontsizemenucontroller.cxx290 void SAL_CALL FontSizeMenuController::statusChanged( const FeatureStateEvent& Event ) throw ( Runti… in statusChanged() argument
295 if ( Event.State >>= aFontDescriptor ) in statusChanged()
304 else if ( Event.State >>= aFontHeight ) in statusChanged()
/trunk/main/framework/inc/uifactory/
H A Duielementfactorymanager.hxx81 …virtual void SAL_CALL elementInserted( const ::com::sun::star::container::ContainerEvent& Event ) …
82 …virtual void SAL_CALL elementRemoved( const ::com::sun::star::container::ContainerEvent& Event ) t…
83 …virtual void SAL_CALL elementReplaced( const ::com::sun::star::container::ContainerEvent& Event ) …
/trunk/main/ucbhelper/source/client/
H A Dproxydecider.cxx160 virtual void SAL_CALL changesOccurred( const util::ChangesEvent& Event )
580 const util::ChangesEvent& Event ) in changesOccurred() argument
585 sal_Int32 nCount = Event.Changes.getLength(); in changesOccurred()
589 = Event.Changes.getConstArray(); in changesOccurred()
/trunk/main/framework/source/classes/
H A Dmenumanager.cxx460 void SAL_CALL MenuManager::statusChanged( const FEATURSTATEEVENT& Event ) in statusChanged() argument
463 ::rtl::OUString aFeatureURL = Event.FeatureURL.Complete; in statusChanged()
491 if ( Event.IsEnabled != bMenuItemEnabled ) in statusChanged()
492 m_pVCLMenu->EnableItem( pStatusChangedMenu->nItemId, Event.IsEnabled ); in statusChanged()
494 if ( Event.State >>= bCheckmark ) in statusChanged()
501 if ( Event.Requery ) in statusChanged()
/trunk/main/sw/qa/complex/writer/
H A DLoadSaveTest.java169 public void documentEventOccured(DocumentEvent Event) in documentEventOccured() argument
172 if ("OnLayoutFinished".equals(Event.EventName)) in documentEventOccured()
179 public void disposing(EventObject Event) { } in disposing() argument
/trunk/main/toolkit/inc/toolkit/controls/
H A Danimatedimages.hxx75 …_CALL elementInserted( const ::com::sun::star::container::ContainerEvent& Event ) throw (::com::su…
76 …L_CALL elementRemoved( const ::com::sun::star::container::ContainerEvent& Event ) throw (::com::su…
77 …_CALL elementReplaced( const ::com::sun::star::container::ContainerEvent& Event ) throw (::com::su…
H A Dcontrolmodelcontainerbase.hxx245 …void SAL_CALL elementInserted( const ::com::sun::star::container::ContainerEvent& Event ) throw(::…
246 …void SAL_CALL elementRemoved( const ::com::sun::star::container::ContainerEvent& Event ) throw(::c…
247 …void SAL_CALL elementReplaced( const ::com::sun::star::container::ContainerEvent& Event ) throw(::…
250 …virtual void SAL_CALL changesOccurred( const ::com::sun::star::util::ChangesEvent& Event ) throw (…
/trunk/main/scripting/source/dlgprov/
H A Ddlgevtatt.hxx108 …virtual void firing_impl( const ::com::sun::star::script::AllEventObject& Event, ::com::sun::star:…
120 virtual void SAL_CALL firing( const ::com::sun::star::script::AllEventObject& Event )
122 …un::star::uno::Any SAL_CALL approveFiring( const ::com::sun::star::script::AllEventObject& Event )
/trunk/main/framework/inc/helper/
H A Duiconfigelementwrapperbase.hxx112 …SAL_CALL elementInserted( const ::com::sun::star::ui::ConfigurationEvent& Event ) throw (::com::su…
113 … SAL_CALL elementRemoved( const ::com::sun::star::ui::ConfigurationEvent& Event ) throw (::com::su…
114 …SAL_CALL elementReplaced( const ::com::sun::star::ui::ConfigurationEvent& Event ) throw (::com::su…
/trunk/main/sdext/source/presenter/
H A DPresenterScreen.cxx106 …virtual void SAL_CALL notifyEvent( const css::document::EventObject& Event ) throw (css::uno::Runt…
282 void SAL_CALL PresenterScreenListener::notifyEvent( const css::document::EventObject& Event ) throw… in notifyEvent() argument
286 if( Event.EventName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "OnStartPresentation" ) ) ) in notifyEvent()
291 else if( Event.EventName.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "OnEndPresentation" ) ) ) in notifyEvent()
/trunk/main/ucb/source/core/
H A Ducb.cxx698 void SAL_CALL UniversalContentBroker::changesOccurred( const util::ChangesEvent& Event ) in changesOccurred() argument
701 sal_Int32 nCount = Event.Changes.getLength(); in changesOccurred()
705 Event.Base >>= xHierNameAccess; in changesOccurred()
710 = Event.Changes.getConstArray(); in changesOccurred()
/trunk/main/toolkit/inc/toolkit/awt/
H A Dvclxwindows.hxx730 …virtual void SAL_CALL listItemInserted( const ::com::sun::star::awt::ItemListEvent& Event ) throw …
731 …virtual void SAL_CALL listItemRemoved( const ::com::sun::star::awt::ItemListEvent& Event ) throw (…
732 …virtual void SAL_CALL listItemModified( const ::com::sun::star::awt::ItemListEvent& Event ) throw …
733 …virtual void SAL_CALL allItemsRemoved( const ::com::sun::star::lang::EventObject& Event ) throw (:…
734 …virtual void SAL_CALL itemListChanged( const ::com::sun::star::lang::EventObject& Event ) throw (:…
795 …virtual void SAL_CALL listItemInserted( const ::com::sun::star::awt::ItemListEvent& Event ) throw …
796 …virtual void SAL_CALL listItemRemoved( const ::com::sun::star::awt::ItemListEvent& Event ) throw (…
797 …virtual void SAL_CALL listItemModified( const ::com::sun::star::awt::ItemListEvent& Event ) throw …
798 …virtual void SAL_CALL allItemsRemoved( const ::com::sun::star::lang::EventObject& Event ) throw (:…
799 …virtual void SAL_CALL itemListChanged( const ::com::sun::star::lang::EventObject& Event ) throw (:…
/trunk/main/slideshow/source/inc/
H A Dinterruptabledelayevent.hxx40 class DelayFacade : public Event
46 Event(::rtl::OUString::createFromAscii("DelayFacade")), in DelayFacade()
/trunk/main/sfx2/source/notify/
H A Dhintpost.cxx76 Event( pPostedHint ); in IMPL_LINK_INLINE_START()
84 void SfxHintPoster::Event( SfxHint* pPostedHint ) in IMPL_LINK_INLINE_END()
/trunk/main/instsetoo_native/inc_ure/windows/msi_templates/
H A DEventMap.idt1 Dialog_ Control_ Event Attribute
3 EventMapping Dialog_ Control_ Event
/trunk/main/instsetoo_native/inc_openoffice/windows/msi_templates/
H A DEventMap.idt1 Dialog_ Control_ Event Attribute
3 EventMapping Dialog_ Control_ Event
/trunk/main/instsetoo_native/inc_sdkoo/windows/msi_templates/
H A DEventMap.idt1 Dialog_ Control_ Event Attribute
3 EventMapping Dialog_ Control_ Event
/trunk/main/instsetoo_native/inc_ooolangpack/windows/msi_templates/
H A DEventMap.idt1 Dialog_ Control_ Event Attribute
3 EventMapping Dialog_ Control_ Event
/trunk/main/embeddedobj/source/inc/
H A Ddocholder.hxx189 …virtual void SAL_CALL queryTermination( const ::com::sun::star::lang::EventObject& Event ) throw (…
190 …virtual void SAL_CALL notifyTermination( const ::com::sun::star::lang::EventObject& Event ) throw …
196 …virtual void SAL_CALL notifyEvent( const ::com::sun::star::document::EventObject& Event ) throw ( …
/trunk/main/cppuhelper/inc/cppuhelper/
H A Dinterfacecontainer.h231 …tifyEach( void ( SAL_CALL ListenerT::*NotificationMethod )( const EventT& ), const EventT& Event );
297 …otifyEach( void ( SAL_CALL ListenerT::*NotificationMethod )( const EventT& ), const EventT& Event ) in notifyEach() argument
299 …r< ListenerT, EventT > >( NotifySingleListener< ListenerT, EventT >( NotificationMethod, Event ) ); in notifyEach()
/trunk/main/xmloff/source/draw/
H A Danimationexport.cxx576 Event aEvent; in exportTransitionNode()
1611 else if( rValue.getValueType() == ::getCppuType((const Event*)0) ) in convertTiming()
1615 const Event* pEvent = static_cast< const Event* >( rValue.getValue() ); in convertTiming()
1709 else if( rValue.getValueType() == ::getCppuType((const Event*)0) ) in prepareValue()
1711 const Event* pEvent = static_cast< const Event* >( rValue.getValue() ); in prepareValue()
/trunk/main/dbaccess/source/core/api/
H A Dquerycontainer.cxx332 Reference< XVeto > SAL_CALL OQueryContainer::approveInsertElement( const ContainerEvent& Event ) th… in approveInsertElement() argument
335 OSL_VERIFY( Event.Accessor >>= sName ); in approveInsertElement()
336 Reference< XContent > xElement( Event.Element, UNO_QUERY_THROW ); in approveInsertElement()

Completed in 122 milliseconds

12345678910>>...13