Home
last modified time | relevance | path

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

/trunk/main/cppuhelper/qa/propertysetmixin/
H A Dcomp_propertysetmixin.cxx117 class Empty2: class
122 explicit Empty2( in Empty2() function in __anon81286de80111::Empty2
151 Empty2(Empty2 &); // not defined
152 void operator =(Empty2 &); // not defined
154 virtual ~Empty2() {} in ~Empty2()
157 css::uno::Any Empty2::queryInterface(css::uno::Type const & type) in queryInterface()
337 { return new Empty2(m_context); } in getEmpty2()
H A DJavaSupplier.java61 public XComponent getEmpty2() { return new Empty2(); } in getEmpty2()
94 private final class Empty2 extends WeakBase class in JavaSupplier
97 public Empty2() {} in Empty2() method in JavaSupplier.Empty2