Lines Matching refs:pElem
572 SbiSymDef* pElem; in DefType() local
581 pElem = NULL; in DefType()
588 pElem = NULL; in DefType()
594 pElem = VarDecl(&pDim,sal_False,sal_False); in DefType()
595 if( !pElem ) in DefType()
598 if( pElem ) in DefType()
601 String aElemName = pElem->GetName(); in DefType()
606 SbxDataType eElemType = pElem->GetType(); in DefType()
610 SbxDimArray* pArray = new SbxDimArray( pElem->GetType() ); in DefType()
647 sal_uInt16 nElemTypeId = pElem->GetTypeId(); in DefType()
662 delete pElem; in DefType()
697 SbiSymDef* pElem; in DefEnum() local
708 pElem = NULL; in DefEnum()
715 pElem = NULL; in DefEnum()
725 pElem = VarDecl( &pDim, sal_False, sal_True ); in DefEnum()
726 if( !pElem ) in DefEnum()
739 SbiExpression aVar( this, *pElem ); in DefEnum()
761 SbiSymDef* pOld = pPoolToUse->Find( pElem->GetName() ); in DefEnum()
764 Error( SbERR_VAR_DEFINED, pElem->GetName() ); in DefEnum()
769 pPool->Add( pElem ); in DefEnum()
778 eOp, pElem->GetId(), in DefEnum()
779 sal::static_int_cast< sal_uInt16 >( pElem->GetType() ) ); in DefEnum()
787 SbiConstDef* pConst = pElem->GetConstDef(); in DefEnum()
791 if( pElem ) in DefEnum()
794 SbxProperty *pEnumElem = new SbxProperty( pElem->GetName(), SbxLONG ); in DefEnum()