Home
last modified time | relevance | path

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

/aoo41x/main/framework/source/uifactory/
H A Duielementfactorymanager.cxx453 Reference< XUIElementFactory > xUIElementFactory = getFactory( ResourceURL, aModuleId ); in createUIElement() local
454 if ( xUIElementFactory.is() ) in createUIElement()
455 return xUIElementFactory->createUIElement( ResourceURL, Args ); in createUIElement()
/aoo41x/main/framework/source/layoutmanager/
H A Dtoolbarlayoutmanager.cxx59 const uno::Reference< ui::XUIElementFactory >& xUIElementFactory, in ToolbarLayoutManager()
63 m_xUIElementFactoryManager( xUIElementFactory ), in ToolbarLayoutManager()
954 uno::Reference< ui::XUIElementFactory > xUIElementFactory( m_xUIElementFactoryManager ); in implts_createAddonsToolBars() local
990 xUIElement = xUIElementFactory->createUIElement( aAddonToolBarName, aPropSeq ); in implts_createAddonsToolBars()
1066 uno::Reference< ui::XUIElementFactory > xUIElementFactory( m_xUIElementFactoryManager ); in implts_createCustomToolBars() local
1101 uno::Reference< ui::XUIElementFactory > xUIElementFactory( m_xUIElementFactoryManager ); in implts_createNonContextSensitiveToolBars() local
1364 uno::Reference< ui::XUIElementFactory > xUIElementFactory( m_xUIElementFactoryManager ); in implts_createElement() local
1370 if ( xUIElementFactory.is() ) in implts_createElement()
1371 xUIElement = xUIElementFactory->createUIElement( aName, aPropSeq ); in implts_createElement()
H A Dtoolbarlayoutmanager.hxx90 …nst ::com::sun::star::uno::Reference< ::com::sun::star::ui::XUIElementFactory >& xUIElementFactory,
/aoo41x/main/sfx2/source/sidebar/
H A DSidebarController.cxx740 const Reference<ui::XUIElementFactory> xUIElementFactory ( in CreateUIElement() local
762 xUIElementFactory->createUIElement( in CreateUIElement()
/aoo41x/main/desktop/source/app/
H A Dapp.cxx2755 Reference< ::com::sun::star::ui::XUIElementFactoryRegistration > xUIElementFactory( in PreloadConfigurationData() local
2759 if ( xUIElementFactory.is() ) in PreloadConfigurationData()
2763 aSeqSeqPropValue = xUIElementFactory->getRegisteredFactories(); in PreloadConfigurationData()

Completed in 90 milliseconds