Home
last modified time | relevance | path

Searched refs:rEvt (Results 126 – 150 of 229) sorted by relevance

12345678910

/trunk/main/avmedia/inc/avmedia/
H A Dmediawindow.hxx138 virtual sal_Int8 AcceptDrop( const AcceptDropEvent& rEvt );
139 virtual sal_Int8 ExecuteDrop( const ExecuteDropEvent& rEvt );
/trunk/main/sd/source/ui/slidesorter/inc/controller/
H A DSlsClipboard.hxx93 const AcceptDropEvent& rEvt,
100 const ExecuteDropEvent& rEvt,
/trunk/main/sd/source/ui/inc/
H A DSlideSorterViewShell.hxx128 const AcceptDropEvent& rEvt,
134 const ExecuteDropEvent& rEvt,
H A DOutlineView.hxx137 const AcceptDropEvent& rEvt,
143 const ExecuteDropEvent& rEvt,
H A Dsdtreelb.hxx159 virtual sal_Int8 AcceptDrop( const AcceptDropEvent& rEvt );
160 virtual sal_Int8 ExecuteDrop( const ExecuteDropEvent& rEvt );
H A DView.hxx100 const AcceptDropEvent& rEvt,
106 const ExecuteDropEvent& rEvt,
/trunk/main/sfx2/inc/
H A Ddocvor.hxx86 virtual sal_Int8 AcceptDrop( const AcceptDropEvent& rEvt );
87 virtual sal_Int8 ExecuteDrop( const ExecuteDropEvent& rEvt );
/trunk/main/svx/source/dialog/
H A Dimapwnd.hxx176 virtual sal_Int8 AcceptDrop( const AcceptDropEvent& rEvt );
177 virtual sal_Int8 ExecuteDrop( const ExecuteDropEvent& rEvt );
/trunk/main/cui/source/inc/
H A Dhltpbase.hxx85 virtual sal_Int8 AcceptDrop( const AcceptDropEvent& rEvt );
86 virtual sal_Int8 ExecuteDrop( const ExecuteDropEvent& rEvt );
/trunk/main/sc/source/ui/inc/
H A Dcontent.hxx128 virtual sal_Int8 AcceptDrop( const AcceptDropEvent& rEvt );
129 virtual sal_Int8 ExecuteDrop( const ExecuteDropEvent& rEvt );
/trunk/main/vcl/source/app/
H A Dsvapp.cxx1928 long Application::CallEventHooks( NotifyEvent& rEvt ) in CallEventHooks() argument
1937 nRet = pEventHookData->mpProc( rEvt, pEventHookData->mpUserData ); in CallEventHooks()
1948 long Application::CallPreNotify( NotifyEvent& rEvt ) in CallPreNotify() argument
1950 return ImplCallPreNotify( rEvt ); in CallPreNotify()
1955 long Application::CallEvent( NotifyEvent& rEvt ) in CallEvent() argument
1957 return ImplCallEvent( rEvt ); in CallEvent()
/trunk/main/dbaccess/source/ui/tabledesign/
H A DTEditControl.cxx1633 void OTableEditorCtrl::Command(const CommandEvent& rEvt) in Command() argument
1636 switch (rEvt.GetCommand()) in Command()
1640 Point aMenuPos( rEvt.GetMousePosPixel() ); in Command()
1641 if (!rEvt.IsMouseEvent()) in Command()
1660 OTableRowView::Command(rEvt); in Command()
1747 OTableRowView::Command(rEvt); in Command()
/trunk/main/svx/source/fmcomp/
H A Dfmgridcl.cxx233 sal_Int8 FmGridHeader::AcceptDrop( const AcceptDropEvent& rEvt ) in AcceptDrop() argument
242 return rEvt.mnAction; in AcceptDrop()
1016 void FmGridHeader::Command(const CommandEvent& rEvt) in Command() argument
1018 switch (rEvt.GetCommand()) in Command()
1022 if (!rEvt.IsMouseEvent()) in Command()
1025 triggerColumnContextMenu( rEvt.GetMousePosPixel() ); in Command()
1029 EditBrowserHeader::Command(rEvt); in Command()
/trunk/main/sw/source/ui/utlui/
H A Dviewlayoutctrl.cxx164 sal_Bool SwViewLayoutControl::MouseButtonDown( const MouseEvent & rEvt ) in MouseButtonDown() argument
167 const Point aPoint = rEvt.GetPosPixel(); in MouseButtonDown()
/trunk/main/toolkit/source/controls/
H A Dcontrolmodelcontainerbase.cxx1643 const PropertyChangeEvent& rEvt = rEvents.getConstArray()[i]; in ImplModelPropertiesChanged() local
1644 Reference< XControlModel > xModel( rEvt.Source, UNO_QUERY ); in ImplModelPropertiesChanged()
1646 if ( ( rEvt.PropertyName == s1 ) || in ImplModelPropertiesChanged()
1647 ( rEvt.PropertyName == s2 ) || in ImplModelPropertiesChanged()
1648 ( rEvt.PropertyName == s3 ) || in ImplModelPropertiesChanged()
1649 ( rEvt.PropertyName == s4 ) ) in ImplModelPropertiesChanged()
/trunk/main/dbaccess/source/ui/querydesign/
H A DQTableWindow.cxx273 void OQueryTableWindow::KeyInput( const KeyEvent& rEvt ) in KeyInput() argument
275 OTableWindow::KeyInput( rEvt ); in KeyInput()
/trunk/main/svtools/inc/svtools/
H A Dsvlbox.hxx379 sal_Int8 ExecuteDrop( const ExecuteDropEvent& rEvt, SvLBox* pSourceView );
532 virtual sal_Int8 AcceptDrop( const AcceptDropEvent& rEvt );
533 virtual sal_Int8 ExecuteDrop( const ExecuteDropEvent& rEvt );
H A Dsvicnvw.hxx257 virtual sal_Int8 AcceptDrop( const AcceptDropEvent& rEvt );
259 virtual sal_Int8 ExecuteDrop( const ExecuteDropEvent& rEvt );
/trunk/main/linguistic/source/
H A Dlngopt.cxx371 void LinguProps::launchEvent( const PropertyChangeEvent &rEvt ) const in launchEvent()
374 aPropListeners.getContainer( rEvt.PropertyHandle ); in launchEvent()
382 xRef->propertyChange( rEvt ); in launchEvent()
/trunk/main/cppuhelper/inc/cppuhelper/
H A Dinterfacecontainer.hxx144 const ::com::sun::star::lang::EventObject & rEvt ) in disposeAndClear()
174 ppListenerContainers[i]->disposeAndClear( rEvt ); in disposeAndClear()
/trunk/main/sd/source/ui/view/
H A Ddrviews1.cxx1416 const AcceptDropEvent& rEvt, in AcceptDrop() argument
1428 return mpDrawView->AcceptDrop( rEvt, rTargetHelper, pTargetWindow, nPage, nLayer ); in AcceptDrop()
1438 const ExecuteDropEvent& rEvt, in ExecuteDrop() argument
1451 sal_Int8 nResult (mpDrawView->ExecuteDrop( rEvt, rTargetHelper, pTargetWindow, nPage, nLayer )); in ExecuteDrop()
/trunk/main/editeng/inc/editeng/
H A Deditview.hxx152 sal_Bool Drop( const DropEvent& rEvt );
153 sal_Bool QueryDrop( DropEvent& rEvt );
/trunk/main/svx/source/inc/
H A Dfmexpl.hxx510 virtual void Command( const CommandEvent& rEvt );
512 virtual sal_Int8 AcceptDrop( const AcceptDropEvent& rEvt );
513 virtual sal_Int8 ExecuteDrop( const ExecuteDropEvent& rEvt );
/trunk/main/svtools/source/control/
H A Dinettbc.cxx1091 long SvtURLBox::Notify( NotifyEvent &rEvt ) in Notify() argument
1093 if ( EVENT_GETFOCUS == rEvt.GetType() ) in Notify()
1100 else if ( EVENT_LOSEFOCUS == rEvt.GetType() ) in Notify()
1111 return ComboBox::Notify( rEvt ); in Notify()
/trunk/main/cppuhelper/source/
H A Dtdmgr.cxx738 virtual void SAL_CALL disposing( lang::EventObject const & rEvt )
742 void EventListenerImpl::disposing( lang::EventObject const & rEvt ) in disposing() argument
745 if (rEvt.Source != m_xTDMgr) { in disposing()

Completed in 128 milliseconds

12345678910