Searched refs:npos (Results 1 - 25 of 30) sorted by relevance
12
| /inkscape/src/svg/ |
| H A D | strip-trailing-zeros.cpp | 14 if (p_ix != string::npos) { 20 string::size_type nz_ix = str.find_last_not_of('0', (e_ix == string::npos 23 if (nz_ix == string::npos || nz_ix < p_ix || nz_ix >= e_ix) { 29 (e_ix == string::npos
|
| /inkscape/src/widgets/ |
| H A D | ege-paint-def.cpp | 216 if ( xml.find("<nocolor/>") != std::string::npos ) { 230 if ( pos != std::string::npos ) { 235 if (numPos != std::string::npos) { 240 if (numPos != std::string::npos) { 245 if (numPos != std::string::npos) { 251 if ( pos != std::string::npos ) { 256 if (namePos != std::string::npos) {
|
| /inkscape/src/ui/dialog/ |
| H A D | template-load-tab.cpp | 179 it->second.display_name.lowercase().find(_current_keyword.lowercase()) != Glib::ustring::npos || 180 it->second.author.lowercase().find(_current_keyword.lowercase()) != Glib::ustring::npos || 181 it->second.short_description.lowercase().find(_current_keyword.lowercase()) != Glib::ustring::npos || 182 it->second.long_description.lowercase().find(_current_keyword.lowercase()) != Glib::ustring::npos ) 239 while ((n = result.display_name.find_first_of("_", 0)) < Glib::ustring::npos){ 329 if (pos == Glib::ustring::npos)
|
| H A D | color-item.cpp | 156 if ( pos != std::string::npos ) 159 if ( pos2 != std::string::npos ) { 161 if ( endPos != std::string::npos ) { 174 if ( endPos == std::string::npos ) { 178 if ( endPos != std::string::npos && endPos > 0 ) { 716 if ( pos != std::string::npos ) 720 if ( endPos != std::string::npos ) 726 if ( subby.find('E') != std::string::npos ) 731 if ( subby.find('L') != std::string::npos )
|
| H A D | filedialog.cpp | 164 if ( pos != Glib::ustring::npos ) {
|
| H A D | font-substitution.cpp | 226 if(( std::string::npos == startpos ) || ( std::string::npos == endpos)) {
|
| H A D | find.cpp | 302 while (n != std::string::npos) { 323 gsize pos = std::string::npos; 338 return (std::string::npos != find_strcmp_pos(str, find, exact, casematch)); 369 while (n != std::string::npos) { 518 if ( token.find(vFontTokenNames[j]) != std::string::npos) {
|
| H A D | inkscape-preferences.cpp | 1742 return (name.lowercase().find(search) != name.npos 1743 || shortcut.lowercase().find(search) != name.npos 1744 || desc.lowercase().find(search) != name.npos 1745 || id.lowercase().find(search) != name.npos); 1837 while((k=name.find('_',k))!=name.npos) {
|
| H A D | symbols.cpp | 562 if( line.find( "svg:svg" ) == std::string::npos ) {
|
| /inkscape/src/ |
| H A D | attribute-rel-css.cpp | 48 if ( temp.find("svg:") != std::string::npos ) { 187 if ( s.find( "yes" ) != std::string::npos ) {
|
| H A D | attribute-rel-svg.cpp | 45 if ( temp.find("svg:") != std::string::npos ) {
|
| H A D | registrytool.cpp | 121 if (pos != fullPath.npos)
|
| H A D | deptool.cpp | 501 if (pos != fullname.npos && pos<fullname.size()-1) 514 if (pos != basename.npos && pos<basename.size()-1) 533 if (pos == fname.npos)
|
| H A D | document.cpp | 1742 if( defid.find( DuplicateDefString ) != Glib::ustring::npos )break; 1772 if( defid.find( DuplicateDefString ) != Glib::ustring::npos )continue; // this one already handled 1780 if( newid.find( DuplicateDefString ) != Glib::ustring::npos )continue; // this one already handled 1802 if( defid.find( DuplicateDefString ) != Glib::ustring::npos )continue; 1814 if( pos != Glib::ustring::npos ) {
|
| H A D | shortcuts.cpp | 149 modifiers.find(',',modifiers.length()-1)!=modifiers.npos) {
|
| H A D | preferences.cpp | 666 // g_assert( pref_key.find('.') == Glib::ustring::npos ); 851 attr_key = pref_path.substr(pref_path.rfind('/') + 1, Glib::ustring::npos);
|
| H A D | file.cpp | 984 if (pos != Glib::ustring::npos) {
|
| /inkscape/src/libnrtype/ |
| H A D | FontFactory.cpp | 359 if( f != Glib::ustring::npos ) { 363 if( f != Glib::ustring::npos ) { 367 if( f != Glib::ustring::npos ) {
|
| H A D | font-lister.cpp | 321 while ((i = Canonized.find(",", i)) != std::string::npos) { 364 while ((i = Family.find(",", i)) != std::string::npos) {
|
| /inkscape/src/2geom/ |
| H A D | svg-path-writer.cpp | 219 contained_dot = cs.find('.') != std::string::npos;
|
| /inkscape/src/xml/ |
| H A D | repr-css.cpp | 355 while( (pos=value.find("\"",pos)) != Glib::ustring::npos) {
|
| /inkscape/ |
| H A D | buildtool.cpp | 2150 if (pos != path.npos) 2197 if (pos2==path.npos) 3695 if (pos == fname.npos) 4918 if (pos>0 && pos != dirname.npos) 5050 if (pos != destFile.npos) 5354 if (pos2 == version.npos) 5366 if (pos2 == version.npos) 5984 if (pos != fullname.npos && pos<fullname.size()-1) 5997 if (pos != basename.npos && pos<basename.size()-1) 7148 if (pos!=baseFileSetDir.npos [all...] |
| /inkscape/src/ui/tool/ |
| H A D | path-manipulator.cpp | 899 Geom::Point npos = next->position(); 904 std::swap(npos, ppos); 907 if (npos[Geom::X] >= ppos[Geom::X]) {
|
| /inkscape/src/extension/implementation/ |
| H A D | script.cpp | 251 if (pos2 == path.npos) {
|
| /inkscape/src/ui/ |
| H A D | clipboard.cpp | 1378 if ( !plaintextSet && (mime.find("svg") == Glib::ustring::npos) ) {
|
Completed in 146 milliseconds
12