Lines Matching refs:LayoutRoot
47 LayoutRoot::LayoutRoot( const uno::Reference< lang::XMultiServiceFactory >& xFactory ) in LayoutRoot() function in layoutimpl::LayoutRoot
58 LayoutRoot::~LayoutRoot() in ~LayoutRoot()
97 void LayoutRoot::error( OUString const& message ) in error()
107 void SAL_CALL LayoutRoot::initialize( const uno::Sequence< uno::Any >& aArguments ) in initialize()
194 uno::Reference< awt::XLayoutContainer > LayoutRoot::getLayoutContainer() throw (uno::RuntimeExcepti… in getLayoutContainer()
200 void LayoutRoot::addItem( const OUString &rName, in addItem()
207 uno::Any SAL_CALL LayoutRoot::getByName( const OUString &rName ) in getByName()
223 sal_Bool SAL_CALL LayoutRoot::hasByName( const OUString &rName ) in hasByName()
233 uno::Sequence< OUString > SAL_CALL LayoutRoot::getElementNames() in getElementNames()
249 uno::Type SAL_CALL LayoutRoot::getElementType() in getElementType()
255 sal_Bool SAL_CALL LayoutRoot::hasElements() in hasElements()
266 void SAL_CALL LayoutRoot::dispose() in dispose()
286 void SAL_CALL LayoutRoot::addEventListener( const uno::Reference< lang::XEventListener >& xListener… in addEventListener()
298 void SAL_CALL LayoutRoot::removeEventListener( const uno::Reference< lang::XEventListener >& xListe… in removeEventListener()
311 LayoutWidget *LayoutRoot::create( OUString id, const OUString unoName, long attrbs,uno::Reference< … in create()
328 uno::Reference< awt::XLayoutConstrains > LayoutRoot::getToplevel()
335 uno::Reference< awt::XLayoutConstrains > LayoutRoot::getById( OUString id )