Home
last modified time | relevance | path

Searched refs:iType (Results 1 – 12 of 12) sorted by relevance

/trunk/main/wizards/com/sun/star/wizards/common/
H A DNumericalHelper.java80 return aTypeObject.iType; in getType()
102 switch (aTypeObject.iType) in toByte()
160 switch (aTypeObject.iType) in toChar()
223 switch (aTypeObject.iType) in toShort()
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()
730 switch (aTypeObject.iType) in toString()
[all …]
/trunk/main/wizards/com/sun/star/wizards/db/
H A DCommandMetaData.java298 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 DRecordParser.java133 public Object getColumnValue(int ColIndex, int iType) in getColumnValue() argument
137 switch (iType) in getColumnValue()
/trunk/main/sd/source/ui/unoidl/
H A Dunopage.cxx2148 ::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 Dcorbatype.cxx1198 InterfaceType iType(reader, superName, m_typeMgr, TypeDependency(), m_generatedConversions); in dumpUnoMethods() local
1199 iType.inc(); in dumpUnoMethods()
1200 iType.dumpUnoMethods(o, bDeclOnly, sal_True); in dumpUnoMethods()
2638 InterfaceType iType(reader, typeName, typeMgr, typeDependencies, generatedConversions); in produceType() local
2639 ret = iType.dump(pOptions, o, allreadyDumped); in produceType()
2641 ret = iType.dumpDependedTypes(pOptions, o, allreadyDumped); in produceType()
/trunk/main/codemaker/source/idlmaker/
H A Didltype.cxx1615 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 Dos2.cxx859 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 Dcpputype.cxx4233 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 Dcunotype.cxx3392 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 Dsalobj.cxx732 mpClipRgnData->rdh.iType = RDH_RECTANGLES; in BeginSetClipRegion()
H A Dsalframe.cxx3240 mpClipRgnData->rdh.iType = RDH_RECTANGLES; in BeginSetClipRegion()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi.cxx957 mpClipRgnData->rdh.iType = RDH_RECTANGLES; in setClipRegion()

Completed in 131 milliseconds