Home
last modified time | relevance | path

Searched refs:getComplexName (Results 1 – 5 of 5) sorted by relevance

/dports/games/manaplus/manaplus-2.1.3.17/src/gui/widgets/
H A Davatarlistbox.cpp170 text = strprintf("%s %d/%d (%d)", a->getComplexName().c_str(), in draw()
175 text = strprintf("%s %d/%d", a->getComplexName().c_str(), in draw()
198 text = strprintf("%s -%d (%d)", a->getComplexName().c_str(), in draw()
203 text = strprintf("%s -%d", a->getComplexName().c_str(), in draw()
232 text = strprintf("%s (%d)", a->getComplexName().c_str(), in draw()
237 text = a->getComplexName(); in draw()
411 text = strprintf("%s %d/%d", a->getComplexName().c_str(), in safeDraw()
434 text = strprintf("%s -%d (%d)", a->getComplexName().c_str(), in safeDraw()
439 text = strprintf("%s -%d", a->getComplexName().c_str(), in safeDraw()
468 text = strprintf("%s (%d)", a->getComplexName().c_str(), in safeDraw()
[all …]
/dports/editors/calligra/calligra-3.2.1/filters/libmso/
H A Ddrawstyle.h433 getComplexName(const B& b) in getComplexName() function
464 getComplexName(const MSO::OfficeArtSpContainer& o) in getComplexName() function
467 if (o.shapePrimaryOptions) a = getComplexName<A>(*o.shapePrimaryOptions); in getComplexName()
468 if (!a.isEmpty() && o.shapeSecondaryOptions1) a = getComplexName<A>(*o.shapeSecondaryOptions1); in getComplexName()
469 if (!a.isEmpty() && o.shapeSecondaryOptions2) a = getComplexName<A>(*o.shapeSecondaryOptions2); in getComplexName()
470 if (!a.isEmpty() && o.shapeTertiaryOptions1) a = getComplexName<A>(*o.shapeTertiaryOptions1); in getComplexName()
471 if (!a.isEmpty() && o.shapeTertiaryOptions2) a = getComplexName<A>(*o.shapeTertiaryOptions2); in getComplexName()
H A Ddrawstyle.cpp389 a = getComplexName<MSO::FOPT>(*sp); \
393 a = getComplexName<MSO::FOPT>(*mastersp); \
/dports/games/manaplus/manaplus-2.1.3.17/src/
H A Davatar.cpp51 std::string Avatar::getComplexName() const in getComplexName() function in Avatar
H A Davatar.h68 std::string getComplexName() const A_WARN_UNUSED;