Home
last modified time | relevance | path

Searched refs:getBoolean (Results 101 – 123 of 123) sorted by relevance

12345

/trunk/main/unoxml/qa/complex/unoxml/
H A DDOMTest.java2629 assertEquals("XXPathObject.getBoolean", true, xResult.getBoolean()); in testXXPathObject()
2637 assertEquals("XXPathObject.getBoolean", true, xResult.getBoolean()); in testXXPathObject()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DValueChanger.java877 Array.setBoolean(newValue, i, !Array.getBoolean(oldValue, i)); in changePValue()
920 field.setBoolean(newValue, !field.getBoolean(oldValue)); in changePValue()
/trunk/main/sc/source/core/data/
H A Ddptablecache.cxx103 fValue = xRow->getBoolean(nCol) ? 1 : 0; in lcl_GetItemValue()
/trunk/main/svtools/source/control/
H A Dinettbc.cxx449 sal_Bool bIsFolder = xRow->getBoolean(2); in ReadFolder()
/trunk/main/connectivity/source/drivers/macab/
H A DMacabResultSet.cxx237 sal_Bool SAL_CALL MacabResultSet::getBoolean(sal_Int32) throw(SQLException, RuntimeException) in getBoolean() function in MacabResultSet
/trunk/main/dbaccess/source/ui/browser/
H A Dformadapter.cxx305 sal_Bool SAL_CALL SbaXFormAdapter::getBoolean(sal_Int32 columnIndex) throw( ::com::sun::star::sdbc:… in getBoolean() function in SbaXFormAdapter
309 return xIface->getBoolean(columnIndex); in getBoolean()
/trunk/main/connectivity/source/drivers/ado/
H A DAResultSet.cxx229 sal_Bool SAL_CALL OResultSet::getBoolean( sal_Int32 columnIndex ) throw(SQLException, RuntimeExcept… in getBoolean() function in OResultSet
H A DADatabaseMetaDataResultSet.cxx188 sal_Bool SAL_CALL ODatabaseMetaDataResultSet::getBoolean( sal_Int32 columnIndex ) throw(SQLExceptio… in getBoolean() function in ODatabaseMetaDataResultSet
/trunk/main/scripting/java/org/openoffice/netbeans/editor/
H A DOOo.jcb3 …n.star.sdbc.XConnectionParameters#com.sun.star.container.XIndexAccessgetBooleanbooleanupdateNul…
/trunk/main/connectivity/source/drivers/jdbc/
H A DResultSet.cxx176 sal_Bool SAL_CALL java_sql_ResultSet::getBoolean( sal_Int32 columnIndex ) throw(SQLException, Runti… in getBoolean() function in java_sql_ResultSet
/trunk/main/dbaccess/source/core/api/
H A DRowSet.hxx307 …virtual sal_Bool SAL_CALL getBoolean( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExc…
H A DRowSetBase.cxx300 sal_Bool SAL_CALL ORowSetBase::getBoolean( sal_Int32 columnIndex ) throw(SQLException, RuntimeExcep… in getBoolean() function in dbaccess::ORowSetBase
H A DRowSet.cxx1336 sal_Bool SAL_CALL ORowSet::getBoolean( sal_Int32 columnIndex ) throw(SQLException, RuntimeException) in getBoolean() function in dbaccess::ORowSet
/trunk/main/dbaccess/source/ui/uno/
H A Dcopytablewizard.cxx1322 aTransfer.transferValue( &XRow::getBoolean, &XParameters::setBoolean ); in impl_copyRows_throw()
/trunk/main/svl/source/fsstor/
H A Dfsstorage.cxx272 sal_Bool bIsFolder( xRow->getBoolean(2) ); in CopyContentToStorage_Impl()
/trunk/main/desktop/source/deployment/registry/package/
H A Ddp_package.cxx1631 if (xRow->getBoolean( 2 /* IsFolder */ )) { // recurse into folder: in scanLegacyBundle()
/trunk/main/connectivity/source/drivers/odbcbase/
H A DODatabaseMetaDataResultSet.cxx186 sal_Bool SAL_CALL ODatabaseMetaDataResultSet::getBoolean( sal_Int32 columnIndex ) throw(SQLExceptio… in getBoolean() function in ODatabaseMetaDataResultSet
/trunk/main/connectivity/source/drivers/file/
H A DFResultSet.cxx269 sal_Bool SAL_CALL OResultSet::getBoolean( sal_Int32 columnIndex ) throw(SQLException, RuntimeExcept… in getBoolean() function in OResultSet
/trunk/main/dbaccess/source/ui/inc/
H A Dformadapter.hxx268 …virtual sal_Bool SAL_CALL getBoolean(sal_Int32 columnIndex) throw(::com::sun::star::sdbc::SQLExcep…
/trunk/main/ucb/source/ucp/webdav/
H A Dwebdavcontent.cxx3242 return xRow->getBoolean( 1 ); in isFolder()
/trunk/main/svx/source/fmcomp/
H A Dfmgridif.cxx1445 …case TypeClass_BOOLEAN : ::comphelper::setBOOL(pReturnArray[i],xFieldContent->getBoolean()); … in queryFieldData()
H A Dgridcell.cxx1715 sal_Bool bValue = _rxField->getBoolean(); in lcl_setCheckBoxState()
/trunk/main/sot/source/sdstor/
H A Ducbstorage.cxx2010 sal_Bool bIsFolder( xRow->getBoolean(2) );

Completed in 369 milliseconds

12345