Searched refs:LayoutRoot (Results 1 – 7 of 7) sorted by relevance
47 LayoutRoot::LayoutRoot( const uno::Reference< lang::XMultiServiceFactory >& xFactory ) in LayoutRoot() function in layoutimpl::LayoutRoot58 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()[all …]
63 class TOOLKIT_DLLPUBLIC LayoutRoot : public ::cppu::WeakImplHelper3< class90 LayoutRoot( const css::uno::Reference< css::lang::XMultiServiceFactory >& xFactory );91 virtual ~LayoutRoot();125 friend class LayoutRoot;
40 class LayoutRoot;140 LayoutRoot &mrRoot; // switch to XNameContainer ref ?143 inline ImportContext( LayoutRoot &rRoot ) SAL_THROW( () )
106 static_cast< OWeakObject* >( new LayoutRoot( m_xFactory ) ), in createInstance()
18 TODO: (ricardo) I think we should cut on LayoutRoot, stripping out its widget27 LayoutRoot::~LayoutRoot()
808 Serviceinfo instead of LayoutRoot.859 * : Lost of handwaving to try to destroy LayoutRoot.
590 class EditorRoot : public layoutimpl::LayoutRoot {596 : layoutimpl::LayoutRoot( xFactory ), mpParent( pParent ) in EditorRoot()