Lines Matching defs:use
55 #include "sp-use.h"
484 // Find style for use in <use>
539 // Create a string we can use for the symbol id (libvisio doesn't give us a name)
702 // Returns style from first <use> element found that references id.
710 SPUse *use = dynamic_cast<SPUse *>(obj);
711 if ( use ) {
712 gchar const *href = use->getRepr()->attribute("xlink:href");
718 style = use->getRepr()->attribute("style");
765 * <use> element. A temporary document is created with a dummy
766 * <symbol> element and a <use> element that references the symbol
827 // We could use cache here, but it doesn't really work with the structure
857 * Symbols are by default not rendered so a <use> element is
871 " <use id=\"the_use\" xlink:href=\"#the_symbol\"/>"