Home
last modified time | relevance | path

Searched refs:LayoutRoot (Results 1 – 7 of 7) sorted by relevance

/aoo42x/main/toolkit/source/layout/core/
H A Droot.cxx47 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()
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()
[all …]
H A Droot.hxx63 class TOOLKIT_DLLPUBLIC LayoutRoot : public ::cppu::WeakImplHelper3< class
90 LayoutRoot( const css::uno::Reference< css::lang::XMultiServiceFactory >& xFactory );
91 virtual ~LayoutRoot();
125 friend class LayoutRoot;
H A Dimport.hxx40 class LayoutRoot;
140 LayoutRoot &mrRoot; // switch to XNameContainer ref ?
143 inline ImportContext( LayoutRoot &rRoot ) SAL_THROW( () )
H A Dfactory.cxx106 static_cast< OWeakObject* >( new LayoutRoot( m_xFactory ) ), in createInstance()
/aoo42x/main/toolkit/doc/layout/
H A DTODO18 TODO: (ricardo) I think we should cut on LayoutRoot, stripping out its widget
27 LayoutRoot::~LayoutRoot()
H A DChangeLog808 Serviceinfo instead of LayoutRoot.
859 * : Lost of handwaving to try to destroy LayoutRoot.
/aoo42x/main/toolkit/workben/layout/
H A Deditor.cxx590 class EditorRoot : public layoutimpl::LayoutRoot {
596 : layoutimpl::LayoutRoot( xFactory ), mpParent( pParent ) in EditorRoot()

Completed in 56 milliseconds