Lines Matching refs:pMethods
575 for( i = 0; i < pMethods->Count(); i++ ) in StartDefinitions()
577 SbMethod* p = PTR_CAST(SbMethod,pMethods->Get( i ) ); in StartDefinitions()
595 SbxVariable* p = pMethods->Find( rName, SbxCLASS_METHOD ); in GetMethod()
598 pMethods->Remove( p ); in GetMethod()
604 pMethods->Put( pMeth, pMethods->Count() ); in GetMethod()
659 SbxVariable* p = pMethods->Find( rName, SbxCLASS_METHOD ); in GetIfaceMapperMethod()
662 pMethods->Remove( p ); in GetIfaceMapperMethod()
668 pMethods->Put( pMapperMethod, pMethods->Count() ); in GetIfaceMapperMethod()
685 for( sal_uInt16 i = 0; i < pMethods->Count(); ) in TYPEINIT1()
687 SbMethod* p = PTR_CAST(SbMethod,pMethods->Get( i ) ); in TYPEINIT1()
691 pMethods->Remove( p ); in TYPEINIT1()
918 for( sal_uInt16 i = 0; i < pMethods->Count(); i++ ) in GetFunctionForLine()
920 SbMethod* p = (SbMethod*) pMethods->Get( i ); in GetFunctionForLine()
1658 for( sal_uInt32 i = 0; i < pMethods->Count(); i++ ) in fixUpMethodStart()
1660 SbMethod* pMeth = PTR_CAST(SbMethod,pMethods->Get( (sal_uInt16)i ) ); in fixUpMethodStart()