Home
last modified time | relevance | path

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

/aoo4110/main/comphelper/inc/comphelper/
H A Dservicedecl.hxx163 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 …]
/aoo4110/main/comphelper/source/misc/
H A Dservicedecl.cxx47 explicit Factory( ServiceDecl const& rServiceDecl ) in Factory() argument
48 : m_rServiceDecl(rServiceDecl) {} in Factory()

Completed in 22 milliseconds