Home
last modified time | relevance | path

Searched refs:OOXMLIntegerValue (Results 1 – 4 of 4) sorted by relevance

/trunk/main/writerfilter/source/ooxml/
H A DOOXMLPropertySetImpl.cxx582 OOXMLIntegerValue::OOXMLIntegerValue(sal_Int32 nValue) in OOXMLIntegerValue() function in writerfilter::ooxml::OOXMLIntegerValue
587 OOXMLIntegerValue::OOXMLIntegerValue(const rtl::OUString & rValue) in OOXMLIntegerValue() function in writerfilter::ooxml::OOXMLIntegerValue
593 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()
H A DOOXMLPropertySetImpl.hxx191 class OOXMLIntegerValue : public OOXMLValue class
196 explicit OOXMLIntegerValue(sal_Int32 nValue);
197 explicit OOXMLIntegerValue(const rtl::OUString & rValue);
198 virtual ~OOXMLIntegerValue();
H A DOOXMLFactory.cxx189 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()
H A DOOXMLFastContextHandler.cxx535 (new OOXMLIntegerValue(mnTableDepth)); in sendTableDepth()
542 (new OOXMLIntegerValue(1)); in sendTableDepth()
1504 OOXMLValue::Pointer_t pValue(new OOXMLIntegerValue(0)); in setDefaultIntegerValue()
1681 (new OOXMLIntegerValue(mnTableDepth)); in endCell()
1688 (new OOXMLIntegerValue(1)); in endCell()
1738 (new OOXMLIntegerValue(mnTableDepth)); in endRow()
1745 (new OOXMLIntegerValue(1)); in endRow()
1752 (new OOXMLIntegerValue(1)); in endRow()
1803 (new OOXMLIntegerValue(mnTableDepth)); in lcl_startFastElement()

Completed in 38 milliseconds