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()958 uno::Reference< ui::XUIElementFactory > xUIElementFactory( m_xUIElementFactoryManager ); in implts_createAddonsToolBars() local994 xUIElement = xUIElementFactory->createUIElement( aAddonToolBarName, aPropSeq ); in implts_createAddonsToolBars()1070 uno::Reference< ui::XUIElementFactory > xUIElementFactory( m_xUIElementFactoryManager ); in implts_createCustomToolBars() local1105 uno::Reference< ui::XUIElementFactory > xUIElementFactory( m_xUIElementFactoryManager ); in implts_createNonContextSensitiveToolBars() local1368 uno::Reference< ui::XUIElementFactory > xUIElementFactory( m_xUIElementFactoryManager ); in implts_createElement() local1374 if ( xUIElementFactory.is() ) in implts_createElement()1375 xUIElement = xUIElementFactory->createUIElement( aName, aPropSeq ); in implts_createElement()
90 …nst ::com::sun::star::uno::Reference< ::com::sun::star::ui::XUIElementFactory >& xUIElementFactory,
742 const Reference<ui::XUIElementFactory> xUIElementFactory ( in CreateUIElement() local764 xUIElementFactory->createUIElement( in CreateUIElement()
2767 Reference< ::com::sun::star::ui::XUIElementFactoryRegistration > xUIElementFactory( in PreloadConfigurationData() local2771 if ( xUIElementFactory.is() ) in PreloadConfigurationData()2775 aSeqSeqPropValue = xUIElementFactory->getRegisteredFactories(); in PreloadConfigurationData()
Completed in 144 milliseconds