Home
last modified time | relevance | path

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

/trunk/main/basic/source/classes/
H A Dsbxmod.cxx658 SbIfaceMapperMethod* pMapperMethod = p ? PTR_CAST(SbIfaceMapperMethod,p) : NULL; in GetIfaceMapperMethod() local
659 if( p && !pMapperMethod ) in GetIfaceMapperMethod()
661 if( !pMapperMethod ) in GetIfaceMapperMethod()
663 pMapperMethod = new SbIfaceMapperMethod( rName, pImplMeth ); in GetIfaceMapperMethod()
664 pMapperMethod->SetParent( this ); in GetIfaceMapperMethod()
665 pMapperMethod->SetFlags( SBX_READ ); in GetIfaceMapperMethod()
666 pMethods->Put( pMapperMethod, pMethods->Count() ); in GetIfaceMapperMethod()
668 pMapperMethod->bInvalid = sal_False; in GetIfaceMapperMethod()
669 return pMapperMethod; in GetIfaceMapperMethod()