Lines Matching refs:Constants
173 if (sUnoName->Equals(const_cast<System::String*>(Constants::sUnoBool))) in mapUnoTypeName()
174 buf->Append(const_cast<System::String*>(Constants::sBoolean)); in mapUnoTypeName()
175 else if (sUnoName->Equals(const_cast<System::String*>(Constants::sUnoChar))) in mapUnoTypeName()
176 buf->Append(const_cast<System::String*>(Constants::sChar)); in mapUnoTypeName()
177 else if (sUnoName->Equals(const_cast<System::String*>(Constants::sUnoByte))) in mapUnoTypeName()
178 buf->Append(const_cast<System::String*>(Constants::sByte)); in mapUnoTypeName()
179 else if (sUnoName->Equals(const_cast<System::String*>(Constants::sUnoShort))) in mapUnoTypeName()
180 buf->Append(const_cast<System::String*>(Constants::sInt16)); in mapUnoTypeName()
181 else if (sUnoName->Equals(const_cast<System::String*>(Constants::sUnoUShort))) in mapUnoTypeName()
182 buf->Append(const_cast<System::String*>(Constants::sUInt16)); in mapUnoTypeName()
183 else if (sUnoName->Equals(const_cast<System::String*>(Constants::sUnoLong))) in mapUnoTypeName()
184 buf->Append(const_cast<System::String*>(Constants::sInt32)); in mapUnoTypeName()
185 else if (sUnoName->Equals(const_cast<System::String*>(Constants::sUnoULong))) in mapUnoTypeName()
186 buf->Append(const_cast<System::String*>(Constants::sUInt32)); in mapUnoTypeName()
187 else if (sUnoName->Equals(const_cast<System::String*>(Constants::sUnoHyper))) in mapUnoTypeName()
188 buf->Append(const_cast<System::String*>(Constants::sInt64)); in mapUnoTypeName()
189 else if (sUnoName->Equals(const_cast<System::String*>(Constants::sUnoUHyper))) in mapUnoTypeName()
190 buf->Append(const_cast<System::String*>(Constants::sUInt64)); in mapUnoTypeName()
191 else if (sUnoName->Equals(const_cast<System::String*>(Constants::sUnoFloat))) in mapUnoTypeName()
192 buf->Append(const_cast<System::String*>(Constants::sSingle)); in mapUnoTypeName()
193 else if (sUnoName->Equals(const_cast<System::String*>(Constants::sUnoDouble))) in mapUnoTypeName()
194 buf->Append(const_cast<System::String*>(Constants::sDouble)); in mapUnoTypeName()
195 else if (sUnoName->Equals(const_cast<System::String*>(Constants::sUnoString))) in mapUnoTypeName()
196 buf->Append(const_cast<System::String*>(Constants::sString)); in mapUnoTypeName()
197 else if (sUnoName->Equals(const_cast<System::String*>(Constants::sUnoVoid))) in mapUnoTypeName()
198 buf->Append(const_cast<System::String*>(Constants::sVoid)); in mapUnoTypeName()
199 else if (sUnoName->Equals(const_cast<System::String*>(Constants::sUnoType))) in mapUnoTypeName()
200 buf->Append(const_cast<System::String*>(Constants::sType)); in mapUnoTypeName()
201 else if (sUnoName->Equals(const_cast<System::String*>(Constants::sUnoXInterface))) in mapUnoTypeName()
202 buf->Append(const_cast<System::String*>(Constants::sObject)); in mapUnoTypeName()
203 else if (sUnoName->Equals(const_cast<System::String*>(Constants::sUnoAny))) in mapUnoTypeName()
205 buf->Append(const_cast<System::String*>(Constants::sAny)); in mapUnoTypeName()
210 buf->Append(const_cast<System::String*>(Constants::sUnoidl)); in mapUnoTypeName()
215 buf->Append(const_cast<System::String*>(Constants::sBrackets)); in mapUnoTypeName()