Searched refs:xUIElementFactory (Results 1 – 5 of 5) sorted by relevance
453 Reference< XUIElementFactory > xUIElementFactory = getFactory( ResourceURL, aModuleId ); in createUIElement() local454 if ( xUIElementFactory.is() ) in createUIElement()455 return xUIElementFactory->createUIElement( ResourceURL, Args ); in createUIElement()
59 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() local990 xUIElement = xUIElementFactory->createUIElement( aAddonToolBarName, aPropSeq ); in implts_createAddonsToolBars()1066 uno::Reference< ui::XUIElementFactory > xUIElementFactory( m_xUIElementFactoryManager ); in implts_createCustomToolBars() local1101 uno::Reference< ui::XUIElementFactory > xUIElementFactory( m_xUIElementFactoryManager ); in implts_createNonContextSensitiveToolBars() local1364 uno::Reference< ui::XUIElementFactory > xUIElementFactory( m_xUIElementFactoryManager ); in implts_createElement() local1370 if ( xUIElementFactory.is() ) in implts_createElement()1371 xUIElement = xUIElementFactory->createUIElement( aName, aPropSeq ); in implts_createElement()
90 …nst ::com::sun::star::uno::Reference< ::com::sun::star::ui::XUIElementFactory >& xUIElementFactory,
740 const Reference<ui::XUIElementFactory> xUIElementFactory ( in CreateUIElement() local762 xUIElementFactory->createUIElement( in CreateUIElement()
2755 Reference< ::com::sun::star::ui::XUIElementFactoryRegistration > xUIElementFactory( in PreloadConfigurationData() local2759 if ( xUIElementFactory.is() ) in PreloadConfigurationData()2763 aSeqSeqPropValue = xUIElementFactory->getRegisteredFactories(); in PreloadConfigurationData()
Completed in 71 milliseconds