Home
last modified time | relevance | path

Searched refs:StarAttributeDouble (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/libstaroffice/libstaroffice-0.0.7/src/lib/
H A DStarAttribute.hxx877 class StarAttributeDouble : public StarAttribute class
881StarAttributeDouble(Type type, std::string const &debugName, double value) : StarAttribute(type, d… in StarAttributeDouble() function in StarAttributeDouble
887 return std::shared_ptr<StarAttribute>(new StarAttributeDouble(*this)); in create()
901 StarAttributeDouble(StarAttributeDouble const &) = default;
H A DStarAttribute.cxx125 …m_whichToAttributeMap[type]=std::shared_ptr<StarAttribute>(new StarAttributeDouble(type,debugName,… in addAttributeDouble()
454 bool StarAttributeDouble::read(StarZone &zone, int /*vers*/, long endPos, StarObject &/*object*/) in read()