Lines Matching refs:Append

174         buf->Append(const_cast<System::String*>(Constants::sBoolean));  in mapUnoTypeName()
176 buf->Append(const_cast<System::String*>(Constants::sChar)); in mapUnoTypeName()
178 buf->Append(const_cast<System::String*>(Constants::sByte)); in mapUnoTypeName()
180 buf->Append(const_cast<System::String*>(Constants::sInt16)); in mapUnoTypeName()
182 buf->Append(const_cast<System::String*>(Constants::sUInt16)); in mapUnoTypeName()
184 buf->Append(const_cast<System::String*>(Constants::sInt32)); in mapUnoTypeName()
186 buf->Append(const_cast<System::String*>(Constants::sUInt32)); in mapUnoTypeName()
188 buf->Append(const_cast<System::String*>(Constants::sInt64)); in mapUnoTypeName()
190 buf->Append(const_cast<System::String*>(Constants::sUInt64)); in mapUnoTypeName()
192 buf->Append(const_cast<System::String*>(Constants::sSingle)); in mapUnoTypeName()
194 buf->Append(const_cast<System::String*>(Constants::sDouble)); in mapUnoTypeName()
196 buf->Append(const_cast<System::String*>(Constants::sString)); in mapUnoTypeName()
198 buf->Append(const_cast<System::String*>(Constants::sVoid)); in mapUnoTypeName()
200 buf->Append(const_cast<System::String*>(Constants::sType)); in mapUnoTypeName()
202 buf->Append(const_cast<System::String*>(Constants::sObject)); in mapUnoTypeName()
205 buf->Append(const_cast<System::String*>(Constants::sAny)); in mapUnoTypeName()
210 buf->Append(const_cast<System::String*>(Constants::sUnoidl)); in mapUnoTypeName()
211 buf->Append(mapUnoPolymorphicName(sUnoName)); in mapUnoTypeName()
215 buf->Append(const_cast<System::String*>(Constants::sBrackets)); in mapUnoTypeName()
254 builder->Append(S","); in mapUnoPolymorphicName()
261 builder->Append(mapUnoTypeName(sParam)); in mapUnoPolymorphicName()
287 builder->Append((System::Char) '>'); in mapUnoPolymorphicName()
349 builder->Append(S",cli_basetypes"); in get_type()
365 sb->Append(new ::System::String(S"\nThe type ")); in get_type()
366 sb->Append(cts_name); in get_type()
367 sb->Append(new ::System::String(S" \n could not be found. Did you forget to " \ in get_type()
1658 strbuilder->Append(S"The service "); in complete_service_type()
1659 strbuilder->Append(to_cts_name(xServiceType->getName())); in complete_service_type()
1660 … strbuilder->Append(S" could not be created. The context failed to supply the service manager."); in complete_service_type()
1870 …strbuilder->Append(S"The context (com.sun.star.uno.XComponentContext) failed to supply the service… in complete_service_type()
1871 strbuilder->Append(to_cts_name(xServiceType->getName())); in complete_service_type()
1872 strbuilder->Append(S": "); in complete_service_type()
1899 …strbuilder->Append(S"The context (com.sun.star.uno.XComponentContext) failed to supply the service… in complete_service_type()
1900 strbuilder->Append(to_cts_name(xServiceType->getName())); in complete_service_type()
1901 strbuilder->Append(S"."); in complete_service_type()
2036 sBuilder->Append(sSingletonName); in complete_singleton_type()
2055 sBuilder->Append(sSingletonName); in complete_singleton_type()
2056 sBuilder->Append(S" of type "); in complete_singleton_type()
2057 sBuilder->Append(retType->FullName); in complete_singleton_type()
2058 sBuilder->Append(S"."); in complete_singleton_type()