Searched refs:ToolPanelFactory (Results 1 – 3 of 3) sorted by relevance
67 ToolPanelFactory::ToolPanelFactory( const Reference< XComponentContext >& i_rContext ) in ToolPanelFactory() function in sd::colortoolpanel::ToolPanelFactory73 ToolPanelFactory::~ToolPanelFactory() in ~ToolPanelFactory()78 …Reference< XUIElement > SAL_CALL ToolPanelFactory::createUIElement( const ::rtl::OUString& i_rReso… in createUIElement()116 ::rtl::OUString SAL_CALL ToolPanelFactory::getImplementationName( ) throw (RuntimeException) in getImplementationName()122 …::rtl::OUString SAL_CALL ToolPanelFactory::getImplementationName_static( ) throw (RuntimeExceptio… in getImplementationName_static()128 …::sal_Bool SAL_CALL ToolPanelFactory::supportsService( const ::rtl::OUString& i_rServiceName ) thr… in supportsService()143 …Sequence< ::rtl::OUString > SAL_CALL ToolPanelFactory::getSupportedServiceNames() throw (RuntimeEx… in getSupportedServiceNames()149 …Sequence< ::rtl::OUString > SAL_CALL ToolPanelFactory::getSupportedServiceNames_static() throw (Ru… in getSupportedServiceNames_static()157 …Reference< XInterface > SAL_CALL ToolPanelFactory::Create( const Reference< XComponentContext >& i… in Create()159 return *( new ToolPanelFactory( i_rContext ) ); in Create()
44 ToolPanelFactory::Create,45 ToolPanelFactory::getImplementationName_static,46 ToolPanelFactory::getSupportedServiceNames_static,
49 class ToolPanelFactory :public ::cppu::BaseMutex class53 ToolPanelFactory(56 ~ToolPanelFactory();
Completed in 18 milliseconds