Home
last modified time | relevance | path

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

12345

/trunk/main/ucb/source/ucp/ftp/
H A Dftpresultsetbase.hxx131 getBoolean( in getBoolean() function in ftp::ResultSetBase
137 return m_aItems[m_nRow]->getBoolean( columnIndex ); in getBoolean()
/trunk/main/unoxml/source/xpath/
H A Dxpathobject.cxx98 sal_Bool SAL_CALL CXPathObject::getBoolean() throw (RuntimeException) in getBoolean() function in XPath::CXPathObject
/trunk/main/sfx2/source/bastyp/
H A Dhelper.cxx427 sal_Bool bFolder = xRow->getBoolean(5); in GetFolderContentProperties()
622 sal_Bool bFolder = xRow->getBoolean(2); in GetHelpTreeViewContents()
/trunk/main/ucb/source/ucp/file/
H A Dfilrset.hxx184 getBoolean( in getBoolean() function in fileaccess::XResultSet_impl
190 return m_aItems[m_nRow]->getBoolean( columnIndex ); in getBoolean()
H A Dfilrow.hxx80 getBoolean(
/trunk/main/dbaccess/source/core/api/
H A DCacheSet.cxx496 sal_Bool SAL_CALL OCacheSet::getBoolean( sal_Int32 columnIndex ) throw(SQLException, RuntimeExcepti… in getBoolean() function in OCacheSet
499 return m_xDriverRow->getBoolean(columnIndex); in getBoolean()
H A DPrivateRow.cxx48 …::sal_Bool SAL_CALL OPrivateRow::getBoolean( ::sal_Int32 columnIndex ) throw (SQLException, Runtim… in getBoolean() function in OPrivateRow
H A DPrivateRow.hxx42 …virtual ::sal_Bool SAL_CALL getBoolean( ::sal_Int32 columnIndex ) throw (::com::sun::star::sdbc::S…
H A Dresultset.cxx506 sal_Bool OResultSet::getBoolean(sal_Int32 columnIndex) throw( SQLException, RuntimeException ) in getBoolean() function in OResultSet
512 return m_xDelegatorRow->getBoolean(columnIndex); in getBoolean()
/trunk/main/offapi/com/sun/star/xml/xpath/
H A DXXPathObject.idl58 boolean getBoolean();
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLResultSet.java287 public boolean getBoolean(int columnIndex) throws SQLException { in getBoolean() method in JavaSQLResultSet
289 return jdbcResultSet.getBoolean(columnIndex); in getBoolean()
/trunk/main/forms/source/xforms/
H A Dcomputedexpression.cxx194 return mxResult.is() ? mxResult->getBoolean() : bDefault; in getBool()
/trunk/main/sc/source/core/data/
H A Ddbdocutl.cxx70 nVal = (xRow->getBoolean(nRowPos) ? 1 : 0); in PutData()
/trunk/main/forms/source/component/
H A DCheckBox.cxx220 sal_Bool bValue = m_xColumn->getBoolean(); in translateDbColumnToControlValue()
/trunk/main/cui/source/dialogs/
H A Dcuigaldlg.cxx164 sal_Bool bFolder = xRow->getBoolean( 1 ); // property "IsFolder" in ImplSearch()
172 sal_Bool bDocument = xRow->getBoolean( 2 ); // property "IsDocument" in ImplSearch()
/trunk/main/ucb/qa/complex/ucb/
H A DUCB.java184 return xrow.getBoolean(1) ? Boolean.TRUE : Boolean.FALSE; in getContentProperty()
/trunk/main/connectivity/source/drivers/adabas/
H A DBIndexes.cxx74 OAdabasIndex* pRet = new OAdabasIndex(m_pTable,aName,aQualifier,!xRow->getBoolean(4), in createObject()
/trunk/main/connectivity/source/drivers/ado/
H A DACallableStatement.cxx68 sal_Bool SAL_CALL OCallableStatement::getBoolean( sal_Int32 columnIndex ) throw(SQLException, Runti… in getBoolean() function in OCallableStatement
/trunk/main/wizards/com/sun/star/wizards/common/
H A DUCB.java233 return xrow.getBoolean(1) ? Boolean.TRUE : Boolean.FALSE; in getContentProperty()
/trunk/main/mysqlc/source/
H A Dmysqlc_resultset.cxx221 sal_Bool SAL_CALL OResultSet::getBoolean(sal_Int32 column) in getBoolean() function in OResultSet
230 return m_result->getBoolean(column)? sal_True:sal_False; in getBoolean()
/trunk/main/connectivity/source/inc/ado/
H A DACallableStatement.hxx58 …virtual sal_Bool SAL_CALL getBoolean( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExc…
/trunk/main/dbaccess/source/ui/misc/
H A DRowSetDrop.cxx215 aValue <<= m_xRow->getBoolean(*aIter); in insertNewRow()
/trunk/main/connectivity/source/inc/java/sql/
H A DCallableStatement.hxx63 …virtual sal_Bool SAL_CALL getBoolean( sal_Int32 columnIndex ) throw(::com::sun::star::sdbc::SQLExc…
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DORowSetValue.java260 setBoolean(getBoolean()); in setTypeKind()
474 public boolean getBoolean() { in getBoolean() method in ORowSetValue
/trunk/main/wizards/com/sun/star/wizards/ui/event/
H A DDataAwareFields.java127 boolean b = field.getBoolean(target); in get()

Completed in 138 milliseconds

12345