Home
last modified time | relevance | path

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

12345678910>>...14

/dports/editors/libreoffice/libreoffice-7.2.6.2/fpicker/source/office/
H A Dcontentenumeration.cxx191 Reference< XRow > xRow( xResultSet, UNO_QUERY ); in enumerateFolderContent() local
203 if ( !bIsHidden || xRow->wasNull() ) in enumerateFolderContent()
205 aDT = xRow->getTimestamp( ROW_DATE_MOD ); in enumerateFolderContent()
206 bool bContainsDate = !xRow->wasNull(); in enumerateFolderContent()
210 bContainsDate = !xRow->wasNull(); in enumerateFolderContent()
229 … pData->mbIsFolder = xRow->getBoolean( ROW_IS_FOLDER ) && !xRow->wasNull(); in enumerateFolderContent()
230 … pData->mbIsVolume = xRow->getBoolean( ROW_IS_VOLUME ) && !xRow->wasNull(); in enumerateFolderContent()
231 … pData->mbIsRemote = xRow->getBoolean( ROW_IS_REMOTE ) && !xRow->wasNull(); in enumerateFolderContent()
232 … pData->mbIsRemoveable = xRow->getBoolean( ROW_IS_REMOVABLE ) && !xRow->wasNull(); in enumerateFolderContent()
233 … pData->mbIsFloppy = xRow->getBoolean( ROW_IS_FLOPPY ) && !xRow->wasNull(); in enumerateFolderContent()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/fpicker/source/office/
H A Dcontentenumeration.cxx192 Reference< XRow > xRow( xResultSet, UNO_QUERY ); in enumerateFolderContent() local
204 if ( !bIsHidden || xRow->wasNull() ) in enumerateFolderContent()
206 aDT = xRow->getTimestamp( ROW_DATE_MOD ); in enumerateFolderContent()
207 bool bContainsDate = !xRow->wasNull(); in enumerateFolderContent()
211 bContainsDate = !xRow->wasNull(); in enumerateFolderContent()
230 … pData->mbIsFolder = xRow->getBoolean( ROW_IS_FOLDER ) && !xRow->wasNull(); in enumerateFolderContent()
231 … pData->mbIsVolume = xRow->getBoolean( ROW_IS_VOLUME ) && !xRow->wasNull(); in enumerateFolderContent()
232 … pData->mbIsRemote = xRow->getBoolean( ROW_IS_REMOTE ) && !xRow->wasNull(); in enumerateFolderContent()
233 … pData->mbIsRemoveable = xRow->getBoolean( ROW_IS_REMOVABLE ) && !xRow->wasNull(); in enumerateFolderContent()
234 … pData->mbIsFloppy = xRow->getBoolean( ROW_IS_FLOPPY ) && !xRow->wasNull(); in enumerateFolderContent()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/ucb/source/ucp/ftp/
H A DftpresultsetI.cxx52 rtl::Reference<ucbhelper::PropertyValueSet> xRow = in ResultSetI() local
58 xRow->appendString(rProp, in ResultSetI()
61 xRow->appendString(rProp,dirvec[n].m_aName); in ResultSetI()
63 xRow->appendBoolean(rProp, in ResultSetI()
67 xRow->appendBoolean(rProp, in ResultSetI()
71 xRow->appendBoolean(rProp, in ResultSetI()
75 xRow->appendLong(rProp, in ResultSetI()
78 xRow->appendTimestamp(rProp, in ResultSetI()
81 xRow->appendObject( in ResultSetI()
85 xRow->appendVoid(rProp); in ResultSetI()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ucb/source/ucp/ftp/
H A DftpresultsetI.cxx52 rtl::Reference<ucbhelper::PropertyValueSet> xRow = in ResultSetI() local
58 xRow->appendString(rProp, in ResultSetI()
61 xRow->appendString(rProp,dirvec[n].m_aName); in ResultSetI()
63 xRow->appendBoolean(rProp, in ResultSetI()
67 xRow->appendBoolean(rProp, in ResultSetI()
71 xRow->appendBoolean(rProp, in ResultSetI()
75 xRow->appendLong(rProp, in ResultSetI()
78 xRow->appendTimestamp(rProp, in ResultSetI()
81 xRow->appendObject( in ResultSetI()
85 xRow->appendVoid(rProp); in ResultSetI()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/commontools/
H A DTKeyColumns.cxx62 Reference< XRow > xRow(xResult,UNO_QUERY); in createObject() local
66 aTemp = xRow->getString(4); in createObject()
67 if(xRow->getString(8) == _rName && m_pKey->getName() == xRow->getString(12)) in createObject()
82 Reference< XRow > xRow(xResult,UNO_QUERY); in createObject() local
85 if ( xRow->getString(4) == _rName ) in createObject()
87 sal_Int32 nDataType = xRow->getInt(5); in createObject()
88 OUString aTypeName(xRow->getString(6)); in createObject()
89 sal_Int32 nSize = xRow->getInt(7); in createObject()
90 sal_Int32 nDec = xRow->getInt(9); in createObject()
91 sal_Int32 nNull = xRow->getInt(11); in createObject()
[all …]
H A DTIndexColumns.cxx59 Reference< XRow > xRow(xResult,UNO_QUERY); in createObject() local
62 if(xRow->getString(9) == _rName) in createObject()
63 bAsc = xRow->getString(10) != "D"; in createObject()
73 Reference< XRow > xRow(xResult,UNO_QUERY); in createObject() local
76 if ( xRow->getString(4) == _rName ) in createObject()
78 sal_Int32 nDataType = xRow->getInt(5); in createObject()
79 OUString aTypeName(xRow->getString(6)); in createObject()
80 sal_Int32 nSize = xRow->getInt(7); in createObject()
81 sal_Int32 nDec = xRow->getInt(9); in createObject()
82 sal_Int32 nNull = xRow->getInt(11); in createObject()
[all …]
H A DTTableHelper.cxx209 OUString aField6 = xRow->getString(6); in lcl_collectColumnDescs_throw()
210 sal_Int32 nField7 = xRow->getInt(7) in lcl_collectColumnDescs_throw()
213 OUString sField12 = xRow->getString(12) in lcl_collectColumnDescs_throw()
330 aPkName = xRow->getString(6); in refreshPrimaryKeys()
354 Reference< XRow > xRow(xResult,UNO_QUERY); in refreshForeignKeys() local
356 if ( !xRow.is() ) in refreshForeignKeys()
364 sCatalog = xRow->getString(1); in refreshForeignKeys()
365 if ( xRow->wasNull() ) in refreshForeignKeys()
367 aSchema = xRow->getString(2); in refreshForeignKeys()
368 aName = xRow->getString(3); in refreshForeignKeys()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/commontools/
H A DTKeyColumns.cxx64 Reference< XRow > xRow(xResult,UNO_QUERY); in createObject() local
68 aTemp = xRow->getString(4); in createObject()
69 if(xRow->getString(8) == _rName && m_pKey->getName() == xRow->getString(12)) 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 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 …]
H A DTIndexColumns.cxx61 Reference< XRow > xRow(xResult,UNO_QUERY); in createObject() local
64 if(xRow->getString(9) == _rName) in createObject()
65 bAsc = xRow->getString(10) != "D"; in createObject()
75 Reference< XRow > xRow(xResult,UNO_QUERY); in createObject() local
78 if ( xRow->getString(4) == _rName ) in createObject()
80 sal_Int32 nDataType = xRow->getInt(5); in createObject()
81 OUString aTypeName(xRow->getString(6)); in createObject()
82 sal_Int32 nSize = xRow->getInt(7); in createObject()
83 sal_Int32 nDec = xRow->getInt(9); in createObject()
84 sal_Int32 nNull = xRow->getInt(11); in createObject()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/qa/unit/
H A Dhsql_binary_import.cxx64 uno::Reference<XRow> xRow(xRes, UNO_QUERY_THROW); in testBinaryImport() local
69 CPPUNIT_ASSERT_EQUAL(idExpected, xRow->getShort(1)); in testBinaryImport()
70 CPPUNIT_ASSERT_EQUAL(OUString{ "45.32" }, xRow->getString(2)); // numeric in testBinaryImport()
71 CPPUNIT_ASSERT_EQUAL(OUString{ "laser eye" }, xRow->getString(3)); // varchar in testBinaryImport()
72 CPPUNIT_ASSERT(xRow->getBoolean(4)); // boolean in testBinaryImport()
74 css::util::Date date = xRow->getDate(5); in testBinaryImport()
83 CPPUNIT_ASSERT_EQUAL(secondIdExpected, xRow->getShort(1)); // ID in testBinaryImport()
84 CPPUNIT_ASSERT_EQUAL(OUString{ "54.12" }, xRow->getString(2)); // numeric in testBinaryImport()
85 CPPUNIT_ASSERT_EQUAL(OUString{ "telekinesis" }, xRow->getString(3)); // varchar in testBinaryImport()
86 CPPUNIT_ASSERT(!xRow->getBoolean(4)); // boolean in testBinaryImport()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/drivers/evoab2/
H A DNColumns.cxx52 Reference< XRow > xRow(xResult,UNO_QUERY); in createObject() local
56 if (xRow->getString(4) == _rName) in createObject()
60 xRow->getString(6), in createObject()
61 xRow->getString(13), in createObject()
62 xRow->getString(12), in createObject()
63 xRow->getInt(11), in createObject()
64 xRow->getInt(7), in createObject()
65 xRow->getInt(9), in createObject()
66 xRow->getInt(5), in createObject()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/drivers/mork/
H A DMColumns.cxx44 Reference< XRow > xRow(xResult,UNO_QUERY); in createObject() local
47 if(xRow->getString(4) == _rName) in createObject()
49 sal_Int32 nType = xRow->getInt(5); in createObject()
50 OUString sTypeName = xRow->getString(6); in createObject()
51 sal_Int32 nPrec = xRow->getInt(7); in createObject()
55 xRow->getString(13), in createObject()
56 xRow->getString(12), in createObject()
57 xRow->getInt(11), in createObject()
59 xRow->getInt(9), in createObject()
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/drivers/file/
H A DFColumns.cxx46 Reference< XRow > xRow(xResult,UNO_QUERY); in createObject() local
49 if(xRow->getString(4) == _rName) in createObject()
52 xRow->getString(6), in createObject()
53 xRow->getString(13), in createObject()
54 xRow->getString(12), in createObject()
55 xRow->getInt(11), in createObject()
56 xRow->getInt(7), in createObject()
57 xRow->getInt(9), in createObject()
58 xRow->getInt(5), in createObject()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/drivers/evoab2/
H A DNColumns.cxx54 Reference< XRow > xRow(xResult,UNO_QUERY); in createObject() local
58 if (xRow->getString(4) == _rName) in createObject()
62 xRow->getString(6), in createObject()
63 xRow->getString(13), in createObject()
64 xRow->getString(12), in createObject()
65 xRow->getInt(11), in createObject()
66 xRow->getInt(7), in createObject()
67 xRow->getInt(9), in createObject()
68 xRow->getInt(5), in createObject()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/drivers/file/
H A DFColumns.cxx48 Reference< XRow > xRow(xResult,UNO_QUERY); in createObject() local
51 if(xRow->getString(4) == _rName) in createObject()
54 xRow->getString(6), in createObject()
55 xRow->getString(13), in createObject()
56 xRow->getString(12), in createObject()
57 xRow->getInt(11), in createObject()
58 xRow->getInt(7), in createObject()
59 xRow->getInt(9), in createObject()
60 xRow->getInt(5), in createObject()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/drivers/firebird/
H A DDatabaseMetaData.cxx606 return xRow->getString(1); in getDatabaseProductVersion()
1189 short aScale = xRow->getShort(10); in getColumns()
1190 OUString sCharsetName = xRow->getString(13); in getColumns()
1194 xRow->getString(13)); in getColumns()
1207 aColumnSize = xRow->getShort(12); in getColumns()
1216 aColumnSize = xRow->getShort(9); in getColumns()
1235 if (xRow->getShort(11)) in getColumns()
1281 short nColumnNumber = xRow->getShort(5); in getColumns()
1287 if (xRow->getShort(9)) in getColumns()
1388 bool aIsView = !xRow->wasNull(); in getTables()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/qa/unit/
H A Dhsql_binary_import.cxx60 uno::Reference<XRow> xRow(xRes, UNO_QUERY_THROW); in testBinaryImport() local
65 CPPUNIT_ASSERT_EQUAL(idExpected, xRow->getShort(1)); in testBinaryImport()
66 CPPUNIT_ASSERT_EQUAL(OUString{ "45.32" }, xRow->getString(2)); // numeric in testBinaryImport()
67 CPPUNIT_ASSERT_EQUAL(OUString{ "laser eye" }, xRow->getString(3)); // varchar in testBinaryImport()
68 CPPUNIT_ASSERT(xRow->getBoolean(4)); // boolean in testBinaryImport()
70 css::util::Date date = xRow->getDate(5); in testBinaryImport()
79 CPPUNIT_ASSERT_EQUAL(secondIdExpected, xRow->getShort(1)); // ID in testBinaryImport()
80 CPPUNIT_ASSERT_EQUAL(OUString{ "54.12" }, xRow->getString(2)); // numeric in testBinaryImport()
81 CPPUNIT_ASSERT_EQUAL(OUString{ "telekinesis" }, xRow->getString(3)); // varchar in testBinaryImport()
82 CPPUNIT_ASSERT(!xRow->getBoolean(4)); // boolean in testBinaryImport()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/drivers/firebird/
H A DDatabaseMetaData.cxx606 return xRow->getString(1); in getDatabaseProductVersion()
1189 short aScale = xRow->getShort(10); in getColumns()
1190 OUString sCharsetName = xRow->getString(13); in getColumns()
1207 aColumnSize = xRow->getShort(12); in getColumns()
1216 aColumnSize = xRow->getShort(9); in getColumns()
1235 if (xRow->getShort(11)) in getColumns()
1291 short nColumnNumber = xRow->getShort(5); in getColumns()
1297 if (xRow->getShort(9)) in getColumns()
1393 sal_Int16 nSystemFlag = xRow->getShort(2); in getTables()
1396 bool aIsView = !xRow->wasNull(); in getTables()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/drivers/macab/
H A DMacabColumns.cxx51 Reference< XRow > xRow(xResult,UNO_QUERY); in createObject() local
55 if (xRow->getString(4) == _rName) in createObject()
59 xRow->getString(6), in createObject()
60 xRow->getString(13), in createObject()
61 xRow->getString(12), in createObject()
62 xRow->getInt(11), in createObject()
63 xRow->getInt(7), in createObject()
64 xRow->getInt(9), in createObject()
65 xRow->getInt(5), in createObject()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/drivers/macab/
H A DMacabColumns.cxx51 Reference< XRow > xRow(xResult,UNO_QUERY); in createObject() local
55 if (xRow->getString(4) == _rName) in createObject()
59 xRow->getString(6), in createObject()
60 xRow->getString(13), in createObject()
61 xRow->getString(12), in createObject()
62 xRow->getInt(11), in createObject()
63 xRow->getInt(7), in createObject()
64 xRow->getInt(9), in createObject()
65 xRow->getInt(5), in createObject()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/
H A Ddbdocutl.cxx59 nVal = (xRow->getBoolean(nRowPos) ? 1 : 0); in PutData()
60 bEmptyFlag = ( nVal == 0.0 ) && xRow->wasNull(); in PutData()
74 nVal = xRow->getDouble(nRowPos); in PutData()
75 bEmptyFlag = ( nVal == 0.0 ) && xRow->wasNull(); in PutData()
82 aString = xRow->getString(nRowPos); in PutData()
83 bEmptyFlag = ( aString.isEmpty() ) && xRow->wasNull(); in PutData()
88 util::Date aDate = xRow->getDate(nRowPos); in PutData()
89 bEmptyFlag = xRow->wasNull(); in PutData()
109 util::Time aTime = xRow->getTime(nRowPos); in PutData()
114 bEmptyFlag = xRow->wasNull(); in PutData()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/data/
H A Ddbdocutl.cxx59 nVal = (xRow->getBoolean(nRowPos) ? 1 : 0); in PutData()
60 bEmptyFlag = ( nVal == 0.0 ) && xRow->wasNull(); in PutData()
74 nVal = xRow->getDouble(nRowPos); in PutData()
75 bEmptyFlag = ( nVal == 0.0 ) && xRow->wasNull(); in PutData()
82 aString = xRow->getString(nRowPos); in PutData()
83 bEmptyFlag = ( aString.isEmpty() ) && xRow->wasNull(); in PutData()
88 util::Date aDate = xRow->getDate(nRowPos); in PutData()
89 bEmptyFlag = xRow->wasNull(); in PutData()
109 util::Time aTime = xRow->getTime(nRowPos); in PutData()
114 bEmptyFlag = xRow->wasNull(); in PutData()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmlhelp/source/cxxhelp/provider/
H A Dcontent.cxx334 xRow->appendString( in getPropertyValues()
341 xRow->appendBoolean( rProp,true ); in getPropertyValues()
343 xRow->appendBoolean( in getPropertyValues()
347 xRow->appendBoolean( in getPropertyValues()
354 xRow->appendString( in getPropertyValues()
358 xRow->appendString( in getPropertyValues()
361 xRow->appendString( in getPropertyValues()
365 xRow->appendVoid( rProp ); in getPropertyValues()
431 xRow->appendVoid( rProp ); in getPropertyValues()
436 xRow->appendVoid( rProp ); in getPropertyValues()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmlhelp/source/cxxhelp/provider/
H A Dcontent.cxx332 xRow->appendString( in getPropertyValues()
339 xRow->appendBoolean( rProp,true ); in getPropertyValues()
341 xRow->appendBoolean( in getPropertyValues()
345 xRow->appendBoolean( in getPropertyValues()
352 xRow->appendString( in getPropertyValues()
356 xRow->appendString( in getPropertyValues()
359 xRow->appendString( in getPropertyValues()
363 xRow->appendVoid( rProp ); in getPropertyValues()
374 xRow->appendObject( rProp,aAny ); in getPropertyValues()
429 xRow->appendVoid( rProp ); in getPropertyValues()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSConnection.cxx341 Reference< XRow> xRow(xRs,UNO_QUERY); in buildTypeInfo() local
349 aInfo.aTypeName = xRow->getString (1); in buildTypeInfo()
350 aInfo.nType = xRow->getShort (2); in buildTypeInfo()
351 aInfo.nPrecision = xRow->getInt (3); in buildTypeInfo()
352 aInfo.aLiteralPrefix = xRow->getString (4); in buildTypeInfo()
353 aInfo.aLiteralSuffix = xRow->getString (5); in buildTypeInfo()
354 aInfo.aCreateParams = xRow->getString (6); in buildTypeInfo()
355 aInfo.bNullable = xRow->getBoolean (7); in buildTypeInfo()
356 aInfo.bCaseSensitive = xRow->getBoolean (8); in buildTypeInfo()
357 aInfo.nSearchType = xRow->getShort (9); in buildTypeInfo()
[all …]

12345678910>>...14