Lines Matching refs:pPar_
160 void SbxCollection::CollAdd( SbxArray* pPar_ ) in CollAdd() argument
162 if( pPar_->Count() != 2 ) in CollAdd()
166 SbxBase* pObj = pPar_->Get( 1 )->GetObject(); in CollAdd()
176 void SbxCollection::CollItem( SbxArray* pPar_ ) in CollItem() argument
178 if( pPar_->Count() != 2 ) in CollItem()
183 SbxVariable* p = pPar_->Get( 1 ); in CollItem()
194 pPar_->Get( 0 )->PutObject( pRes ); in CollItem()
200 void SbxCollection::CollRemove( SbxArray* pPar_ ) in CollRemove() argument
202 if( pPar_->Count() != 2 ) in CollRemove()
206 short n = pPar_->Get( 1 )->GetInteger(); in CollRemove()
260 void SbxStdCollection::CollAdd( SbxArray* pPar_ ) in CollAdd() argument
265 SbxCollection::CollAdd( pPar_ ); in CollAdd()
268 void SbxStdCollection::CollRemove( SbxArray* pPar_ ) in CollRemove() argument
273 SbxCollection::CollRemove( pPar_ ); in CollRemove()