Home
last modified time | relevance | path

Searched refs:OOperandValue (Results 1 – 2 of 2) sorted by relevance

/trunk/main/connectivity/source/inc/file/
H A Dfcode.hxx135 class OOperandValue : public OOperand class
141 OOperandValue(){} in OOperandValue() function in connectivity::file::OOperandValue
142 OOperandValue(const ORowSetValue& _rVar, sal_Int32 eDbType) in OOperandValue() function in connectivity::file::OOperandValue
147 OOperandValue(sal_Int32 eDbType) :OOperand(eDbType){} in OOperandValue() function in connectivity::file::OOperandValue
157 class OOperandConst : public OOperandValue
167 class OOperandResult : public OOperandValue
171 :OOperandValue(_rVar, eDbType) {} in OOperandResult()
173 :OOperandValue(eDbType) {} in OOperandResult()
176 :OOperandValue(_rVar, _rVar.getTypeKind()) {} in OOperandResult()
204 class OStopOperand : public OOperandValue
/trunk/main/connectivity/source/drivers/file/
H A Dfcode.cxx54 TYPEINIT1(OOperandValue, OOperand);
55 TYPEINIT1(OOperandConst, OOperandValue);
56 TYPEINIT1(OOperandResult, OOperandValue);
57 TYPEINIT1(OStopOperand, OOperandValue);
121 void OOperandValue::setValue(const ORowSetValue& _rVal) in setValue()
164 const ORowSetValue& OOperandValue::getValue() const in getValue()

Completed in 23 milliseconds