Searched refs:rProxy (Results 1 – 3 of 3) sorted by relevance
2980 int SelectionManager::getXdndVersion( XLIB_Window aWindow, XLIB_Window& rProxy ) in getXdndVersion() argument2990 rProxy = None; in getXdndVersion()3008 rProxy = *(XLIB_Window*)pBytes; in getXdndVersion()3011 if( rProxy != None ) in getXdndVersion()3014 XGetWindowProperty( m_pDisplay, rProxy, m_nXdndProxy, 0, 1, False, XA_WINDOW, in getXdndVersion()3018 if( nType == XA_WINDOW && *(XLIB_Window*)pBytes != rProxy ) in getXdndVersion()3019 rProxy = None; in getXdndVersion()3024 rProxy = None; in getXdndVersion()3030 XLIB_Window aAwareWindow = rProxy != None ? rProxy : aWindow; in getXdndVersion()
395 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()