Home
last modified time | relevance | path

Searched refs:CLiteral (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/unoxml/source/rdf/
H A DCLiteral.cxx41 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 __anonb0fcbe0c0111::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()
[all …]
/AOO41X/main/unoxml/
H A DLibrary_unordf.mk51 unoxml/source/rdf/CLiteral \