Home
last modified time | relevance | path

Searched refs:rEvent (Results 176 – 200 of 364) sorted by relevance

12345678910>>...15

/aoo42x/main/sfx2/source/sidebar/
H A DPanelTitleBar.cxx238 void PanelTitleBar::DataChanged (const DataChangedEvent& rEvent) in DataChanged() argument
243 TitleBar::DataChanged(rEvent); in DataChanged()
H A DCommandInfoProvider.cxx69 virtual void SAL_CALL disposing (const css::lang::EventObject& rEvent) in disposing() argument
72 (void)rEvent; in disposing()
/aoo42x/main/sd/source/ui/dlg/
H A Dsdtreelb.cxx1497 sal_Int8 SdPageObjsTLB::AcceptDrop (const AcceptDropEvent& rEvent) in AcceptDrop() argument
1503 nResult = rEvent.mnAction; in AcceptDrop()
1507 SvLBoxEntry* pEntry = GetDropTarget(rEvent.maPosPixel); in AcceptDrop()
1508 if (rEvent.mbLeaving || !CheckDragAndDropMode( this, rEvent.mnAction )) in AcceptDrop()
/aoo42x/main/sd/source/ui/tools/
H A DPropertySet.cxx201 const beans::PropertyChangeEvent& rEvent) in CallListeners() argument
209 iListener->second->propertyChange(rEvent); in CallListeners()
/aoo42x/main/sd/source/ui/framework/factories/
H A DPresentationFactory.cxx222 const ConfigurationChangeEvent& rEvent) in notifyConfigurationChange() argument
225 (void)rEvent; in notifyConfigurationChange()
/aoo42x/main/chart2/source/tools/
H A DModifyListenerHelper.cxx115 void ModifyEventForwarder::FireEvent( const lang::EventObject & rEvent ) in FireEvent() argument
117 lcl_fireModifyEvent( m_aModifyListeners, Reference< uno::XWeak >(), & rEvent ); in FireEvent()
/aoo42x/main/framework/inc/uielement/
H A Dtoolbarsmenucontroller.hxx84 …virtual void SAL_CALL itemSelected( const ::com::sun::star::awt::MenuEvent& rEvent ) throw (::com:…
85 …virtual void SAL_CALL itemActivated( const ::com::sun::star::awt::MenuEvent& rEvent ) throw (::com…
/aoo42x/main/sw/source/ui/ribbar/
H A Dinputwin.cxx542 void __EXPORT InputEdit::KeyInput(const KeyEvent& rEvent) in KeyInput() argument
544 const KeyCode aCode = rEvent.GetKeyCode(); in KeyInput()
550 Edit::KeyInput(rEvent); in KeyInput()
/aoo42x/main/sd/source/ui/slidesorter/shell/
H A DSlideSorterViewShell.cxx625 const CommandEvent& rEvent, in Command() argument
629 if ( ! mpSlideSorter->GetController().Command (rEvent, pWindow)) in Command()
630 ViewShell::Command (rEvent, pWindow); in Command()
/aoo42x/main/svx/source/accessibility/
H A Dsvxpixelctlaccessiblecontext.cxx777 void SvxPixelCtlAccessible::CommitChange( const AccessibleEventObject& rEvent ) in CommitChange() argument
780 comphelper::AccessibleEventNotifier::addEvent( mnClientId, rEvent ); in CommitChange()
1216 void SvxPixelCtlAccessibleChild::CommitChange( const AccessibleEventObject& rEvent ) in CommitChange() argument
1219 comphelper::AccessibleEventNotifier::addEvent( mnClientId, rEvent ); in CommitChange()
H A Dsvxrectctaccessiblecontext.cxx768 void SvxRectCtlAccessibleContext::CommitChange( const AccessibleEventObject& rEvent ) in CommitChange() argument
771 comphelper::AccessibleEventNotifier::addEvent( mnClientId, rEvent ); in CommitChange()
1259 void SvxRectCtlChildAccessibleContext::CommitChange( const AccessibleEventObject& rEvent ) in CommitChange() argument
1262 comphelper::AccessibleEventNotifier::addEvent( mnClientId, rEvent ); in CommitChange()
/aoo42x/main/sd/source/ui/func/
H A Dfuoltext.cxx271 void FuOutlineText::UpdateForKeyPress (const KeyEvent& rEvent) in UpdateForKeyPress() argument
277 switch (rEvent.GetKeyCode().GetCode()) in UpdateForKeyPress()
/aoo42x/main/sdext/source/presenter/
H A DPresenterScreen.cxx110 …virtual void SAL_CALL disposing ( const css::lang::EventObject& rEvent) throw (css::uno::RuntimeEx…
306 void SAL_CALL PresenterScreenListener::disposing (const css::lang::EventObject& rEvent) in disposing() argument
309 (void)rEvent; in disposing()
/aoo42x/main/dbaccess/source/core/dataaccess/
H A DContentHelper.cxx600 const PropertyChangeEvent& rEvent = *propertyChangeEvent; in notifyPropertiesChange() local
601 const ::rtl::OUString& rName = rEvent.PropertyName; in notifyPropertiesChange()
623 (*propertyEvents)[n] = rEvent; in notifyPropertiesChange()
/aoo42x/main/extensions/source/propctrlr/
H A Dgenericpropertyhandler.cxx230 virtual void SAL_CALL actionPerformed( const ActionEvent& rEvent ) throw (RuntimeException);
265 …void SAL_CALL UrlClickHandler::actionPerformed( const ActionEvent& rEvent ) throw (RuntimeExceptio… in actionPerformed() argument
267 Reference< XPropertyControl > xControl( rEvent.Source, UNO_QUERY_THROW ); in actionPerformed()
/aoo42x/main/sd/source/ui/inc/
H A DViewTabBar.hxx92 const ::com::sun::star::drawing::framework::ConfigurationChangeEvent& rEvent)
99 const com::sun::star::lang::EventObject& rEvent)
/aoo42x/main/toolkit/inc/toolkit/controls/
H A Dunocontrols.hxx143 …void SAL_CALL textChanged( const ::com::sun::star::awt::TextEvent& rEvent ) throw(::com::sun::star…
307 …virtual void SAL_CALL itemStateChanged( const ::com::sun::star::awt::ItemEvent& rEvent ) throw (::…
448 …void SAL_CALL itemStateChanged( const ::com::sun::star::awt::ItemEvent& rEvent ) throw(::com::sun:…
529 …void SAL_CALL itemStateChanged( const ::com::sun::star::awt::ItemEvent& rEvent ) throw(::com::sun:…
872 …void SAL_CALL itemStateChanged( const ::com::sun::star::awt::ItemEvent& rEvent ) throw(::com::sun:…
996 …virtual void SAL_CALL itemStateChanged( const ::com::sun::star::awt::ItemEvent& rEvent ) throw (::…
1101 …void SAL_CALL textChanged( const ::com::sun::star::awt::TextEvent& rEvent ) throw(::com::sun::star…
1177 …void SAL_CALL textChanged( const ::com::sun::star::awt::TextEvent& rEvent ) throw(::com::sun::star…
1252 …void SAL_CALL textChanged( const ::com::sun::star::awt::TextEvent& rEvent ) throw(::com::sun::star…
1329 …void SAL_CALL textChanged( const ::com::sun::star::awt::TextEvent& rEvent ) throw(::com::sun::star…
/aoo42x/main/sc/source/ui/view/
H A Dgridwin.cxx2510 rEvent.Modifiers = 0; in lcl_InitMouseEvent()
2514 rEvent.Modifiers |= ::com::sun::star::awt::KeyModifier::MOD1; in lcl_InitMouseEvent()
2516 rEvent.Modifiers |= ::com::sun::star::awt::KeyModifier::MOD2; in lcl_InitMouseEvent()
2520 rEvent.Buttons = 0; in lcl_InitMouseEvent()
2522 rEvent.Buttons |= ::com::sun::star::awt::MouseButton::LEFT; in lcl_InitMouseEvent()
2524 rEvent.Buttons |= ::com::sun::star::awt::MouseButton::RIGHT; in lcl_InitMouseEvent()
2526 rEvent.Buttons |= ::com::sun::star::awt::MouseButton::MIDDLE; in lcl_InitMouseEvent()
2528 rEvent.X = rEvt.GetPosPixel().X(); in lcl_InitMouseEvent()
2529 rEvent.Y = rEvt.GetPosPixel().Y(); in lcl_InitMouseEvent()
2530 rEvent.ClickCount = rEvt.GetClicks(); in lcl_InitMouseEvent()
[all …]
/aoo42x/main/sfx2/inc/sfx2/sidebar/
H A DTheme.hxx269 const css::beans::PropertyChangeEvent& rEvent) const;
272 const css::beans::PropertyChangeEvent& rEvent) const;
/aoo42x/main/svtools/workben/
H A Dbrowser.cxx164 void Event( const String &rEvent );
773 void AppWindow::Event( const String &rEvent ) in Event() argument
779 pEventView->DrawText( Point(0, 7*GetTextHeight() ), rEvent ); in Event()
/aoo42x/main/svx/source/inc/
H A Dfmexpl.hxx330 …virtual void SAL_CALL elementInserted(const ::com::sun::star::container::ContainerEvent& rEvent) …
331 …virtual void SAL_CALL elementReplaced(const ::com::sun::star::container::ContainerEvent& rEvent) …
332 …virtual void SAL_CALL elementRemoved(const ::com::sun::star::container::ContainerEvent& rEvent) t…
/aoo42x/main/sd/source/ui/view/
H A DViewShellBase.cxx223 virtual void KeyInput (const KeyEvent& rEvent);
224 virtual void Command (const CommandEvent& rEvent);
1650 void FocusForwardingWindow::Command (const CommandEvent& rEvent) in Command() argument
1658 pWindow->Command(rEvent); in Command()
/aoo42x/main/forms/source/richtext/
H A Drichtextvclcontrol.cxx312 const CommandEvent& rEvent = *_rNEvt.GetCommandEvent(); in Notify() local
313 nDone = m_pImpl->HandleCommand( rEvent ); in Notify()
/aoo42x/main/sw/inc/
H A Daccmap.hxx116 void FireEvent( const SwAccessibleEvent_Impl& rEvent );
118 void AppendEvent( const SwAccessibleEvent_Impl& rEvent );
/aoo42x/main/vcl/source/app/
H A Ddndhelp.cxx102 …ragAndDropWrapper::disposing( const ::com::sun::star::lang::EventObject& rEvent ) throw (::com::su… in disposing() argument
105 if ( !rEvent.Source.is() ) in disposing()

Completed in 1475 milliseconds

12345678910>>...15