Searched defs:find (Results 1 - 4 of 4) sorted by relevance
/inkscape/src/ |
H A D | profile-manager.cpp | 71 ColorProfile* ProfileManager::find(gchar const* name) function in class:Inkscape::ProfileManager
|
/inkscape/src/libuemf/ |
H A D | uemf_utf.c | 680 \param find character to replace 686 uint16_t find, 692 if(*src == find){ *src = replace; count++; } 684 U_Utf16leEdit( uint16_t *src, uint16_t find, uint16_t replace ) argument
|
/inkscape/src/ui/tool/ |
H A D | control-point-selection.h | 81 // find 82 iterator find(const key_type &k) { function in class:Inkscape::UI::ControlPointSelection 83 return _points.find(k);
|
/inkscape/src/ui/dialog/ |
H A D | find.cpp | 17 #include "find.h" 70 : UI::Widget::Panel("", "/dialogs/find", SP_VERB_DIALOG_FIND), 107 //TRANSLATORS: "Clones" is a noun indicating type of object to find 294 Glib::ustring Find::find_replace(const gchar *str, const gchar *find, const gchar *replace, bool exact, bool casematch, bool replaceall) argument 297 Glib::ustring ufind = find; 313 gsize Find::find_strcmp_pos(const gchar *str, const gchar *find, bool exact, bool casematch, gsize start/*=0*/) argument 316 Glib::ustring ufind = find; 329 pos = ustr.find(ufind, start); 336 bool Find::find_strcmp(const gchar *str, const gchar *find, bool exact, bool casematch) argument 338 return (std::string::npos != find_strcmp_pos(str, find, exac 341 item_text_match(SPItem *item, const gchar *find, bool exact, bool casematch, bool replace ) argument [all...] |
Completed in 419 milliseconds