Lines Matching refs:setAttribute
160 newnode->setAttribute("id", "GridFromPre046Settings");
161 newnode->setAttribute("type", Inkscape::CanvasGrid::getSVGName(Inkscape::GRID_RECTANGULAR));
162 newnode->setAttribute("originx", gridoriginx);
163 newnode->setAttribute("originy", gridoriginy);
164 newnode->setAttribute("spacingx", gridspacingx);
165 newnode->setAttribute("spacingy", gridspacingy);
166 newnode->setAttribute("color", gridcolor);
167 newnode->setAttribute("empcolor", gridempcolor);
168 newnode->setAttribute("opacity", gridopacity);
169 newnode->setAttribute("empopacity", gridempopacity);
170 newnode->setAttribute("empspacing", gridempspacing);
176 repr->setAttribute("gridoriginx", NULL);
177 repr->setAttribute("gridoriginy", NULL);
178 repr->setAttribute("gridspacingx", NULL);
179 repr->setAttribute("gridspacingy", NULL);
180 repr->setAttribute("gridcolor", NULL);
181 repr->setAttribute("gridempcolor", NULL);
182 repr->setAttribute("gridopacity", NULL);
183 repr->setAttribute("gridempopacity", NULL);
184 repr->setAttribute("gridempspacing", NULL);
272 repr->setAttribute("inkscape:document-units", "px");
913 view->setAttribute("inkscape:current-layer", desktop->currentLayer()->getId());