Home
last modified time | relevance | path

Searched refs:WW8Value (Results 1 – 7 of 7) sorted by relevance

/aoo4110/main/writerfilter/source/doctok/
H A DWW8ResourceModelImpl.hxx154 class WW8Value : public Value class
157 WW8Value() {} in WW8Value() function in writerfilter::doctok::WW8Value
158 virtual ~WW8Value() {} in ~WW8Value()
167 virtual WW8Value * clone() const = 0;
170 class WW8IntValue : public WW8Value
191 WW8Value::Pointer_t createValue(int value);
195 class WW8StringValue : public WW8Value
219 class WW8PropertiesValue : public WW8Value
240 class WW8StreamValue : public WW8Value
273 WW8Value::Pointer_t createValue(WW8Value::Pointer_t value);
[all …]
H A DWW8ResourceModelImpl.cxx323 sal_Int32 WW8Value::getInt() const in getInt()
328 uno::Any WW8Value::getAny() const in getAny()
333 ::rtl::OUString WW8Value::getString() const in getString()
338 string WW8Value::toString() const in toString()
386 WW8Value::Pointer_t createValue(int value) in createValue()
388 return WW8Value::Pointer_t(new WW8IntValue(value)); in createValue()
391 WW8Value::Pointer_t createValue(WW8Value::Pointer_t value) in createValue()
445 return WW8Value::Pointer_t(new WW8StringValue(rStr)); in createValue()
479 WW8Value::Pointer_t createValue in createValue()
487 return WW8Value::Pointer_t(new WW8StreamValue(rRef)); in createValue()
[all …]
H A DDff.cxx33 typedef boost::shared_ptr<WW8Value> WW8ValueSharedPointer_t;
180 WW8Value::Pointer_t pVal = createValue(getRecordType()); in resolve()
256 WW8Value & rTmpVal = dynamic_cast<WW8Value &>(val); in attribute()
258 pVal(dynamic_cast<WW8Value *>(rTmpVal.clone())); in attribute()
H A DWW8Picture.cxx39 WW8Value::Pointer_t pValue = createValue(get_ffdata()); in resolveNoAuto()
44 WW8Value::Pointer_t pValue = createValue(get_DffRecord()); in resolveNoAuto()
87 WW8Value::Pointer_t pValue = createValue(pFLD->get_flt()); in resolveNoAuto()
H A DDffImpl.cxx425 WW8Value::Pointer_t pVal = createValue(getDffOptName(nId)); in resolveNoAuto()
506 WW8Value::Pointer_t pVal = createValue(nValue); in resolveNoAuto()
H A DWW8PropertySetImpl.cxx371 WW8Value::Pointer_t pValue = createValue(getU16(0)); in resolve()
H A DWW8DocumentImpl.cxx2078 WW8Value::Pointer_t pValue = createValue(mName); in resolve()

Completed in 81 milliseconds