/aoo41x/main/svtools/source/contnr/ |
H A D | contentenumeration.cxx | 249 sal_Bool bIsHidden = xRow->getBoolean( ROW_IS_HIDDEN ); in enumerateFolderContent() 282 … pData->mbIsFolder = xRow->getBoolean( ROW_IS_FOLDER ) && !xRow->wasNull(); in enumerateFolderContent() 283 … pData->mbIsVolume = xRow->getBoolean( ROW_IS_VOLUME ) && !xRow->wasNull(); in enumerateFolderContent() 284 … pData->mbIsRemote = xRow->getBoolean( ROW_IS_REMOTE ) && !xRow->wasNull(); in enumerateFolderContent() 285 … pData->mbIsRemoveable = xRow->getBoolean( ROW_IS_REMOVEABLE ) && !xRow->wasNull(); in enumerateFolderContent() 286 … pData->mbIsFloppy = xRow->getBoolean( ROW_IS_FLOPPY ) && !xRow->wasNull(); in enumerateFolderContent() 287 … pData->mbIsCompactDisc = xRow->getBoolean( ROW_IS_COMPACTDISC ) && !xRow->wasNull(); in enumerateFolderContent()
|
/aoo41x/main/l10ntools/source/filter/merge/ |
H A D | Merger.java | 135 boolean bTrim = m_aCfg.getBoolean(PROP_TRIM); in Merger() 136 boolean bDecode = m_aCfg.getBoolean(PROP_DECODE); in Merger() 200 m_aCfg.getBoolean(PROP_LANGUAGEPACK, false))); in merge() 313 boolean bHandleLanguagePacks = m_aCfg.getBoolean(PROP_LANGUAGEPACK, false); in getFragments() 314 boolean bDebug = m_aCfg.getBoolean(PROP_DEBUG , false); in getFragments()
|
/aoo41x/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ |
H A D | SConnection.cxx | 343 aInfo.bNullable = xRow->getBoolean (7) == ColumnValue::NULLABLE; in buildTypeInfo() 344 aInfo.bCaseSensitive = xRow->getBoolean (8); in buildTypeInfo() 346 aInfo.bUnsigned = xRow->getBoolean (10); in buildTypeInfo() 347 aInfo.bCurrency = xRow->getBoolean (11); in buildTypeInfo() 348 aInfo.bAutoIncrement = xRow->getBoolean (12); in buildTypeInfo()
|
/aoo41x/main/connectivity/source/drivers/adabas/ |
H A D | BDatabaseMetaData.cxx | 91 aRow[nPos++] = new ::connectivity::ORowSetValueDecorator(xRow->getBoolean (8)); in impl_getTypeInfo_throw() 97 aRow[nPos++] = new ::connectivity::ORowSetValueDecorator(xRow->getBoolean (10)); in impl_getTypeInfo_throw() 103 aRow[nPos++] = new ::connectivity::ORowSetValueDecorator(xRow->getBoolean (12)); in impl_getTypeInfo_throw()
|
/aoo41x/main/qadevOOo/tests/java/ifc/sdbc/ |
H A D | _XRowUpdate.java | 133 if (rowData.get(i) instanceof Boolean) row.getBoolean(i + 1) ; in _updateNull() 185 boolean newVal = !row.getBoolean(idx) ; in _updateBoolean() 187 boolean getVal = row.getBoolean(idx) ; in _updateBoolean()
|
/aoo41x/main/wizards/com/sun/star/wizards/common/ |
H A D | ConfigGroup.java | 89 return (field.getBoolean(this) ? Boolean.TRUE : Boolean.FALSE); in convertValue() 146 field.setBoolean(this, Configuration.getBoolean(propertyName, configView)); in readField()
|
/aoo41x/main/forms/qa/org/openoffice/complex/forms/tools/ |
H A D | ResultSet.java | 179 boolean getBoolean( int _colIndex ) throws SQLException in getBoolean() method in ResultSet 181 return m_row.getBoolean( _colIndex ); in getBoolean()
|
/aoo41x/main/l10ntools/source/filter/utils/ |
H A D | ConfigHelper.java | 167 public synchronized boolean getBoolean(java.lang.String sProp) in getBoolean() method in ConfigHelper 176 public synchronized boolean getBoolean(java.lang.String sProp , in getBoolean() method in ConfigHelper
|
/aoo41x/main/odk/examples/DevelopersGuide/Forms/ |
H A D | RowSet.java | 197 public boolean getBoolean(int i) throws SQLException in getBoolean() method in RowSet 199 return m_row.getBoolean(i); in getBoolean()
|
/aoo41x/main/connectivity/qa/connectivity/tools/ |
H A D | RowSet.java | 198 public boolean getBoolean(int i) throws SQLException in getBoolean() method in RowSet 200 return m_row.getBoolean(i); in getBoolean()
|
/aoo41x/main/ucb/source/ucp/file/ |
H A D | bc.cxx | 537 sal_Bool IsDocument = xRow->getBoolean( 1 ); in getContentType() 676 IsDocument = xRow->getBoolean( 1 ); in createNewContent() 1136 sal_Bool IsDocument = xRow->getBoolean( 1 ); in transfer() 1210 bDocument = xRow->getBoolean( 1 ); in insert()
|
H A D | filrset.hxx | 184 getBoolean( in getBoolean() function in fileaccess::XResultSet_impl 190 return m_aItems[m_nRow]->getBoolean( columnIndex ); in getBoolean()
|
/aoo41x/main/wizards/com/sun/star/wizards/ui/event/ |
H A D | UnoDataAware.java | 66 Boolean b = getBoolean(value); in enableControls() 111 protected Boolean getBoolean(Object value) in getBoolean() method in UnoDataAware
|
/aoo41x/main/svx/source/form/ |
H A D | sdbdatacolumn.cxx | 105 sal_Bool DataColumn::getBoolean() throw( SQLException, RuntimeException ) in getBoolean() function in svxform::DataColumn 107 return m_xColumn->getBoolean(); in getBoolean()
|
/aoo41x/main/connectivity/source/commontools/ |
H A D | FValue.cxx | 2013 virtual sal_Bool getBoolean() const = 0; 2045 …virtual sal_Bool getBoolean() const { return m_xRow->getBoolean( m_nPo… in getBoolean() function in connectivity::detail::RowValue 2078 …virtual sal_Bool getBoolean() const { return m_xColumn->getBoolean(); … in getBoolean() function in connectivity::detail::ColumnValue 2168 (*this) = _rValueSource.getBoolean(); in impl_fill()
|
/aoo41x/main/dbaccess/source/core/api/ |
H A D | callablestatement.cxx | 173 sal_Bool SAL_CALL OCallableStatement::getBoolean( sal_Int32 columnIndex ) throw(SQLException, Runti… in getBoolean() function in OCallableStatement 179 return Reference< XRow >(m_xAggregateAsSet, UNO_QUERY)->getBoolean( columnIndex ); in getBoolean()
|
H A D | datacolumn.cxx | 170 sal_Bool ODataColumn::getBoolean(void) throw( SQLException, RuntimeException ) in getBoolean() function in ODataColumn 175 return m_xRow->getBoolean(m_nPos); in getBoolean()
|
/aoo41x/main/unoxml/source/xpath/ |
H A D | xpathobject.hxx | 81 virtual sal_Bool SAL_CALL getBoolean() throw (RuntimeException);
|
H A D | xpathobject.cxx | 98 sal_Bool SAL_CALL CXPathObject::getBoolean() throw (RuntimeException) in getBoolean() function in XPath::CXPathObject
|
/aoo41x/main/toolkit/test/accessibility/ |
H A D | Options.java | 57 return Boolean.getBoolean(Instance().getProperty (sName)); in GetBoolean()
|
/aoo41x/main/ucb/source/ucp/ftp/ |
H A D | ftpresultsetbase.hxx | 131 getBoolean( in getBoolean() function in ftp::ResultSetBase 137 return m_aItems[m_nRow]->getBoolean( columnIndex ); in getBoolean()
|
/aoo41x/main/ucb/source/cacher/ |
H A D | contentresultsetwrapper.cxx | 1224 ::getBoolean( sal_Int32 columnIndex ) in getBoolean() function in ContentResultSetWrapper 1228 XROW_GETXXX( getBoolean ); in getBoolean()
|
/aoo41x/main/xmlhelp/source/cxxhelp/provider/ |
H A D | resultsetbase.hxx | 127 getBoolean( in getBoolean() function in chelp::ResultSetBase 133 return m_aItems[m_nRow]->getBoolean( columnIndex ); in getBoolean()
|
/aoo41x/main/offapi/com/sun/star/xml/xpath/ |
H A D | XXPathObject.idl | 58 boolean getBoolean();
|
/aoo41x/main/sfx2/source/bastyp/ |
H A D | helper.cxx | 427 sal_Bool bFolder = xRow->getBoolean(5); in GetFolderContentProperties() 622 sal_Bool bFolder = xRow->getBoolean(2); in GetHelpTreeViewContents()
|