Home
last modified time | relevance | path

Searched refs:aWindow (Results 1 – 25 of 37) sorted by relevance

12

/AOO41X/main/desktop/test/deployment/options/handler/com/sun/star/comp/extensionoptions/
H A DOptionsEventHandler.java156 public boolean callHandlerMethod(com.sun.star.awt.XWindow aWindow, in callHandlerMethod() argument
161 return handleExternalEvent(aWindow, aEventObject); in callHandlerMethod()
177 private boolean handleExternalEvent(com.sun.star.awt.XWindow aWindow, Object aEventObject) in handleExternalEvent() argument
182 saveData(aWindow); in handleExternalEvent()
184 loadData(aWindow); in handleExternalEvent()
195 private void saveData(com.sun.star.awt.XWindow aWindow) in saveData() argument
202 String sWindowName = getWindowName(aWindow); in saveData()
210 XControlContainer.class, aWindow); in saveData()
275 private void loadData(com.sun.star.awt.XWindow aWindow) in loadData() argument
281 String sWindowName = getWindowName(aWindow); in loadData()
[all …]
/AOO41X/main/bean/com/sun/star/beans/
H A DLocalOfficeWindow.java138 XWindow aWindow = (XWindow)UnoRuntime.queryInterface(XWindow.class, mWindow); in aquireSystemWindow() local
139 aWindow.setVisible( true ); in aquireSystemWindow()
149 XWindow aWindow = (XWindow)UnoRuntime.queryInterface(XWindow.class, mWindow); in releaseSystemWindow() local
150 aWindow.setVisible( false ); in releaseSystemWindow()
236 … XWindow aWindow = (XWindow)UnoRuntime.queryInterface(XWindow.class, mWindow); in createUNOWindowPeer() local
237 aWindow.setVisible( bPeer ); in createUNOWindowPeer()
/AOO41X/main/bean/com/sun/star/comp/beans/
H A DLocalOfficeWindow.java142 XWindow aWindow = (XWindow)UnoRuntime.queryInterface(XWindow.class, mWindow); in aquireSystemWindow() local
143 aWindow.setVisible( true ); in aquireSystemWindow()
153 XWindow aWindow = (XWindow)UnoRuntime.queryInterface(XWindow.class, mWindow); in releaseSystemWindow() local
154 aWindow.setVisible( false ); in releaseSystemWindow()
217 XWindow aWindow = (XWindow)UnoRuntime.queryInterface(XWindow.class, mWindow); in createUNOWindowPeer() local
218 aWindow.setVisible( bPeer ); in createUNOWindowPeer()
/AOO41X/main/odk/examples/cpp/custompanel/
H A Dctp_panel.cxx95 WindowDescriptor aWindow; in lcl_createPlainWindow_nothrow() local
96 aWindow.Type = WindowClass_SIMPLE; in lcl_createPlainWindow_nothrow()
97aWindow.WindowServiceName = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "window" ) ); in lcl_createPlainWindow_nothrow()
98 aWindow.Parent = i_rParentWindow; in lcl_createPlainWindow_nothrow()
99 aWindow.WindowAttributes = WindowAttribute::BORDER; in lcl_createPlainWindow_nothrow()
101 … Reference< XWindowPeer > xWindow( xToolkit->createWindow( aWindow ), UNO_SET_THROW ); in lcl_createPlainWindow_nothrow()
/AOO41X/main/sd/workben/custompanel/
H A Dctp_panel.cxx98 WindowDescriptor aWindow; in lcl_createPlainWindow_nothrow() local
99 aWindow.Type = WindowClass_SIMPLE; in lcl_createPlainWindow_nothrow()
100aWindow.WindowServiceName = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "window" ) ); in lcl_createPlainWindow_nothrow()
101 aWindow.Parent = i_rParentWindow; in lcl_createPlainWindow_nothrow()
102 aWindow.WindowAttributes = WindowAttribute::BORDER; in lcl_createPlainWindow_nothrow()
104 … Reference< XWindowPeer > xWindow( xToolkit->createWindow( aWindow ), UNO_SET_THROW ); in lcl_createPlainWindow_nothrow()
/AOO41X/main/vcl/unx/gtk/window/
H A Dgtkframe.cxx590 m_aSystemData.aWindow = GDK_WINDOW_XWINDOW(m_pWindow->window); in InitCommon()
598 m_aSystemData.aShellWindow = m_aSystemData.aWindow; in InitCommon()
676 XLIB_Window aWindow = GDK_WINDOW_XWINDOW( GTK_WIDGET(pWindow)->window ); in lcl_set_accept_focus() local
677 XWMHints* pHints = XGetWMHints( pDisplay, aWindow ); in lcl_set_accept_focus()
685 XSetWMHints( pDisplay, aWindow, pHints ); in lcl_set_accept_focus()
699 aWindow, in lcl_set_accept_focus()
720 XSetWMProtocols( pDisplay, aWindow, pProtocols, nProtocols ); in lcl_set_accept_focus()
737 XLIB_Window aWindow = GDK_WINDOW_XWINDOW( i_pWindow ); in lcl_set_user_time() local
741 XChangeProperty( pDisplay, aWindow, in lcl_set_user_time()
873 GdkNativeWindow GtkSalFrame::findTopLevelSystemWindow( GdkNativeWindow aWindow ) in findTopLevelSystemWindow() argument
[all …]
H A Dgtkobject.cxx57 m_aSystemData.aWindow = GDK_WINDOW_XWINDOW(m_pSocket->window); in GtkSalObject()
/AOO41X/main/vcl/unx/generic/window/
H A Dsalobj.cxx76 XLIB_Window aObjectParent = (XLIB_Window)pEnv->aWindow; in CreateObject()
168 pObjData->aWindow = pObject->maSecondary; in CreateObject()
253 maSystemChildData.aWindow = None; in X11SalObject()
399 if ( ! maSystemChildData.aWindow ) in Show()
428 maSystemChildData.aWindow, in GrabFocus()
500 pParentData->aWindow, in Dispatch()
H A Dsalframe.cxx240 …XLIB_Window aFrameParent = pParentData ? pParentData->aWindow : GetDisplay()->GetRootWindow( m_nSc… in Init()
292 XGetGeometry( GetXDisplay(), pParentData->aWindow, in Init()
294 mhForeignParent = pParentData->aWindow; in Init()
903 pFrame->maSystemChildData.aWindow = pFrame->GetWindow(); in GetSystemData()
2706 aParentData.aWindow = aNewParent; in createNewWindow()
2711 aParentData.aWindow = None; in createNewWindow()
2724 aParentData.aWindow = None; in createNewWindow()
2749 if ( aParentData.aWindow != None ) in createNewWindow()
2781 m_bXEmbed = pNewParent->aWindow != None && pNewParent->bXEmbedSupport; in SetPluginParent()
2782 createNewWindow( pNewParent ? pNewParent->aWindow : None ); in SetPluginParent()
/AOO41X/main/vcl/unx/generic/dtrans/
H A DX11_droptarget.cxx76 sal_Size aWindow = None; in initialize() local
77 arguments.getConstArray()[1] >>= aWindow; in initialize()
78 m_pSelectionManager->registerDropTarget( aWindow, this ); in initialize()
79 m_aTargetWindow = aWindow; in initialize()
H A DX11_selection.cxx2983 int SelectionManager::getXdndVersion( XLIB_Window aWindow, XLIB_Window& rProxy ) in getXdndVersion() argument
2999 pProperties = XListProperties( m_pDisplay, aWindow, &nProperties ); in getXdndVersion()
3006 XGetWindowProperty( m_pDisplay, aWindow, m_nXdndProxy, 0, 1, False, XA_WINDOW, in getXdndVersion()
3033 XLIB_Window aAwareWindow = rProxy != None ? rProxy : aWindow; in getXdndVersion()
3967 void SelectionManager::registerDropTarget( XLIB_Window aWindow, DropTarget* pTarget ) in registerDropTarget() argument
3973 m_aDropTargets.find( aWindow ); in registerDropTarget()
3976 else if( aWindow && m_pDisplay ) in registerDropTarget()
3985 XSelectInput( m_pDisplay, aWindow, PropertyChangeMask ); in registerDropTarget()
3989 …XChangeProperty( m_pDisplay, aWindow, m_nXdndAware, XA_ATOM, 32, PropModeReplace, (unsigned char*)… in registerDropTarget()
3996 XGetGeometry( m_pDisplay, aWindow, &aEntry.m_aRootWindow, in registerDropTarget()
[all …]
/AOO41X/main/vcl/source/window/
H A Dsyschild.cxx251 nRet = (sal_IntPtr) GetSystemData()->aWindow; in GetParentWindowHandle()
258 if( xFactory.is() && ( GetSystemData()->aWindow > 0 ) ) in GetParentWindowHandle()
315 … GetSystemData()->aWindow, 0, 0, aSize.Width(), aSize.Height() ); in GetParentWindowHandle()
325 nRet = static_cast< sal_IntPtr >( GetSystemData()->aWindow ); in GetParentWindowHandle()
/AOO41X/main/sd/source/ui/view/
H A Ddrviews9.cxx113 Window aWindow (GetActiveWindow()); in SO2_DECL_REF() local
114 aWindow.SetMapMode(aGraphic.GetPrefMapMode()); in SO2_DECL_REF()
115 Size aSizePix = aWindow.LogicToPixel(aGraphic.GetPrefSize()); in SO2_DECL_REF()
116 aWindow.SetMapMode( MapMode(MAP_100TH_MM) ); in SO2_DECL_REF()
117 Size aSize = aWindow.PixelToLogic(aSizePix); in SO2_DECL_REF()
/AOO41X/main/vcl/inc/vcl/
H A Dsysdata.hxx53 long aWindow; // the window of the object member
80 long aWindow; // the window of the object member
/AOO41X/main/vcl/unx/generic/gdi/
H A Dsalgdi2.cxx422 XLIB_Window aWindow = GetDrawable(); in YieldGraphicsExpose() local
429 if( Drawable(pEnvData->aWindow) == aWindow ) in YieldGraphicsExpose()
437 while( XCheckTypedWindowEvent( pDisplay, aWindow, Expose, &aEvent ) ) in YieldGraphicsExpose()
445 … if( ! GetDisplay()->XIfEventWithTimeout( &aEvent, (XPointer)aWindow, GraphicsExposePredicate ) ) in YieldGraphicsExpose()
/AOO41X/main/rsc/doku/feinkonz.43/
H A Drscinst.doc2776 RscInst aWindow; // Instanz eines Fensters
2779 aCmpInst.SetRscInst( aWindowName, aWindow );
2813 RscInst aWindow; // Instanz eines Fensters
2819 aWindow = aCmpInst.GetRscInst( aWindowName, pClassType ) );
2821 if( aWindow.IsInst() )
2972 RscInst aWindow;
2979 aWindow = aCompilerInst.CreateRscInst( pWindowType );
2981 aBorder = aWindow.GetVar( HashId( "Border" ) );
3961 RscInstCopy aWindow;
3968 aWindow = aCompilerInst.CreateRscInst( pWindowType );
[all …]
/AOO41X/main/extensions/source/bibliography/
H A Dbibload.cxx328 Reference< awt::XWindow > aWindow = rFrame->getContainerWindow(); in loadView() local
329 VCLXWindow* pParentComponent = VCLXWindow::GetImplementation(aWindow); in loadView()
331 Window* pParent = VCLUnoHelper::GetWindow( aWindow ); in loadView()
/AOO41X/main/vcl/unx/generic/app/
H A Dsaldisp.cxx2125 (XLIB_Window)pEnvData->aWindow, in CaptureMouse()
2266 XLIB_Window aWindow = pEvent->xkey.window; in Dispatch() local
2272 if( pFrame->GetWindow() == aWindow || pFrame->GetShellWindow() == aWindow ) in Dispatch()
2274 aWindow = pFrame->GetWindow(); in Dispatch()
2280 if ( mpInputMethod->FilterEvent( pEvent , aWindow ) ) in Dispatch()
H A Di18n_ic.cxx194 XLIB_Window aFocusWindow = pEnv->aWindow; in SalI18N_InputContext()
682 XLIB_Window aFocusWindow = pEnv->aWindow; in SetICFocus()
/AOO41X/main/vcl/test/
H A Dcanvasbitmaptest.cxx1036 TestWindow aWindow; in Main() local
1037 aWindow.Execute(); in Main()
1038 aWindow.SetText( XubString( RTL_CONSTASCII_USTRINGPARAM( "VCL - canvasbitmaptest" ) ) ); in Main()
/AOO41X/main/vcl/unx/headless/
H A Dsvpdummies.cxx33 m_aSystemChildData.aWindow = 0; in SvpSalObject()
/AOO41X/main/toolkit/source/awt/
H A Dvclxwindow1.cxx99 aSysParentData.aWindow = (long)nHandle; in SetSystemParent_Impl()
H A Dvclxsystemdependentwindow.cxx110 aSD.WindowHandle = pSysData->aWindow;
/AOO41X/main/vcl/inc/unx/
H A Dwmadaptor.hxx208 int getWindowWorkArea( XLIB_Window aWindow ) const;
/AOO41X/main/vcl/unx/gtk/app/
H A Dgtkdata.cxx166 if( (GdkNativeWindow)pFrame->GetSystemData()->aWindow == pEvent->xany.window || in filterGdkEvent()
322 if( (GdkNativeWindow)(*it)->GetSystemData()->aWindow == pEvent->xany.window ) in Dispatch()

12