Home
last modified time | relevance | path

Searched refs:ORowSetValue (Results 1 – 25 of 70) sorted by relevance

123

/trunk/main/connectivity/source/inc/file/
H A DFNumericFunctions.hxx47 virtual ORowSetValue operate(const ORowSetValue& lhs) const;
64 virtual ORowSetValue operate(const ORowSetValue& lhs) const;
83 virtual ORowSetValue operate(const ORowSetValue& lhs,const ORowSetValue& rhs) const;
98 virtual ORowSetValue operate(const ORowSetValue& lhs) const;
113 virtual ORowSetValue operate(const ORowSetValue& lhs) const;
136 virtual ORowSetValue operate(const ::std::vector<ORowSetValue>& lhs) const;
150 virtual ORowSetValue operate(const ORowSetValue& lhs) const;
165 virtual ORowSetValue operate(const ORowSetValue& lhs) const;
187 virtual ORowSetValue operate(const ::std::vector<ORowSetValue>& lhs) const;
203 virtual ORowSetValue operate(const ORowSetValue& lhs) const;
[all …]
H A DFStringFunctions.hxx46 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;
127 virtual ORowSetValue operate(const ::std::vector<ORowSetValue>& lhs) const;
148 virtual ORowSetValue operate(const ::std::vector<ORowSetValue>& lhs) const;
170 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;
[all …]
H A DFDateFunctions.hxx44 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;
145 virtual ORowSetValue operate(const ::std::vector<ORowSetValue>& lhs) const;
157 virtual ORowSetValue operate(const ORowSetValue& lhs) const;
169 virtual ORowSetValue operate(const ORowSetValue& lhs) const;
[all …]
H A Dfcode.hxx83 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;
142 OOperandValue(const ORowSetValue& _rVar, sal_Int32 eDbType) in OOperandValue()
149 virtual const ORowSetValue& getValue() const;
150 virtual void setValue(const ORowSetValue& _rVal);
170 OOperandResult(const ORowSetValue& _rVar, sal_Int32 eDbType) in OOperandResult()
175 OOperandResult(const ORowSetValue& _rVar) in OOperandResult()
[all …]
/trunk/main/connectivity/source/drivers/file/
H A DFNumericFunctions.cxx34 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()
63 return ORowSetValue(); in operate()
68 ORowSetValue OOp_Floor::operate(const ORowSetValue& lhs) const in operate()
76 ORowSetValue OOp_Ceiling::operate(const ORowSetValue& lhs) const in operate()
85 ORowSetValue OOp_Round::operate(const ::std::vector<ORowSetValue>& lhs) const in operate()
88 return ORowSetValue(); in operate()
99 ORowSetValue OOp_Exp::operate(const ORowSetValue& lhs) const in operate()
108 ORowSetValue OOp_Ln::operate(const ORowSetValue& lhs) const in operate()
[all …]
H A DFStringFunctions.cxx34 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()
75 return ORowSetValue(); in operate()
78 ::std::vector<ORowSetValue>::const_reverse_iterator aIter = lhs.rbegin(); in operate()
79 ::std::vector<ORowSetValue>::const_reverse_iterator aEnd = lhs.rend(); in operate()
93 ORowSetValue OOp_Concat::operate(const ::std::vector<ORowSetValue>& lhs) const in operate()
97 return ORowSetValue(); in operate()
[all …]
H A DFDateFunctions.cxx35 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()
205 ORowSetValue OOp_Week::operate(const ::std::vector<ORowSetValue>& lhs) const in operate()
208 return ORowSetValue(); in operate()
222 ORowSetValue OOp_Year::operate(const ORowSetValue& lhs) const in operate()
[all …]
H A Dfcode.cxx106 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 DFValue.hxx49 class OOO_DLLPUBLIC_DBTOOLS ORowSetValue class
71 ORowSetValue() in ORowSetValue() function in connectivity::ORowSetValue
81 ORowSetValue(const ORowSetValue& _rRH) in ORowSetValue() function in connectivity::ORowSetValue
92 ORowSetValue(const ::rtl::OUString& _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
[all …]
H A Dparamwrapper.hxx69 ::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 DPostgresqlDatabaseMetadata.java26 import org.apache.openoffice.comp.sdbc.dbtools.util.ORowSetValue;
95 ArrayList<ORowSetValue[]> table = new ArrayList<>(); in getColumns()
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()
129 rowOut[6] = new ORowSetValue(columnSize); in getColumns()
[all …]
/trunk/main/connectivity/source/commontools/
H A DFValue.cxx198 void ORowSetValue::setTypeKind(sal_Int32 _eType) in setTypeKind()
266 void ORowSetValue::free() in free()
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 =()
583 ORowSetValue& ORowSetValue::operator=(const ::rtl::OUString& _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 =()
[all …]
H A DFDatabaseMetaDataResultSet.cxx623 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 DCustomResultSet.java54 private ArrayList<ORowSetValue[]> rows;
60 public CustomResultSet(XResultSetMetaData resultSetMetaData, ArrayList<ORowSetValue[]> rows) { in CustomResultSet()
78 private ORowSetValue getField(int columnIndex) throws SQLException { in getField()
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()
[all …]
H A DDatabaseMetaDataResultSet.java26 import org.apache.openoffice.comp.sdbc.dbtools.util.ORowSetValue;
68 private ArrayList<ORowSetValue[]> rows;
74 public DatabaseMetaDataResultSet(XResultSet impl, ArrayList<ORowSetValue[]> rows) { in DatabaseMetaDataResultSet()
100 private ORowSetValue getField(int columnIndex) throws SQLException { in getField()
104 ORowSetValue[] fields = rows.get(currentRow); in getField()
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()
[all …]
H A DORowSetValue.java43 public class ORowSetValue { class
52 public ORowSetValue() { in ORowSetValue() method in ORowSetValue
57 public ORowSetValue(boolean value) { in ORowSetValue() method in ORowSetValue
62 public ORowSetValue(Date value) { in ORowSetValue() method in ORowSetValue
67 public ORowSetValue(DateTime 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
[all …]
/trunk/main/connectivity/source/drivers/dbase/
H A DDIndex.cxx184 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()
634ORowSetValue aValue(m_aHeader.db_keytype ? ORowSetValue(xRow->getDouble(1)) : ORowSetValue(xRow->g… in CreateImpl()
/trunk/main/connectivity/source/inc/dbase/
H A DDIndex.hxx125 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 Ddindexnode.hxx50 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 DWrappedResultSet.cxx115 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 DBookmarkSet.cxx115 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 DCacheSet.cxx215 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 DKeySet.cxx500 …connectivity::ORowVector< ORowSetValue >::Vector::iterator aKeyIter = m_aKeyIter->second.first->ge… in deleteRows()
501 …connectivity::ORowVector< ORowSetValue >::Vector::iterator aKeyEnd = m_aKeyIter->second.first->get… 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()
928 …connectivity::ORowVector< ORowSetValue >::Vector::const_iterator aIter2 = m_aKeyIter->second.first… in tryRefetch()
956 connectivity::ORowVector< ORowSetValue >::Vector::iterator aIter = _rKeyRow->get().begin(); in copyRowValue()
960 …connectivity::ORowVector< ORowSetValue >::Vector::const_iterator aParaValuesIter = m_aParameterVal… in copyRowValue()
967 ORowSetValue aValue(*aParaValuesIter); in copyRowValue()
1370 connectivity::ORowVector< ORowSetValue >::Vector::const_iterator aParaIter; in refreshRow()
[all …]
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLDatabaseMetaData.java30 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()
503 privilege[2] = new ORowSetValue(row.getString(3)); 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()
[all …]
/trunk/main/forms/source/component/
H A DListBox.cxx86 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()

123