Lines Matching refs:sourceHref
98 this->sourceHref = NULL;
180 repr->setAttribute("inkscape:href", this->sourceHref);
217 g_free(this->sourceHref);
219 this->sourceHref = NULL;
279 if ( this->sourceHref ) {
280 g_free(this->sourceHref);
283 this->sourceHref = NULL;
286 if ( this->sourceHref && ( strcmp(value, this->sourceHref) == 0 ) ) {
288 if ( this->sourceHref ) {
289 g_free(this->sourceHref);
292 this->sourceHref = g_strdup(value);
330 if ( this->sourceHref ) {
1084 if ( offset->sourceHref ) {
1085 g_free(offset->sourceHref);
1088 offset->sourceHref = NULL;