Searched defs:getSubstitutions (Results 1 - 1 of 1) sorted by relevance

/inkscape/
H A Dbuildtool.cpp2948 if (!getSubstitutions(val, sval))
3206 * called by getSubstitutions(). This is in case a looked-up string
3214 bool getSubstitutions(const String &s, String &result);
4376 if (!propRef.getSubstitutions(fsDir, dir))
4646 bool MakeBase::getSubstitutions(const String &str, String &result) function in class:buildtool::MakeBase
4662 if (getSubstitutions(s, ret))
4706 bool ret = getSubstitutions(s, tmp);
4721 bool ret = getSubstitutions(s, tmp);

Completed in 46 milliseconds