Home
last modified time | relevance | path

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

12345678

/aoo4110/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()
/aoo4110/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()
H A DFontTable.cxx69 int nIntValue = val.getInt(); in lcl_attribute()
528 int nVal = val.getInt(); in lcl_attribute()
546 sal_Int32 nIntValue = pValue->getInt(); in lcl_sprm()
H A DSettingsTable.cxx109 int nIntValue = val.getInt(); in lcl_attribute()
134 sal_Int32 nIntValue = pValue->getInt(); in lcl_sprm()
209 m_pImpl->m_bRecordChanges = bool(rSprm.getValue( )->getInt( ) ); in lcl_sprm()
/aoo4110/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()
/aoo4110/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()
/aoo4110/main/writerperfect/source/filter/
H A DDocumentCollector.cxx566 id = propList["libwpd:id"]->getInt(); in defineOrderedListLevel()
577 (propList["libwpd:level"] && propList["libwpd:level"]->getInt()==1 && in defineOrderedListLevel()
578 …(propList["text:start-value"] && (unsigned int)(propList["text:start-value"]->getInt()) != (miLast… in defineOrderedListLevel()
584 pOrderedListStyle = new OrderedListStyle(sName.cstr(), propList["libwpd:id"]->getInt()); in defineOrderedListLevel()
598 if ((* iterOrderedListStyles)->getListID() == propList["libwpd:id"]->getInt()) in defineOrderedListLevel()
599 (* iterOrderedListStyles)->updateListLevel((propList["libwpd:level"]->getInt() - 1), propList); in defineOrderedListLevel()
607 id = propList["libwpd:id"]->getInt(); in defineUnorderedListLevel()
625 if ((* iterUnorderedListStyles)->getListID() == propList["libwpd:id"]->getInt()) in defineUnorderedListLevel()
626 (* iterUnorderedListStyles)->updateListLevel((propList["libwpd:level"]->getInt() - 1), propList); in defineUnorderedListLevel()
851 if (propList["libwpd:is-header-row"] && (propList["libwpd:is-header-row"]->getInt())) in openTableRow()
/aoo4110/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()
/aoo4110/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()
/aoo4110/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()
/aoo4110/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()
/aoo4110/main/connectivity/source/drivers/kab/
H A DKColumns.cxx66 xRow->getInt(11), in createObject()
67 xRow->getInt(7), in createObject()
68 xRow->getInt(9), in createObject()
69 xRow->getInt(5), in createObject()
/aoo4110/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()
/aoo4110/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()
/aoo4110/main/qadevOOo/tests/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()
/aoo4110/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

Completed in 149 milliseconds

12345678