Lines Matching refs:aDescriptor

312         css::awt::WindowDescriptor                  aDescriptor;  in initialize()  local
352 aDescriptor.Type = css::awt::WindowClass_TOP; in initialize()
353 aDescriptor.ParentIndex = -1; in initialize()
354 aDescriptor.Parent = css::uno::Reference< css::awt::XWindowPeer >(); in initialize()
355aDescriptor.Bounds = css::awt::Rectangle( 0, 0, aSize.Width, aSize.Height ); in initialize()
356 aDescriptor.WindowAttributes = 0; in initialize()
360 …= css::uno::Reference< css::awt::XTopWindow >( xToolkit->createWindow( aDescriptor ), css::uno::UN… in initialize()
390 aDescriptor.Type = css::awt::WindowClass_SIMPLE; in initialize()
391 aDescriptor.ParentIndex = -1; in initialize()
392aDescriptor.Parent = css::uno::Reference< css::awt::XWindowPeer >( xTopWindow, css:… in initialize()
393 aDescriptor.Bounds = css::awt::Rectangle(0,0,0,0); in initialize()
394 aDescriptor.WindowAttributes = 0; in initialize()
396 …ow = css::uno::Reference< css::awt::XWindow >( xToolkit->createWindow( aDescriptor ), css::uno::UN… in initialize()
399 aDescriptor.Type = css::awt::WindowClass_SIMPLE; in initialize()
400 aDescriptor.WindowServiceName = DECLARE_ASCII("tabcontrol"); in initialize()
401 aDescriptor.ParentIndex = -1; in initialize()
402aDescriptor.Parent = css::uno::Reference< css::awt::XWindowPeer >( xTopWindow, css::uno::UNO_QU… in initialize()
403 aDescriptor.Bounds = css::awt::Rectangle( 0,0,0,0 ); in initialize()
404 aDescriptor.WindowAttributes = 0; in initialize()
406 …xTabControl = css::uno::Reference< css::awt::XWindow >( xToolkit->createWindow( aDescriptor ), css… in initialize()