Lines Matching refs:prefs
154 Inkscape::Preferences *prefs = Inkscape::Preferences::get();
155 int x = prefs->getInt(_prefs_path + "/x", -1000);
156 int y = prefs->getInt(_prefs_path + "/y", -1000);
157 int w = prefs->getInt(_prefs_path + "/w", 0);
158 int h = prefs->getInt(_prefs_path + "/h", 0);
193 Inkscape::Preferences *prefs = Inkscape::Preferences::get();
194 prefs->setInt(_prefs_path + "/x", x);
195 prefs->setInt(_prefs_path + "/y", y);
196 prefs->setInt(_prefs_path + "/w", w);
197 prefs->setInt(_prefs_path + "/h", h);
210 Inkscape::Preferences *prefs = Inkscape::Preferences::get();
211 if (prefs) {
212 prefs->setInt(_prefs_path + "/visible", visible);
213 prefs->setInt(_prefs_path + "/state", state);
214 prefs->setInt(_prefs_path + "/placement", placement);