Lines Matching refs:xLayoutManager
1155 Reference< XLayoutManager > xLayoutManager; in getLayoutManager() local
1160 …xLayoutManager.set(xPropSet->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Layout… in getLayoutManager()
1166 return xLayoutManager; in getLayoutManager()
1171 Reference< XLayoutManager > xLayoutManager = getLayoutManager(_xFrame); in loadMenu() local
1172 if ( xLayoutManager.is() ) in loadMenu()
1174 xLayoutManager->lock(); in loadMenu()
1175 …xLayoutManager->createElement( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "private:resource/menub… in loadMenu()
1176 …xLayoutManager->createElement( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "private:resource/toolb… in loadMenu()
1177 xLayoutManager->unlock(); in loadMenu()
1178 xLayoutManager->doLayout(); in loadMenu()
1181 onLoadedMenu( xLayoutManager ); in loadMenu()