Home
last modified time | relevance | path

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

/aoo41x/main/basic/inc/basic/
H A Dsbmeth.hxx42 friend class SbIfaceMapperMethod;
80 class SbIfaceMapperMethod : public SbMethod class
88 SbIfaceMapperMethod( const String& rName, SbMethod* pImplMeth ) in SbIfaceMapperMethod() function in SbIfaceMapperMethod
92 virtual ~SbIfaceMapperMethod();
H A Dsbmod.hxx42 class SbIfaceMapperMethod;
81 SbIfaceMapperMethod* GetIfaceMapperMethod( const String&, SbMethod* );
/aoo41x/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
/aoo41x/main/basic/source/comp/
H A Dcodegen.cxx247 SbIfaceMapperMethod* pMapperMeth = NULL; in Save()

Completed in 44 milliseconds