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.cxx660 SbIfaceMapperMethod* pMapperMethod = p ? PTR_CAST(SbIfaceMapperMethod,p) : NULL; in GetIfaceMapperMethod() local
661 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 23 milliseconds