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

/inkscape/src/
H A Dsp-offset.cpp125 gchar const *oldA = this->getRepr()->attribute("sodipodi:radius"); local
126 this->getRepr()->setAttribute("inkscape:radius",oldA);
135 gchar const *oldA = this->getRepr()->attribute("sodipodi:original"); local
136 this->getRepr()->setAttribute("inkscape:original",oldA);
145 gchar const *oldA = this->getRepr()->attribute("inkscape:href"); local
147 if (oldA) {
148 size_t lA = strlen(oldA);
151 memcpy(nA+1,oldA,lA*sizeof(char));

Completed in 16 milliseconds