Searched refs:OOXMLHexValue (Results 1 – 4 of 4) sorted by relevance
626 OOXMLHexValue::OOXMLHexValue(sal_uInt32 nValue) in OOXMLHexValue() function in writerfilter::ooxml::OOXMLHexValue631 OOXMLHexValue::OOXMLHexValue(const rtl::OUString & rValue) in OOXMLHexValue() function in writerfilter::ooxml::OOXMLHexValue636 OOXMLHexValue::~OOXMLHexValue() in ~OOXMLHexValue()640 sal_Int32 OOXMLHexValue::getInt() const in getInt()645 OOXMLValue * OOXMLHexValue::clone() const in clone()647 return new OOXMLHexValue(*this); in clone()650 string OOXMLHexValue::toString() const in toString()
206 class OOXMLHexValue : public OOXMLValue class211 explicit OOXMLHexValue(sal_uInt32 nValue);212 explicit OOXMLHexValue(const rtl::OUString & rValue);213 virtual ~OOXMLHexValue();
202 OOXMLFastHelper<OOXMLHexValue>::newProperty in attributes()205 OOXMLValue::Pointer_t pValue(new OOXMLHexValue(aValue)); in attributes()
1517 OOXMLValue::Pointer_t pValue(new OOXMLHexValue(0)); in setDefaultHexValue()
Completed in 32 milliseconds