Lines Matching defs:in
36 * The root directory in the preferences database for extension
114 is typically done in the creation of the notebook and defined
115 in the XML file describing the extension (it's private so people
123 isn't a name in the XML, then no page is created as
287 * in the preferences structure. To put it in the right place, \c PREF_DIR
292 * the passed in value is duplicated using \c g_strdup().
294 * @param in The number of the page which value must be set.
298 const gchar *ParamNotebook::set(const int in, SPDocument * /*doc*/, Inkscape::XML::Node * /*node*/)
302 for (GSList * list = pages; (list != NULL) && (i <= in); list = g_slist_next(list)) {
352 // don't have to set the correct page: this is done in ParamNotebook::get_widget.
382 /** Search the parameter's name in the notebook content. */
399 /** Search the parameter's name in the page content. */
423 * Builds a notebook and puts pages in it.