Lines Matching refs:pMethods
573 for( i = 0; i < pMethods->Count(); i++ ) in StartDefinitions()
575 SbMethod* p = PTR_CAST(SbMethod,pMethods->Get( i ) ); in StartDefinitions()
593 SbxVariable* p = pMethods->Find( rName, SbxCLASS_METHOD ); in GetMethod()
596 pMethods->Remove( p ); in GetMethod()
602 pMethods->Put( pMeth, pMethods->Count() ); in GetMethod()
657 SbxVariable* p = pMethods->Find( rName, SbxCLASS_METHOD ); in GetIfaceMapperMethod()
660 pMethods->Remove( p ); in GetIfaceMapperMethod()
666 pMethods->Put( pMapperMethod, pMethods->Count() ); in GetIfaceMapperMethod()
683 for( sal_uInt16 i = 0; i < pMethods->Count(); ) in TYPEINIT1()
685 SbMethod* p = PTR_CAST(SbMethod,pMethods->Get( i ) ); in TYPEINIT1()
689 pMethods->Remove( p ); in TYPEINIT1()
916 for( sal_uInt16 i = 0; i < pMethods->Count(); i++ ) in GetFunctionForLine()
918 SbMethod* p = (SbMethod*) pMethods->Get( i ); in GetFunctionForLine()
1656 for( sal_uInt32 i = 0; i < pMethods->Count(); i++ ) in fixUpMethodStart()
1658 SbMethod* pMeth = PTR_CAST(SbMethod,pMethods->Get( (sal_uInt16)i ) ); in fixUpMethodStart()