Lines Matching refs:pTupel
526 RscTop * pTupel; in InitGeometry() local
530 pTupel = new RscTupel( pHS->getID( "TupelDeltaSystem" ), in InitGeometry()
533 pTupel->SetVariable( nId, &aShort ); in InitGeometry()
535 pTupel->SetVariable( nId, &aShort ); in InitGeometry()
537 pTupel->SetVariable( nId, &aShort ); in InitGeometry()
539 pTupel->SetVariable( nId, &aShort ); in InitGeometry()
541 return (RscTupel *)pTupel; in InitGeometry()
603 RscTop * pTupel; in InitStringTupel() local
607 pTupel = new RscTupel( pHS->getID( "CharsTupel" ), RSC_NOTYPE, NULL ); in InitStringTupel()
609 pTupel->SetVariable( nId, &aString ); in InitStringTupel()
611 pTupel->SetVariable( nId, &aString ); in InitStringTupel()
613 return (RscTupel *)pTupel; in InitStringTupel()
627 RscTop * pTupel; in InitStringLongTupel() local
631 pTupel = new RscTupel( pHS->getID( "CharsLongTupel" ), RSC_NOTYPE, NULL ); in InitStringLongTupel()
633 pTupel->SetVariable( nId, &aString ); in InitStringLongTupel()
635 pTupel->SetVariable( nId, &aEnumLong ); in InitStringLongTupel()
637 return (RscTupel *)pTupel; in InitStringLongTupel()