Home
last modified time | relevance | path

Searched refs:xRow (Results 1 – 25 of 143) sorted by last modified time

123456

/trunk/main/dbaccess/source/ui/misc/
H A DUITools.cxx674 Reference< XRow> xRow(xRs,UNO_QUERY); in fillTypeInfo() local
704 aValue.fill(nPos,aTypes[nPos],aNullable[nPos],xRow); in fillTypeInfo()
707 aValue.fill(nPos,aTypes[nPos],aNullable[nPos],xRow); in fillTypeInfo()
710 aValue.fill(nPos,aTypes[nPos],aNullable[nPos],xRow); in fillTypeInfo()
713 aValue.fill(nPos,aTypes[nPos],aNullable[nPos],xRow); in fillTypeInfo()
716 aValue.fill(nPos,aTypes[nPos],aNullable[nPos],xRow); in fillTypeInfo()
719 aValue.fill(nPos,aTypes[nPos],aNullable[nPos],xRow); in fillTypeInfo()
722 aValue.fill(nPos,aTypes[nPos],aNullable[nPos],xRow); in fillTypeInfo()
914 Reference<XRow> xRow(xRes,UNO_QUERY); in createDefaultName() local
917 sCatalog = xRow->getString(1); in createDefaultName()
[all …]
/trunk/main/dbaccess/source/core/api/
H A DKeySet.cxx651 Reference<XRow> xRow; in executeUpdate() local
704 m_aKeyIter->second.second.second = xRow; in executeUpdate()
799 Reference< XRow > xRow(xRes,UNO_QUERY); in executeInsert() local
800 if ( xRow.is() && xRes->next() ) in executeInsert()
814 …nsertRow->get())[aFind->second.nPosition].fill(i,aFind->second.nType,aFind->second.bNullable,xRow); in executeInsert()
865 Reference<XRow> xRow(xRes,UNO_QUERY); in executeInsert() local
866 if(xRow.is() && xRes->next()) in executeInsert()
874 …nsertRow->get())[aFind->second.nPosition].fill(i,aFind->second.nType,aFind->second.bNullable,xRow); in executeInsert()
/trunk/main/ucb/source/ucp/webdav/
H A Dwebdavcontent.cxx1305 rtl::Reference< ::ucbhelper::PropertyValueSet > xRow in getPropertyValues() local
1323 xRow->appendObject( rProp, rValue ); in getPropertyValues()
1339 !xRow->appendPropertySetValue( in getPropertyValues()
1343 xRow->appendVoid( rProp ); in getPropertyValues()
1364 xRow->appendObject( aProp, (*it).second.value() ); in getPropertyValues()
1373 xRow->appendPropertySet( xSet ); in getPropertyValues()
1376 return uno::Reference< sdbc::XRow >( xRow.get() ); in getPropertyValues()
3237 uno::Reference< sdbc::XRow > xRow( getPropertyValues( aProperties, xEnv ) ); in isFolder() local
3238 if ( xRow.is() ) in isFolder()
3242 return xRow->getBoolean( 1 ); in isFolder()
[all …]
H A Dwebdavdatasupplier.cxx61 uno::Reference< sdbc::XRow > xRow; member
300 uno::Reference< sdbc::XRow > xRow = m_pImpl->m_aResults[ nIndex ]->xRow; in queryPropertyValues() local
301 if ( xRow.is() ) in queryPropertyValues()
304 return xRow; in queryPropertyValues()
310 uno::Reference< sdbc::XRow > xRow in queryPropertyValues() local
318 m_pImpl->m_aResults[ nIndex ]->xRow = xRow; in queryPropertyValues()
319 return xRow; in queryPropertyValues()
332 m_pImpl->m_aResults[ nIndex ]->xRow = uno::Reference< sdbc::XRow >(); in releasePropertyValues()
/trunk/main/connectivity/source/sdbcx/
H A DVCatalog.cxx217 Reference< XRow > xRow(_xResult,UNO_QUERY); in fillNames() local
220 _rNames.push_back( buildName(xRow) ); in fillNames()
222 xRow.clear(); in fillNames()
/trunk/main/odk/examples/DevelopersGuide/Text/
H A DTextDocuments.java748 XPropertySet xRow = (XPropertySet) UnoRuntime.queryInterface( in TextTableExample() local
751 xRow.setPropertyValue( "BackTransparent", new Boolean(false)); in TextTableExample()
753 xRow.setPropertyValue( "BackColor", new Integer(6710932)); in TextTableExample()
910 XPropertySet xRow = (XPropertySet) UnoRuntime.queryInterface( in AutoTextExample() local
914 xRow.setPropertyValue( "BackTransparent", new Boolean(false)); in AutoTextExample()
917 xRow.setPropertyValue( "BackColor", new Integer(6710932)); in AutoTextExample()
/trunk/main/fpicker/source/office/
H A Diodlg.cxx2088 Reference< XRow > xRow( xResultSet, UNO_QUERY ); in PrepareExecute() local
/trunk/main/sw/source/core/unocore/
H A Dswunohelper.cxx239 STAR_REFERENCE( sdbc::XRow ) xRow( xResultSet, UNO_NMSPC::UNO_QUERY ); in UCB_GetFileListOfFolder()
246 String sTitle( xRow->getString( 1 ) ); in UCB_GetFileListOfFolder()
257 STAR_NMSPC::util::DateTime aStamp = xRow->getTimestamp(2); in UCB_GetFileListOfFolder()
H A Dunotext.cxx2031 uno::Reference< beans::XPropertySet > xRow; in lcl_ApplyRowProperties() local
2032 rRow >>= xRow; in lcl_ApplyRowProperties()
2046 xRow->setPropertyValue( in lcl_ApplyRowProperties()
/trunk/main/connectivity/source/drivers/dbase/
H A DDTable.cxx637 Reference< XRow> xRow(xDir,UNO_QUERY); in getEntry() local
645 sName = xRow->getString(1); in getEntry()
/trunk/main/desktop/source/deployment/manager/
H A Ddp_manager.cxx141 Reference<sdbc::XRow> xRow( xResultSet, UNO_QUERY_THROW ); in initActivationLayer() local
142 OUString title( xRow->getString( 1 /* Title */ ) ); in initActivationLayer()
/trunk/main/sc/source/core/data/
H A Dglobalx.cxx97 Reference< sdbc::XRow > xRow( xResultSet, UNO_QUERY ); in InitAddIns() local
/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/sot/source/sdstor/
H A Ducbstorage.cxx1991 Reference< XRow > xRow( xResultSet, UNO_QUERY ); local
1997 ::rtl::OUString aTitle( xRow->getString(1) );
2007 aContentType = xRow->getString(3);
2010 sal_Bool bIsFolder( xRow->getBoolean(2) );
2011 sal_Int64 nSize = xRow->getLong(4);
2028 aName += String( xRow->getString(1) );
/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/wizards/com/sun/star/wizards/common/
H A DUCB.java184 XRow xRow = UnoRuntime.queryInterface(XRow.class, xResultSet); in listFiles() local
190 String aTitle = xRow.getString(1); in listFiles()
191 if (aTitle.length() == 0 && xRow.wasNull()) in listFiles()
/trunk/main/wizards/com/sun/star/wizards/db/
H A DDBMetaData.java971 XRow xRow = UnoRuntime.queryInterface( XRow.class, _xResultSet ); in StringsFromResultSet() local
975 aColVector.addElement(xRow.getString(_icol)); in StringsFromResultSet()
H A DRecordParser.java49 com.sun.star.sdbc.XRow xRow; field in RecordParser
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()
H A DTypeInspector.java87 XRow xRow = UnoRuntime.queryInterface(XRow.class, xResultSet); in TypeInspector() local
90 aTypeNameVector.addElement(xRow.getString(1)); in TypeInspector()
91 aTypeVector.addElement(new Integer(xRow.getShort(2))); in TypeInspector()
92 aPrecisionVector.addElement(new Integer(xRow.getInt(3))); in TypeInspector()
93 aNullableVector.addElement(new Integer(xRow.getShort(7))); in TypeInspector()
94 aSearchableVector.addElement(new Integer(xRow.getShort(9))); in TypeInspector()
95 aAutoIncrementVector.addElement(Boolean.valueOf(xRow.getBoolean(12))); in TypeInspector()
96 aMinScaleVector.addElement(new Integer(xRow.getShort(14))); in TypeInspector()
97 aMaxScaleVector.addElement(new Integer(xRow.getShort(15))); in TypeInspector()
/trunk/main/vcl/source/window/
H A Dprintdlg.cxx565 xLayout->addChild( xRow ); in setupLayout()
567 xRow->addChild( xIndent ); in setupLayout()
570 xRow->addChild( xShowNupCol, -1 ); in setupLayout()
581 xRow.reset( new vcl::RowOrColumn( xMainCol.get(), false ) ); in setupLayout()
582 xMainCol->addRow( &maNupNumPagesTxt, xRow, nIndent ); in setupLayout()
583 xRow->addWindow( &maNupColEdt ); in setupLayout()
584 xRow->addWindow( &maNupTimesTxt ); in setupLayout()
585 xRow->addWindow( &maNupRowsEdt ); in setupLayout()
604 xRow.reset( new vcl::RowOrColumn( xMainCol.get(), false ) ); in setupLayout()
605 xMainCol->addRow( &maBrochureBtn, xRow ); in setupLayout()
[all …]
/trunk/main/unotools/source/ucbhelper/
H A Ducbhelper.cxx414 uno::Reference< com::sun::star::sdbc::XRow > xRow( xResultSet, UNO_QUERY ); in GetResultSet() local
421 String aTitle( xRow->getString(1) ); in GetResultSet()
422 String aType( xRow->getString(2) ); in GetResultSet()
/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()
H A Dmyucp_content.cxx520 xRow->appendString ( rProp, rData.aTitle ); in getPropertyValues()
525 xRow->appendBoolean( rProp, rData.bIsDocument ); in getPropertyValues()
530 xRow->appendBoolean( rProp, rData.bIsFolder ); in getPropertyValues()
563 if ( !xRow->appendPropertySetValue( in getPropertyValues()
568 xRow->appendVoid( rProp ); in getPropertyValues()
574 xRow->appendVoid( rProp ); in getPropertyValues()
582 xRow->appendString ( in getPropertyValues()
589 xRow->appendString ( in getPropertyValues()
595 xRow->appendBoolean( in getPropertyValues()
602 xRow->appendBoolean( in getPropertyValues()
[all …]
/trunk/main/ucbhelper/source/client/
H A Dcontent.cxx617 Reference< XRow > xRow = getPropertyValuesInterface( rPropertyNames ); in getPropertyValues() local
622 if ( xRow.is() ) in getPropertyValues()
627 pValues[ n ] = xRow->getObject( n + 1, Reference< XNameAccess >() ); in getPropertyValues()
638 Reference< XRow > xRow = getPropertyValuesInterface( nPropertyHandles ); in getPropertyValues() local
643 if ( xRow.is() ) in getPropertyValues()
682 Reference< XRow > xRow; in getPropertyValuesInterface() local
683 aResult >>= xRow; in getPropertyValuesInterface()
684 return xRow; in getPropertyValuesInterface()
715 Reference< XRow > xRow; in getPropertyValuesInterface() local
716 aResult >>= xRow; in getPropertyValuesInterface()
[all …]

Completed in 224 milliseconds

123456