Lines Matching refs:grids
92 this->grids.clear();
235 this->readAttr( "inkscape:snap-grids" );
279 // delete grids:
280 for(std::vector<Inkscape::CanvasGrid *>::const_iterator it=this->grids.begin();it!=this->grids.end();++it )
282 this->grids.clear();
302 if (!value) { // don't show grids if not specified, for backwards compatibility
620 for(std::vector<Inkscape::CanvasGrid *>::const_iterator it=nv->grids.begin();it!=nv->grids.end();++it ) {
635 nv->grids.push_back(grid);
689 for(std::vector<Inkscape::CanvasGrid *>::iterator it=this->grids.begin();it!=this->grids.end();++it ) {
692 this->grids.erase(it);
735 // generate grids specified in SVG:
1169 for(std::vector<Inkscape::CanvasGrid *>::const_iterator it=namedview->grids.begin();it!=namedview->grids.end();++it ) {
1187 for(std::vector<Inkscape::CanvasGrid *>::iterator it=this->grids.begin();it!=this->grids.end();++it ) {