Searched refs:rServiceDecl (Results 1 – 2 of 2) sorted by relevance
/trunk/main/comphelper/inc/comphelper/ |
H A D | servicedecl.hxx | 163 ServiceDecl const& rServiceDecl, in OwnServiceImpl() argument 168 ServiceDecl const& rServiceDecl, in OwnServiceImpl() argument 170 : BaseT(xContext), m_rServiceDecl(rServiceDecl) {} in OwnServiceImpl() 196 ServiceDecl const& rServiceDecl, in ServiceImpl() argument 199 : ServiceImpl_BASE(rServiceDecl, args, xContext) {} in ServiceImpl() 201 ServiceDecl const& rServiceDecl, in ServiceImpl() argument 203 : ServiceImpl_BASE(rServiceDecl, xContext) {} in ServiceImpl() 224 operator()( ServiceDecl const& rServiceDecl, in operator ()() 230 new ImplT( rServiceDecl, xContext ) ); in operator ()() 241 operator()( ServiceDecl const& rServiceDecl, in operator ()() [all …]
|
/trunk/main/comphelper/source/misc/ |
H A D | servicedecl.cxx | 47 explicit Factory( ServiceDecl const& rServiceDecl ) in Factory() argument 48 : m_rServiceDecl(rServiceDecl) {} in Factory()
|
Completed in 16 milliseconds