Searched refs:rProxy (Results 1 – 3 of 3) sorted by relevance
2983 int SelectionManager::getXdndVersion( XLIB_Window aWindow, XLIB_Window& rProxy ) in getXdndVersion() argument2993 rProxy = None; in getXdndVersion()3011 rProxy = *(XLIB_Window*)pBytes; in getXdndVersion()3014 if( rProxy != None ) in getXdndVersion()3017 XGetWindowProperty( m_pDisplay, rProxy, m_nXdndProxy, 0, 1, False, XA_WINDOW, in getXdndVersion()3021 if( nType == XA_WINDOW && *(XLIB_Window*)pBytes != rProxy ) in getXdndVersion()3022 rProxy = None; in getXdndVersion()3027 rProxy = None; in getXdndVersion()3033 XLIB_Window aAwareWindow = rProxy != None ? rProxy : aWindow; in getXdndVersion()
402 int getXdndVersion( XLIB_Window aXLIB_Window, XLIB_Window& rProxy );
346 srrp::RealProxy* rProxy = srr::RemotingServices::GetRealProxy(args[0]); in invokeObject() local348 if (rProxy) in invokeObject()351 dynamic_cast<UnoInterfaceProxy*>(rProxy); in invokeObject()
Completed in 60 milliseconds