Home
last modified time | relevance | path

Searched refs:cd (Results 1 – 25 of 129) sorted by relevance

123456

/trunk/main/cppuhelper/source/
H A Dimplbase_ex.cxx89 static inline type_entry * __getTypeEntries( class_data * cd ) in __getTypeEntries() argument
92 type_entry * pEntries = cd->m_typeEntries; in __getTypeEntries()
93 if (! cd->m_storedTypeRefs) // not inited? in __getTypeEntries()
96 if (! cd->m_storedTypeRefs) // not inited? in __getTypeEntries()
99 for ( sal_Int32 n = cd->m_nTypes; n--; ) in __getTypeEntries()
121 cd->m_storedTypeRefs = sal_True; in __getTypeEntries()
127 static inline void __fillTypes( Type * types, class_data * cd ) in __fillTypes() argument
130 type_entry * pEntries = __getTypeEntries( cd ); in __fillTypes()
131 for ( sal_Int32 n = cd->m_nTypes; n--; ) in __fillTypes()
180 typelib_TypeDescriptionReference * pDemandedTDR, class_data * cd, void * that ) in __queryDeepNoXInterface() argument
[all …]
/trunk/main/cppuhelper/inc/cppuhelper/
H A Dimplbase3.hxx75 …struct cd : public rtl::StaticAggregate< class_data, ImplClassData3 < Ifc1, Ifc2, Ifc3, ImplHelper… struct in cppu::ImplHelper3
78 { return ImplHelper_query( rType, cd::get(), this ); } in queryInterface()
80 { return ImplHelper_getTypes( cd::get() ); } in getTypes()
82 { return ImplHelper_getImplementationId( cd::get() ); } in getImplementationId()
99 …struct cd : public rtl::StaticAggregate< class_data, ImplClassData3 < Ifc1, Ifc2, Ifc3, WeakImplHe… struct in cppu::WeakImplHelper3
102 { return WeakImplHelper_query( rType, cd::get(), this, (OWeakObject *)this ); } in queryInterface()
108 { return WeakImplHelper_getTypes( cd::get() ); } in getTypes()
110 { return ImplHelper_getImplementationId( cd::get() ); } in getImplementationId()
132 …struct cd : public rtl::StaticAggregate< class_data, ImplClassData3 < Ifc1, Ifc2, Ifc3, WeakAggImp… struct in cppu::WeakAggImplHelper3
137 { return WeakAggImplHelper_queryAgg( rType, cd::get(), this, (OWeakAggObject *)this ); } in queryAggregation()
[all …]
H A Dimplbase1.hxx73 …struct cd : public rtl::StaticAggregate< class_data, ImplClassData1 < Ifc1, ImplHelper1<Ifc1> > > … struct in cppu::ImplHelper1
76 { return ImplHelper_query( rType, cd::get(), this ); } in queryInterface()
78 { return ImplHelper_getTypes( cd::get() ); } in getTypes()
80 { return ImplHelper_getImplementationId( cd::get() ); } in getImplementationId()
97 …struct cd : public rtl::StaticAggregate< class_data, ImplClassData1< Ifc1, WeakImplHelper1< Ifc1 >… struct in cppu::WeakImplHelper1
100 { return WeakImplHelper_query( rType, cd::get(), this, (OWeakObject *)this ); } in queryInterface()
106 { return WeakImplHelper_getTypes( cd::get() ); } in getTypes()
108 { return ImplHelper_getImplementationId( cd::get() ); } in getImplementationId()
130 …struct cd : public rtl::StaticAggregate< class_data, ImplClassData1< Ifc1, WeakAggImplHelper1< Ifc… struct in cppu::WeakAggImplHelper1
135 { return WeakAggImplHelper_queryAgg( rType, cd::get(), this, (OWeakAggObject *)this ); } in queryAggregation()
[all …]
H A Dimplbase2.hxx74 …struct cd : public rtl::StaticAggregate< class_data, ImplClassData2 < Ifc1, Ifc2, ImplHelper2<Ifc1… struct in cppu::ImplHelper2
77 { return ImplHelper_query( rType, cd::get(), this ); } in queryInterface()
79 { return ImplHelper_getTypes( cd::get() ); } in getTypes()
81 { return ImplHelper_getImplementationId( cd::get() ); } in getImplementationId()
98 …struct cd : public rtl::StaticAggregate< class_data, ImplClassData2 < Ifc1, Ifc2, WeakImplHelper2<… struct in cppu::WeakImplHelper2
101 { return WeakImplHelper_query( rType, cd::get(), this, (OWeakObject *)this ); } in queryInterface()
107 { return WeakImplHelper_getTypes( cd::get() ); } in getTypes()
109 { return ImplHelper_getImplementationId( cd::get() ); } in getImplementationId()
131 …struct cd : public rtl::StaticAggregate< class_data, ImplClassData2 < Ifc1, Ifc2, WeakAggImplHelpe… struct in cppu::WeakAggImplHelper2
136 { return WeakAggImplHelper_queryAgg( rType, cd::get(), this, (OWeakAggObject *)this ); } in queryAggregation()
[all …]
H A Dimplbase5.hxx78 …struct cd : public rtl::StaticAggregate< class_data, ImplClassData5 < Ifc1, Ifc2, Ifc3, Ifc4, Ifc5… struct in cppu::ImplHelper5
81 { return ImplHelper_query( rType, cd::get(), this ); } in queryInterface()
83 { return ImplHelper_getTypes( cd::get() ); } in getTypes()
85 { return ImplHelper_getImplementationId( cd::get() ); } in getImplementationId()
102 …struct cd : public rtl::StaticAggregate< class_data, ImplClassData5 < Ifc1, Ifc2, Ifc3, Ifc4, Ifc5… struct in cppu::WeakImplHelper5
105 { return WeakImplHelper_query( rType, cd::get(), this, (OWeakObject *)this ); } in queryInterface()
111 { return WeakImplHelper_getTypes( cd::get() ); } in getTypes()
113 { return ImplHelper_getImplementationId( cd::get() ); } in getImplementationId()
135 …struct cd : public rtl::StaticAggregate< class_data, ImplClassData5 < Ifc1, Ifc2, Ifc3, Ifc4, Ifc5… struct in cppu::WeakAggImplHelper5
140 { return WeakAggImplHelper_queryAgg( rType, cd::get(), this, (OWeakAggObject *)this ); } in queryAggregation()
[all …]
H A Dimplbase4.hxx77 …struct cd : public rtl::StaticAggregate< class_data, ImplClassData4 < Ifc1, Ifc2, Ifc3, Ifc4, Impl… struct in cppu::ImplHelper4
80 { return ImplHelper_query( rType, cd::get(), this ); } in queryInterface()
82 { return ImplHelper_getTypes( cd::get() ); } in getTypes()
84 { return ImplHelper_getImplementationId( cd::get() ); } in getImplementationId()
101 …struct cd : public rtl::StaticAggregate< class_data, ImplClassData4 < Ifc1, Ifc2, Ifc3, Ifc4, Weak… struct in cppu::WeakImplHelper4
104 { return WeakImplHelper_query( rType, cd::get(), this, (OWeakObject *)this ); } in queryInterface()
110 { return WeakImplHelper_getTypes( cd::get() ); } in getTypes()
112 { return ImplHelper_getImplementationId( cd::get() ); } in getImplementationId()
134 …struct cd : public rtl::StaticAggregate< class_data, ImplClassData4 < Ifc1, Ifc2, Ifc3, Ifc4, Weak… struct in cppu::WeakAggImplHelper4
139 { return WeakAggImplHelper_queryAgg( rType, cd::get(), this, (OWeakAggObject *)this ); } in queryAggregation()
[all …]
H A Dimplbase6.hxx79 …struct cd : public rtl::StaticAggregate< class_data, ImplClassData6 < Ifc1, Ifc2, Ifc3, Ifc4, Ifc5… struct in cppu::ImplHelper6
82 { return ImplHelper_query( rType, cd::get(), this ); } in queryInterface()
84 { return ImplHelper_getTypes( cd::get() ); } in getTypes()
86 { return ImplHelper_getImplementationId( cd::get() ); } in getImplementationId()
103 …struct cd : public rtl::StaticAggregate< class_data, ImplClassData6 < Ifc1, Ifc2, Ifc3, Ifc4, Ifc5… struct in cppu::WeakImplHelper6
106 { return WeakImplHelper_query( rType, cd::get(), this, (OWeakObject *)this ); } in queryInterface()
112 { return WeakImplHelper_getTypes( cd::get() ); } in getTypes()
114 { return ImplHelper_getImplementationId( cd::get() ); } in getImplementationId()
136 …struct cd : public rtl::StaticAggregate< class_data, ImplClassData6 < Ifc1, Ifc2, Ifc3, Ifc4, Ifc5… struct in cppu::WeakAggImplHelper6
141 { return WeakAggImplHelper_queryAgg( rType, cd::get(), this, (OWeakAggObject *)this ); } in queryAggregation()
[all …]
H A Dimplbase8.hxx81 …struct cd : public rtl::StaticAggregate< class_data, ImplClassData8< Ifc1, Ifc2, Ifc3, Ifc4, Ifc5,… struct in cppu::ImplHelper8
84 { return ImplHelper_query( rType, cd::get(), this ); } in queryInterface()
86 { return ImplHelper_getTypes( cd::get() ); } in getTypes()
88 { return ImplHelper_getImplementationId( cd::get() ); } in getImplementationId()
105 …struct cd : public rtl::StaticAggregate< class_data, ImplClassData8< Ifc1, Ifc2, Ifc3, Ifc4, Ifc5,… struct in cppu::WeakImplHelper8
108 { return WeakImplHelper_query( rType, cd::get(), this, (OWeakObject *)this ); } in queryInterface()
114 { return WeakImplHelper_getTypes( cd::get() ); } in getTypes()
116 { return ImplHelper_getImplementationId( cd::get() ); } in getImplementationId()
138 …struct cd : public rtl::StaticAggregate< class_data, ImplClassData8< Ifc1, Ifc2, Ifc3, Ifc4, Ifc5,… struct in cppu::WeakAggImplHelper8
143 { return WeakAggImplHelper_queryAgg( rType, cd::get(), this, (OWeakAggObject *)this ); } in queryAggregation()
[all …]
H A Dimplbase7.hxx81 …struct cd : public rtl::StaticAggregate< class_data, ImplClassData7< Ifc1, Ifc2, Ifc3, Ifc4, Ifc5,… struct in cppu::ImplHelper7
84 { return ImplHelper_query( rType, cd::get(), this ); } in queryInterface()
86 { return ImplHelper_getTypes( cd::get() ); } in getTypes()
88 { return ImplHelper_getImplementationId( cd::get() ); } in getImplementationId()
105 …struct cd : public rtl::StaticAggregate< class_data, ImplClassData7< Ifc1, Ifc2, Ifc3, Ifc4, Ifc5,… struct in cppu::WeakImplHelper7
108 { return WeakImplHelper_query( rType, cd::get(), this, (OWeakObject *)this ); } in queryInterface()
114 { return WeakImplHelper_getTypes( cd::get() ); } in getTypes()
116 { return ImplHelper_getImplementationId( cd::get() ); } in getImplementationId()
138 …struct cd : public rtl::StaticAggregate< class_data, ImplClassData7< Ifc1, Ifc2, Ifc3, Ifc4, Ifc5,… struct in cppu::WeakAggImplHelper7
143 { return WeakAggImplHelper_queryAgg( rType, cd::get(), this, (OWeakAggObject *)this ); } in queryAggregation()
[all …]
H A Dimplbase9.hxx83 …struct cd : public rtl::StaticAggregate< class_data, ImplClassData9< Ifc1, Ifc2, Ifc3, Ifc4, Ifc5,… struct in cppu::ImplHelper9
86 { return ImplHelper_query( rType, cd::get(), this ); } in queryInterface()
88 { return ImplHelper_getTypes( cd::get() ); } in getTypes()
90 { return ImplHelper_getImplementationId( cd::get() ); } in getImplementationId()
107 …struct cd : public rtl::StaticAggregate< class_data, ImplClassData9< Ifc1, Ifc2, Ifc3, Ifc4, Ifc5,… struct in cppu::WeakImplHelper9
110 { return WeakImplHelper_query( rType, cd::get(), this, (OWeakObject *)this ); } in queryInterface()
116 { return WeakImplHelper_getTypes( cd::get() ); } in getTypes()
118 { return ImplHelper_getImplementationId( cd::get() ); } in getImplementationId()
140 …struct cd : public rtl::StaticAggregate< class_data, ImplClassData9< Ifc1, Ifc2, Ifc3, Ifc4, Ifc5,… struct in cppu::WeakAggImplHelper9
145 { return WeakAggImplHelper_queryAgg( rType, cd::get(), this, (OWeakAggObject *)this ); } in queryAggregation()
[all …]
H A Dimplbase10.hxx83 …struct cd : public rtl::StaticAggregate< class_data, ImplClassData10< Ifc1, Ifc2, Ifc3, Ifc4, Ifc5… struct in cppu::ImplHelper10
86 { return ImplHelper_query( rType, cd::get(), this ); } in queryInterface()
88 { return ImplHelper_getTypes( cd::get() ); } in getTypes()
90 { return ImplHelper_getImplementationId( cd::get() ); } in getImplementationId()
107 …struct cd : public rtl::StaticAggregate< class_data, ImplClassData10< Ifc1, Ifc2, Ifc3, Ifc4, Ifc5… struct in cppu::WeakImplHelper10
110 { return WeakImplHelper_query( rType, cd::get(), this, (OWeakObject *)this ); } in queryInterface()
116 { return WeakImplHelper_getTypes( cd::get() ); } in getTypes()
118 { return ImplHelper_getImplementationId( cd::get() ); } in getImplementationId()
140 …struct cd : public rtl::StaticAggregate< class_data, ImplClassData10< Ifc1, Ifc2, Ifc3, Ifc4, Ifc5… struct in cppu::WeakAggImplHelper10
145 { return WeakAggImplHelper_queryAgg( rType, cd::get(), this, (OWeakAggObject *)this ); } in queryAggregation()
[all …]
H A Dimplbase11.hxx84 …struct cd : public rtl::StaticAggregate< class_data, ImplClassData11< Ifc1, Ifc2, Ifc3, Ifc4, Ifc5… struct in cppu::ImplHelper11
87 { return ImplHelper_query( rType, cd::get(), this ); } in queryInterface()
89 { return ImplHelper_getTypes( cd::get() ); } in getTypes()
91 { return ImplHelper_getImplementationId( cd::get() ); } in getImplementationId()
108 …struct cd : public rtl::StaticAggregate< class_data, ImplClassData11< Ifc1, Ifc2, Ifc3, Ifc4, Ifc5… struct in cppu::WeakImplHelper11
111 { return WeakImplHelper_query( rType, cd::get(), this, (OWeakObject *)this ); } in queryInterface()
117 { return WeakImplHelper_getTypes( cd::get() ); } in getTypes()
119 { return ImplHelper_getImplementationId( cd::get() ); } in getImplementationId()
141 …struct cd : public rtl::StaticAggregate< class_data, ImplClassData11< Ifc1, Ifc2, Ifc3, Ifc4, Ifc5… struct in cppu::WeakAggImplHelper11
146 { return WeakAggImplHelper_queryAgg( rType, cd::get(), this, (OWeakAggObject *)this ); } in queryAggregation()
[all …]
H A Dimplbase12.hxx85 …struct cd : public rtl::StaticAggregate< class_data, ImplClassData12< Ifc1, Ifc2, Ifc3, Ifc4, Ifc5… struct in cppu::ImplHelper12
88 { return ImplHelper_query( rType, cd::get(), this ); } in queryInterface()
90 { return ImplHelper_getTypes( cd::get() ); } in getTypes()
92 { return ImplHelper_getImplementationId( cd::get() ); } in getImplementationId()
109 …struct cd : public rtl::StaticAggregate< class_data, ImplClassData12< Ifc1, Ifc2, Ifc3, Ifc4, Ifc5… struct in cppu::WeakImplHelper12
112 { return WeakImplHelper_query( rType, cd::get(), this, (OWeakObject *)this ); } in queryInterface()
118 { return WeakImplHelper_getTypes( cd::get() ); } in getTypes()
120 { return ImplHelper_getImplementationId( cd::get() ); } in getImplementationId()
142 …struct cd : public rtl::StaticAggregate< class_data, ImplClassData12< Ifc1, Ifc2, Ifc3, Ifc4, Ifc5… struct in cppu::WeakAggImplHelper12
147 { return WeakAggImplHelper_queryAgg( rType, cd::get(), this, (OWeakAggObject *)this ); } in queryAggregation()
[all …]
H A Dimplbase_ex.hxx108 class_data * cd,
116 class_data * cd,
123 class_data * cd )
129 class_data * cd,
136 class_data * cd )
145 class_data * cd,
154 class_data * cd )
163 class_data * cd,
172 class_data * cd )
H A Dcompbase1.hxx62 …struct cd : public rtl::StaticAggregate< class_data, ImplClassData1< Ifc1, WeakComponentImplHelper… struct in cppu::WeakComponentImplHelper1
68 …{ return WeakComponentImplHelper_query( rType, cd::get(), this, (WeakComponentImplHelperBase *)thi… in queryInterface()
80 { return WeakComponentImplHelper_getTypes( cd::get() ); } in getTypes()
82 { return ImplHelper_getImplementationId( cd::get() ); } in getImplementationId()
113 …struct cd : public rtl::StaticAggregate< class_data, ImplClassData1< Ifc1, WeakAggComponentImplHel… struct in cppu::WeakAggComponentImplHelper1
121 …{ return WeakAggComponentImplHelper_queryAgg( rType, cd::get(), this, (WeakAggComponentImplHelperB… in queryAggregation()
127 { return WeakAggComponentImplHelper_getTypes( cd::get() ); } in getTypes()
129 { return ImplHelper_getImplementationId( cd::get() ); } in getImplementationId()
H A Dcompbase2.hxx62 …struct cd : public rtl::StaticAggregate< class_data, ImplClassData2 < Ifc1, Ifc2, WeakComponentImp… struct in cppu::WeakComponentImplHelper2
68 …{ return WeakComponentImplHelper_query( rType, cd::get(), this, (WeakComponentImplHelperBase *)thi… in queryInterface()
80 { return WeakComponentImplHelper_getTypes( cd::get() ); } in getTypes()
82 { return ImplHelper_getImplementationId( cd::get() ); } in getImplementationId()
113 …struct cd : public rtl::StaticAggregate< class_data, ImplClassData2 < Ifc1, Ifc2, WeakAggComponent… struct in cppu::WeakAggComponentImplHelper2
121 …{ return WeakAggComponentImplHelper_queryAgg( rType, cd::get(), this, (WeakAggComponentImplHelperB… in queryAggregation()
127 { return WeakAggComponentImplHelper_getTypes( cd::get() ); } in getTypes()
129 { return ImplHelper_getImplementationId( cd::get() ); } in getImplementationId()
H A Dcompbase3.hxx62 …struct cd : public rtl::StaticAggregate< class_data, ImplClassData3 < Ifc1, Ifc2, Ifc3, WeakCompon… struct in cppu::WeakComponentImplHelper3
68 …{ return WeakComponentImplHelper_query( rType, cd::get(), this, (WeakComponentImplHelperBase *)thi… in queryInterface()
80 { return WeakComponentImplHelper_getTypes( cd::get() ); } in getTypes()
82 { return ImplHelper_getImplementationId( cd::get() ); } in getImplementationId()
113 …struct cd : public rtl::StaticAggregate< class_data, ImplClassData3 < Ifc1, Ifc2, Ifc3, WeakAggCom… struct in cppu::WeakAggComponentImplHelper3
121 …{ return WeakAggComponentImplHelper_queryAgg( rType, cd::get(), this, (WeakAggComponentImplHelperB… in queryAggregation()
127 { return WeakAggComponentImplHelper_getTypes( cd::get() ); } in getTypes()
129 { return ImplHelper_getImplementationId( cd::get() ); } in getImplementationId()
H A Dcompbase5.hxx62 …struct cd : public rtl::StaticAggregate< class_data, ImplClassData5 < Ifc1, Ifc2, Ifc3, Ifc4, Ifc5… struct in cppu::WeakComponentImplHelper5
68 …{ return WeakComponentImplHelper_query( rType, cd::get(), this, (WeakComponentImplHelperBase *)thi… in queryInterface()
80 { return WeakComponentImplHelper_getTypes( cd::get() ); } in getTypes()
82 { return ImplHelper_getImplementationId( cd::get() ); } in getImplementationId()
113 …struct cd : public rtl::StaticAggregate< class_data, ImplClassData5 < Ifc1, Ifc2, Ifc3, Ifc4, Ifc5… struct in cppu::WeakAggComponentImplHelper5
121 …{ return WeakAggComponentImplHelper_queryAgg( rType, cd::get(), this, (WeakAggComponentImplHelperB… in queryAggregation()
127 { return WeakAggComponentImplHelper_getTypes( cd::get() ); } in getTypes()
129 { return ImplHelper_getImplementationId( cd::get() ); } in getImplementationId()
H A Dcompbase7.hxx62 …struct cd : public rtl::StaticAggregate< class_data, ImplClassData7< Ifc1, Ifc2, Ifc3, Ifc4, Ifc5,… struct in cppu::WeakComponentImplHelper7
68 …{ return WeakComponentImplHelper_query( rType, cd::get(), this, (WeakComponentImplHelperBase *)thi… in queryInterface()
80 { return WeakComponentImplHelper_getTypes( cd::get() ); } in getTypes()
82 { return ImplHelper_getImplementationId( cd::get() ); } in getImplementationId()
113 …struct cd : public rtl::StaticAggregate< class_data, ImplClassData7< Ifc1, Ifc2, Ifc3, Ifc4, Ifc5,… struct in cppu::WeakAggComponentImplHelper7
121 …{ return WeakAggComponentImplHelper_queryAgg( rType, cd::get(), this, (WeakAggComponentImplHelperB… in queryAggregation()
127 { return WeakAggComponentImplHelper_getTypes( cd::get() ); } in getTypes()
129 { return ImplHelper_getImplementationId( cd::get() ); } in getImplementationId()
H A Dcompbase6.hxx62 …struct cd : public rtl::StaticAggregate< class_data, ImplClassData6 < Ifc1, Ifc2, Ifc3, Ifc4, Ifc5… struct in cppu::WeakComponentImplHelper6
68 …{ return WeakComponentImplHelper_query( rType, cd::get(), this, (WeakComponentImplHelperBase *)thi… in queryInterface()
80 { return WeakComponentImplHelper_getTypes( cd::get() ); } in getTypes()
82 { return ImplHelper_getImplementationId( cd::get() ); } in getImplementationId()
113 …struct cd : public rtl::StaticAggregate< class_data, ImplClassData6 < Ifc1, Ifc2, Ifc3, Ifc4, Ifc5… struct in cppu::WeakAggComponentImplHelper6
121 …{ return WeakAggComponentImplHelper_queryAgg( rType, cd::get(), this, (WeakAggComponentImplHelperB… in queryAggregation()
127 { return WeakAggComponentImplHelper_getTypes( cd::get() ); } in getTypes()
129 { return ImplHelper_getImplementationId( cd::get() ); } in getImplementationId()
H A Dcompbase4.hxx62 …struct cd : public rtl::StaticAggregate< class_data, ImplClassData4 < Ifc1, Ifc2, Ifc3, Ifc4, Weak… struct in cppu::WeakComponentImplHelper4
68 …{ return WeakComponentImplHelper_query( rType, cd::get(), this, (WeakComponentImplHelperBase *)thi… in queryInterface()
80 { return WeakComponentImplHelper_getTypes( cd::get() ); } in getTypes()
82 { return ImplHelper_getImplementationId( cd::get() ); } in getImplementationId()
113 …struct cd : public rtl::StaticAggregate< class_data, ImplClassData4 < Ifc1, Ifc2, Ifc3, Ifc4, Weak… struct in cppu::WeakAggComponentImplHelper4
121 …{ return WeakAggComponentImplHelper_queryAgg( rType, cd::get(), this, (WeakAggComponentImplHelperB… in queryAggregation()
127 { return WeakAggComponentImplHelper_getTypes( cd::get() ); } in getTypes()
129 { return ImplHelper_getImplementationId( cd::get() ); } in getImplementationId()
H A Dcompbase10.hxx62 …struct cd : public rtl::StaticAggregate< class_data, ImplClassData10< Ifc1, Ifc2, Ifc3, Ifc4, Ifc5… struct in cppu::WeakComponentImplHelper10
68 …{ return WeakComponentImplHelper_query( rType, cd::get(), this, (WeakComponentImplHelperBase *)thi… in queryInterface()
80 { return WeakComponentImplHelper_getTypes( cd::get() ); } in getTypes()
82 { return ImplHelper_getImplementationId( cd::get() ); } in getImplementationId()
113 …struct cd : public rtl::StaticAggregate< class_data, ImplClassData10< Ifc1, Ifc2, Ifc3, Ifc4, Ifc5… struct in cppu::WeakAggComponentImplHelper10
121 …{ return WeakAggComponentImplHelper_queryAgg( rType, cd::get(), this, (WeakAggComponentImplHelperB… in queryAggregation()
127 { return WeakAggComponentImplHelper_getTypes( cd::get() ); } in getTypes()
129 { return ImplHelper_getImplementationId( cd::get() ); } in getImplementationId()
H A Dcompbase8.hxx62 …struct cd : public rtl::StaticAggregate< class_data, ImplClassData8< Ifc1, Ifc2, Ifc3, Ifc4, Ifc5,… struct in cppu::WeakComponentImplHelper8
68 …{ return WeakComponentImplHelper_query( rType, cd::get(), this, (WeakComponentImplHelperBase *)thi… in queryInterface()
80 { return WeakComponentImplHelper_getTypes( cd::get() ); } in getTypes()
82 { return ImplHelper_getImplementationId( cd::get() ); } in getImplementationId()
113 …struct cd : public rtl::StaticAggregate< class_data, ImplClassData8< Ifc1, Ifc2, Ifc3, Ifc4, Ifc5,… struct in cppu::WeakAggComponentImplHelper8
121 …{ return WeakAggComponentImplHelper_queryAgg( rType, cd::get(), this, (WeakAggComponentImplHelperB… in queryAggregation()
127 { return WeakAggComponentImplHelper_getTypes( cd::get() ); } in getTypes()
129 { return ImplHelper_getImplementationId( cd::get() ); } in getImplementationId()
/trunk/main/comphelper/inc/comphelper/
H A Dimplbase_var.hxx153 struct cd : public ::rtl::StaticAggregate<
171 { return ::cppu::ImplHelper_query( rType, cd::get(), this ); }
174 { return ::cppu::ImplHelper_getTypes( cd::get() ); }
178 { return ::cppu::ImplHelper_getImplementationId( cd::get() ); }
201 struct cd : public ::rtl::StaticAggregate<
217 rType, cd::get(), this, static_cast<OWeakObject *>(this) );
225 { return ::cppu::WeakImplHelper_getTypes( cd::get() ); }
229 { return ::cppu::ImplHelper_getImplementationId( cd::get() ); }
261 struct cd : public ::rtl::StaticAggregate<
294 ::cppu::ImplHelper_queryNoXInterface( rType, cd::get(), this ) );
[all …]
/trunk/main/xmerge/source/minicalc/java/org/openoffice/xmerge/converter/xml/sxc/minicalc/
H A DSxcDocumentDeserializerImpl.java52 public SxcDocumentDeserializerImpl(ConvertData cd) { in SxcDocumentDeserializerImpl() argument
53 super(cd); in SxcDocumentDeserializerImpl()
86 protected String getWorkbookName(ConvertData cd) in getWorkbookName() argument
89 Enumeration e = cd.getDocumentEnumeration(); in getWorkbookName()
112 protected String[] getWorksheetNames(ConvertData cd) in getWorksheetNames() argument
114 int numberOfPDBs = cd.getNumDocuments(); in getWorksheetNames()
117 Enumeration e = cd.getDocumentEnumeration(); in getWorksheetNames()

123456