Searched refs:i_pEvent (Results 1 – 7 of 7) sorted by relevance
/trunk/main/vcl/unx/generic/app/ |
H A D | randrwrapper.cxx | 89 int XRRUpdateConfiguration( XEvent* i_pEvent ) in XRRUpdateConfiguration() argument 91 return m_bValid ? m_pXRRUpdateConfiguration( i_pEvent ) : 0; in XRRUpdateConfiguration() 229 int XRRUpdateConfiguration( XEvent* i_pEvent ) 231 return m_bValid ? ::XRRUpdateConfiguration( i_pEvent ) : 0;
|
H A D | wmadaptor.cxx | 2529 void WMAdaptor::answerPing( X11SalFrame* i_pFrame, XClientMessageEvent* i_pEvent ) const in answerPing() 2532 i_pEvent->message_type == m_aWMAtoms[ WM_PROTOCOLS ] && in answerPing() 2533 (Atom)i_pEvent->data.l[0] == m_aWMAtoms[ NET_WM_PING ] ) in answerPing() 2536 aEvent.xclient = *i_pEvent; in answerPing()
|
H A D | saldisp.cxx | 2698 static Bool timestamp_predicate( Display*, XEvent* i_pEvent, XPointer i_pArg ) in timestamp_predicate() argument 2701 if( i_pEvent->type == PropertyNotify && in timestamp_predicate() 2702 … i_pEvent->xproperty.window == pSalDisplay->GetDrawable( pSalDisplay->GetDefaultScreenNumber() ) && in timestamp_predicate() 2703 … i_pEvent->xproperty.atom == pSalDisplay->getWMAdaptor()->getAtom( WMAdaptor::SAL_GETTIMEEVENT ) in timestamp_predicate()
|
/trunk/main/accessibility/source/extended/ |
H A D | AccessibleToolPanelDeckTabBar.cxx | 260 IMPL_LINK( AccessibleToolPanelTabBar_Impl, OnWindowEvent, const VclSimpleEvent*, i_pEvent ) in IMPL_LINK() argument 264 const VclWindowEvent* pWindowEvent( dynamic_cast< const VclWindowEvent* >( i_pEvent ) ); in IMPL_LINK() 272 const bool bShow = ( i_pEvent->GetId() == VCLEVENT_WINDOW_SHOW ); in IMPL_LINK() 273 const bool bHide = ( i_pEvent->GetId() == VCLEVENT_WINDOW_HIDE ); in IMPL_LINK()
|
/trunk/main/vcl/source/app/ |
H A D | vclevent.cxx | 131 void VclEventListeners2::callListeners( VclSimpleEvent* i_pEvent ) in callListeners() argument 139 m_aIterators[ nIndex ].m_aIt->Call( i_pEvent ); in callListeners()
|
/trunk/main/toolkit/source/awt/ |
H A D | stylesettings.cxx | 84 IMPL_LINK( WindowStyleSettings_Data, OnWindowEvent, const VclWindowEvent*, i_pEvent ) in IMPL_LINK() argument 86 if ( !i_pEvent || ( i_pEvent->GetId() != VCLEVENT_WINDOW_DATACHANGED ) ) in IMPL_LINK() 88 …ataChangedEvent* pDataChangedEvent = static_cast< const DataChangedEvent* >( i_pEvent->GetData() ); in IMPL_LINK()
|
/trunk/main/svtools/source/toolpanel/ |
H A D | drawerlayouter.cxx | 247 IMPL_LINK( DrawerDeckLayouter, OnWindowEvent, VclSimpleEvent*, i_pEvent ) in IMPL_LINK() argument 249 const VclWindowEvent* pWindowEvent = PTR_CAST( VclWindowEvent, i_pEvent ); in IMPL_LINK()
|
Completed in 101 milliseconds