Home
last modified time | relevance | path

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

/dports/editors/calligra/calligra-3.2.1/filters/libmso/
H A Ddrawstyle.h356 getComplexData(const B& b) in getComplexData() function
409 getComplexData(const MSO::OfficeArtSpContainer& o) in getComplexData() function
412 if (o.shapePrimaryOptions) a = getComplexData<A>(*o.shapePrimaryOptions); in getComplexData()
413 … if (!a.data.size() && o.shapeSecondaryOptions1) a = getComplexData<A>(*o.shapeSecondaryOptions1); in getComplexData()
414 … if (!a.data.size() && o.shapeSecondaryOptions2) a = getComplexData<A>(*o.shapeSecondaryOptions2); in getComplexData()
415 if (!a.data.size() && o.shapeTertiaryOptions1) a = getComplexData<A>(*o.shapeTertiaryOptions1); in getComplexData()
416 if (!a.data.size() && o.shapeTertiaryOptions2) a = getComplexData<A>(*o.shapeTertiaryOptions2); in getComplexData()
H A Ddrawstyle.cpp368 a = getComplexData<MSO::FOPT>(*sp); \
372 a = getComplexData<MSO::FOPT>(*mastersp); \