Searched refs:OOXMLValue (Results 1 – 8 of 8) sorted by relevance
43 class OOXMLValue : public Value class47 OOXMLValue();48 virtual ~OOXMLValue();58 virtual OOXMLValue * clone() const;99 virtual OOXMLValue * clone() const;115 virtual OOXMLValue * clone() const;129 virtual OOXMLValue * clone() const;143 virtual OOXMLValue * clone() const;188 virtual OOXMLValue * clone() const;203 virtual OOXMLValue * clone() const;[all …]
191 OOXMLValue::OOXMLValue() in OOXMLValue() function in writerfilter::ooxml::OOXMLValue195 OOXMLValue::~OOXMLValue() in ~OOXMLValue()199 bool OOXMLValue::getBool() const in getBool()204 sal_Int32 OOXMLValue::getInt() const in getInt()214 uno::Any OOXMLValue::getAny() const in getAny()234 string OOXMLValue::toString() const in toString()239 OOXMLValue * OOXMLValue::clone() const in clone()241 return new OOXMLValue(*this); in clone()268 OOXMLValue * OOXMLBinaryValue::clone() const in clone()356 OOXMLValue * OOXMLStringValue::clone() const in clone()[all …]
356 return OOXMLValue::Pointer_t(); in getValue()538 OOXMLValue::Pointer_t pVal in sendTableDepth()545 OOXMLValue::Pointer_t pVal in sendTableDepth()1690 OOXMLValue::Pointer_t pVal in endCell()1697 OOXMLValue::Pointer_t pVal in endCell()1704 OOXMLValue::Pointer_t pVal in endCell()1747 OOXMLValue::Pointer_t pVal in endRow()1754 OOXMLValue::Pointer_t pVal in endRow()1761 OOXMLValue::Pointer_t pVal in endRow()1812 OOXMLValue::Pointer_t pVal in lcl_startFastElement()[all …]
119 virtual OOXMLValue::Pointer_t getValue() const;136 virtual void newProperty(const Id & rId, OOXMLValue::Pointer_t pVal);143 void mark(const Id & rId, OOXMLValue::Pointer_t pVal);166 void setIDForXNoteStream(OOXMLValue::Pointer_t pValue);303 virtual void newProperty(const Id & rId, OOXMLValue::Pointer_t pVal);324 virtual OOXMLValue::Pointer_t getValue() const;327 virtual void newProperty(const Id & nId, OOXMLValue::Pointer_t pVal);378 virtual void setValue(OOXMLValue::Pointer_t pValue);379 virtual OOXMLValue::Pointer_t getValue() const;392 OOXMLValue::Pointer_t mpValue;[all …]
166 OOXMLValue::Pointer_t pValue(new OOXMLBooleanValue(aValue)); in attributes()179 OOXMLValue::Pointer_t pValue(new OOXMLStringValue(aValue)); in attributes()192 OOXMLValue::Pointer_t pValue(new OOXMLIntegerValue(aValue)); in attributes()205 OOXMLValue::Pointer_t pValue(new OOXMLHexValue(aValue)); in attributes()230 OOXMLValue::Pointer_t pValue(new OOXMLIntegerValue(nValue)); in attributes()349 void OOXMLFactory_ns::attributeAction(OOXMLFastContextHandler *, Token_t, OOXMLValue::Pointer_t) in attributeAction()
177 OOXMLValue::Pointer_t pVal(new T(rValue)); in newProperty()206 OOXMLValue::Pointer_t pVal(new T(nVal)); in newProperty()229 OOXMLValue::Pointer_t pVal(new T(rValue)); in mark()
247 OOXMLValue::Pointer_t pPayloadValue(new OOXMLBinaryValue(pPicture)); in getPicturePropSet()257 OOXMLValue::Pointer_t pBlipValue(new OOXMLPropertySetValue(pBlipSet)); in getPicturePropSet()
111 …virtual void attributeAction(OOXMLFastContextHandler * pHandler, Token_t nToken, OOXMLValue::Point…
Completed in 33 milliseconds