Lines Matching refs:CLiteral
41 class CLiteral: class
48 explicit CLiteral(css::uno::Reference< css::uno::XComponentContext > const & context);
49 virtual ~CLiteral() {} in ~CLiteral()
68 CLiteral(const CLiteral &); // not defined
69 CLiteral& operator=(const CLiteral &); // not defined
78 CLiteral::CLiteral(css::uno::Reference< css::uno::XComponentContext > const & context) : in CLiteral() function in __anond726e6650111::CLiteral
83 ::rtl::OUString SAL_CALL CLiteral::getImplementationName() throw (css::uno::RuntimeException) in getImplementationName()
88 ::sal_Bool SAL_CALL CLiteral::supportsService(::rtl::OUString const & serviceName) throw (css::uno:… in supportsService()
98 css::uno::Sequence< ::rtl::OUString > SAL_CALL CLiteral::getSupportedServiceNames() throw (css::uno… in getSupportedServiceNames()
104 void SAL_CALL CLiteral::initialize(const css::uno::Sequence< ::com::sun::star::uno::Any > & aArgume… in initialize()
156 ::rtl::OUString SAL_CALL CLiteral::getStringValue() throw (css::uno::RuntimeException) in getStringValue()
174 ::rtl::OUString SAL_CALL CLiteral::getValue() throw (css::uno::RuntimeException) in getValue()
179 ::rtl::OUString SAL_CALL CLiteral::getLanguage() throw (css::uno::RuntimeException) in getLanguage()
184 css::uno::Reference< css::rdf::XURI > SAL_CALL CLiteral::getDatatype() throw (css::uno::RuntimeExce… in getDatatype()
213 return static_cast< ::cppu::OWeakObject * >(new CLiteral(context)); in _create()