Home
last modified time | relevance | path

Searched refs:xRow (Results 1 – 25 of 143) sorted by relevance

123456

/trunk/main/connectivity/source/drivers/adabas/
H A DBDatabaseMetaData.cxx71 if(xRow->wasNull()) in impl_getTypeInfo_throw()
74 if(xRow->wasNull()) in impl_getTypeInfo_throw()
77 if(xRow->wasNull()) in impl_getTypeInfo_throw()
80 if(xRow->wasNull()) in impl_getTypeInfo_throw()
83 if(xRow->wasNull()) in impl_getTypeInfo_throw()
86 if(xRow->wasNull()) in impl_getTypeInfo_throw()
89 if(xRow->wasNull()) in impl_getTypeInfo_throw()
92 if(xRow->wasNull()) in impl_getTypeInfo_throw()
95 if(xRow->wasNull()) in impl_getTypeInfo_throw()
98 if(xRow->wasNull()) in impl_getTypeInfo_throw()
[all …]
H A DBIndexColumns.cxx58 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 DBColumns.cxx62 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 Dcontentenumeration.cxx239 Reference< XRow > xRow( xResultSet, UNO_QUERY ); in enumerateFolderContent() local
251 if ( !bIsHidden || xRow->wasNull() ) in enumerateFolderContent()
255 aDT = xRow->getTimestamp( ROW_DATE_MOD ); in enumerateFolderContent()
256 sal_Bool bContainsDate = !xRow->wasNull(); in enumerateFolderContent()
260 bContainsDate = !xRow->wasNull(); 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()
[all …]
/trunk/main/connectivity/source/commontools/
H A DTTableHelper.cxx206 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()
343 aPkName = xRow->getString(6); in refreshPrimaryKeys()
362 if ( xRow.is() ) in refreshForgeinKeys()
369 sCatalog = xRow->getString(1); in refreshForgeinKeys()
370 if ( xRow->wasNull() ) in refreshForgeinKeys()
372 aSchema = xRow->getString(2); in refreshForgeinKeys()
373 aName = xRow->getString(3); in refreshForgeinKeys()
456 aName = xRow->getString(5); in refreshIndexes()
[all …]
H A DTKeyColumns.cxx69 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 DTIndexColumns.cxx68 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 Dcontent.cxx462 xRow->appendString( in getPropertyValues()
469 xRow->appendBoolean( rProp,true ); in getPropertyValues()
471 xRow->appendBoolean( in getPropertyValues()
475 xRow->appendBoolean( in getPropertyValues()
482 xRow->appendString( in getPropertyValues()
486 xRow->appendString( in getPropertyValues()
490 xRow->appendString( in getPropertyValues()
493 xRow->appendString( in getPropertyValues()
497 xRow->appendVoid( rProp ); in getPropertyValues()
565 xRow->appendVoid( rProp ); in getPropertyValues()
[all …]
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSConnection.cxx329 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()
345 aInfo.nSearchType = xRow->getShort (9); in buildTypeInfo()
346 aInfo.bUnsigned = xRow->getBoolean (10); in buildTypeInfo()
347 aInfo.bCurrency = xRow->getBoolean (11); in buildTypeInfo()
[all …]
/trunk/main/dbaccess/source/ui/dlg/
H A DAdabasStat.cxx140 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
236 Reference<XRow> xRow(xRes,UNO_QUERY); in OAdabasStatistics() local
248 Reference<XRow> xRow(xRes,UNO_QUERY); in OAdabasStatistics() local
299 Reference<XRow> xRow(xRes,UNO_QUERY); in checkSystemTable() local
302 while( xRow.is() && xRes->next() ) in checkSystemTable()
304 _rsSchemaName = xRow->getString(2); in checkSystemTable()
[all …]
/trunk/main/ucb/source/ucp/odma/
H A Dodma_content.cxx741 xRow->appendVoid( rProp ); in getPropertyValues()
749 xRow->appendString ( in getPropertyValues()
756 xRow->appendString ( in getPropertyValues()
762 xRow->appendBoolean( in getPropertyValues()
769 xRow->appendBoolean( in getPropertyValues()
778 xRow->appendTimestamp( in getPropertyValues()
785 xRow->appendTimestamp( in getPropertyValues()
792 xRow->appendBoolean( in getPropertyValues()
799 xRow->appendString ( in getPropertyValues()
805 xRow->appendString ( in getPropertyValues()
[all …]
/trunk/main/sc/source/core/data/
H A Ddbdocutl.cxx70 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()
103 util::Date aDate = xRow->getDate(nRowPos); in PutData()
106 bEmptyFlag = xRow->wasNull(); in PutData()
117 util::Time aTime = xRow->getTime(nRowPos); in PutData()
120 bEmptyFlag = xRow->wasNull(); in PutData()
131 util::DateTime aStamp = xRow->getTimestamp(nRowPos); in PutData()
[all …]
/trunk/main/connectivity/source/drivers/ado/
H A DAKeyColumns.cxx48 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 DftpresultsetI.cxx63 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 DNColumns.cxx55 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 DFColumns.cxx55 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 DMacabColumns.cxx55 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 DRelationController.java72 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 DOConnection.cxx493 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 Ducpext_content.cxx413 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()
455 return Reference< XRow >( xRow.get() ); in getArtificialNodePropertyValues()
634 bIsFolder = xRow->getBoolean(1); in impl_isFolder()
[all …]
H A Ducpext_datasupplier.cxx82 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()
331xRow = 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 Dgio_datasupplier.cxx225 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()
H A Dgio_content.cxx419 xRow->appendVoid( rProp ); in getPropertyValuesFromGFileInfo()
426 xRow->appendVoid( rProp ); in getPropertyValuesFromGFileInfo()
436 xRow->appendVoid( rProp ); in getPropertyValuesFromGFileInfo()
443 xRow->appendVoid( rProp ); in getPropertyValuesFromGFileInfo()
450 xRow->appendVoid( rProp ); in getPropertyValuesFromGFileInfo()
457 xRow->appendVoid( rProp ); in getPropertyValuesFromGFileInfo()
464 xRow->appendVoid( rProp ); in getPropertyValuesFromGFileInfo()
469 xRow->appendBoolean( rProp, sal_False ); in getPropertyValuesFromGFileInfo()
476 xRow->appendVoid( rProp ); in getPropertyValuesFromGFileInfo()
483 xRow->appendVoid( rProp ); in getPropertyValuesFromGFileInfo()
[all …]
/trunk/main/ucb/source/ucp/package/
H A Dpkgcontent.cxx899 xRow->appendObject( in getPropertyValues()
981 xRow->appendString ( in getPropertyValues()
989 xRow->appendString( in getPropertyValues()
996 xRow->appendBoolean( in getPropertyValues()
1004 xRow->appendBoolean( in getPropertyValues()
1012 xRow->appendObject( in getPropertyValues()
1022 xRow->appendString( in getPropertyValues()
1033 xRow->appendLong( in getPropertyValues()
1042 xRow->appendBoolean( in getPropertyValues()
1050 xRow->appendBoolean( in getPropertyValues()
[all …]
/trunk/main/ucbhelper/workben/myucp/
H A Dmyucp_datasupplier.cxx58 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()

Completed in 101 milliseconds

123456