| /trunk/main/dbaccess/source/core/recovery/ |
| H A D | subcomponentloader.cxx | 160 …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 D | vclxwindows.cxx | 2095 void SAL_CALL VCLXListBox::listItemInserted( const ItemListEvent& i_rEvent ) throw (RuntimeExceptio… in listItemInserted() argument 2102 …ENSURE_OR_RETURN_VOID( ( i_rEvent.ItemPosition >= 0 ) && ( i_rEvent.ItemPosition <= sal_Int32( pLi… in listItemInserted() 2105 i_rEvent.ItemText.IsPresent ? i_rEvent.ItemText.Value : ::rtl::OUString(), in listItemInserted() 2106 …i_rEvent.ItemImageURL.IsPresent ? TkResMgr::getImageFromURL( i_rEvent.ItemImageURL.Value ) : Image… in listItemInserted() 2107 i_rEvent.ItemPosition ); in listItemInserted() 2110 void SAL_CALL VCLXListBox::listItemRemoved( const ItemListEvent& i_rEvent ) throw (RuntimeException) in listItemRemoved() argument 2117 …ENSURE_OR_RETURN_VOID( ( i_rEvent.ItemPosition >= 0 ) && ( i_rEvent.ItemPosition < sal_Int32( pLis… in listItemRemoved() 2120 pListBox->RemoveEntry( i_rEvent.ItemPosition ); in listItemRemoved() 2123 void SAL_CALL VCLXListBox::listItemModified( const ItemListEvent& i_rEvent ) throw (RuntimeExceptio… in listItemModified() argument 2130 …ENSURE_OR_RETURN_VOID( ( i_rEvent.ItemPosition >= 0 ) && ( i_rEvent.ItemPosition < sal_Int32( pLis… in listItemModified() [all …]
|
| H A D | vclxwindow.cxx | 468 …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 D | wpropset.cxx | 78 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 D | toolpaneldrawer.cxx | 265 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 D | toolpaneldrawer.hxx | 82 virtual void DataChanged( const DataChangedEvent& i_rEvent );
|
| /trunk/main/dbaccess/source/ui/app/ |
| H A D | subcomponentmanager.cxx | 366 …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 D | unocontrols.cxx | 2675 void SAL_CALL UnoListBoxControl::listItemInserted( const awt::ItemListEvent& i_rEvent ) throw (uno:… in listItemInserted() argument 2680 xPeerListener->listItemInserted( i_rEvent ); in listItemInserted() 2683 void SAL_CALL UnoListBoxControl::listItemRemoved( const awt::ItemListEvent& i_rEvent ) throw (uno::… in listItemRemoved() argument 2688 xPeerListener->listItemRemoved( i_rEvent ); in listItemRemoved() 2691 void SAL_CALL UnoListBoxControl::listItemModified( const awt::ItemListEvent& i_rEvent ) throw (uno:… in listItemModified() argument 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() 2707 void SAL_CALL UnoListBoxControl::itemListChanged( const lang::EventObject& i_rEvent ) throw (uno::R… in itemListChanged() argument 2712 xPeerListener->itemListChanged( i_rEvent ); in itemListChanged() [all …]
|
| /trunk/main/sd/workben/custompanel/ |
| H A D | ctp_panel.cxx | 199 … 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 D | ctp_panel.cxx | 165 … 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 D | ListBox.cxx | 458 …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 D | vclxwindows.hxx | 737 …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…
|