| /trunk/main/wizards/com/sun/star/wizards/common/ |
| H A D | NumericalHelper.java | 80 return aTypeObject.iType; in getType() 102 switch (aTypeObject.iType) in toByte() 160 switch (aTypeObject.iType) in toChar() 223 switch (aTypeObject.iType) in toShort() 315 switch (aTypeObject.iType) in isNumerical() 354 switch (aTypeObject.iType) in isInteger() 506 switch (aTypeObject.iType) in toInt() 562 switch (aTypeObject.iType) in toLong() 618 switch (aTypeObject.iType) in toFloat() 674 switch (aTypeObject.iType) in toDouble() [all …]
|
| /trunk/main/wizards/com/sun/star/wizards/db/ |
| H A D | CommandMetaData.java | 298 int iType = AnyConverter.toInt(Helper.getUnoPropertyValue(oField, "Type")); in getFieldNamesOfCommand() local 300 if (JavaTools.FieldInIntTable(WidthList, iType) >= 0) in getFieldNamesOfCommand() 307 else if (JavaTools.FieldInIntTable(BinaryTypes, iType) >= 0) in getFieldNamesOfCommand() 383 int iType = AnyConverter.toInt(Helper.getUnoPropertyValue(oField, "Type")); in isnumeric() local 384 int ifound = java.util.Arrays.binarySearch(NumericTypes, iType); in isnumeric() 387 return (NumericTypes[ifound] == iType); in isnumeric()
|
| H A D | RecordParser.java | 133 public Object getColumnValue(int ColIndex, int iType) in getColumnValue() argument 137 switch (iType) in getColumnValue()
|
| /trunk/main/sd/source/ui/unoidl/ |
| H A D | unopage.cxx | 2148 ::std::vector<uno::Type>::const_iterator iType; in getTypes() 2149 for (iType=aTypes.begin(); iType!=aTypes.end(); ++iType) in getTypes() 2150 *pTypes++ = *iType; in getTypes() 2809 ::std::vector<uno::Type>::const_iterator iType; in getTypes() 2810 for (iType=aTypes.begin(); iType!=aTypes.end(); ++iType) in getTypes() 2811 *pTypes++ = *iType; in getTypes()
|
| /trunk/main/codemaker/source/bonobowrappermaker/ |
| H A D | corbatype.cxx | 1195 InterfaceType iType(reader, superName, m_typeMgr, TypeDependency(), m_generatedConversions); in dumpUnoMethods() local 1196 iType.inc(); in dumpUnoMethods() 1197 iType.dumpUnoMethods(o, bDeclOnly, sal_True); in dumpUnoMethods() 2635 … InterfaceType iType(reader, typeName, typeMgr, typeDependencies, generatedConversions); in produceType() local 2636 ret = iType.dump(pOptions, o, allreadyDumped); in produceType() 2638 ret = iType.dumpDependedTypes(pOptions, o, allreadyDumped); in produceType()
|
| /trunk/main/codemaker/source/idlmaker/ |
| H A D | idltype.cxx | 1615 InterfaceType iType(reader, typeName, typeMgr, typeDependencies); in produceType() local 1616 ret = iType.dump(pOptions); in produceType() 1618 ret = iType.dumpDependedTypes(pOptions); in produceType()
|
| /trunk/main/tools/source/fsys/ |
| H A D | os2.cxx | 859 aBuf.aBuf.iType == 3 ? FSYS_KIND_FIXED : in CreateDriveMapImpl() 860 aBuf.aBuf.iType == 4 ? FSYS_KIND_REMOTE : in CreateDriveMapImpl()
|
| /trunk/main/codemaker/source/cppumaker/ |
| H A D | cpputype.cxx | 4233 InterfaceType iType(reader, typeName, typeMgr); in produceType() local 4234 ret = iType.dump(pOptions); in produceType() 4236 iType.dumpDependedTypes(generated, pOptions); in produceType() 4368 InterfaceType iType(reader, typeName, typeMgr); in produceType() local 4369 ret = iType.dump(pOptions); in produceType() 4371 iType.dumpDependedTypes(generated, pOptions); in produceType()
|
| /trunk/main/codemaker/source/cunomaker/ |
| H A D | cunotype.cxx | 3392 InterfaceType iType(reader, typeName, typeMgr, typeDependencies); in produceType() local 3393 ret = iType.dump(pOptions); in produceType() 3395 ret = iType.dumpDependedTypes(pOptions); in produceType()
|
| /trunk/main/vcl/win/source/window/ |
| H A D | salobj.cxx | 732 mpClipRgnData->rdh.iType = RDH_RECTANGLES; in BeginSetClipRegion()
|
| H A D | salframe.cxx | 3234 mpClipRgnData->rdh.iType = RDH_RECTANGLES; in BeginSetClipRegion()
|
| /trunk/main/vcl/win/source/gdi/ |
| H A D | salgdi.cxx | 957 mpClipRgnData->rdh.iType = RDH_RECTANGLES; in setClipRegion()
|