Home
last modified time | relevance | path

Searched refs:i_rEvent (Results 1 – 12 of 12) sorted by relevance

/trunk/main/dbaccess/source/core/recovery/
H A Dsubcomponentloader.cxx160 …void SAL_CALL SubComponentLoader::windowResized( const WindowEvent& i_rEvent ) throw (RuntimeExcep… in windowResized() argument
163 (void)i_rEvent; in windowResized()
167 …void SAL_CALL SubComponentLoader::windowMoved( const WindowEvent& i_rEvent ) throw (RuntimeExcepti… in windowMoved() argument
170 (void)i_rEvent; in windowMoved()
174 …void SAL_CALL SubComponentLoader::windowShown( const EventObject& i_rEvent ) throw (RuntimeExcepti… in windowShown() argument
176 (void)i_rEvent; in windowShown()
183 …void SAL_CALL SubComponentLoader::windowHidden( const EventObject& i_rEvent ) throw (RuntimeExcept… in windowHidden() argument
186 (void)i_rEvent; in windowHidden()
190 …void SAL_CALL SubComponentLoader::disposing( const EventObject& i_rEvent ) throw (RuntimeException) in disposing() argument
193 (void)i_rEvent; in disposing()
/trunk/main/toolkit/source/awt/
H A Dvclxwindows.cxx2105 i_rEvent.ItemText.IsPresent ? i_rEvent.ItemText.Value : ::rtl::OUString(), in listItemInserted()
2107 i_rEvent.ItemPosition ); in listItemInserted()
2135 …:rtl::OUString sNewText = i_rEvent.ItemText.IsPresent ? i_rEvent.ItemText.Value : ::rtl::OUString(… in listItemModified()
2151 (void)i_rEvent; in allItemsRemoved()
4271 i_rEvent.ItemText.IsPresent ? i_rEvent.ItemText.Value : ::rtl::OUString(), in listItemInserted()
4272i_rEvent.ItemImageURL.IsPresent ? lcl_getImageFromURL( i_rEvent.ItemImageURL.Value ) : Image(), in listItemInserted()
4273 i_rEvent.ItemPosition ); in listItemInserted()
4301 …rtl::OUString sNewText = i_rEvent.ItemText.IsPresent ? i_rEvent.ItemText.Value : ::rtl::OUString( … in listItemModified()
4302 …mage aNewImage( i_rEvent.ItemImageURL.IsPresent ? lcl_getImageFromURL( i_rEvent.ItemImageURL.Value… in listItemModified()
4317 (void)i_rEvent; in allItemsRemoved()
[all …]
H A Dvclxwindow.cxx468 …InterfaceContainerHelper& i_rWindow2Listeners, const bool i_bEnabled, const EventObject& i_rEvent ) in CallWindow2Listener()
471 ,m_aEvent( i_rEvent ) in CallWindow2Listener()
/trunk/main/vcl/source/window/
H A Dwpropset.cxx78 virtual void SAL_CALL propertyChange( const beans::PropertyChangeEvent& i_rEvent ) throw() in propertyChange() argument
81 mpParent->propertyChange( i_rEvent ); in propertyChange()
271 void WindowPropertySet::propertyChange( const beans::PropertyChangeEvent& i_rEvent ) in propertyChange() argument
274 spliceIdentifiedPropertyName( i_rEvent.PropertyName, aIdentifier, aProperty ); in propertyChange()
281 aSet[0].Value = i_rEvent.NewValue; in propertyChange()
/trunk/main/svtools/source/toolpanel/
H A Dtoolpaneldrawer.cxx265 void ToolPanelDrawer::DataChanged( const DataChangedEvent& i_rEvent ) in DataChanged() argument
267 Window::DataChanged( i_rEvent ); in DataChanged()
269 switch ( i_rEvent.GetType() ) in DataChanged()
272 if ( ( i_rEvent.GetFlags() & SETTINGS_STYLE ) == 0 ) in DataChanged()
H A Dtoolpaneldrawer.hxx82 virtual void DataChanged( const DataChangedEvent& i_rEvent );
/trunk/main/dbaccess/source/ui/app/
H A Dsubcomponentmanager.cxx366 …void SAL_CALL SubComponentManager::propertyChange( const PropertyChangeEvent& i_rEvent ) throw (Ru… in propertyChange() argument
368 if ( i_rEvent.PropertyName != PROPERTY_NAME ) in propertyChange()
378 if ( comp->xDocumentDefinitionProperties != i_rEvent.Source ) in propertyChange()
382 OSL_VERIFY( i_rEvent.NewValue >>= sNewName ); in propertyChange()
387 OSL_VERIFY( i_rEvent.OldValue >>= sOldName ); in propertyChange()
/trunk/main/toolkit/source/controls/
H A Dunocontrols.cxx2680 xPeerListener->listItemInserted( i_rEvent ); in listItemInserted()
2688 xPeerListener->listItemRemoved( i_rEvent ); in listItemRemoved()
2696 xPeerListener->listItemModified( i_rEvent ); in listItemModified()
2699 void SAL_CALL UnoListBoxControl::allItemsRemoved( const lang::EventObject& i_rEvent ) throw (uno::R… in allItemsRemoved() argument
2704 xPeerListener->allItemsRemoved( i_rEvent ); in allItemsRemoved()
2712 xPeerListener->itemListChanged( i_rEvent ); in itemListChanged()
2963 xPeerListener->listItemInserted( i_rEvent ); in listItemInserted()
2971 xPeerListener->listItemRemoved( i_rEvent ); in listItemRemoved()
2979 xPeerListener->listItemModified( i_rEvent ); in listItemModified()
2987 xPeerListener->allItemsRemoved( i_rEvent ); in allItemsRemoved()
[all …]
/trunk/main/sd/workben/custompanel/
H A Dctp_panel.cxx199 … void SAL_CALL SingleColorPanel::windowPaint( const PaintEvent& i_rEvent ) throw (RuntimeException) in windowPaint() argument
203 const Reference< XDevice > xDevice( i_rEvent.Source, UNO_QUERY_THROW ); in windowPaint()
208 const Reference< XWindow > xWindow( i_rEvent.Source, UNO_QUERY_THROW ); in windowPaint()
/trunk/main/odk/examples/cpp/custompanel/
H A Dctp_panel.cxx165 … void SAL_CALL SingleColorPanel::windowPaint( const PaintEvent& i_rEvent ) throw (RuntimeException) in windowPaint() argument
169 const Reference< XDevice > xDevice( i_rEvent.Source, UNO_QUERY_THROW ); in windowPaint()
174 const Reference< XWindow > xWindow( i_rEvent.Source, UNO_QUERY_THROW ); in windowPaint()
/trunk/main/forms/source/component/
H A DListBox.cxx458 …void OListBoxModel::_propertyChanged( const PropertyChangeEvent& i_rEvent ) throw ( RuntimeExcepti… in _propertyChanged() argument
460 if ( i_rEvent.PropertyName == PROPERTY_STRINGITEMLIST ) in _propertyChanged()
466 setNewStringItemList( i_rEvent.NewValue, aLock ); in _propertyChanged()
470 OBoundControlModel::_propertyChanged( i_rEvent ); in _propertyChanged()
/trunk/main/toolkit/inc/toolkit/awt/
H A Dvclxwindows.hxx737 …virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& i_rEvent ) throw (::co…
801 …virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& i_rEvent ) throw (::co…

Completed in 110 milliseconds