Home
last modified time | relevance | path

Searched refs:xUIElementFactory (Results 1 – 5 of 5) sorted by last modified time

/trunk/main/sfx2/source/sidebar/
H A DSidebarController.cxx742 const Reference<ui::XUIElementFactory> xUIElementFactory ( in CreateUIElement() local
764 xUIElementFactory->createUIElement( in CreateUIElement()
/trunk/main/framework/source/layoutmanager/
H A Dtoolbarlayoutmanager.cxx59 const uno::Reference< ui::XUIElementFactory >& xUIElementFactory, in ToolbarLayoutManager()
63 m_xUIElementFactoryManager( xUIElementFactory ), in ToolbarLayoutManager()
958 uno::Reference< ui::XUIElementFactory > xUIElementFactory( m_xUIElementFactoryManager ); in implts_createAddonsToolBars() local
994 xUIElement = xUIElementFactory->createUIElement( aAddonToolBarName, aPropSeq ); in implts_createAddonsToolBars()
1070 uno::Reference< ui::XUIElementFactory > xUIElementFactory( m_xUIElementFactoryManager ); in implts_createCustomToolBars() local
1105 uno::Reference< ui::XUIElementFactory > xUIElementFactory( m_xUIElementFactoryManager ); in implts_createNonContextSensitiveToolBars() local
1368 uno::Reference< ui::XUIElementFactory > xUIElementFactory( m_xUIElementFactoryManager ); in implts_createElement() local
1374 if ( xUIElementFactory.is() ) in implts_createElement()
1375 xUIElement = xUIElementFactory->createUIElement( aName, aPropSeq ); in implts_createElement()
H A Dtoolbarlayoutmanager.hxx90 …nst ::com::sun::star::uno::Reference< ::com::sun::star::ui::XUIElementFactory >& xUIElementFactory,
/trunk/main/desktop/source/app/
H A Dapp.cxx2767 Reference< ::com::sun::star::ui::XUIElementFactoryRegistration > xUIElementFactory( in PreloadConfigurationData() local
2771 if ( xUIElementFactory.is() ) in PreloadConfigurationData()
2775 aSeqSeqPropValue = xUIElementFactory->getRegisteredFactories(); in PreloadConfigurationData()
/trunk/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()

Completed in 72 milliseconds