Home
last modified time | relevance | path

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

/trunk/main/framework/source/services/
H A Dframe.cxx2650 css::uno::Reference< css::frame::XLayoutManager > xNewLayoutManager; in impl_setPropertyValue() local
2651 aValue >>= xNewLayoutManager; in impl_setPropertyValue()
2653 if (xOldLayoutManager != xNewLayoutManager) in impl_setPropertyValue()
2655 m_xLayoutManager = xNewLayoutManager; in impl_setPropertyValue()
2658 if (xNewLayoutManager.is()) in impl_setPropertyValue()
2659 lcl_enableLayoutManager(xNewLayoutManager, this); in impl_setPropertyValue()