Searched refs:OOXMLIntegerValue (Results 1 – 4 of 4) sorted by relevance
582 OOXMLIntegerValue::OOXMLIntegerValue(sal_Int32 nValue) in OOXMLIntegerValue() function in writerfilter::ooxml::OOXMLIntegerValue587 OOXMLIntegerValue::OOXMLIntegerValue(const rtl::OUString & rValue) in OOXMLIntegerValue() function in writerfilter::ooxml::OOXMLIntegerValue593 OOXMLIntegerValue::~OOXMLIntegerValue() in ~OOXMLIntegerValue()597 sal_Int32 OOXMLIntegerValue::getInt() const in getInt()602 uno::Any OOXMLIntegerValue::getAny() const in getAny()609 OOXMLValue * OOXMLIntegerValue::clone() const in clone()611 return new OOXMLIntegerValue(*this); in clone()614 string OOXMLIntegerValue::toString() const in toString()
191 class OOXMLIntegerValue : public OOXMLValue class196 explicit OOXMLIntegerValue(sal_Int32 nValue);197 explicit OOXMLIntegerValue(const rtl::OUString & rValue);198 virtual ~OOXMLIntegerValue();
189 OOXMLFastHelper<OOXMLIntegerValue>::newProperty in attributes()192 OOXMLValue::Pointer_t pValue(new OOXMLIntegerValue(aValue)); in attributes()227 OOXMLFastHelper<OOXMLIntegerValue>::newProperty in attributes()230 OOXMLValue::Pointer_t pValue(new OOXMLIntegerValue(nValue)); in attributes()
539 (new OOXMLIntegerValue(mnTableDepth)); in sendTableDepth()546 (new OOXMLIntegerValue(1)); in sendTableDepth()1514 OOXMLValue::Pointer_t pValue(new OOXMLIntegerValue(0)); in setDefaultIntegerValue()1691 (new OOXMLIntegerValue(mnTableDepth)); in endCell()1698 (new OOXMLIntegerValue(1)); in endCell()1748 (new OOXMLIntegerValue(mnTableDepth)); in endRow()1755 (new OOXMLIntegerValue(1)); in endRow()1762 (new OOXMLIntegerValue(1)); in endRow()1813 (new OOXMLIntegerValue(mnTableDepth)); in lcl_startFastElement()
Completed in 27 milliseconds