Home
last modified time | relevance | path

Searched refs:ToolPanelFactory (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/odk/examples/cpp/custompanel/
H A Dctp_factory.cxx67 ToolPanelFactory::ToolPanelFactory( const Reference< XComponentContext >& i_rContext ) in ToolPanelFactory() function in sd::colortoolpanel::ToolPanelFactory
73 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()
H A Dctp_services.cxx44 ToolPanelFactory::Create,
45 ToolPanelFactory::getImplementationName_static,
46 ToolPanelFactory::getSupportedServiceNames_static,
H A Dctp_factory.hxx49 class ToolPanelFactory :public ::cppu::BaseMutex class
53 ToolPanelFactory(
56 ~ToolPanelFactory();

Completed in 19 milliseconds