Home
last modified time | relevance | path

Searched refs:xWidget (Results 1 – 3 of 3) sorted by relevance

/trunk/main/toolkit/source/layout/core/
H A Dtimer.cxx49 uno::Reference< awt::XLayoutContainer > xWidget ) in isParentOf()
51 while ( xWidget.is() ) in isParentOf()
53 if ( xWidget == xParent ) in isParentOf()
55xWidget = uno::Reference< awt::XLayoutContainer >( xWidget->getParent(), uno::UNO_QUERY ); in isParentOf()
H A Dbox-base.cxx46 static bool isVisible( uno::Reference< awt::XLayoutConstrains > xWidget ) in isVisible() argument
48 if ( !xWidget.is() ) in isVisible()
54 uno::Reference< awt::XWindow2 > xWindow( xWidget, uno::UNO_QUERY ); in isVisible()
58 uno::Reference< awt::XLayoutContainer > xContainer( xWidget, uno::UNO_QUERY ); in isVisible()
65 if (Container *c = dynamic_cast <Container*> (xWidget.get ())) in isVisible()
/trunk/main/toolkit/workben/layout/
H A Deditor.cxx1507 uno::Reference< awt::XLayoutConstrains > xWidget( handle, uno::UNO_QUERY ); in LayoutTree() local
1508 mpRootWidget = new Widget( xWidget, "root" ); in LayoutTree()

Completed in 24 milliseconds