Home
last modified time | relevance | path

Searched refs:strTypeName (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/sw/source/core/access/
H A Daccpara.cxx1638 String strTypeName; in GetFieldTypeNameAtIndex() local
1711 strTypeName = sEntry; in GetFieldTypeNameAtIndex()
1718 strTypeName.AppendAscii("-"); in GetFieldTypeNameAtIndex()
1736 strTypeName.AppendAscii("-"); in GetFieldTypeNameAtIndex()
1751 strTypeName.AppendAscii("-"); in GetFieldTypeNameAtIndex()
1764 strTypeName.AppendAscii("-"); in GetFieldTypeNameAtIndex()
1773 strTypeName.AppendAscii("-"); in GetFieldTypeNameAtIndex()
1788 strTypeName = String(sEntry); in GetFieldTypeNameAtIndex()
1801 strTypeName.AppendAscii("-"); in GetFieldTypeNameAtIndex()
1808 return strTypeName; in GetFieldTypeNameAtIndex()
[all …]
/aoo4110/main/pyuno/source/module/
H A Dpyuno_type.cxx179 OUString strTypeName( pyString2ustring( typeName.get() ) ); in PyEnum2Enum() local
182 TypeDescription desc( strTypeName ); in PyEnum2Enum()
188 buf.appendAscii( "pyuno.checkEnum: " ).append( strTypeName ).appendAscii( " is a " ); in PyEnum2Enum()
210 buf.append( strTypeName ); in PyEnum2Enum()
218 buf.appendAscii( "enum " ).append( strTypeName ).appendAscii( " is unknown" ); in PyEnum2Enum()
/aoo4110/main/odk/examples/OLE/vbscript/
H A DWriterDemo.vbs167 Function createStruct( strTypeName)
168 Set classSize= objCoreReflection.forName( strTypeName)

Completed in 136 milliseconds