Home
last modified time | relevance | path

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

/AOO41X/main/basic/inc/basic/ !
H A Dsbmeth.hxx88 SbIfaceMapperMethod( const String& rName, SbMethod* pImplMeth ) in SbIfaceMapperMethod() argument
89 : SbMethod( rName, pImplMeth->GetType(), NULL ) in SbIfaceMapperMethod()
90 , mxImplMeth( pImplMeth ) in SbIfaceMapperMethod()
/AOO41X/main/basic/source/classes/ !
H A Dsbxmod.cxx657 ( const String& rName, SbMethod* pImplMeth ) in GetIfaceMapperMethod() argument
665 pMapperMethod = new SbIfaceMapperMethod( rName, pImplMeth ); in GetIfaceMapperMethod()