Home
last modified time | relevance | path

Searched refs:getInt (Results 101 – 125 of 190) sorted by relevance

12345678

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_toolkit/
H A DAccessiblePopupMenu.java224 util.utils.shortWait(tParam.getInt(util.PropertyName.SHORT_WAIT)); in shortWait()
/trunk/main/connectivity/source/drivers/ado/
H A DACallableStatement.cxx106 sal_Int32 SAL_CALL OCallableStatement::getInt( sal_Int32 columnIndex ) throw(SQLException, RuntimeE… in getInt() function in OCallableStatement
/trunk/main/dbaccess/source/core/api/
H A DPrivateRow.hxx45 …virtual ::sal_Int32 SAL_CALL getInt( ::sal_Int32 columnIndex ) throw (::com::sun::star::sdbc::SQLE…
H A Dresultset.cxx533 sal_Int32 OResultSet::getInt(sal_Int32 columnIndex) throw( SQLException, RuntimeException ) in getInt() function in OResultSet
539 return m_xDelegatorRow->getInt(columnIndex); in getInt()
/trunk/main/wizards/com/sun/star/wizards/common/
H A DUCB.java237 return new Integer(xrow.getInt(1)); in getContentProperty()
H A DConfigSet.java420 index = Configuration.getInt(indexPropertyName, member); in reindexSet()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_svx/
H A DSvxGraphCtrlAccessibleContext.java133 utils.shortWait(Param.getInt(util.PropertyName.SHORT_WAIT)); in createTestEnvironment()
/trunk/main/connectivity/source/inc/ado/
H A DACallableStatement.hxx61 …virtual sal_Int32 SAL_CALL getInt( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
/trunk/main/dbaccess/source/ui/misc/
H A DRowSetDrop.cxx224 aValue <<= m_xRow->getInt(*aIter); in insertNewRow()
/trunk/main/forms/qa/integration/forms/
H A DListSelection.java80 int runs = param.getInt( "Runs" ); in checkUserListSelection()
/trunk/main/ucb/source/ucp/file/
H A Dfilrow.hxx99 getInt(
/trunk/main/connectivity/source/inc/java/sql/
H A DCallableStatement.hxx66 …virtual sal_Int32 SAL_CALL getInt( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
/trunk/main/writerfilter/source/dmapper/
H A DStyleSheetTable.cxx397 int nIntValue = val.getInt(); in lcl_attribute()
522 sal_Int32 nIntValue = pValue.get() ? pValue->getInt() : 0; in lcl_sprm()
H A DDomainMapperTableManager.cxx95 const sal_Int32 nIntValue = ((pValue.get() != NULL) ? pValue->getInt() : 0); in sprm()
/trunk/main/wizards/com/sun/star/wizards/ui/event/
H A DDataAwareFields.java187 int i = field.getInt(target); in get()
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DKeyGenerator.java134 int nFreeValue = xRow.getInt( 1 ); in generatePrimaryKey()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sdbc/
H A D_XRow.java237 int getVal = oObj.getInt(col) ; in _getInt()
/trunk/main/dbaccess/source/core/inc/
H A Dcallablestatement.hxx73 …virtual sal_Int32 SAL_CALL getInt( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExcept…
/trunk/main/wizards/com/sun/star/wizards/db/
H A DTypeInspector.java92 aPrecisionVector.addElement(new Integer(xRow.getInt(3))); in TypeInspector()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DEnhancedComplexTestCase.java264 int nCurrentOkStatus = _aParam.getTestParameters().getInt("current_ok_status"); in runThroughEveryReportInIndex()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DCustomResultSet.java279 public synchronized int getInt(int columnIndex) throws SQLException { in getInt() method in CustomResultSet
/trunk/main/ucbhelper/source/provider/
H A Dresultset.cxx912 sal_Int32 SAL_CALL ResultSet::getInt( sal_Int32 columnIndex ) in getInt() function in ucbhelper::ResultSet
924 return xValues->getInt( columnIndex ); in getInt()
/trunk/main/writerfilter/source/resourcemodel/
H A Dresourcemodel.cxx421 snprintf(sBuffer, sizeof(sBuffer), "0x%x", val.getInt()); in attribute()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DDB.java301 int nValue = aResultSet.getInt(i); in QuerySQL()
/trunk/main/odk/examples/DevelopersGuide/Database/
H A DCodeSamples.java222 …System.out.println("Column: " + rowCL.getString( 4 ) + " Type: " + rowCL.getInt( 5 ) + " TypeName:… in displayTableStructure()

Completed in 97 milliseconds

12345678