Searched refs:npos (Results 1 - 25 of 30) sorted by relevance

12

/inkscape/src/svg/
H A Dstrip-trailing-zeros.cpp14 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 Dege-paint-def.cpp216 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 Dtemplate-load-tab.cpp179 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 Dcolor-item.cpp156 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 Dfiledialog.cpp164 if ( pos != Glib::ustring::npos ) {
H A Dfont-substitution.cpp226 if(( std::string::npos == startpos ) || ( std::string::npos == endpos)) {
H A Dfind.cpp302 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 Dinkscape-preferences.cpp1742 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 Dsymbols.cpp562 if( line.find( "svg:svg" ) == std::string::npos ) {
/inkscape/src/
H A Dattribute-rel-css.cpp48 if ( temp.find("svg:") != std::string::npos ) {
187 if ( s.find( "yes" ) != std::string::npos ) {
H A Dattribute-rel-svg.cpp45 if ( temp.find("svg:") != std::string::npos ) {
H A Dregistrytool.cpp121 if (pos != fullPath.npos)
H A Ddeptool.cpp501 if (pos != fullname.npos && pos<fullname.size()-1)
514 if (pos != basename.npos && pos<basename.size()-1)
533 if (pos == fname.npos)
H A Ddocument.cpp1742 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 Dshortcuts.cpp149 modifiers.find(',',modifiers.length()-1)!=modifiers.npos) {
H A Dpreferences.cpp666 // g_assert( pref_key.find('.') == Glib::ustring::npos );
851 attr_key = pref_path.substr(pref_path.rfind('/') + 1, Glib::ustring::npos);
H A Dfile.cpp984 if (pos != Glib::ustring::npos) {
/inkscape/src/libnrtype/
H A DFontFactory.cpp359 if( f != Glib::ustring::npos ) {
363 if( f != Glib::ustring::npos ) {
367 if( f != Glib::ustring::npos ) {
H A Dfont-lister.cpp321 while ((i = Canonized.find(",", i)) != std::string::npos) {
364 while ((i = Family.find(",", i)) != std::string::npos) {
/inkscape/src/2geom/
H A Dsvg-path-writer.cpp219 contained_dot = cs.find('.') != std::string::npos;
/inkscape/src/xml/
H A Drepr-css.cpp355 while( (pos=value.find("\"",pos)) != Glib::ustring::npos) {
/inkscape/
H A Dbuildtool.cpp2150 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 Dpath-manipulator.cpp899 Geom::Point npos = next->position();
904 std::swap(npos, ppos);
907 if (npos[Geom::X] >= ppos[Geom::X]) {
/inkscape/src/extension/implementation/
H A Dscript.cpp251 if (pos2 == path.npos) {
/inkscape/src/ui/
H A Dclipboard.cpp1378 if ( !plaintextSet && (mime.find("svg") == Glib::ustring::npos) ) {

Completed in 153 milliseconds

12