Searched refs:pPar_ (Results 1 – 8 of 8) sorted by relevance
/aoo41x/main/basic/source/runtime/ |
H A D | stdobj1.cxx | 167 SbxArray* pPar_ = pVar->GetParameters(); in SFX_NOTIFY() local 289 SbxArray* pPar_ = pVar->GetParameters(); in SFX_NOTIFY() local 349 if( pPar_ && (pPar_->Count() > 1) ) in MethClear() 362 if( !pPar_ || (pPar_->Count() != 2) ) in MethGetData() 368 sal_uInt16 nFormat = pPar_->Get(1)->GetInteger(); in MethGetData() 393 if( !pPar_ || (pPar_->Count() != 2) ) in MethGetFormat() 399 sal_uInt16 nFormat = pPar_->Get(1)->GetInteger(); in MethGetFormat() 412 if( pPar_ && (pPar_->Count() > 1) ) in MethGetText() 426 if( !pPar_ || (pPar_->Count() != 3) ) in MethSetData() 460 if( !pPar_ || (pPar_->Count() != 2) ) in MethSetText() [all …]
|
H A D | stdobj.cxx | 742 SbxArray* pPar_ = pVar->GetParameters(); in SFX_NOTIFY() local 757 SbxArrayRef rPar( pPar_ ); in SFX_NOTIFY() 758 if( !pPar_ ) in SFX_NOTIFY() 760 rPar = pPar_ = new SbxArray; in SFX_NOTIFY() 761 pPar_->Put( pVar, 0 ); in SFX_NOTIFY() 763 p( (StarBASIC*) GetParent(), *pPar_, bWrite ); in SFX_NOTIFY()
|
/aoo41x/main/basic/source/sbx/ |
H A D | sbxcoll.cxx | 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() 202 if( pPar_->Count() != 2 ) in CollRemove() 206 short n = pPar_->Get( 1 )->GetInteger(); in CollRemove() 265 SbxCollection::CollAdd( pPar_ ); in CollAdd() [all …]
|
/aoo41x/main/basic/source/sample/ |
H A D | object.cxx | 173 SbxArray* pPar_ = pVar->GetParameters(); in SFX_NOTIFY() local 191 if( ( !pPar_ && nPar ) in SFX_NOTIFY() 192 || ( pPar_->Count() != nPar+1 ) ) in SFX_NOTIFY() 197 (this->*(aMethods[ nIndex ].pFunc))( pVar, pPar_, bWrite ); in SFX_NOTIFY() 235 void SampleObject::Display( SbxVariable*, SbxArray* pPar_, sal_Bool ) in Display() argument 238 String s( pPar_->Get( 1 )->GetString() ); in Display() 243 void SampleObject::Square( SbxVariable* pVar, SbxArray* pPar_, sal_Bool ) in Square() argument 245 double n = pPar_->Get( 1 )->GetDouble(); in Square() 251 void SampleObject::Event( SbxVariable*, SbxArray* pPar_, sal_Bool ) in Event() argument 253 Call( pPar_->Get( 1 )->GetString(), NULL ); in Event() [all …]
|
H A D | collelem.cxx | 53 SbxArray* pPar_ = pVar->GetParameters(); in SFX_NOTIFY() local 59 if( !pPar_ || pPar_->Count() != 2 ) in SFX_NOTIFY() 65 s += pPar_->Get( 1 )->GetString(); in SFX_NOTIFY() 66 pPar_->Get( 0 )->SetType(SbxSTRING); in SFX_NOTIFY() 67 pPar_->Get( 0 )->PutString( s ); in SFX_NOTIFY()
|
/aoo41x/main/basic/inc/basic/ |
H A D | sbstdobj.hxx | 127 void MethClear( SbxVariable* pVar, SbxArray* pPar_, sal_Bool bWrite ); 128 void MethGetData( SbxVariable* pVar, SbxArray* pPar_, sal_Bool bWrite ); 129 void MethGetFormat( SbxVariable* pVar, SbxArray* pPar_, sal_Bool bWrite ); 130 void MethGetText( SbxVariable* pVar, SbxArray* pPar_, sal_Bool bWrite ); 131 void MethSetData( SbxVariable* pVar, SbxArray* pPar_, sal_Bool bWrite ); 132 void MethSetText( SbxVariable* pVar, SbxArray* pPar_, sal_Bool bWrite );
|
/aoo41x/main/basic/source/classes/ |
H A D | sb.cxx | 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() 2266 if( pPar_->Count() != 2 ) in CollItem() 2272 SbxVariable* p = pPar_->Get( 1 ); in CollItem() 2279 *(pPar_->Get(0)) = *pRes; in CollItem() 2284 if( pPar_ == NULL || pPar_->Count() != 2 ) in CollRemove() [all …]
|
/aoo41x/main/basic/source/inc/ |
H A D | sbunoobj.hxx | 321 void CollAdd( SbxArray* pPar_ ); 322 void CollItem( SbxArray* pPar_ ); 323 void CollRemove( SbxArray* pPar_ );
|
Completed in 72 milliseconds