Lines Matching refs:OCommandDefinition

58 	static ::dba::OAutoRegistration< OCommandDefinition > aAutoRegistration;  in createRegistryInfo_OCommandDefinition()
62 DBG_NAME(OCommandDefinition) in DBG_NAME() argument
64 void OCommandDefinition::registerProperties() in DBG_NAME()
86 OCommandDefinition::OCommandDefinition(const Reference< XMultiServiceFactory >& _xORB in OCommandDefinition() function in dbaccess::OCommandDefinition
91 DBG_CTOR(OCommandDefinition, NULL); in OCommandDefinition()
95 OCommandDefinition::~OCommandDefinition() in ~OCommandDefinition()
97 DBG_DTOR(OCommandDefinition, NULL); in ~OCommandDefinition()
101 OCommandDefinition::OCommandDefinition( const Reference< XInterface >& _rxContainer in OCommandDefinition() function in dbaccess::OCommandDefinition
107 DBG_CTOR(OCommandDefinition, NULL); in OCommandDefinition()
112 IMPLEMENT_IMPLEMENTATION_ID(OCommandDefinition);
113 IMPLEMENT_GETTYPES2(OCommandDefinition,OCommandDefinition_Base,OComponentDefinition);
114 IMPLEMENT_FORWARD_XINTERFACE2( OCommandDefinition,OComponentDefinition,OCommandDefinition_Base) in IMPLEMENT_FORWARD_XINTERFACE2() argument
115 IMPLEMENT_PROPERTYCONTAINER_DEFAULTS2(OCommandDefinition,OCommandDefinition_PROP) in IMPLEMENT_FORWARD_XINTERFACE2()
117 ::rtl::OUString OCommandDefinition::getImplementationName_static( ) throw(RuntimeException) in IMPLEMENT_FORWARD_XINTERFACE2()
123 ::rtl::OUString SAL_CALL OCommandDefinition::getImplementationName( ) throw(RuntimeException) in getImplementationName()
129 Sequence< ::rtl::OUString > OCommandDefinition::getSupportedServiceNames_static( ) throw(RuntimeEx… in getSupportedServiceNames_static()
139 Sequence< ::rtl::OUString > SAL_CALL OCommandDefinition::getSupportedServiceNames( ) throw(Runtime… in getSupportedServiceNames()
145 Reference< XInterface > OCommandDefinition::Create(const Reference< XComponentContext >& _rxContext) in Create()
148 …return *(new OCommandDefinition( aContext.getLegacyServiceFactory(), NULL, TContentPtr( new OComma… in Create()
152 void SAL_CALL OCommandDefinition::rename( const ::rtl::OUString& newName ) throw (SQLException, Ele… in rename()