Lines Matching refs:indent

143 void dumpType(typereg::Reader const & reader, rtl::OString const & indent) {  in dumpType()  argument
146 printf("%sdocumentation: ", indent.getStr()); in dumpType()
149 printf("%sfile name: ", indent.getStr()); in dumpType()
152 printf("%stype class: ", indent.getStr()); in dumpType()
199 printf("%stype name: ", indent.getStr()); in dumpType()
203 "%ssuper type count: %u\n", indent.getStr(), in dumpType()
207 "%ssuper type name %u: ", indent.getStr(), in dumpType()
213 "%sfield count: %u\n", indent.getStr(), in dumpType()
217 "%sfield %u:\n", indent.getStr(), in dumpType()
219 printf("%s documentation: ", indent.getStr()); in dumpType()
222 printf("%s file name: ", indent.getStr()); in dumpType()
225 printf("%s flags: ", indent.getStr()); in dumpType()
228 printf("%s name: ", indent.getStr()); in dumpType()
231 printf("%s type name: ", indent.getStr()); in dumpType()
234 printf("%s value: ", indent.getStr()); in dumpType()
303 "%smethod count: %u\n", indent.getStr(), in dumpType()
307 "%smethod %u:\n", indent.getStr(), in dumpType()
309 printf("%s documentation: ", indent.getStr()); in dumpType()
312 printf("%s flags: ", indent.getStr()); in dumpType()
337 printf("%s name: ", indent.getStr()); in dumpType()
340 printf("%s return type name: ", indent.getStr()); in dumpType()
344 "%s parameter count: %u\n", indent.getStr(), in dumpType()
349 "%s parameter %u:\n", indent.getStr(), in dumpType()
351 printf("%s flags: ", indent.getStr()); in dumpType()
376 printf("%s name: ", indent.getStr()); in dumpType()
379 printf("%s type name: ", indent.getStr()); in dumpType()
384 "%s exception count: %u\n", indent.getStr(), in dumpType()
389 "%s exception type name %u: ", indent.getStr(), in dumpType()
396 "%sreference count: %u\n", indent.getStr(), in dumpType()
400 "%sreference %u:\n", indent.getStr(), in dumpType()
402 printf("%s documentation: ", indent.getStr()); in dumpType()
405 printf("%s flags: ", indent.getStr()); in dumpType()
408 printf("%s sort: ", indent.getStr()); in dumpType()
429 printf("%s type name: ", indent.getStr()); in dumpType()
1515 const sal_Char* indent = sIndent.getStr(); in dumpValue() local
1519 fprintf(stdout, "%sValue: Type = VALUETYPE_NOT_DEFINED\n", indent); in dumpValue()
1523 fprintf(stdout, "%sValue: Type = RG_VALUETYPE_LONG\n", indent); in dumpValue()
1525 stdout, "%s Size = %lu\n", indent, in dumpValue()
1527 fprintf(stdout, "%s Data = ", indent); in dumpValue()
1538 fprintf(stdout, "%sValue: Type = RG_VALUETYPE_STRING\n", indent); in dumpValue()
1540 stdout, "%s Size = %lu\n", indent, in dumpValue()
1542 fprintf(stdout, "%s Data = \"%s\"\n", indent, value); in dumpValue()
1549 fprintf(stdout, "%sValue: Type = RG_VALUETYPE_UNICODE\n", indent); in dumpValue()
1551 stdout, "%s Size = %lu\n", indent, in dumpValue()
1553 fprintf(stdout, "%s Data = ", indent); in dumpValue()
1565 fprintf(stdout, "%sValue: Type = RG_VALUETYPE_BINARY\n", indent); in dumpValue()
1567 stdout, "%s Size = %lu\n", indent, in dumpValue()
1569 fprintf(stdout, "%s Data = ", indent); in dumpValue()
1583 fprintf(stdout, "%sValue: Type = RG_VALUETYPE_LONGLIST\n", indent); in dumpValue()
1585 stdout, "%s Size = %lu\n", indent, in dumpValue()
1588 stdout, "%s Len = %lu\n", indent, in dumpValue()
1590 fprintf(stdout, "%s Data = ", indent); in dumpValue()
1598 fprintf(stdout, "%s ", indent); in dumpValue()
1616 fprintf(stdout, "%sValue: Type = RG_VALUETYPE_STRINGLIST\n", indent); in dumpValue()
1618 stdout, "%s Size = %lu\n", indent, in dumpValue()
1621 stdout, "%s Len = %lu\n", indent, in dumpValue()
1623 fprintf(stdout, "%s Data = ", indent); in dumpValue()
1636 fprintf(stdout, "%s ", indent); in dumpValue()
1653 fprintf(stdout, "%sValue: Type = RG_VALUETYPE_UNICODELIST\n", indent); in dumpValue()
1655 stdout, "%s Size = %lu\n", indent, in dumpValue()
1658 stdout, "%s Len = %lu\n", indent, in dumpValue()
1660 fprintf(stdout, "%s Data = ", indent); in dumpValue()
1674 fprintf(stdout, "%s ", indent); in dumpValue()