Lines Matching refs:CBlankNode
39 class CBlankNode: class
46 explicit CBlankNode(css::uno::Reference< css::uno::XComponentContext > const & context);
47 virtual ~CBlankNode() {} in ~CBlankNode()
61 CBlankNode(const CBlankNode &); // not defined
62 CBlankNode& operator=(const CBlankNode &); // not defined
69 CBlankNode::CBlankNode(css::uno::Reference< css::uno::XComponentContext > const & context) : in CBlankNode() function in __anona0b22b260111::CBlankNode
74 ::rtl::OUString SAL_CALL CBlankNode::getImplementationName() throw (css::uno::RuntimeException) in getImplementationName()
79 ::sal_Bool SAL_CALL CBlankNode::supportsService(::rtl::OUString const & serviceName) throw (css::un… in supportsService()
89 css::uno::Sequence< ::rtl::OUString > SAL_CALL CBlankNode::getSupportedServiceNames() throw (css::u… in getSupportedServiceNames()
95 void SAL_CALL CBlankNode::initialize(const css::uno::Sequence< ::com::sun::star::uno::Any > & aArgu… in initialize()
121 ::rtl::OUString SAL_CALL CBlankNode::getStringValue() throw (css::uno::RuntimeException) in getStringValue()
150 return static_cast< ::cppu::OWeakObject * >(new CBlankNode(context)); in _create()