Searched refs:OOXMLBooleanValue (Results 1 – 4 of 4) sorted by relevance
277 OOXMLBooleanValue::OOXMLBooleanValue(bool bValue) in OOXMLBooleanValue() function in writerfilter::ooxml::OOXMLBooleanValue282 OOXMLBooleanValue::OOXMLBooleanValue(const rtl::OUString & rValue) in OOXMLBooleanValue() function in writerfilter::ooxml::OOXMLBooleanValue295 OOXMLBooleanValue::~OOXMLBooleanValue() in ~OOXMLBooleanValue()299 bool OOXMLBooleanValue::getBool() const in getBool()304 sal_Int32 OOXMLBooleanValue::getInt() const in getInt()309 uno::Any OOXMLBooleanValue::getAny() const in getAny()316 string OOXMLBooleanValue::toString() const in toString()321 OOXMLValue * OOXMLBooleanValue::clone() const in clone()323 return new OOXMLBooleanValue(*this); in clone()
102 class OOXMLBooleanValue : public OOXMLValue class107 explicit OOXMLBooleanValue(bool bValue);108 explicit OOXMLBooleanValue(const rtl::OUString & rValue);109 virtual ~OOXMLBooleanValue();
164 OOXMLFastHelper<OOXMLBooleanValue>::newProperty(pHandler, nId, aValue); in attributes()166 OOXMLValue::Pointer_t pValue(new OOXMLBooleanValue(aValue)); in attributes()
1491 OOXMLValue::Pointer_t pValue(new OOXMLBooleanValue(true)); in setDefaultBooleanValue()1695 (new OOXMLBooleanValue(mnTableDepth > 0)); in endCell()
Completed in 45 milliseconds