Lines Matching refs:pElem
574 SbiSymDef* pElem; in DefType() local
583 pElem = NULL; in DefType()
590 pElem = NULL; in DefType()
596 pElem = VarDecl(&pDim,sal_False,sal_False); in DefType()
597 if( !pElem ) in DefType()
600 if( pElem ) in DefType()
603 String aElemName = pElem->GetName(); in DefType()
608 SbxDataType eElemType = pElem->GetType(); in DefType()
612 SbxDimArray* pArray = new SbxDimArray( pElem->GetType() ); in DefType()
649 sal_uInt16 nElemTypeId = pElem->GetTypeId(); in DefType()
664 delete pElem; in DefType()
699 SbiSymDef* pElem; in DefEnum() local
710 pElem = NULL; in DefEnum()
717 pElem = NULL; in DefEnum()
727 pElem = VarDecl( &pDim, sal_False, sal_True ); in DefEnum()
728 if( !pElem ) in DefEnum()
741 SbiExpression aVar( this, *pElem ); in DefEnum()
763 SbiSymDef* pOld = pPoolToUse->Find( pElem->GetName() ); in DefEnum()
766 Error( SbERR_VAR_DEFINED, pElem->GetName() ); in DefEnum()
771 pPool->Add( pElem ); in DefEnum()
780 eOp, pElem->GetId(), in DefEnum()
781 sal::static_int_cast< sal_uInt16 >( pElem->GetType() ) ); in DefEnum()
789 SbiConstDef* pConst = pElem->GetConstDef(); in DefEnum()
793 if( pElem ) in DefEnum()
796 SbxProperty *pEnumElem = new SbxProperty( pElem->GetName(), SbxLONG ); in DefEnum()