Lines Matching refs:Constants

263             retVal= System::Type::GetType(const_cast<System::String*>(Constants::sArChar)); break;  in mapUnoType()
265 retVal= System::Type::GetType(const_cast<System::String*>(Constants::sArBoolean)); in mapUnoType()
268 retVal= System::Type::GetType(const_cast<System::String*>(Constants::sArByte)); in mapUnoType()
271 retVal= System::Type::GetType(const_cast<System::String*>(Constants::sArInt16)); in mapUnoType()
274 retVal= System::Type::GetType(const_cast<System::String*>(Constants::sArUInt16)); in mapUnoType()
277 retVal= System::Type::GetType(const_cast<System::String*>(Constants::sArInt32)); in mapUnoType()
280 retVal= System::Type::GetType(const_cast<System::String*>(Constants::sArUInt32)); in mapUnoType()
283 retVal= System::Type::GetType(const_cast<System::String*>(Constants::sArInt64)); in mapUnoType()
286 retVal= System::Type::GetType(const_cast<System::String*>(Constants::sArUInt64)); in mapUnoType()
289 retVal= System::Type::GetType(const_cast<System::String*>(Constants::sArSingle)); in mapUnoType()
292 retVal= System::Type::GetType(const_cast<System::String*>(Constants::sArDouble)); in mapUnoType()
295 retVal= System::Type::GetType(const_cast<System::String*>(Constants::sArString)); in mapUnoType()
298 retVal= System::Type::GetType(const_cast<System::String*>(Constants::sArType)); in mapUnoType()
417 if (const_cast<System::String*>(Constants::sVoid)->Equals( in mapCliType()
425 else if (const_cast<System::String*>(Constants::sType)->Equals( in mapCliType()
433 else if (const_cast<System::String*>(Constants::sAny)->Equals( in mapCliType()
493 if (sUnoName->Equals(const_cast<System::String*>(Constants::usBool))) in mapUnoTypeName()
494 buf->Append(const_cast<System::String*>(Constants::sBoolean)); in mapUnoTypeName()
495 else if (sUnoName->Equals(const_cast<System::String*>(Constants::usChar))) in mapUnoTypeName()
496 buf->Append(const_cast<System::String*>(Constants::sChar)); in mapUnoTypeName()
497 else if (sUnoName->Equals(const_cast<System::String*>(Constants::usByte))) in mapUnoTypeName()
498 buf->Append(const_cast<System::String*>(Constants::sByte)); in mapUnoTypeName()
499 else if (sUnoName->Equals(const_cast<System::String*>(Constants::usShort))) in mapUnoTypeName()
500 buf->Append(const_cast<System::String*>(Constants::sInt16)); in mapUnoTypeName()
501 else if (sUnoName->Equals(const_cast<System::String*>(Constants::usUShort))) in mapUnoTypeName()
502 buf->Append(const_cast<System::String*>(Constants::sUInt16)); in mapUnoTypeName()
503 else if (sUnoName->Equals(const_cast<System::String*>(Constants::usLong))) in mapUnoTypeName()
504 buf->Append(const_cast<System::String*>(Constants::sInt32)); in mapUnoTypeName()
505 else if (sUnoName->Equals(const_cast<System::String*>(Constants::usULong))) in mapUnoTypeName()
506 buf->Append(const_cast<System::String*>(Constants::sUInt32)); in mapUnoTypeName()
507 else if (sUnoName->Equals(const_cast<System::String*>(Constants::usHyper))) in mapUnoTypeName()
508 buf->Append(const_cast<System::String*>(Constants::sInt64)); in mapUnoTypeName()
509 else if (sUnoName->Equals(const_cast<System::String*>(Constants::usUHyper))) in mapUnoTypeName()
510 buf->Append(const_cast<System::String*>(Constants::sUInt64)); in mapUnoTypeName()
511 else if (sUnoName->Equals(const_cast<System::String*>(Constants::usFloat))) in mapUnoTypeName()
512 buf->Append(const_cast<System::String*>(Constants::sSingle)); in mapUnoTypeName()
513 else if (sUnoName->Equals(const_cast<System::String*>(Constants::usDouble))) in mapUnoTypeName()
514 buf->Append(const_cast<System::String*>(Constants::sDouble)); in mapUnoTypeName()
515 else if (sUnoName->Equals(const_cast<System::String*>(Constants::usString))) in mapUnoTypeName()
516 buf->Append(const_cast<System::String*>(Constants::sString)); in mapUnoTypeName()
517 else if (sUnoName->Equals(const_cast<System::String*>(Constants::usVoid))) in mapUnoTypeName()
518 buf->Append(const_cast<System::String*>(Constants::sVoid)); in mapUnoTypeName()
519 else if (sUnoName->Equals(const_cast<System::String*>(Constants::usType))) in mapUnoTypeName()
520 buf->Append(const_cast<System::String*>(Constants::sType)); in mapUnoTypeName()
521 else if (sUnoName->Equals(const_cast<System::String*>(Constants::usXInterface))) in mapUnoTypeName()
522 buf->Append(const_cast<System::String*>(Constants::sObject)); in mapUnoTypeName()
523 else if (sUnoName->Equals(const_cast<System::String*>(Constants::usAny))) in mapUnoTypeName()
525 buf->Append(const_cast<System::String*>(Constants::sAny)); in mapUnoTypeName()
530 buf->Append(const_cast<System::String*>(Constants::sUnoidl)); in mapUnoTypeName()
537 buf->Append(const_cast<System::String*>(Constants::sBrackets)); in mapUnoTypeName()
684 buf->Append(const_cast<System::String*>(Constants::usBrackets)); in mapCliTypeName()
686 if (typeName->Equals(const_cast<System::String*>(Constants::sBoolean))) in mapCliTypeName()
687 buf->Append(const_cast<System::String*>(Constants::usBool)); in mapCliTypeName()
688 else if (typeName->Equals(const_cast<System::String*>(Constants::sChar))) in mapCliTypeName()
689 buf->Append(const_cast<System::String*>(Constants::usChar)); in mapCliTypeName()
690 else if (typeName->Equals(const_cast<System::String*>(Constants::sByte))) in mapCliTypeName()
691 buf->Append(const_cast<System::String*>(Constants::usByte)); in mapCliTypeName()
692 else if (typeName->Equals(const_cast<System::String*>(Constants::sInt16))) in mapCliTypeName()
693 buf->Append(const_cast<System::String*>(Constants::usShort)); in mapCliTypeName()
694 else if (typeName->Equals(const_cast<System::String*>(Constants::sUInt16))) in mapCliTypeName()
695 buf->Append(const_cast<System::String*>(Constants::usUShort)); in mapCliTypeName()
696 else if (typeName->Equals(const_cast<System::String*>(Constants::sInt32))) in mapCliTypeName()
697 buf->Append(const_cast<System::String*>(Constants::usLong)); in mapCliTypeName()
698 else if (typeName->Equals(const_cast<System::String*>(Constants::sUInt32))) in mapCliTypeName()
699 buf->Append(const_cast<System::String*>(Constants::usULong)); in mapCliTypeName()
700 else if (typeName->Equals(const_cast<System::String*>(Constants::sInt64))) in mapCliTypeName()
701 buf->Append(const_cast<System::String*>(Constants::usHyper)); in mapCliTypeName()
702 else if (typeName->Equals(const_cast<System::String*>(Constants::sUInt64))) in mapCliTypeName()
703 buf->Append(const_cast<System::String*>(Constants::usUHyper)); in mapCliTypeName()
704 else if (typeName->Equals(const_cast<System::String*>(Constants::sSingle))) in mapCliTypeName()
705 buf->Append(const_cast<System::String*>(Constants::usFloat)); in mapCliTypeName()
706 else if (typeName->Equals(const_cast<System::String*>(Constants::sDouble))) in mapCliTypeName()
707 buf->Append(const_cast<System::String*>(Constants::usDouble)); in mapCliTypeName()
708 else if (typeName->Equals(const_cast<System::String*>(Constants::sString))) in mapCliTypeName()
709 buf->Append(const_cast<System::String*>(Constants::usString)); in mapCliTypeName()
710 else if (typeName->Equals(const_cast<System::String*>(Constants::sVoid))) in mapCliTypeName()
711 buf->Append(const_cast<System::String*>(Constants::usVoid)); in mapCliTypeName()
712 else if (typeName->Equals(const_cast<System::String*>(Constants::sType))) in mapCliTypeName()
713 buf->Append(const_cast<System::String*>(Constants::usType)); in mapCliTypeName()
714 else if (typeName->Equals(const_cast<System::String*>(Constants::sObject))) in mapCliTypeName()
715 buf->Append(const_cast<System::String*>(Constants::usXInterface)); in mapCliTypeName()
716 else if (typeName->Equals(const_cast<System::String*>(Constants::sAny))) in mapCliTypeName()
717 buf->Append(const_cast<System::String*>(Constants::usAny)); in mapCliTypeName()