Lines Matching refs:pPar_
2186 void BasicCollection::CollAdd( SbxArray* pPar_ ) in CollAdd() argument
2188 sal_uInt16 nCount = pPar_->Count(); in CollAdd()
2195 SbxVariable* pItem = pPar_->Get(1); in CollAdd()
2205 SbxVariable* pBefore = pPar_->Get(3); in CollAdd()
2213 SbxVariable* pAfter = pPar_->Get(4); in CollAdd()
2237 SbxVariable* pKey = pPar_->Get(2); in CollAdd()
2264 void BasicCollection::CollItem( SbxArray* pPar_ ) in CollItem() argument
2266 if( pPar_->Count() != 2 ) in CollItem()
2272 SbxVariable* p = pPar_->Get( 1 ); in CollItem()
2279 *(pPar_->Get(0)) = *pRes; in CollItem()
2282 void BasicCollection::CollRemove( SbxArray* pPar_ ) in CollRemove() argument
2284 if( pPar_ == NULL || pPar_->Count() != 2 ) in CollRemove()
2290 SbxVariable* p = pPar_->Get( 1 ); in CollRemove()