Lines Matching refs:index

100 	sal_uInt32 index = 0;  in dumpDependedTypes()  local
104 if ((index = typeName.lastIndexOf(']')) > 0) in dumpDependedTypes()
105 typeName = typeName.copy(index + 1); in dumpDependedTypes()
321 sal_uInt32 index = 0; in dumpDepIncludes() local
326 index = (*iter).m_type.lastIndexOf(']'); in dumpDepIncludes()
327 seqNum = (index > 0 ? ((index+1) / 2) : 0); in dumpDepIncludes()
330 if (index > 0) in dumpDepIncludes()
331 relType = relType.copy(index+1); in dumpDepIncludes()
576 sal_uInt32 index = sType.lastIndexOf(']'); in printUnoType() local
577 sal_uInt32 seqNum = (index > 0 ? ((index+1) / 2) : 0); in printUnoType()
579 OString relType = (index > 0 ? (sType).copy(index+1) : type); in printUnoType()
641 sal_uInt32 index = sType.lastIndexOf(']'); in printCorbaType() local
642 sal_uInt32 seqNum = (index > 0 ? ((index+1) / 2) : 0); in printCorbaType()
644 OString relType = (index > 0 ? (sType).copy(index+1) : type); in printCorbaType()
702 sal_Int32 index = sType.lastIndexOf(']'); in isPassedAsPointer() local
703 sal_Int32 seqNum = (index > 0 ? ((index+1) / 2) : 0); in isPassedAsPointer()
705 OString relType = (index > 0 ? (sType).copy(index+1) : type); in isPassedAsPointer()
707 if (index > 0) in isPassedAsPointer()
776 sal_Int32 index = sType.lastIndexOf(']'); in isArray() local
777 sal_Int32 seqNum = (index > 0 ? ((index+1) / 2) : 0); in isArray()
779 OString relType = (index > 0 ? (sType).copy(index+1) : type); in isArray()
781 if (index > 0) in isArray()
806 sal_Int32 index = sType.lastIndexOf(']'); in printCorbaParameter() local
807 sal_Int32 seqNum = (index > 0 ? ((index+1) / 2) : 0); in printCorbaParameter()
809 OString relType = (index > 0 ? (sType).copy(index+1) : type); in printCorbaParameter()
1031 sal_uInt32 index = type.lastIndexOf(']'); in typeToIdentifier() local
1032 sal_uInt32 seqNum = (index > 0 ? ((index+1) / 2) : 0); in typeToIdentifier()
1034 OString relType = (index > 0 ? ((OString)type).copy(index+1) : type); in typeToIdentifier()
1092 sal_uInt32 index = type.lastIndexOf(']'); in checkRealBaseType() local
1093 OString baseType = (index > 0 ? ((OString)type).copy(index+1) : type); in checkRealBaseType()
1094 OString seqPrefix = (index > 0 ? ((OString)type).copy(0, index+1) : OString()); in checkRealBaseType()
1115 index = baseType.lastIndexOf(']'); in checkRealBaseType()
1116 if (index > 0) in checkRealBaseType()
1118 seqPrefix += baseType.copy(0, index+1); in checkRealBaseType()
1119 baseType = baseType.copy(index+1); in checkRealBaseType()