Searched refs:texts (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Ddesktop-style.cpp1058 int texts = 0; local
1073 texts ++;
1162 if (texts == 0)
1165 if (texts > 1) {
1166 if (texts - no_size > 0) {
1167 size /= (texts - no_size);
1169 letterspacing /= texts;
1170 wordspacing /= texts;
1171 lineheight /= texts;
1211 if (texts >
1231 int texts = 0; local
1284 int texts = 0; local
1376 int texts = 0; local
1421 int texts = 0; local
1495 int texts = 0; local
1577 int texts = 0; local
1633 int texts = 0; local
[all...]
/inkscape/share/extensions/
H A DjessyInk.js245 // from the master slide and substitute the auto-texts.
302 // Substitute auto texts.
560 /** Function to subtitute the auto-texts.
569 var texts = node.getElementsByTagNameNS(NSS["svg"], "tspan");
571 for (var textCounter = 0; textCounter < texts.length; textCounter++)
573 if (texts[textCounter].getAttributeNS(NSS["jessyink"], "autoText") == "slideNumber")
574 texts[textCounter].firstChild.nodeValue = slideNumber;
575 else if (texts[textCounter].getAttributeNS(NSS["jessyink"], "autoText") == "numberOfSlides")
576 texts[textCounter].firstChild.nodeValue = numberOfSlides;
577 else if (texts[textCounte
[all...]

Completed in 501 milliseconds