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()534 OOXMLValue::Pointer_t pVal in sendTableDepth()541 OOXMLValue::Pointer_t pVal in sendTableDepth()1680 OOXMLValue::Pointer_t pVal in endCell()1687 OOXMLValue::Pointer_t pVal in endCell()1694 OOXMLValue::Pointer_t pVal in endCell()1737 OOXMLValue::Pointer_t pVal in endRow()1744 OOXMLValue::Pointer_t pVal in endRow()1751 OOXMLValue::Pointer_t pVal in endRow()1802 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);299 virtual void newProperty(const Id & rId, OOXMLValue::Pointer_t pVal);318 virtual OOXMLValue::Pointer_t getValue() const;321 virtual void newProperty(const Id & nId, OOXMLValue::Pointer_t pVal);372 virtual void setValue(OOXMLValue::Pointer_t pValue);373 virtual OOXMLValue::Pointer_t getValue() const;386 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 *, sal_Int32, 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, sal_Int32 nToken, OOXMLValue::Poi…
Completed in 42 milliseconds