Home
last modified time | relevance | path

Searched refs:rProxy (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/vcl/unx/generic/dtrans/
H A DX11_selection.cxx2983 int SelectionManager::getXdndVersion( XLIB_Window aWindow, XLIB_Window& rProxy ) in getXdndVersion() argument
2993 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()
H A DX11_selection.hxx402 int getXdndVersion( XLIB_Window aXLIB_Window, XLIB_Window& rProxy );
/trunk/main/cli_ure/source/uno_bridge/
H A Dcli_proxy.cxx346 srrp::RealProxy* rProxy = srr::RemotingServices::GetRealProxy(args[0]); in invokeObject() local
348 if (rProxy) in invokeObject()
351 dynamic_cast<UnoInterfaceProxy*>(rProxy); in invokeObject()

Completed in 41 milliseconds