Home
last modified time | relevance | path

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

12

/trunk/main/desktop/test/deployment/options/handler/com/sun/star/comp/extensionoptions/
H A DOptionsEventHandler.java161 return handleExternalEvent(aWindow, aEventObject); in callHandlerMethod()
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()
289 XControlContainer.class, aWindow); in loadData()
346 if (aWindow == null) in getWindowName()
[all …]
/trunk/main/bean/java/officebean/src/main/java/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()
/trunk/main/bean/java/officebean/src/main/java/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()
/trunk/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()
/trunk/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()
/trunk/main/vcl/unx/gtk/window/
H A Dgtkframe.cxx685 XSetWMHints( pDisplay, aWindow, pHints ); in lcl_set_accept_focus()
699 aWindow, in lcl_set_accept_focus()
741 XChangeProperty( pDisplay, aWindow, in lcl_set_user_time()
888 aWindow = aParent; in findTopLevelSystemWindow()
891 aWindow, in findTopLevelSystemWindow()
899 return aWindow; in findTopLevelSystemWindow()
913 m_pWindow = gtk_plug_new( pSysData->aWindow ); in Init()
2376 aParentData.aWindow = aNewParent; in createNewWindow()
2381 aParentData.aWindow = None; in createNewWindow()
2394 aParentData.aWindow = None; in createNewWindow()
[all …]
H A Dgtkobject.cxx57 m_aSystemData.aWindow = GDK_WINDOW_XWINDOW(m_pSocket->window); in GtkSalObject()
/trunk/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()
/trunk/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()
3033 XLIB_Window aAwareWindow = rProxy != None ? rProxy : aWindow; in getXdndVersion()
3973 m_aDropTargets.find( aWindow ); in registerDropTarget()
3976 else if( aWindow && m_pDisplay ) in registerDropTarget()
3985 XSelectInput( m_pDisplay, aWindow, PropertyChangeMask ); in registerDropTarget()
3996 XGetGeometry( m_pDisplay, aWindow, &aEntry.m_aRootWindow, in registerDropTarget()
4003 m_aDropTargets[ aWindow ] = aEntry; in registerDropTarget()
4011 void SelectionManager::deregisterDropTarget( XLIB_Window aWindow ) in deregisterDropTarget() argument
4015 m_aDropTargets.erase( aWindow ); in deregisterDropTarget()
[all …]
/trunk/main/vcl/source/window/
H A Dsyschild.cxx253 nRet = (sal_IntPtr) GetSystemData()->aWindow; in GetParentWindowHandle()
260 if( xFactory.is() && ( GetSystemData()->aWindow > 0 ) ) in GetParentWindowHandle()
317 … GetSystemData()->aWindow, 0, 0, aSize.Width(), aSize.Height() ); in GetParentWindowHandle()
327 nRet = static_cast< sal_IntPtr >( GetSystemData()->aWindow ); in GetParentWindowHandle()
/trunk/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()
/trunk/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()
/trunk/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
/trunk/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
2821 if( aWindow.IsInst() )
2972 RscInst aWindow;
2979 aWindow = aCompilerInst.CreateRscInst( pWindowType );
2981 aBorder = aWindow.GetVar( HashId( "Border" ) );
3961 RscInstCopy aWindow;
3970 aBorder = aWindow.GetVar( HashId( "Border" ) );
3973 // wieder in aWindow einsetzen
[all …]
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/main/vcl/unx/headless/
H A Dsvpdummies.cxx33 m_aSystemChildData.aWindow = 0; in SvpSalObject()
/trunk/main/toolkit/source/awt/
H A Dvclxwindow1.cxx99 aSysParentData.aWindow = (long)nHandle; in SetSystemParent_Impl()
H A Dvclxsystemdependentwindow.cxx110 aSD.WindowHandle = pSysData->aWindow;
/trunk/main/vcl/inc/unx/
H A Dwmadaptor.hxx208 int getWindowWorkArea( XLIB_Window aWindow ) const;
/trunk/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()

Completed in 159 milliseconds

12