Lines Matching refs:CURI
40 class CURI: class
47 explicit CURI(css::uno::Reference< css::uno::XComponentContext > const & context);
48 virtual ~CURI() {} in ~CURI()
66 CURI(const CURI &); // not defined
67 CURI& operator=(const CURI &); // not defined
78 CURI::CURI(css::uno::Reference< css::uno::XComponentContext > const & context) : in CURI() function in __anon7fa09ee80111::CURI
83 ::rtl::OUString SAL_CALL CURI::getImplementationName() throw (css::uno::RuntimeException) in getImplementationName()
88 ::sal_Bool SAL_CALL CURI::supportsService(::rtl::OUString const & serviceName) throw (css::uno::Run… in supportsService()
98 css::uno::Sequence< ::rtl::OUString > SAL_CALL CURI::getSupportedServiceNames() throw (css::uno::Ru… in getSupportedServiceNames()
113 void SAL_CALL CURI::initFromConstant(const sal_Int16 i_Constant) in initFromConstant()
745 void SAL_CALL CURI::initialize(const css::uno::Sequence< ::com::sun::star::uno::Any > & aArguments)… in initialize()
819 ::rtl::OUString SAL_CALL CURI::getStringValue() throw (css::uno::RuntimeException) in getStringValue()
825 ::rtl::OUString SAL_CALL CURI::getNamespace() throw (css::uno::RuntimeException) in getNamespace()
830 ::rtl::OUString SAL_CALL CURI::getLocalName() throw (css::uno::RuntimeException) in getLocalName()
859 return static_cast< ::cppu::OWeakObject * >(new CURI(context)); in _create()