Home
last modified time | relevance | path

Searched refs:SbIfaceMapperMethod (Results 1 – 5 of 5) sorted by relevance

/trunk/main/basic/inc/basic/
H A Dsbmeth.hxx43 friend class SbIfaceMapperMethod;
81 class BASIC_DLLPUBLIC SbIfaceMapperMethod : public SbMethod class
89 SbIfaceMapperMethod( const String& rName, SbMethod* pImplMeth ) in SbIfaceMapperMethod() function in SbIfaceMapperMethod
93 virtual ~SbIfaceMapperMethod();
H A Dsbmod.hxx43 class SbIfaceMapperMethod;
82 SbIfaceMapperMethod* GetIfaceMapperMethod( const String&, SbMethod* );
/trunk/main/basic/source/classes/
H A Dsb.cxx643 SbIfaceMapperMethod* pIfaceMethod = PTR_CAST( SbIfaceMapperMethod, pVar ); in TYPEINIT1()
668 SbIfaceMapperMethod* pIfaceMethod = PTR_CAST( SbIfaceMapperMethod, pVar ); in TYPEINIT1()
687 SbIfaceMapperMethod* pNewIfaceMethod = in TYPEINIT1()
688 new SbIfaceMapperMethod( pIfaceMethod->GetName(), pImplMethodCopy ); in TYPEINIT1()
792 SbIfaceMapperMethod* pIfaceMapperMethod = PTR_CAST(SbIfaceMapperMethod,pRes); in Find()
H A Dsbxmod.cxx656 SbIfaceMapperMethod* SbModule::GetIfaceMapperMethod in GetIfaceMapperMethod()
660 SbIfaceMapperMethod* pMapperMethod = p ? PTR_CAST(SbIfaceMapperMethod,p) : NULL; in GetIfaceMapperMethod()
665 pMapperMethod = new SbIfaceMapperMethod( rName, pImplMeth ); in GetIfaceMapperMethod()
674 SbIfaceMapperMethod::~SbIfaceMapperMethod() in ~SbIfaceMapperMethod()
678 TYPEINIT1(SbIfaceMapperMethod,SbMethod) in TYPEINIT1() argument
/trunk/main/basic/source/comp/
H A Dcodegen.cxx247 SbIfaceMapperMethod* pMapperMeth = NULL; in Save()

Completed in 36 milliseconds