Home
last modified time | relevance | path

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

123

/AOO41X/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 …]
/AOO41X/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()
/AOO41X/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 []()
/AOO41X/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()
/AOO41X/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()
H A DDNoException.cxx126 sal_Bool ODbaseTable::ReadMemo(sal_uIntPtr nBlockNo, ORowSetValue& aVariable) in ReadMemo()
399 void ONDXKey::setValue(const ORowSetValue& _rVal) in setValue()
405 const ORowSetValue& ONDXKey::getValue() const in getValue()
/AOO41X/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;
/AOO41X/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.cxx125 connectivity::ORowVector< ORowSetValue > ::Vector::iterator aEnd = _rInsertRow->get().end(); in insertRow()
126 …for(connectivity::ORowVector< ORowSetValue > ::Vector::iterator aIter = _rInsertRow->get().begin()… in insertRow()
147 …connectivity::ORowVector< ORowSetValue > ::Vector::const_iterator aOrgIter = _rOrginalRow->get().b… in updateRow()
148 connectivity::ORowVector< ORowSetValue > ::Vector::iterator aEnd = _rInsertRow->get().end(); in updateRow()
149 …for(connectivity::ORowVector< ORowSetValue > ::Vector::iterator aIter = _rInsertRow->get().begin()… in updateRow()
195 …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 …]
H A DRowSetBase.hxx136 connectivity::ORowSetValue m_aEmptyValue; // only for error case
170 void firePropertyChange(sal_Int32 _nPos,const ::connectivity::ORowSetValue& _rNewValue);
225 const connectivity::ORowSetValue& getValue(sal_Int32 columnIndex);
227 const connectivity::ORowSetValue& impl_getValue(sal_Int32 columnIndex);
388 …inline void firePropertyChange(sal_Int32 _nPos,const ::connectivity::ORowSetValue& _rNewValue, co… in firePropertyChange()
H A DStaticSet.cxx125 …m_aSet.push_back(new connectivity::ORowVector< connectivity::ORowSetValue >(m_xSetMetaData->getCol… in fetchRow()
143 … ORowSetRow pRow = new connectivity::ORowVector< connectivity::ORowSetValue >(nColumnCount); in fillAllRows()
348 …m_aSet.push_back(new ORowVector< ORowSetValue >(*_rInsertRow)); // we don't know where the new row… in insertRow()
/AOO41X/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()
H A DListBox.hxx63 typedef ::std::vector< ::connectivity::ORowSetValue > ValueList;
71 ::connectivity::ORowSetValue m_aSaveValue;
85 ::connectivity::ORowSetValue getFirstSelectedValue() const;
/AOO41X/main/connectivity/source/drivers/odbcbase/
H A DOResultSet.cxx401 const ORowSetValue& OResultSet::getValue(sal_Int32 _nColumnIndex,SQLSMALLINT _nType,void* _pValue,S… in getValue()
422 const ORowSetValue& aValue = getValue(columnIndex,SQL_C_BIT,&nVal,sizeof nVal); in getBoolean()
430 const ORowSetValue& aValue = getValue(columnIndex,SQL_C_TINYINT,&nRet,sizeof nRet); in getByte()
494 const ORowSetValue& aValue = getValue( columnIndex, in getDate()
504 const ORowSetValue& aValue = getValue(columnIndex,SQL_C_DOUBLE,&nRet,sizeof nRet); in getDouble()
512 const ORowSetValue& aValue = getValue(columnIndex,SQL_C_FLOAT,&nRet,sizeof nRet); in getFloat()
520 const ORowSetValue& aValue = getValue(columnIndex,SQL_C_LONG,&nRet,sizeof nRet); in getInt()
539 const ORowSetValue& aValue = getValue(columnIndex,SQL_C_SBIGINT,&nRet,sizeof nRet); in getLong()
604 const ORowSetValue& aValue = getValue(columnIndex,SQL_C_SHORT,&nRet,sizeof nRet); in getShort()
632 const ORowSetValue& aValue = getValue(columnIndex, in getTime()
[all …]

123