| /trunk/main/connectivity/source/drivers/adabas/ |
| H A D | BDatabaseMetaData.cxx | 66 Reference< XRow> xRow(xRes,UNO_QUERY); in impl_getTypeInfo_throw() local 70 aRow[nPos++] = new ::connectivity::ORowSetValueDecorator(xRow->getString (1)); in impl_getTypeInfo_throw() 71 if(xRow->wasNull()) in impl_getTypeInfo_throw() 73 aRow[nPos++] = new ::connectivity::ORowSetValueDecorator(xRow->getInt (2)); in impl_getTypeInfo_throw() 74 if(xRow->wasNull()) in impl_getTypeInfo_throw() 76 aRow[nPos++] = new ::connectivity::ORowSetValueDecorator(xRow->getInt (3)); in impl_getTypeInfo_throw() 77 if(xRow->wasNull()) in impl_getTypeInfo_throw() 79 aRow[nPos++] = new ::connectivity::ORowSetValueDecorator(xRow->getString (4)); in impl_getTypeInfo_throw() 80 if(xRow->wasNull()) in impl_getTypeInfo_throw() 82 aRow[nPos++] = new ::connectivity::ORowSetValueDecorator(xRow->getString (5)); in impl_getTypeInfo_throw() [all …]
|
| H A D | BIndexColumns.cxx | 58 Reference< XRow > xRow(xResult,UNO_QUERY); in createObject() local 62 if(xRow->getString(9) == _rName) in createObject() 63 bAsc = xRow->getString(10) != aD; in createObject() 74 Reference< XRow > xRow(xResult,UNO_QUERY); in createObject() local 77 if(xRow->getString(4) == _rName) in createObject() 79 sal_Int32 nType = xRow->getInt(5); in createObject() 80 ::rtl::OUString sTypeName = xRow->getString(6); in createObject() 81 sal_Int32 nPrec = xRow->getInt(7); in createObject() 87 xRow->getString(13), in createObject() 88 xRow->getInt(11), in createObject() [all …]
|
| H A D | BColumns.cxx | 62 Reference< XRow > xRow(xResult,UNO_QUERY); in createObject() local 65 if(xRow->getString(4) == _rName) in createObject() 67 sal_Int32 nType = xRow->getInt(5); in createObject() 68 ::rtl::OUString sTypeName = xRow->getString(6); in createObject() 69 sal_Int32 nPrec = xRow->getInt(7); in createObject() 94 xRow->getString(13), in createObject() 95 xRow->getString(12), in createObject() 96 xRow->getInt(11), in createObject() 98 xRow->getInt(9), in createObject()
|
| /trunk/main/svtools/source/contnr/ |
| H A D | contentenumeration.cxx | 239 Reference< XRow > xRow( xResultSet, UNO_QUERY ); in enumerateFolderContent() local 249 sal_Bool bIsHidden = xRow->getBoolean( ROW_IS_HIDDEN ); in enumerateFolderContent() 251 if ( !bIsHidden || xRow->wasNull() ) in enumerateFolderContent() 255 aDT = xRow->getTimestamp( ROW_DATE_MOD ); in enumerateFolderContent() 256 sal_Bool bContainsDate = !xRow->wasNull(); in enumerateFolderContent() 259 aDT = xRow->getTimestamp( ROW_DATE_CREATE ); in enumerateFolderContent() 260 bContainsDate = !xRow->wasNull(); in enumerateFolderContent() 264 OUString aTargetURL = xRow->getString( ROW_TARGET_URL ); in enumerateFolderContent() 265 sal_Bool bHasTargetURL = !xRow->wasNull() && aTargetURL.getLength() > 0; in enumerateFolderContent() 282 … pData->mbIsFolder = xRow->getBoolean( ROW_IS_FOLDER ) && !xRow->wasNull(); in enumerateFolderContent() [all …]
|
| /trunk/main/connectivity/source/commontools/ |
| H A D | TTableHelper.cxx | 198 Reference< XRow > xRow( _rxResult, UNO_QUERY_THROW ); in lcl_collectColumnDescs_throw() local 203 sName = xRow->getString( 4 ); // COLUMN_NAME in lcl_collectColumnDescs_throw() 204 sal_Int32 nField5 = xRow->getInt(5); in lcl_collectColumnDescs_throw() 205 ::rtl::OUString aField6 = xRow->getString(6); 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() 209 ::rtl::OUString sField12 = xRow->getString(12) in lcl_collectColumnDescs_throw() 210 ,sField13 = xRow->getString(13); in lcl_collectColumnDescs_throw() 211 nOrdinalPosition = xRow->getInt( 17 ); // ORDINAL_POSITION in lcl_collectColumnDescs_throw() [all …]
|
| H A D | TKeyColumns.cxx | 69 Reference< XRow > xRow(xResult,UNO_QUERY); in createObject() local 73 aTemp = xRow->getString(4); in createObject() 74 if(xRow->getString(8) == _rName && m_pKey->getName() == xRow->getString(12)) in createObject() 90 Reference< XRow > xRow(xResult,UNO_QUERY); in createObject() local 93 if ( xRow->getString(4) == _rName ) in createObject() 95 sal_Int32 nDataType = xRow->getInt(5); in createObject() 96 ::rtl::OUString aTypeName(xRow->getString(6)); 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() [all …]
|
| H A D | TIndexColumns.cxx | 68 Reference< XRow > xRow(xResult,UNO_QUERY); in createObject() local 72 if(xRow->getString(9) == _rName) in createObject() 73 bAsc = xRow->getString(10) != aD; in createObject() 84 Reference< XRow > xRow(xResult,UNO_QUERY); in createObject() local 87 if ( xRow->getString(4) == _rName ) in createObject() 89 sal_Int32 nDataType = xRow->getInt(5); in createObject() 90 ::rtl::OUString aTypeName(xRow->getString(6)); 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() [all …]
|
| /trunk/main/xmlhelp/source/cxxhelp/provider/ |
| H A D | content.cxx | 454 rtl::Reference< ::ucbhelper::PropertyValueSet > xRow = in getPropertyValues() local 462 xRow->appendString( in getPropertyValues() 467 xRow->appendString ( rProp,m_aURLParameter.get_title() ); in getPropertyValues() 469 xRow->appendBoolean( rProp,true ); in getPropertyValues() 471 xRow->appendBoolean( in getPropertyValues() 475 xRow->appendBoolean( in getPropertyValues() 479 xRow->appendBoolean( rProp, m_aURLParameter.isErrorDocument() ); in getPropertyValues() 482 xRow->appendString( in getPropertyValues() 486 xRow->appendString( in getPropertyValues() 490 xRow->appendString( in getPropertyValues() [all …]
|
| /trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ |
| H A D | SConnection.cxx | 329 Reference< XRow> xRow(xRs,UNO_QUERY); in buildTypeInfo() local 337 aInfo.aTypeName = xRow->getString (1); in buildTypeInfo() 338 aInfo.nType = xRow->getShort (2); in buildTypeInfo() 339 aInfo.nPrecision = xRow->getInt (3); in buildTypeInfo() 340 aInfo.aLiteralPrefix = xRow->getString (4); in buildTypeInfo() 341 aInfo.aLiteralSuffix = xRow->getString (5); in buildTypeInfo() 342 aInfo.aCreateParams = xRow->getString (6); in buildTypeInfo() 343 aInfo.bNullable = xRow->getBoolean (7) == ColumnValue::NULLABLE; in buildTypeInfo() 344 aInfo.bCaseSensitive = xRow->getBoolean (8); in buildTypeInfo() 345 aInfo.nSearchType = xRow->getShort (9); in buildTypeInfo() [all …]
|
| /trunk/main/dbaccess/source/ui/dlg/ |
| H A D | AdabasStat.cxx | 140 Reference<XRow> xRow(xRes,UNO_QUERY); in OAdabasStatistics() local 144 double nUsedPages = xRow->getInt(1) / 256; in OAdabasStatistics() 145 double nFreePages = xRow->getInt(2) / 256; in OAdabasStatistics() 154 xRow = NULL; in OAdabasStatistics() 192 Reference<XRow> xRow(xRes,UNO_QUERY); in OAdabasStatistics() local 195 m_LB_DATADEVS.InsertEntry(xRow->getString(1)); in OAdabasStatistics() 236 Reference<XRow> xRow(xRes,UNO_QUERY); in OAdabasStatistics() local 237 m_ET_SYSDEVSPACE.SetText(xRow->getString(2)); in OAdabasStatistics() 248 Reference<XRow> xRow(xRes,UNO_QUERY); in OAdabasStatistics() local 249 m_ET_TRANSACTIONLOG.SetText(xRow->getString(2)); in OAdabasStatistics() [all …]
|
| /trunk/main/ucb/source/ucp/odma/ |
| H A D | odma_content.cxx | 641 rtl::Reference< ::ucbhelper::PropertyValueSet > xRow in getPropertyValues() local 660 xRow->appendString ( rProp, rData->m_sContentType ); in getPropertyValues() 665 xRow->appendString ( rProp, rData->m_sTitle ); in getPropertyValues() 670 xRow->appendBoolean( rProp, rData->m_bIsDocument ); in getPropertyValues() 675 xRow->appendBoolean( rProp, rData->m_bIsFolder ); in getPropertyValues() 680 xRow->appendTimestamp( rProp, rData->m_aDateCreated ); in getPropertyValues() 685 xRow->appendTimestamp( rProp, rData->m_aDateModified ); in getPropertyValues() 690 xRow->appendBoolean( rProp, rData->m_bIsReadOnly ); in getPropertyValues() 695 xRow->appendString ( rProp, rData->m_sAuthor ); in getPropertyValues() 700 xRow->appendString ( rProp, rData->m_sSubject ); in getPropertyValues() [all …]
|
| /trunk/main/sc/source/core/data/ |
| H A D | dbdocutl.cxx | 49 const uno::Reference<sdbc::XRow>& xRow, long nRowPos, in PutData() argument 70 nVal = (xRow->getBoolean(nRowPos) ? 1 : 0); in PutData() 71 bEmptyFlag = ( nVal == 0.0 ) && xRow->wasNull(); in PutData() 85 nVal = xRow->getDouble(nRowPos); in PutData() 86 bEmptyFlag = ( nVal == 0.0 ) && xRow->wasNull(); in PutData() 93 aString = xRow->getString(nRowPos); in PutData() 94 bEmptyFlag = ( aString.Len() == 0 ) && xRow->wasNull(); in PutData() 103 util::Date aDate = xRow->getDate(nRowPos); in PutData() 106 bEmptyFlag = xRow->wasNull(); in PutData() 117 util::Time aTime = xRow->getTime(nRowPos); in PutData() [all …]
|
| /trunk/main/connectivity/source/drivers/ado/ |
| H A D | AKeyColumns.cxx | 48 Reference< starsdbc::XRow > xRow(xResult,UNO_QUERY); in createObject() local 51 if(xRow->getString(8) == _rName) in createObject() 53 aRefColumnName = xRow->getString(4); in createObject() 65 Reference< starsdbc::XRow > xRow(xResult,UNO_QUERY); in createObject() local 68 if(xRow->getString(4) == _rName) in createObject() 72 xRow->getString(6), in createObject() 73 xRow->getString(13), in createObject() 74 xRow->getInt(11), in createObject() 75 xRow->getInt(7), in createObject() 76 xRow->getInt(9), in createObject() [all …]
|
| /trunk/main/ucb/source/ucp/ftp/ |
| H A D | ftpresultsetI.cxx | 63 rtl::Reference<ucbhelper::PropertyValueSet> xRow = in ResultSetI() local 69 xRow->appendString(seqProp[i], in ResultSetI() 73 xRow->appendString(seqProp[i],dirvec[n].m_aName); in ResultSetI() 75 xRow->appendBoolean(seqProp[i], in ResultSetI() 79 xRow->appendBoolean(seqProp[i], in ResultSetI() 83 xRow->appendBoolean(seqProp[i], in ResultSetI() 87 xRow->appendLong(seqProp[i], in ResultSetI() 90 xRow->appendTimestamp(seqProp[i], in ResultSetI() 93 xRow->appendObject( in ResultSetI() 97 xRow->appendVoid(seqProp[i]); in ResultSetI() [all …]
|
| /trunk/main/connectivity/source/drivers/evoab2/ |
| H A D | NColumns.cxx | 55 Reference< XRow > xRow(xResult,UNO_QUERY); in createObject() local 59 if (xRow->getString(4) == _rName) in createObject() 63 xRow->getString(6), in createObject() 64 xRow->getString(13), in createObject() 65 xRow->getString(12), in createObject() 66 xRow->getInt(11), in createObject() 67 xRow->getInt(7), in createObject() 68 xRow->getInt(9), in createObject() 69 xRow->getInt(5), in createObject()
|
| /trunk/main/connectivity/source/drivers/file/ |
| H A D | FColumns.cxx | 55 Reference< XRow > xRow(xResult,UNO_QUERY); in createObject() local 58 if(xRow->getString(4) == _rName) in createObject() 61 xRow->getString(6), in createObject() 62 xRow->getString(13), in createObject() 63 xRow->getString(12), in createObject() 64 xRow->getInt(11), in createObject() 65 xRow->getInt(7), in createObject() 66 xRow->getInt(9), in createObject() 67 xRow->getInt(5), in createObject()
|
| /trunk/main/connectivity/source/drivers/macab/ |
| H A D | MacabColumns.cxx | 55 Reference< XRow > xRow(xResult,UNO_QUERY); in createObject() local 59 if (xRow->getString(4) == _rName) in createObject() 63 xRow->getString(6), in createObject() 64 xRow->getString(13), in createObject() 65 xRow->getString(12), in createObject() 66 xRow->getInt(11), in createObject() 67 xRow->getInt(7), in createObject() 68 xRow->getInt(9), in createObject() 69 xRow->getInt(5), in createObject()
|
| /trunk/main/wizards/com/sun/star/wizards/db/ |
| H A D | RelationController.java | 72 XRow xRow = UnoRuntime.queryInterface(XRow.class, xResultSet); in getExportedKeys() local 75 String sForeignCatalog = xRow.getString(FKTABLE_CAT); in getExportedKeys() 76 String sForeignScheme = xRow.getString(FKTABLE_SCHEM); in getExportedKeys() 77 String sForeignTableName = xRow.getString(FKTABLE_NAME); in getExportedKeys() 113 XRow xRow = UnoRuntime.queryInterface(XRow.class, xResultSet); in getImportedKeyColumns() local 123 sPrimaryCatalog = xRow.getString(PKTABLE_CAT); in getImportedKeyColumns() 127 sPrimarySchema = xRow.getString(PKTABLE_SCHEM); in getImportedKeyColumns() 129 String sPrimaryTableName = xRow.getString(PKTABLE_NAME); in getImportedKeyColumns() 130 String sPrimaryColumnName = xRow.getString(PKCOLUMN_NAME); in getImportedKeyColumns() 131 String sForeignColumnName = xRow.getString(FKCOLUMN_NAME); in getImportedKeyColumns()
|
| /trunk/main/connectivity/source/drivers/odbcbase/ |
| H A D | OConnection.cxx | 493 Reference< XRow> xRow(xRs,UNO_QUERY); in buildTypeInfo() local 515 aValue.fill(nPos,aTypes[nPos],xRow); in buildTypeInfo() 518 aValue.fill(nPos,aTypes[nPos],xRow); in buildTypeInfo() 521 aValue.fill(nPos,aTypes[nPos],xRow); in buildTypeInfo() 524 aValue.fill(nPos,aTypes[nPos],xRow); in buildTypeInfo() 527 aValue.fill(nPos,aTypes[nPos],xRow); in buildTypeInfo() 530 aValue.fill(nPos,aTypes[nPos],xRow); in buildTypeInfo() 533 aValue.fill(nPos,aTypes[nPos],xRow); in buildTypeInfo() 536 aValue.fill(nPos,aTypes[nPos],xRow); in buildTypeInfo() 539 aValue.fill(nPos,aTypes[nPos],xRow); in buildTypeInfo() [all …]
|
| /trunk/main/ucb/source/ucp/ext/ |
| H A D | ucpext_content.cxx | 394 …::rtl::Reference< ::ucbhelper::PropertyValueSet > xRow = new ::ucbhelper::PropertyValueSet( i_rORB… in getArtificialNodePropertyValues() 409 xRow->appendString ( rProp, ContentProvider::getArtificialNodeContentType() ); in getArtificialNodePropertyValues() 413 xRow->appendString ( rProp, i_rTitle ); in getArtificialNodePropertyValues() 417 xRow->appendBoolean( rProp, sal_False ); in getArtificialNodePropertyValues() 421 xRow->appendBoolean( rProp, sal_True ); in getArtificialNodePropertyValues() 426 xRow->appendVoid( rProp ); in getArtificialNodePropertyValues() 433 xRow->appendString ( Property( ::rtl::OUString::createFromAscii( "ContentType" ), in getArtificialNodePropertyValues() 438 xRow->appendString ( Property( ::rtl::OUString::createFromAscii( "Title" ), in getArtificialNodePropertyValues() 443 xRow->appendBoolean( Property( ::rtl::OUString::createFromAscii( "IsDocument" ), in getArtificialNodePropertyValues() 448 xRow->appendBoolean( Property( ::rtl::OUString::createFromAscii( "IsFolder" ), in getArtificialNodePropertyValues() [all …]
|
| H A D | ucpext_datasupplier.cxx | 82 Reference< XRow > xRow; member 316 Reference< XRow > xRow = m_pImpl->m_aResults[ i_nIndex ].xRow; in queryPropertyValues() local 317 if ( xRow.is() ) in queryPropertyValues() 318 return xRow; in queryPropertyValues() 331 …xRow = Content::getArtificialNodePropertyValues( m_pImpl->m_xSMgr, getResultSet()->getProperties()… in queryPropertyValues() 338 xRow = m_pImpl->m_aResults[ i_nIndex ].pContent->getPropertyValues( in queryPropertyValues() 347 m_pImpl->m_aResults[ i_nIndex ].xRow = xRow; in queryPropertyValues() 348 return xRow; in queryPropertyValues() 357 m_pImpl->m_aResults[ i_nIndex ].xRow.clear(); in releasePropertyValues()
|
| /trunk/main/ucb/source/ucp/gio/ |
| H A D | gio_content.cxx | 401 … rtl::Reference< ::ucbhelper::PropertyValueSet > xRow = new ::ucbhelper::PropertyValueSet( rSMgr ); in getPropertyValuesFromGFileInfo() local 416 … xRow->appendBoolean( rProp, ( g_file_info_get_file_type( pInfo ) == G_FILE_TYPE_REGULAR || in getPropertyValuesFromGFileInfo() 419 xRow->appendVoid( rProp ); in getPropertyValuesFromGFileInfo() 424 … xRow->appendBoolean( rProp, ( g_file_info_get_file_type( pInfo ) == G_FILE_TYPE_DIRECTORY )); in getPropertyValuesFromGFileInfo() 426 xRow->appendVoid( rProp ); in getPropertyValuesFromGFileInfo() 433 … xRow->appendString( rProp, rtl::OUString(pName, strlen(pName), RTL_TEXTENCODING_UTF8) ); in getPropertyValuesFromGFileInfo() 436 xRow->appendVoid( rProp ); in getPropertyValuesFromGFileInfo() 441 …xRow->appendBoolean( rProp, !g_file_info_get_attribute_boolean( pInfo, G_FILE_ATTRIBUTE_ACCESS_CAN… in getPropertyValuesFromGFileInfo() 443 xRow->appendVoid( rProp ); in getPropertyValuesFromGFileInfo() 448 …xRow->appendTimestamp( rProp, getDateFromUnix(g_file_info_get_attribute_uint64(pInfo, G_FILE_ATTRI… in getPropertyValuesFromGFileInfo() [all …]
|
| H A D | gio_datasupplier.cxx | 225 uno::Reference< sdbc::XRow > xRow = maResults[ nIndex ]->xRow; in queryPropertyValues() local 226 if ( xRow.is() ) in queryPropertyValues() 229 return xRow; in queryPropertyValues() 249 uno::Reference< sdbc::XRow > xRow; in queryPropertyValues() local 250 if ( aResult >>= xRow ) in queryPropertyValues() 252 maResults[ nIndex ]->xRow = xRow; in queryPropertyValues() 253 return xRow; in queryPropertyValues() 267 maResults[ nIndex ]->xRow = uno::Reference< sdbc::XRow >(); in releasePropertyValues()
|
| /trunk/main/ucb/source/ucp/package/ |
| H A D | pkgcontent.cxx | 833 rtl::Reference< ::ucbhelper::PropertyValueSet > xRow in getPropertyValues() local 841 xRow->appendVoid( pProps[ n ] ); in getPropertyValues() 844 return uno::Reference< sdbc::XRow >( xRow.get() ); in getPropertyValues() 860 rtl::Reference< ::ucbhelper::PropertyValueSet > xRow in getPropertyValues() local 879 xRow->appendString ( rProp, rData.aContentType ); in getPropertyValues() 884 xRow->appendString ( rProp, rData.aTitle ); in getPropertyValues() 889 xRow->appendBoolean( rProp, rData.bIsDocument ); in getPropertyValues() 894 xRow->appendBoolean( rProp, rData.bIsFolder ); in getPropertyValues() 899 xRow->appendObject( in getPropertyValues() 907 xRow->appendString ( rProp, rData.aMediaType ); in getPropertyValues() [all …]
|
| /trunk/main/ucbhelper/workben/myucp/ |
| H A D | myucp_datasupplier.cxx | 58 uno::Reference< sdbc::XRow > xRow; member 348 uno::Reference< sdbc::XRow > xRow = m_pImpl->m_aResults[ nIndex ]->xRow; in queryPropertyValues() local 349 if ( xRow.is() ) in queryPropertyValues() 352 return xRow; in queryPropertyValues() 358 uno::Reference< sdbc::XRow > xRow = Content::getPropertyValues( in queryPropertyValues() local 364 m_pImpl->m_aResults[ nIndex ]->xRow = xRow; in queryPropertyValues() 365 return xRow; in queryPropertyValues() 378 m_pImpl->m_aResults[ nIndex ]->xRow = uno::Reference< sdbc::XRow >(); in releasePropertyValues()
|