Home
last modified time | relevance | path

Searched refs:VclWindowEvent (Results 151 – 175 of 181) sorted by relevance

12345678

/aoo4110/main/reportdesign/source/ui/report/
H A DReportControllerObserver.cxx104 IMPL_LINK(OXReportControllerObserver, SettingsChanged, VclWindowEvent*, _pEvt) in IMPL_LINK() argument
/aoo4110/main/sfx2/source/toolbox/
H A Dtbxitem.cxx219 pEvent->ISA( VclWindowEvent ) && in IMPL_LINK()
223 Window* pWindow( ((VclWindowEvent*)pEvent)->GetWindow() ); in IMPL_LINK()
/aoo4110/main/chart2/source/controller/dialogs/
H A Ddlg_CreationWizard_UNO.cxx239 IMPL_LINK( CreationWizardUnoDlg, DialogEventHdl, VclWindowEvent*, pEvent ) in IMPL_LINK() argument
/aoo4110/main/sd/source/ui/slideshow/
H A Dshowwin.cxx703 IMPL_LINK( ShowWindow, EventHdl, VclWindowEvent*, pEvent ) in IMPL_LINK() argument
H A Dslideshowimpl.cxx2147 …if( pEvent && (pEvent->GetId() == VCLEVENT_WINDOW_COMMAND) && static_cast<VclWindowEvent*>(pEvent)… in IMPL_LINK()
2149 …const CommandEvent& rEvent = *(const CommandEvent*)static_cast<VclWindowEvent*>(pEvent)->GetData(); in IMPL_LINK()
/aoo4110/main/toolkit/source/awt/
H A Danimatedimagespeer.cxx421 void AnimatedImagesPeer::ProcessWindowEvent( const VclWindowEvent& i_windowEvent ) in ProcessWindowEvent()
H A Dvclxtabcontrol.cxx465 void VCLXTabControl::ProcessWindowEvent( const VclWindowEvent& _rVclWindowEvent ) in ProcessWindowEvent()
/aoo4110/main/sd/source/ui/accessibility/
H A DAccessibleTreeNode.cxx674 IMPL_LINK(AccessibleTreeNode, WindowEventListener, VclWindowEvent*, pEvent) in IMPL_LINK() argument
/aoo4110/main/accessibility/source/standard/
H A Dvclxaccessibleedit.cxx78 void VCLXAccessibleEdit::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowEvent()
/aoo4110/main/vcl/source/window/
H A Dmenu.cxx484 DECL_LINK( ShowHideListener, VclWindowEvent* );
706 DECL_LINK( ToolboxEventHdl, VclWindowEvent* );
707 DECL_LINK( ShowHideListener, VclWindowEvent* );
4337 IMPL_LINK( MenuFloatingWindow, ShowHideListener, VclWindowEvent*, pEvent ) in IMPL_LINK() argument
5357 IMPL_LINK( MenuBarWindow, ToolboxEventHdl, VclWindowEvent*, pEvent ) in IMPL_LINK() argument
5381 IMPL_LINK( MenuBarWindow, ShowHideListener, VclWindowEvent*, pEvent ) in IMPL_LINK() argument
/aoo4110/main/sd/source/ui/annotations/
H A Dannotationtag.cxx718 IMPL_LINK(AnnotationTag, WindowEventHandler, VclWindowEvent*, pEvent) in IMPL_LINK() argument
/aoo4110/main/vcl/source/app/
H A Dsvapp.cxx850 VclWindowEvent aEvent( pWin, nEvent, pData ); in ImplCallEventListeners()
910 VclWindowEvent aEvent( pWin, nEvent, (void *) pKeyEvent ); in HandleKey()
/aoo4110/main/accessibility/source/extended/
H A Daccessibletabbarpagelist.cxx213 void AccessibleTabBarPageList::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowEvent()
/aoo4110/main/desktop/source/splash/
H A Dsplash.cxx260 IMPL_LINK( SplashScreen, AppEventListenerHdl, VclWindowEvent *, inEvent ) in IMPL_LINK() argument
/aoo4110/main/sd/source/ui/sidebar/
H A DLayoutMenu.cxx877 IMPL_LINK(LayoutMenu, WindowEventHandler, VclWindowEvent*, pEvent) in IMPL_LINK() argument
/aoo4110/main/sd/source/ui/slidesorter/controller/
H A DSlideSorterController.cxx620 IMPL_LINK(SlideSorterController, WindowEventHandler, VclWindowEvent*, pEvent) in IMPL_LINK() argument
/aoo4110/main/svtools/source/control/
H A Dtoolbarmenuimp.hxx184 void ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent );
/aoo4110/main/accessibility/inc/accessibility/extended/
H A Dtextwindowaccessibility.hxx579 virtual void ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent );
/aoo4110/main/svtools/source/uno/
H A Dsvtxgridcontrol.cxx781 void SVTXGridControl::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowEvent()
H A Dunoiface.cxx396 void VCLXMultiLineEdit::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowEvent()
1424 void SVTXRoadmap::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowEvent()
/aoo4110/main/sfx2/source/sidebar/
H A DSidebarController.cxx785 IMPL_LINK(SidebarController, WindowEventHandler, VclWindowEvent*, pEvent) in IMPL_LINK() argument
/aoo4110/main/sc/source/ui/dbgui/
H A Dpvlaydlg.cxx909 IMPL_LINK( ScPivotLayoutDlg, ChildEventListener, VclWindowEvent*, pEvent ) in IMPL_LINK() argument
/aoo4110/main/framework/source/layoutmanager/
H A Dlayoutmanager.cxx1445 if ( pEvent && pEvent->ISA( VclWindowEvent )) in IMPL_LINK()
1447 Window* pWindow = static_cast< VclWindowEvent* >(pEvent)->GetWindow(); in IMPL_LINK()
H A Dtoolbarlayoutmanager.cxx800 if ( pEvent && pEvent->ISA( VclWindowEvent )) in childWindowEvent()
806 ToolBox* pToolBox = getToolboxPtr( ((VclWindowEvent*)pEvent)->GetWindow() ); in childWindowEvent()
846 ToolBox* pToolBox = getToolboxPtr( ((VclWindowEvent*)pEvent)->GetWindow() ); in childWindowEvent()
/aoo4110/main/sc/source/ui/app/
H A Dinputhdl.cxx697 IMPL_LINK( ScInputHandler, ShowHideTipVisibleParentListener, VclWindowEvent*, pEvent ) in IMPL_LINK() argument
704 IMPL_LINK( ScInputHandler, ShowHideTipVisibleSecParentListener, VclWindowEvent*, pEvent ) in IMPL_LINK() argument

Completed in 512 milliseconds

12345678