Home
last modified time | relevance | path

Searched refs:rEvt (Results 201 – 225 of 227) sorted by relevance

12345678910

/aoo41x/main/svtools/inc/svtools/
H A Dtransfer.hxx527 virtual sal_Int8 AcceptDrop( const AcceptDropEvent& rEvt );
528 virtual sal_Int8 ExecuteDrop( const ExecuteDropEvent& rEvt );
/aoo41x/main/starmath/source/
H A Ddialog.cxx976 void SmDistanceDialog::DataChanged( const DataChangedEvent &rEvt ) in DataChanged() argument
978 if ( (rEvt.GetType() == DATACHANGED_SETTINGS) && (rEvt.GetFlags() & SETTINGS_STYLE) ) in DataChanged()
981 ModalDialog::DataChanged( rEvt ); in DataChanged()
H A Dview.cxx145 void SmGraphicWindow::DataChanged( const DataChangedEvent& rEvt ) in DataChanged() argument
149 ScrollableWindow::DataChanged( rEvt ); in DataChanged()
/aoo41x/main/dbaccess/source/ui/tabledesign/
H A DTEditControl.hxx106 virtual void Command( const CommandEvent& rEvt );
/aoo41x/main/dbaccess/source/ui/querydesign/
H A DQueryTableView.cxx803 void OQueryTableView::KeyInput( const KeyEvent& rEvt ) in KeyInput() argument
806 OJoinTableView::KeyInput( rEvt ); in KeyInput()
/aoo41x/main/vcl/inc/vcl/
H A Dcombobox.hxx155 …void DrawEntry( const UserDrawEvent& rEvt, sal_Bool bDrawImage, sal_Bool bDrawText, sal…
H A Dlstbox.hxx204 …void DrawEntry( const UserDrawEvent& rEvt, sal_Bool bDrawImage, sal_Bool bDrawText, sal_Bool bDr…
/aoo41x/main/cui/source/inc/
H A Dselector.hxx120 virtual sal_Int8 AcceptDrop( const AcceptDropEvent& rEvt );
/aoo41x/main/desktop/source/deployment/gui/
H A Ddp_gui_extlistbox.cxx169 void ExtensionRemovedListener::disposing( lang::EventObject const & rEvt ) in disposing() argument
172 uno::Reference< deployment::XPackage > xPackage( rEvt.Source, uno::UNO_QUERY ); in disposing()
/aoo41x/main/linguistic/source/
H A Dlngopt.hxx137 void launchEvent( const ::com::sun::star::beans::PropertyChangeEvent &rEvt ) const;
/aoo41x/main/chart2/source/controller/dialogs/
H A DDataBrowser.cxx792 void DataBrowser::MouseButtonDown( const BrowserMouseEvent& rEvt ) in MouseButtonDown() argument
797 EditBrowseBox::MouseButtonDown( rEvt ); in MouseButtonDown()
/aoo41x/main/stoc/source/servicemanager/
H A Dservicemanager.cxx489 …virtual void SAL_CALL disposing(const EventObject & rEvt ) throw(::com::sun::star::uno::RuntimeExc…
492 void OServiceManager_Listener::disposing(const EventObject & rEvt ) in disposing() argument
500 x->remove( Any( &rEvt.Source, ::getCppuType( (const Reference<XInterface > *)0 ) ) ); in disposing()
/aoo41x/main/sw/inc/
H A Dunomailmerge.hxx153 void launchEvent( const com::sun::star::beans::PropertyChangeEvent &rEvt ) const;
/aoo41x/main/sfx2/source/inc/
H A Dtplcomp.hxx164 const ::com::sun::star::chaos::StatusCallbackEvent& rEvt );
/aoo41x/main/dbaccess/source/core/api/
H A DRowSet.hxx237 …foreChange(::osl::ResettableMutexGuard& _rGuard,const ::com::sun::star::sdb::RowChangeEvent &rEvt);
238 …owChanged(::osl::ResettableMutexGuard& _rGuard,const ::com::sun::star::sdb::RowsChangeEvent& rEvt);
/aoo41x/main/sfx2/source/view/
H A Dframe2.cxx82 virtual long Notify( NotifyEvent& rEvt );
/aoo41x/main/forms/source/component/
H A Dclickableimage.hxx235 …id actionPerformed_Impl( sal_Bool bNotifyListener, const ::com::sun::star::awt::MouseEvent& rEvt );
/aoo41x/main/ucb/source/sorter/
H A Dsortresult.hxx185 void PropertyChanged( const PROPERTYCHANGEEVENT& rEvt );
/aoo41x/main/starmath/inc/
H A Ddialog.hxx268 virtual void DataChanged( const DataChangedEvent &rEvt );
/aoo41x/main/cppuhelper/inc/cppuhelper/
H A Dpropshlp.hxx295 void SAL_CALL disposeAndClear( const ::com::sun::star::lang::EventObject & rEvt ) SAL_THROW( () );
/aoo41x/main/extensions/source/update/check/
H A Dupdatehdl.cxx311 void SAL_CALL UpdateHandler::disposing( const lang::EventObject& rEvt ) in disposing() argument
314 if ( rEvt.Source == mxUpdDlg ) in disposing()
/aoo41x/main/sfx2/inc/sfx2/
H A Ddinfdlg.hxx383 virtual void RequestHelp(const HelpEvent& rEvt);
/aoo41x/main/ucbhelper/inc/ucbhelper/
H A Dresultset.hxx385 const com::sun::star::beans::PropertyChangeEvent& rEvt );
/aoo41x/main/cpputools/source/unoexe/
H A Dunoexe.cxx571 virtual void SAL_CALL disposing( const EventObject & rEvt )
/aoo41x/main/cui/source/customize/
H A Dcfg.cxx1500 sal_Int8 SvxMenuEntriesListBox::AcceptDrop( const AcceptDropEvent& rEvt ) in AcceptDrop() argument
1505 if ( rEvt.mnAction == DND_ACTION_COPY ) in AcceptDrop()
1508 return SvTreeListBox::AcceptDrop( rEvt ); in AcceptDrop()
1512 AcceptDropEvent aNewAcceptDropEvent( rEvt ); in AcceptDrop()

Completed in 239 milliseconds

12345678910