/trunk/main/connectivity/source/inc/file/ |
H A D | FNumericFunctions.hxx | 83 virtual ORowSetValue operate(const ORowSetValue& lhs,const ORowSetValue& rhs) const; 217 virtual ORowSetValue operate(const ORowSetValue& lhs,const ORowSetValue& rhs) const; 258 virtual ORowSetValue operate(const ORowSetValue& lhs = ORowSetValue()) const; 271 virtual ORowSetValue operate(const ORowSetValue& lhs = ORowSetValue()) const; 282 virtual ORowSetValue operate(const ORowSetValue& lhs = ORowSetValue()) const; 298 virtual ORowSetValue operate(const ORowSetValue& lhs = ORowSetValue()) const; 312 virtual ORowSetValue operate(const ORowSetValue& lhs = ORowSetValue()) const; 326 virtual ORowSetValue operate(const ORowSetValue& lhs = ORowSetValue()) const; 341 virtual ORowSetValue operate(const ORowSetValue& lhs,const ORowSetValue& rhs) const; 353 virtual ORowSetValue operate(const ORowSetValue& lhs = ORowSetValue()) const; [all …]
|
H A D | FStringFunctions.hxx | 46 virtual ORowSetValue operate(const ORowSetValue& lhs) const; 60 virtual ORowSetValue operate(const ORowSetValue& lhs) const; 77 virtual ORowSetValue operate(const ORowSetValue& lhs) const; 95 virtual ORowSetValue operate(const ORowSetValue& lhs) const; 110 virtual ORowSetValue operate(const ::std::vector<ORowSetValue>& lhs) const; 183 virtual ORowSetValue operate(const ORowSetValue& lhs) const; 196 virtual ORowSetValue operate(const ORowSetValue& lhs) const; 209 virtual ORowSetValue operate(const ORowSetValue& lhs) const; 235 virtual ORowSetValue operate(const ORowSetValue& lhs,const ORowSetValue& rhs) const; 261 virtual ORowSetValue operate(const ORowSetValue& lhs,const ORowSetValue& rhs) const; [all …]
|
H A D | FDateFunctions.hxx | 44 virtual ORowSetValue operate(const ORowSetValue& lhs) const; 56 virtual ORowSetValue operate(const ORowSetValue& lhs) const; 69 virtual ORowSetValue operate(const ORowSetValue& lhs) const; 81 virtual ORowSetValue operate(const ORowSetValue& lhs) const; 94 virtual ORowSetValue operate(const ORowSetValue& lhs) const; 107 virtual ORowSetValue operate(const ORowSetValue& lhs) const; 120 virtual ORowSetValue operate(const ORowSetValue& lhs) const; 157 virtual ORowSetValue operate(const ORowSetValue& lhs) const; 169 virtual ORowSetValue operate(const ORowSetValue& lhs) const; 182 virtual ORowSetValue operate(const ORowSetValue& lhs) const; [all …]
|
H A D | fcode.hxx | 83 virtual const ORowSetValue& getValue() const = 0; 84 virtual void setValue(const ORowSetValue& _rVal) = 0; 102 virtual const ORowSetValue& getValue() const; 103 virtual void setValue(const ORowSetValue& _rVal); 138 ORowSetValue m_aValue; 149 virtual const ORowSetValue& getValue() const; 150 virtual void setValue(const ORowSetValue& _rVal); 175 OOperandResult(const ORowSetValue& _rVar) in OOperandResult() 364 virtual ORowSetValue operate(const ::std::vector<ORowSetValue>& lhs) const = 0; 375 virtual ORowSetValue operate(const ORowSetValue& lhs,const ORowSetValue& rhs) const = 0; [all …]
|
/trunk/main/connectivity/source/drivers/file/ |
H A D | FNumericFunctions.cxx | 34 ORowSetValue OOp_Abs::operate(const ORowSetValue& lhs) const in operate() 45 ORowSetValue OOp_Sign::operate(const ORowSetValue& lhs) const in operate() 60 ORowSetValue OOp_Mod::operate(const ORowSetValue& lhs,const ORowSetValue& rhs) const in operate() 68 ORowSetValue OOp_Floor::operate(const ORowSetValue& lhs) const in operate() 99 ORowSetValue OOp_Exp::operate(const ORowSetValue& lhs) const in operate() 108 ORowSetValue OOp_Ln::operate(const ORowSetValue& lhs) const in operate() 148 ORowSetValue OOp_Pow::operate(const ORowSetValue& lhs,const ORowSetValue& rhs) const in operate() 172 ORowSetValue OOp_Cos::operate(const ORowSetValue& lhs) const in operate() 180 ORowSetValue OOp_Sin::operate(const ORowSetValue& lhs) const in operate() 188 ORowSetValue OOp_Tan::operate(const ORowSetValue& lhs) const in operate() [all …]
|
H A D | FStringFunctions.cxx | 34 ORowSetValue OOp_Upper::operate(const ORowSetValue& lhs) const in operate() 43 ORowSetValue OOp_Lower::operate(const ORowSetValue& lhs) const in operate() 52 ORowSetValue OOp_Ascii::operate(const ORowSetValue& lhs) const in operate() 62 ORowSetValue OOp_CharLength::operate(const ORowSetValue& lhs) const in operate() 71 ORowSetValue OOp_Char::operate(const ::std::vector<ORowSetValue>& lhs) const in operate() 151 ORowSetValue OOp_LTrim::operate(const ORowSetValue& lhs) const in operate() 162 ORowSetValue OOp_RTrim::operate(const ORowSetValue& lhs) const in operate() 173 ORowSetValue OOp_Space::operate(const ORowSetValue& lhs) const in operate() 208 ORowSetValue OOp_Repeat::operate(const ORowSetValue& lhs,const ORowSetValue& rhs) const in operate() 237 ORowSetValue OOp_Left::operate(const ORowSetValue& lhs,const ORowSetValue& rhs) const in operate() [all …]
|
H A D | FDateFunctions.cxx | 35 ORowSetValue OOp_DayOfWeek::operate(const ORowSetValue& lhs) const in operate() 73 ORowSetValue OOp_DayOfMonth::operate(const ORowSetValue& lhs) const in operate() 82 ORowSetValue OOp_DayOfYear::operate(const ORowSetValue& lhs) const in operate() 92 ORowSetValue OOp_Month::operate(const ORowSetValue& lhs) const in operate() 101 ORowSetValue OOp_DayName::operate(const ORowSetValue& lhs) const in operate() 139 ORowSetValue OOp_MonthName::operate(const ORowSetValue& lhs) const in operate() 188 ORowSetValue OOp_Quarter::operate(const ORowSetValue& lhs) const in operate() 222 ORowSetValue OOp_Year::operate(const ORowSetValue& lhs) const in operate() 231 ORowSetValue OOp_Hour::operate(const ORowSetValue& lhs) const in operate() 240 ORowSetValue OOp_Minute::operate(const ORowSetValue& lhs) const in operate() [all …]
|
H A D | fcode.cxx | 106 void OOperandRow::setValue(const ORowSetValue& _rVal) in setValue() 113 const ORowSetValue& OOperandRow::getValue() const in getValue() 121 void OOperandValue::setValue(const ORowSetValue& _rVal) in setValue() 164 const ORowSetValue& OOperandValue::getValue() const in getValue() 314 ORowSetValue aLH(pLeft->getValue()); in operate() 315 ORowSetValue aRH(pRight->getValue()); in operate() 337 ORowSetValue aLH(pLeft->getValue()); in operate() 338 ORowSetValue aRH(pRight->getValue()); in operate() 457 ::std::vector<ORowSetValue> aValues; in Exec()
|
/trunk/main/connectivity/inc/connectivity/ |
H A D | FValue.hxx | 71 ORowSetValue() in ORowSetValue() function in connectivity::ORowSetValue 81 ORowSetValue(const ORowSetValue& _rRH) in ORowSetValue() function in connectivity::ORowSetValue 103 ORowSetValue(const double& _rRH) in ORowSetValue() function in connectivity::ORowSetValue 114 ORowSetValue(const float& _rRH) in ORowSetValue() function in connectivity::ORowSetValue 125 ORowSetValue(const sal_Int8& _rRH) in ORowSetValue() function in connectivity::ORowSetValue 135 ORowSetValue(const sal_Int16& _rRH) in ORowSetValue() function in connectivity::ORowSetValue 145 ORowSetValue(const sal_Int32& _rRH) in ORowSetValue() function in connectivity::ORowSetValue 155 ORowSetValue(const sal_Int64& _rRH) in ORowSetValue() function in connectivity::ORowSetValue 166 ORowSetValue(const sal_Bool& _rRH) in ORowSetValue() function in connectivity::ORowSetValue 221 ~ORowSetValue() in ~ORowSetValue() [all …]
|
H A D | paramwrapper.hxx | 69 ::connectivity::ORowSetValue m_aValue; 84 const ::connectivity::ORowSetValue& Value() const { return m_aValue; } in Value() 85 ::connectivity::ORowSetValue& Value() { return m_aValue; } in Value() 175 …const ::connectivity::ORowSetValue& operator[]( size_t _index ) const { return m_aParameters[ _ind… in operator []() 176 …::connectivity::ORowSetValue& operator[]( size_t _index ) { return m_aParameters[ _index ]->… in operator []()
|
/trunk/main/connectivity/java/sdbc_postgresql/src/com/sun/star/sdbcx/comp/postgresql/ |
H A D | PostgresqlDatabaseMetadata.java | 122 ORowSetValue[] rowOut = new ORowSetValue[18]; in getColumns() 123 rowOut[0] = new ORowSetValue(tableCat); in getColumns() 124 rowOut[1] = new ORowSetValue(tableSchem); in getColumns() 125 rowOut[2] = new ORowSetValue(tableName); in getColumns() 126 rowOut[3] = new ORowSetValue(columnName); in getColumns() 127 rowOut[4] = new ORowSetValue(dataType); in getColumns() 128 rowOut[5] = new ORowSetValue(typeName); in getColumns() 133 rowOut[10] = new ORowSetValue(nullable); in getColumns() 134 rowOut[11] = new ORowSetValue(remarks); in getColumns() 380 ORowSetValue[] rowOut = new ORowSetValue[18]; in getTypeInfo() [all …]
|
/trunk/main/connectivity/source/commontools/ |
H A D | FValue.cxx | 363 ORowSetValue& ORowSetValue::operator=(const ORowSetValue& _rRH) in operator =() 529 ORowSetValue& ORowSetValue::operator=(const Date& _rRH) in operator =() 547 ORowSetValue& ORowSetValue::operator=(const Time& _rRH) in operator =() 565 ORowSetValue& ORowSetValue::operator=(const DateTime& _rRH) in operator =() 599 ORowSetValue& ORowSetValue::operator=(const double& _rRH) in operator =() 617 ORowSetValue& ORowSetValue::operator=(const float& _rRH) in operator =() 636 ORowSetValue& ORowSetValue::operator=(const sal_Int8& _rRH) in operator =() 648 ORowSetValue& ORowSetValue::operator=(const sal_Int16& _rRH) in operator =() 661 ORowSetValue& ORowSetValue::operator=(const sal_Int32& _rRH) in operator =() 686 ORowSetValue& ORowSetValue::operator=(const sal_Bool _rRH) in operator =() [all …]
|
H A D | FDatabaseMetaDataResultSet.cxx | 623 ORowSetValueDecorator& ORowSetValueDecorator::operator=(const ORowSetValue& _aValue) in operator =() 629 const ORowSetValue& ODatabaseMetaDataResultSet::getValue(sal_Int32 columnIndex) in getValue() 755 aValue = new ORowSetValueDecorator(ORowSetValue(bValue)); in initialize() 762 aValue = new ORowSetValueDecorator(ORowSetValue(nValue)); in initialize() 770 aValue = new ORowSetValueDecorator(ORowSetValue(nValue)); in initialize() 778 aValue = new ORowSetValueDecorator(ORowSetValue(nValue)); in initialize() 786 aValue = new ORowSetValueDecorator(ORowSetValue(nValue)); in initialize() 793 aValue = new ORowSetValueDecorator(ORowSetValue(nValue)); in initialize() 800 aValue = new ORowSetValueDecorator(ORowSetValue(nValue)); in initialize() 807 aValue = new ORowSetValueDecorator(ORowSetValue(sValue)); in initialize()
|
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/ |
H A D | CustomResultSet.java | 54 private ArrayList<ORowSetValue[]> rows; 82 ORowSetValue[] fields = rows.get(currentRow); in getField() 235 ORowSetValue field = getField(columnIndex); in getBoolean() 241 ORowSetValue field = getField(columnIndex); in getByte() 247 ORowSetValue field = getField(columnIndex); in getBytes() 263 ORowSetValue field = getField(columnIndex); in getDate() 269 ORowSetValue field = getField(columnIndex); in getDouble() 275 ORowSetValue field = getField(columnIndex); in getFloat() 281 ORowSetValue field = getField(columnIndex); in getInt() 287 ORowSetValue field = getField(columnIndex); in getLong() [all …]
|
H A D | DatabaseMetaDataResultSet.java | 68 private ArrayList<ORowSetValue[]> rows; 257 ORowSetValue field = getField(columnIndex); in getBoolean() 263 ORowSetValue field = getField(columnIndex); in getByte() 269 ORowSetValue field = getField(columnIndex); in getBytes() 285 ORowSetValue field = getField(columnIndex); in getDate() 291 ORowSetValue field = getField(columnIndex); in getDouble() 297 ORowSetValue field = getField(columnIndex); in getFloat() 303 ORowSetValue field = getField(columnIndex); in getInt() 309 ORowSetValue field = getField(columnIndex); in getLong() 315 ORowSetValue field = getField(columnIndex); in getObject() [all …]
|
H A D | ORowSetValue.java | 43 public class ORowSetValue { class 52 public ORowSetValue() { in ORowSetValue() method in ORowSetValue 62 public ORowSetValue(Date value) { in ORowSetValue() method in ORowSetValue 72 public ORowSetValue(double value) { in ORowSetValue() method in ORowSetValue 77 public ORowSetValue(float value) { in ORowSetValue() method in ORowSetValue 82 public ORowSetValue(byte value) { in ORowSetValue() method in ORowSetValue 87 public ORowSetValue(short value) { in ORowSetValue() method in ORowSetValue 92 public ORowSetValue(int value) { in ORowSetValue() method in ORowSetValue 97 public ORowSetValue(long value) { in ORowSetValue() method in ORowSetValue 102 public ORowSetValue(byte[] value) { in ORowSetValue() method in ORowSetValue [all …]
|
/trunk/main/connectivity/source/drivers/dbase/ |
H A D | DIndex.cxx | 184 sal_Bool ODbaseIndex::ConvertToKey(ONDXKey* rKey, sal_uInt32 nRec, const ORowSetValue& rValue) in ConvertToKey() 212 sal_Bool ODbaseIndex::Find(sal_uInt32 nRec, const ORowSetValue& rValue) in Find() 223 sal_Bool ODbaseIndex::Insert(sal_uInt32 nRec, const ORowSetValue& rValue) in Insert() 247 sal_Bool ODbaseIndex::Update(sal_uInt32 nRec, const ORowSetValue& rOldValue, in Update() 248 const ORowSetValue& rNewValue) in Update() 260 sal_Bool ODbaseIndex::Delete(sal_uInt32 nRec, const ORowSetValue& rValue) in Delete() 627 ORowSetValue atmpValue=ORowSetValue(); in CreateImpl() 634 …ORowSetValue aValue(m_aHeader.db_keytype ? ORowSetValue(xRow->getDouble(1)) : ORowSetValue(xRow->g… in CreateImpl()
|
/trunk/main/connectivity/source/inc/dbase/ |
H A D | DIndex.hxx | 125 virtual sal_Bool Insert(sal_uInt32 nRec, const ORowSetValue& rValue); 126 virtual sal_Bool Update(sal_uInt32 nRec, const ORowSetValue&, const ORowSetValue&); 127 virtual sal_Bool Delete(sal_uInt32 nRec, const ORowSetValue& rValue); 128 virtual sal_Bool Find(sal_uInt32 nRec, const ORowSetValue& rValue); 146 sal_Bool ConvertToKey(ONDXKey* rKey, sal_uInt32 nRec, const ORowSetValue& rValue);
|
H A D | dindexnode.hxx | 50 ORowSetValue xValue; /* Schluesselwert */ 54 ONDXKey(const ORowSetValue& rVal, sal_Int32 eType, sal_uInt32 nRec); 61 virtual void setValue(const ORowSetValue& _rVal); 63 virtual const ORowSetValue& getValue() const;
|
/trunk/main/dbaccess/source/core/api/ |
H A D | WrappedResultSet.cxx | 115 connectivity::ORowVector< ORowSetValue > ::Vector::iterator aEnd = _rInsertRow->get().end(); in insertRow() 116 …for(connectivity::ORowVector< ORowSetValue > ::Vector::iterator aIter = _rInsertRow->get().begin()… in insertRow() 129 …connectivity::ORowVector< ORowSetValue > ::Vector::const_iterator aOrgIter = _rOrginalRow->get().b… in updateRow() 130 connectivity::ORowVector< ORowSetValue > ::Vector::iterator aEnd = _rInsertRow->get().end(); in updateRow() 131 …for(connectivity::ORowVector< ORowSetValue > ::Vector::iterator aIter = _rInsertRow->get().begin()… in updateRow() 169 …ltSet::updateColumn(sal_Int32 nPos,Reference< XRowUpdate > _xParameter,const ORowSetValue& _rValue) in updateColumn()
|
H A D | BookmarkSet.cxx | 115 connectivity::ORowVector< ORowSetValue > ::Vector::iterator aEnd = _rInsertRow->get().end(); in insertRow() 116 …for(connectivity::ORowVector< ORowSetValue > ::Vector::iterator aIter = _rInsertRow->get().begin()… in insertRow() 137 …connectivity::ORowVector< ORowSetValue > ::Vector::const_iterator aOrgIter = _rOrginalRow->get().b… in updateRow() 138 connectivity::ORowVector< ORowSetValue > ::Vector::iterator aEnd = _rInsertRow->get().end(); in updateRow() 139 …for(connectivity::ORowVector< ORowSetValue > ::Vector::iterator aIter = _rInsertRow->get().begin()… in updateRow() 185 …rkSet::updateColumn(sal_Int32 nPos,Reference< XRowUpdate > _xParameter,const ORowSetValue& _rValue) in updateColumn()
|
H A D | CacheSet.cxx | 215 ORowVector< ORowSetValue >::Vector::const_iterator aIter = _rInsertRow->get().begin()+1; in insertRow() 216 connectivity::ORowVector< ORowSetValue > ::Vector::iterator aEnd = _rInsertRow->get().end(); in insertRow() 308 ORowVector< ORowSetValue >::Vector::const_iterator aIter = _rRow->get().begin()+1; in fillParameters() 309 ORowVector< ORowSetValue >::Vector::const_iterator aEnd = _rRow->get().end()+1; in fillParameters() 378 connectivity::ORowVector< ORowSetValue > ::Vector::iterator aEnd = _rInsertRow->get().end(); in updateRow() 379 …for(ORowVector< ORowSetValue >::Vector::const_iterator aIter = _rInsertRow->get().begin()+1; aIter… in updateRow() 457 ,const ORowSetValue& _rValue in setParameter() 473 connectivity::ORowVector< ORowSetValue >::Vector::iterator aIter = _rRow->get().begin(); in fillValueRow() 474 connectivity::ORowVector< ORowSetValue >::Vector::iterator aEnd = _rRow->get().end(); in fillValueRow()
|
H A D | KeySet.cxx | 500 …connectivity::ORowVector< ORowSetValue >::Vector::iterator aKeyIter = m_aKeyIter->second.first->ge… in deleteRows() 889 ORowSetRow aKeyRow = new connectivity::ORowVector< ORowSetValue >(m_pKeyColumnNames->size()); in executeInsert() 910 connectivity::ORowVector< ORowSetValue >::Vector::const_iterator aParaIter; in tryRefetch() 911 connectivity::ORowVector< ORowSetValue >::Vector::const_iterator aParaEnd; in tryRefetch() 956 connectivity::ORowVector< ORowSetValue >::Vector::iterator aIter = _rKeyRow->get().begin(); in copyRowValue() 967 ORowSetValue aValue(*aParaValuesIter); in copyRowValue() 1370 connectivity::ORowVector< ORowSetValue >::Vector::const_iterator aParaIter; in refreshRow() 1371 connectivity::ORowVector< ORowSetValue >::Vector::const_iterator aParaEnd; in refreshRow() 1390 …connectivity::ORowVector< ORowSetValue >::Vector::const_iterator aIter = m_aKeyIter->second.first-… in refreshRow() 1428 connectivity::ORowVector< ORowSetValue >::Vector::iterator aIter = aKeyRow->get().begin(); in fetchRow() [all …]
|
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/ |
H A D | JavaSQLDatabaseMetaData.java | 30 import org.apache.openoffice.comp.sdbc.dbtools.util.ORowSetValue; 489 ArrayList<ORowSetValue[]> privileges = new ArrayList<>(); in generateOwnTablePrivileges() 500 ORowSetValue[] privilege = new ORowSetValue[7]; in generateOwnTablePrivileges() 501 privilege[0] = new ORowSetValue(row.getString(1)); in generateOwnTablePrivileges() 502 privilege[1] = new ORowSetValue(row.getString(2)); in generateOwnTablePrivileges() 504 privilege[3] = new ORowSetValue(""); in generateOwnTablePrivileges() 506 privilege[4] = new ORowSetValue(username); in generateOwnTablePrivileges() 507 privilege[5] = new ORowSetValue(privilegeType); in generateOwnTablePrivileges() 508 privilege[6] = new ORowSetValue("YES"); in generateOwnTablePrivileges() 558 ORowSetValue[] rowOut = new ORowSetValue[7]; in getTablePrivileges() [all …]
|
/trunk/main/forms/source/component/ |
H A D | ListBox.cxx | 86 using ::connectivity::ORowSetValue; 94 struct RowSetValueToString : public ::std::unary_function< ORowSetValue, ::rtl::OUString > 96 ::rtl::OUString operator()( const ORowSetValue& _value ) const in operator ()() 864 ORowSetValue aBoundValue; in loadData() 919 aValueList.insert( aValueList.begin(), ORowSetValue() ); in loadData() 921 aDisplayList.insert( aDisplayList.begin(), ORowSetValue( ::rtl::OUString() ) ); in loadData() 977 ORowSetValue OListBoxModel::getFirstSelectedValue() const in getFirstSelectedValue() 979 static const ORowSetValue s_aEmptyVaue; in getFirstSelectedValue() 1011 const ORowSetValue aCurrentValue( getFirstSelectedValue() ); in commitControlValueToDbColumn() 1045 ORowSetValue aCurrentValue; in translateDbColumnToControlValue()
|