/aoo4110/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 …]
|
/aoo4110/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()
|
/aoo4110/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 []()
|
/aoo4110/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()
|
/aoo4110/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()
|
H A D | DNoException.cxx | 126 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()
|
/aoo4110/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;
|
/aoo4110/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 | 125 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 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 …]
|
H A D | RowSetBase.hxx | 136 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, con… in firePropertyChange()
|
H A D | StaticSet.cxx | 125 …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()
|
/aoo4110/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()
|
H A D | ListBox.hxx | 63 typedef ::std::vector< ::connectivity::ORowSetValue > ValueList; 71 ::connectivity::ORowSetValue m_aSaveValue; 85 ::connectivity::ORowSetValue getFirstSelectedValue() const;
|
/aoo4110/main/connectivity/source/drivers/odbcbase/ |
H A D | OResultSet.cxx | 401 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 …]
|