Home
last modified time | relevance | path

Searched refs:OOXMLValue (Results 1 – 8 of 8) sorted by relevance

/trunk/main/writerfilter/source/ooxml/
H A DOOXMLPropertySetImpl.hxx43 class OOXMLValue : public Value class
47 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 …]
H A DOOXMLPropertySetImpl.cxx191 OOXMLValue::OOXMLValue() in OOXMLValue() function in writerfilter::ooxml::OOXMLValue
195 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 …]
H A DOOXMLFastContextHandler.cxx356 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 …]
H A DOOXMLFastContextHandler.hxx119 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 …]
H A DOOXMLFactory.cxx166 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()
H A DOOXMLFastHelper.hxx177 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()
H A DOOXMLDocumentImpl.cxx247 OOXMLValue::Pointer_t pPayloadValue(new OOXMLBinaryValue(pPicture)); in getPicturePropSet()
257 OOXMLValue::Pointer_t pBlipValue(new OOXMLPropertySetValue(pBlipSet)); in getPicturePropSet()
H A DOOXMLFactory.hxx111 …virtual void attributeAction(OOXMLFastContextHandler * pHandler, sal_Int32 nToken, OOXMLValue::Poi…

Completed in 61 milliseconds