Searched refs:nEventType (Results 1 – 8 of 8) sorted by relevance
/aoo41x/main/sd/source/ui/slidesorter/controller/ |
H A D | SlsSelectionFunction.cxx | 132 sal_uInt32 nEventType, 136 sal_uInt32 nEventType, 770 void SelectionFunction::ProcessMouseEvent (sal_uInt32 nEventType, const MouseEvent& rEvent) in ProcessMouseEvent() argument 775 EventDescriptor aEventDescriptor (nEventType, rEvent, mrSlideSorter); in ProcessMouseEvent() 921 const sal_uInt32 nEventType, in EventDescriptor() argument 928 mnEventCode(nEventType), in EventDescriptor() 956 const sal_uInt32 nEventType, in EventDescriptor() argument 964 mnEventCode(nEventType), in EventDescriptor()
|
/aoo41x/main/sd/source/ui/framework/module/ |
H A D | ToolBarModule.cxx | 122 sal_Int32 nEventType = 0; in notifyConfigurationChange() local 123 rEvent.UserData >>= nEventType; in notifyConfigurationChange() 124 switch (nEventType) in notifyConfigurationChange()
|
H A D | ResourceManager.cxx | 150 sal_Int32 nEventType = 0; in notifyConfigurationChange() local 151 rEvent.UserData >>= nEventType; in notifyConfigurationChange() 152 switch (nEventType) in notifyConfigurationChange()
|
H A D | ViewTabBarModule.cxx | 115 sal_Int32 nEventType = 0; in notifyConfigurationChange() local 116 rEvent.UserData >>= nEventType; in notifyConfigurationChange() 117 switch (nEventType) in notifyConfigurationChange()
|
/aoo41x/main/sd/source/ui/framework/factories/ |
H A D | BasicPaneFactory.cxx | 395 sal_Int32 nEventType = 0; in notifyConfigurationChange() local 396 rEvent.UserData >>= nEventType; in notifyConfigurationChange() 397 switch (nEventType) in notifyConfigurationChange()
|
/aoo41x/main/sd/source/ui/tools/ |
H A D | EventMultiplexer.cxx | 631 sal_Int32 nEventType = 0; in notifyConfigurationChange() local 632 rEvent.UserData >>= nEventType; in notifyConfigurationChange() 633 switch (nEventType) in notifyConfigurationChange()
|
/aoo41x/main/sd/source/ui/slidesorter/inc/controller/ |
H A D | SlsSelectionFunction.hxx | 181 void ProcessMouseEvent (sal_uInt32 nEventType, const MouseEvent& rEvent);
|
/aoo41x/main/vcl/unx/gtk/window/ |
H A D | gtkframe.cxx | 2621 sal_uInt16 nEventType = 0; in signalButton() local 2625 nEventType = SALEVENT_MOUSEBUTTONDOWN; in signalButton() 2628 nEventType = SALEVENT_MOUSEBUTTONUP; in signalButton() 2678 pThis->CallCallback( nEventType, &aEvent ); in signalButton()
|
Completed in 59 milliseconds