Home
last modified time | relevance | path

Searched refs:m_xLayoutManager (Results 1 – 5 of 5) sorted by relevance

/aoo42x/main/embedserv/source/embed/
H A Ddocholder.cxx399 aAny >>= m_xLayoutManager; in InPlaceActivate()
402 if(m_xLayoutManager.is()) in InPlaceActivate()
403 m_xLayoutManager->setDockingAreaAcceptor(this); in InPlaceActivate()
417 if(m_xLayoutManager.is()) { in InPlaceActivate()
419 m_xLayoutManager->getElement( in InPlaceActivate()
431 m_xLayoutManager->hideElement( in InPlaceActivate()
442 if(m_xLayoutManager.is()) in InPlaceActivate()
443 m_xLayoutManager->setVisible(true); in InPlaceActivate()
494 if (m_xLayoutManager.is()) in InPlaceDeactivate()
495 m_xLayoutManager->setVisible(false); in InPlaceDeactivate()
/aoo42x/main/framework/source/services/
H A Dframe.cxx245m_xLayoutManager = css::uno::Reference< css::frame::XLayoutManager >(m_xFactory->createInstance(SE… in DEFINE_XINTERFACE_21()
596 css::uno::Reference< css::frame::XLayoutManager > xLayoutManager = m_xLayoutManager; in initialize()
1961 m_xLayoutManager.clear(); in dispose()
2651 … css::uno::Reference< css::frame::XLayoutManager > xOldLayoutManager = m_xLayoutManager; in impl_setPropertyValue()
2657 m_xLayoutManager = xNewLayoutManager; in impl_setPropertyValue()
2711 aValue <<= m_xLayoutManager; in impl_getPropertyValue()
2822 if ( !m_xLayoutManager.is() ) in implts_resizeComponentWindow()
/aoo42x/main/dbaccess/source/core/dataaccess/
H A Ddocumentdefinition.cxx869 Reference< XLayoutManager > m_xLayoutManager; member in dbaccess::__anon59c2e4da0311::LayoutManagerLock
879 m_xLayoutManager.set( in LayoutManagerLock()
882 m_xLayoutManager->lock(); in LayoutManagerLock()
896 if ( m_xLayoutManager.is() ) in ~LayoutManagerLock()
897 m_xLayoutManager->unlock(); in ~LayoutManagerLock()
/aoo42x/main/embedserv/source/inc/
H A Ddocholder.hxx93 ::com::sun::star::frame::XLayoutManager> m_xLayoutManager;
/aoo42x/main/framework/inc/services/
H A Dframe.hxx434 …css::uno::Reference< ::com::sun::star::frame::XLayoutManager > m_xLayoutManager member in framework::Frame

Completed in 135 milliseconds