Home
last modified time | relevance | path

Searched refs:getInt (Results 1 – 25 of 190) sorted by relevance

12345678

/trunk/main/connectivity/qa/complex/connectivity/dbase/
H A DDBaseDateFunctions.java208 assure("DAYOFWEEK('1998-02-03') failed!", row.getInt(1) == 3); in dayofweek()
214 assure("DAYOFMONTH('1998-02-03') failed!", row.getInt(1) == 3); in dayofmonth()
226 assure("month('1998-02-03') failed!", row.getInt(1) == 2); in month()
244 assure("QUARTER('98-01-01') failed!", row.getInt(1) == 1); in quarter()
245 assure("QUARTER('98-04-01') failed!", row.getInt(2) == 2); in quarter()
246 assure("QUARTER('98-07-01') failed!", row.getInt(3) == 3); in quarter()
247 assure("QUARTER('98-10-01') failed!", row.getInt(4) == 4); in quarter()
253 assure("WEEK('1998-02-20') failed!", row.getInt(1) == 7); in week()
259 assure("YEAR('98-02-03') failed!", row.getInt(1) == 98); in year()
265 assure("HOUR('10:05:03') failed!", row.getInt(1) == 10); in hour()
[all …]
H A DDBaseNumericFunctions.java262 assure("ABS(2) failed!", row.getInt(1) == 2); in abs()
263 assure("ABS(-32) failed!", row.getInt(2) == 32); in abs()
269 assure("SIGN(-32)failed!", row.getInt(1) == -1); in sign()
270 assure("SIGN(0) failed!", row.getInt(2) == 0); in sign()
271 assure("SIGN(234) failed!", row.getInt(3) == 1); in sign()
277 assure("MOD(234, 10) failed!", row.getInt(1) == 4); in mod()
283 assure("FLOOR(1.23) failed!", row.getInt(1) == 1); in floor()
284 assure("FLOOR(-1.23) failed!", row.getInt(2) == -2); in floor()
290 assure("CEILING(1.23) failed!", row.getInt(1) == 2); in ceiling()
291 assure("CEILING(-1.23) failed!", row.getInt(2) == -1); in ceiling()
[all …]
H A DDBaseStringFunctions.java233 assure("acsii('2') failed!", row.getInt(1) == 50); in acsii()
239 assure("char_length('test') failed!", row.getInt(1) == 4); in char_length()
240 assure("character_length('test') failed!", row.getInt(2) == 4); in char_length()
241 assure("OCTET_LENGTH('test') failed!", row.getInt(3) == 4); in char_length()
253 assure("LOCATE('bar', 'foobarbar') failed!", row.getInt(1) == 4); in locate()
/trunk/main/writerfilter/source/dmapper/
H A DFFDataHandler.cxx294 m_bEnabled = r_Sprm.getValue()->getInt(); in lcl_sprm()
300 m_bCalcOnExit = r_Sprm.getValue()->getInt(); in lcl_sprm()
330 m_nCheckboxHeight = r_Sprm.getValue()->getInt(); in lcl_sprm()
336 m_bCheckboxAutoHeight = r_Sprm.getValue()->getInt(); in lcl_sprm()
342 m_bCheckboxDefault = r_Sprm.getValue()->getInt(); in lcl_sprm()
348 m_bCheckboxChecked = r_Sprm.getValue()->getInt(); in lcl_sprm()
384 m_nTextType = r_Sprm.getValue()->getInt(); in lcl_sprm()
396 m_nTextMaxLength = r_Sprm.getValue()->getInt(); in lcl_sprm()
433 m_nHelpTextType = val.getInt(); in lcl_attribute()
445 m_nStatusTextType = val.getInt(); in lcl_attribute()
H A DGraphicHelpers.cxx56 sal_Int32 nIntValue = rVal.getInt( ); in lcl_attribute()
122 sal_Int32 nIntValue = pValue->getInt(); in lcl_sprm()
207 m_nType = sal_Int32( rVal.getInt( ) ); in lcl_attribute()
210 m_nSide = sal_Int32( rVal.getInt( ) ); in lcl_attribute()
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/
H A DPostgresqlDatabaseMetadata.java103 int columnSize = row.getInt(7); in getColumns()
105 int decimalDigits = row.getInt(9); in getColumns()
106 int numPrecRadix = row.getInt(10); in getColumns()
107 int nullable = row.getInt(11); in getColumns()
110 int sqlDataType = row.getInt(14); in getColumns()
111 int sqlDateTimeSub = row.getInt(15); in getColumns()
112 int charOctetLength = row.getInt(16); in getColumns()
113 int ordinalPosition = row.getInt(17); in getColumns()
349 int precision = row.getInt(3); in getTypeInfo()
362 int sqlDataType = row.getInt(16); in getTypeInfo()
[all …]
/trunk/main/connectivity/source/drivers/adabas/
H A DBDatabaseMetaData.cxx73 aRow[nPos++] = new ::connectivity::ORowSetValueDecorator(xRow->getInt (2)); in impl_getTypeInfo_throw()
76 aRow[nPos++] = new ::connectivity::ORowSetValueDecorator(xRow->getInt (3)); in impl_getTypeInfo_throw()
88 aRow[nPos++] = new ::connectivity::ORowSetValueDecorator(xRow->getInt (7)); in impl_getTypeInfo_throw()
100 aRow[nPos++] = new ::connectivity::ORowSetValueDecorator(xRow->getInt (11)); in impl_getTypeInfo_throw()
115 aRow[nPos++] = new ::connectivity::ORowSetValueDecorator(xRow->getInt (16)); in impl_getTypeInfo_throw()
118 aRow[nPos++] = new ::connectivity::ORowSetValueDecorator(xRow->getInt (17)); in impl_getTypeInfo_throw()
121 aRow[nPos++] = new ::connectivity::ORowSetValueDecorator((sal_Int16)xRow->getInt(18)); in impl_getTypeInfo_throw()
H A DBIndexColumns.cxx79 sal_Int32 nType = xRow->getInt(5); in createObject()
81 sal_Int32 nPrec = xRow->getInt(7); in createObject()
88 xRow->getInt(11), in createObject()
90 xRow->getInt(9), in createObject()
H A DBColumns.cxx67 sal_Int32 nType = xRow->getInt(5); in createObject()
69 sal_Int32 nPrec = xRow->getInt(7); in createObject()
96 xRow->getInt(11), in createObject()
98 xRow->getInt(9), in createObject()
/trunk/main/writerfilter/source/ooxml/
H A DHandler.cxx49 mpFastContext->resolveFootnote(val.getInt()); in attribute()
77 mpFastContext->resolveEndnote(val.getInt()); in attribute()
105 mpFastContext->resolveComment(val.getInt()); in attribute()
165 mnType = val.getInt(); in attribute()
197 mnType = val.getInt(); in attribute()
242 mnType = val.getInt(); in attribute()
245 mnClear = val.getInt(); in attribute()
H A DOOXMLPropertySetImpl.hxx50 virtual sal_Int32 getInt() const;
111 virtual sal_Int32 getInt() const;
200 virtual sal_Int32 getInt() const;
215 virtual sal_Int32 getInt() const;
H A DOOXMLPropertySetImpl.cxx204 sal_Int32 OOXMLValue::getInt() const in getInt() function in writerfilter::ooxml::OOXMLValue
304 sal_Int32 OOXMLBooleanValue::getInt() const in getInt() function in writerfilter::ooxml::OOXMLBooleanValue
597 sal_Int32 OOXMLIntegerValue::getInt() const in getInt() function in writerfilter::ooxml::OOXMLIntegerValue
640 sal_Int32 OOXMLHexValue::getInt() const in getInt() function in writerfilter::ooxml::OOXMLHexValue
785 mnValue = rValue.getInt(); in attribute()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/
H A DSqlTableHelper.java97 columnDescription.type = row.getInt(5); in collectColumnDescriptions()
99 columnDescription.columnSize = row.getInt(7); in collectColumnDescriptions()
100 columnDescription.decimalDigits = row.getInt(9); in collectColumnDescriptions()
101 columnDescription.nullable = row.getInt(11); in collectColumnDescriptions()
104 columnDescription.ordinalPosition = row.getInt(17); in collectColumnDescriptions()
200 int updateRule = row.getInt(10); in readForeignKeys()
201 int deleteRule = row.getInt(11); in readForeignKeys()
H A DOIndexColumnContainer.java86 int dataType = row.getInt(5); in createObject()
88 int size = row.getInt(7); in createObject()
89 int dec = row.getInt(9); in createObject()
90 int nul = row.getInt(11); in createObject()
H A DOKeyColumnContainer.java81 int dataType = row.getInt(5); in createObject()
83 int size = row.getInt(7); in createObject()
84 int dec = row.getInt(9); in createObject()
85 int nul = row.getInt(11); in createObject()
/trunk/main/framework/qa/complex/framework/recovery/
H A DRecoveryTools.java112 int pause = param.getInt(PropertyName.SHORT_WAIT)*10; in getActiveDialogAfterStartup()
113 int timeOut = param.getInt(PropertyName.THREAD_TIME_OUT)*5; in getActiveDialogAfterStartup()
131 pause(param.getInt(PropertyName.SHORT_WAIT)); in pause()
245 int timeOut = param.getInt(PropertyName.THREAD_TIME_OUT)*5; in waitForClosedOffice()
246 int pause = param.getInt(PropertyName.SHORT_WAIT)*20; in waitForClosedOffice()
323 pause(param.getInt(PropertyName.SHORT_WAIT) * 10); in clickThreadButton()
/trunk/main/connectivity/source/drivers/evoab2/
H A DNColumns.cxx66 xRow->getInt(11), in createObject()
67 xRow->getInt(7), in createObject()
68 xRow->getInt(9), in createObject()
69 xRow->getInt(5), in createObject()
/trunk/main/connectivity/source/drivers/ado/
H A DAKeyColumns.cxx74 xRow->getInt(11), in createObject()
75 xRow->getInt(7), in createObject()
76 xRow->getInt(9), in createObject()
77 xRow->getInt(5), in createObject()
/trunk/main/connectivity/source/drivers/file/
H A DFColumns.cxx64 xRow->getInt(11), in createObject()
65 xRow->getInt(7), in createObject()
66 xRow->getInt(9), in createObject()
67 xRow->getInt(5), in createObject()
/trunk/main/connectivity/source/drivers/macab/
H A DMacabColumns.cxx66 xRow->getInt(11), in createObject()
67 xRow->getInt(7), in createObject()
68 xRow->getInt(9), in createObject()
69 xRow->getInt(5), in createObject()
/trunk/main/connectivity/source/commontools/
H A DTIndexColumns.cxx89 sal_Int32 nDataType = xRow->getInt(5); in createObject()
91 sal_Int32 nSize = xRow->getInt(7); in createObject()
92 sal_Int32 nDec = xRow->getInt(9); in createObject()
93 sal_Int32 nNull = xRow->getInt(11); in createObject()
H A DTKeyColumns.cxx95 sal_Int32 nDataType = xRow->getInt(5); in createObject()
97 sal_Int32 nSize = xRow->getInt(7); in createObject()
98 sal_Int32 nDec = xRow->getInt(9); in createObject()
99 sal_Int32 nNull = xRow->getInt(11); in createObject()
H A DTTableHelper.cxx204 sal_Int32 nField5 = xRow->getInt(5); in lcl_collectColumnDescs_throw()
206 sal_Int32 nField7 = xRow->getInt(7) in lcl_collectColumnDescs_throw()
207 , nField9 = xRow->getInt(9) in lcl_collectColumnDescs_throw()
208 , nField11= xRow->getInt(11); in lcl_collectColumnDescs_throw()
211 nOrdinalPosition = xRow->getInt( 17 ); // ORDINAL_POSITION in lcl_collectColumnDescs_throw()
376 const sal_Int32 nUpdateRule = xRow->getInt(10); in refreshForgeinKeys()
377 const sal_Int32 nDeleteRule = xRow->getInt(11); in refreshForgeinKeys()
/trunk/main/wizards/com/sun/star/wizards/common/
H A DNumericalHelper.java114 retValue = (byte) getInt(aTypeObject); in toByte()
172 retValue = (char) getInt(aTypeObject); in toChar()
235 retValue = (short) getInt(aTypeObject); in toShort()
518 retValue = getInt(aTypeObject); in toInt()
574 retValue = (long) getInt(aTypeObject); in toLong()
630 retValue = (float) getInt(aTypeObject); in toFloat()
686 retValue = (double) getInt(aTypeObject); in toDouble()
1286 static int getInt(TypeObject typeObject) in getInt() method in NumericalHelper
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_toolkit/
H A DAccessibleCheckBox.java110 util.utils.shortWait(Param.getInt("ShortWait")); in createTestEnvironment()
127 util.utils.shortWait(Param.getInt("ShortWait")); in createTestEnvironment()
134 util.utils.shortWait(Param.getInt("ShortWait")); in createTestEnvironment()
138 util.utils.shortWait(Param.getInt("ShortWait")); in createTestEnvironment()

Completed in 119 milliseconds

12345678