Home
last modified time | relevance | path

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

/trunk/main/idlc/test/parser/
H A Dinterfaceinheritance.tests24 interface Derived {
32 interface Derived {
40 interface Derived {
48 interface Derived {
57 interface Derived {
66 interface Derived {
75 interface Derived {
84 interface Derived {
93 interface Derived {
102 interface Derived {
[all …]
H A Dmethodoverload.tests23 interface Derived {
33 interface Derived {
43 interface Derived {
53 interface Derived {
63 interface Derived {
76 interface Derived {
89 interface Derived {
102 interface Derived {
115 interface Derived {
/trunk/main/basebmp/inc/basebmp/
H A Dcompositeiterator.hxx86 class Derived >
117 bool operator==(Derived const & rhs) const in operator ==()
122 bool operator!=(Derived const & rhs) const in operator !=()
127 difference_type operator-(Derived const & rhs) const in operator -()
133 Derived & operator+=(difference_type const & s) in operator +=()
137 return static_cast<Derived&>(*this); in operator +=()
140 Derived & operator-=(difference_type const & s) in operator -=()
144 return static_cast<Derived&>(*this); in operator -=()
147 Derived operator+(difference_type const & s) const in operator +()
149 Derived ret(static_cast<Derived const&>(*this)); in operator +()
[all …]
/trunk/main/bridges/test/java_uno/acquire/
H A Dtestacquire.cxx161 class Derived: public Base, public test::javauno::acquire::XDerived { class
163 explicit Derived(osl::Condition & condition): Base(condition) {} in Derived() function in __anon06d55dfa0411::Derived
173 virtual ~Derived() {} in ~Derived()
178 css::uno::Any Derived::queryInterface(css::uno::Type const & type) in queryInterface()
379 static_cast< Interface * >(new Derived(c.get()))); in run()
392 test->setBaseToInterface(static_cast< Base * >(new Derived(c.get()))); in run()
399 test->setDerivedToInterface(new Derived(c.get())); in run()
413 test->setBaseToBase(static_cast< Base * >(new Derived(c.get()))); in run()
421 test->setDerivedToBase(new Derived(c.get())); in run()
429 test->setDerivedToDerived(new Derived(c.get())); in run()
[all …]
/trunk/main/autodoc/source/display/html/
H A Dpm_class.cxx510 const Node * Derived() const { return pDerived; } in Derived() function in __anonbbb066f00111::Node
598 intt nDerivPos = aPositionList[col]->Derived()->Position(); in WriteNodeHierarchy()
737 if ( Derived() == 0 ) in Write2()
/trunk/main/sw/source/filter/inc/
H A Dfltshell.hxx440 void Derived(SwTxtFmtColl* pBase) in Derived() function in SwFltFormatCollection
625 ((SwFltFormatCollection*)pOut)->Derived(pColls[nBased]->GetColl()); in BaseStyle()
/trunk/main/autodoc/source/display/idl/
H A Dhfi_hierarchy.hxx87 const HF_IdlBaseNode * Derived() const { return pDerived; } in Derived() function in HF_IdlBaseNode
/trunk/main/offapi/com/sun/star/i18n/
H A DXLocaleData2.idl38 <p> Derived from
/trunk/main/libpng/
H A Dlibpng-1.5.26.patch86 +/* Derived from: scripts/pnglibconf.dfa */