Lines Matching refs:append
552 msg.append(sType); in checkAddInTypes()
553 msg.append(":"); in checkAddInTypes()
554 msg.append(sMethod); in checkAddInTypes()
555 msg.append("' is invalid. Please check your IDL definition."); in checkAddInTypes()
569 msg.append((sal_Int32)p+1); in checkAddInTypes()
570 msg.append(". parameter of the calc add-in function '"); in checkAddInTypes()
571 msg.append(sType); in checkAddInTypes()
572 msg.append(":"); in checkAddInTypes()
573 msg.append(sMethod); in checkAddInTypes()
574 msg.append("' is invalid."); in checkAddInTypes()
576 msg.append(" The type 'sequence<any>' is allowed as last " in checkAddInTypes()
579 msg.append(" The type 'XPropertySet' is allowed only once."); in checkAddInTypes()
581 msg.append(" Please check your IDL definition."); in checkAddInTypes()