Lines Matching refs:pInst
773 SbiInstance* pInst = pINST; in unoToSbxValue() local
774 if( pInst && pInst->IsCompatibility() ) in unoToSbxValue()
956 SbiInstance* pInst = pINST; in getUnoTypeForSbxBaseType() local
957 if( pInst && pInst->IsCompatibility() ) in getUnoTypeForSbxBaseType()
1364 SbiInstance* pInst = pINST; in sbxToUnoValue() local
1365 if( pInst && pInst->IsCompatibility() ) in sbxToUnoValue()
2229 SbiInstance* pInst = pINST; in TYPEINIT1() local
2230 if( pInst && pInst->IsCompatibility() ) in TYPEINIT1()
2681 SbiInstance* pInst = pINST; in GetInfo() local
2682 if( pInst && pInst->IsCompatibility() ) in GetInfo()
4560 SbiInstance* pInst = pINST; in invoke() local
4561 if( pInst && pInst->IsCompatibility() ) in invoke()
4563 bOldReschedule = pInst->IsReschedule(); in invoke()
4566 pInst->EnableReschedule( sal_False ); in invoke()
4604 pInst->EnableReschedule( bOldReschedule ); in invoke()