Searched refs:pMapperMethod (Results 1 – 1 of 1) sorted by relevance
660 SbIfaceMapperMethod* pMapperMethod = p ? PTR_CAST(SbIfaceMapperMethod,p) : NULL; in GetIfaceMapperMethod() local661 if( p && !pMapperMethod ) in GetIfaceMapperMethod()663 if( !pMapperMethod ) in GetIfaceMapperMethod()665 pMapperMethod = new SbIfaceMapperMethod( rName, pImplMeth ); in GetIfaceMapperMethod()666 pMapperMethod->SetParent( this ); in GetIfaceMapperMethod()667 pMapperMethod->SetFlags( SBX_READ ); in GetIfaceMapperMethod()668 pMethods->Put( pMapperMethod, pMethods->Count() ); in GetIfaceMapperMethod()670 pMapperMethod->bInvalid = sal_False; in GetIfaceMapperMethod()671 return pMapperMethod; in GetIfaceMapperMethod()
Completed in 52 milliseconds