Home
last modified time | relevance | path

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

/aoo42x/main/desktop/source/deployment/misc/
H A Ddp_descriptioninfoset.cxx70 class EmptyNodeList: public ::cppu::WeakImplHelper1< css::xml::dom::XNodeList > class
73 EmptyNodeList();
75 virtual ~EmptyNodeList();
83 EmptyNodeList(EmptyNodeList &); // not defined
84 void operator =(EmptyNodeList &); // not defined
87 EmptyNodeList::EmptyNodeList() {} in EmptyNodeList() function in __anon3ed1eebb0111::EmptyNodeList
89 EmptyNodeList::~EmptyNodeList() {} in ~EmptyNodeList()
91 ::sal_Int32 EmptyNodeList::getLength() throw (css::uno::RuntimeException) { in getLength()
95 css::uno::Reference< css::xml::dom::XNode > EmptyNodeList::item(::sal_Int32) in item()
581 return new EmptyNodeList; in getDependencies()

Completed in 185 milliseconds