Searched refs:compare (Results 1 - 25 of 34) sorted by relevance
12
/inkscape/src/extension/internal/ |
H A D | gdkpixbuf-input.cpp | 47 bool mod_forcexdpi = ( mod_dpi.compare( "from_default" ) == 0 ); 49 if( link.compare( mod_link ) != 0 ) { 57 if( scale.compare( mod_scale ) != 0 ) { 63 bool embed = ( link.compare( "embed" ) == 0 ); 116 if( scale.compare( "auto" ) != 0 ) {
|
/inkscape/src/extension/param/ |
H A D | radiobutton.cpp | 175 if ( !entr->value->compare(in) ) { 287 if ( !entr->guitext->compare(label) ) { 338 if (!entr->value->compare(_value)) { 350 if (!entr->value->compare(_value)) {
|
H A D | enum.cpp | 158 if ( !entr->guitext.compare(in) ) { 188 if ( !entr->guitext.compare(guitext) ) 266 if ( _value && !entr->value.compare(_value) ) {
|
/inkscape/src/ |
H A D | selection.h | 228 SPItem *smallestItem(CompareSize compare); 233 SPItem *largestItem(CompareSize compare); 375 SPItem *_sizeistItem(bool sml, CompareSize compare);
|
H A D | selection.cpp | 362 SPItem *Selection::smallestItem(Selection::CompareSize compare) { argument 363 return _sizeistItem(true, compare); 366 SPItem *Selection::largestItem(Selection::CompareSize compare) { argument 367 return _sizeistItem(false, compare); 370 SPItem *Selection::_sizeistItem(bool sml, Selection::CompareSize compare) { argument 380 gdouble size = compare == 2 ? bbox.area() : 381 (compare == 1 ? bbox.width() : bbox.height());
|
H A D | attribute-rel-util.cpp | 83 if( element.compare( "svg:defs" ) == 0 || element.compare( "svg:symbol" ) == 0 ) {
|
H A D | style-internal.cpp | 198 if( name.compare( "opacity" ) != 0 ) 292 if (name.compare( "line-height" ) == 0) { 379 } else if (unit == SP_CSS_UNIT_PERCENT && name.compare( "line-height" ) == 0 ) { 544 if( name.compare("font-weight" ) == 0 ) { 581 if( name.compare("font-stretch" ) == 0 ) { 594 if( name.compare("font-weight" ) == 0 ) { 625 if( name.compare("font-stretch" ) == 0 ) { 628 } else if( name.compare("font-weight" ) == 0 ) { 747 if (tokens[i].compare( enums[j].key ) == 0 ) { 820 if (tokens[i].compare( enum [all...] |
H A D | registrytool.cpp | 63 if (keyName.compare(0, entry->strlen, entry->str)==0)
|
H A D | sp-text.cpp | 486 if ( shape_url.compare(0,5,"url(#") != 0 || shape_url.compare(shape_url.size()-1,1,")") != 0 ){
|
H A D | style.cpp | 610 if( _properties[i]->name.compare( "font" ) != 0 && 611 _properties[i]->name.compare( "marker" ) != 0 ) {
|
/inkscape/src/libnrtype/ |
H A D | FontFactory.cpp | 333 if (familyUIName.compare( "sans-serif" ) != 0 && 334 familyUIName.compare( "serif" ) != 0 && 335 familyUIName.compare( "monospace" ) != 0 && 336 familyUIName.compare( "fantasy" ) != 0 && 337 familyUIName.compare( "cursive" ) != 0 ) { 373 if( ((StyleNames*)temp->data)->CssName.compare( styleUIName ) == 0 ) {
|
H A D | font-lister.cpp | 31 return (a.casefold().compare(b.casefold()) == 0);
|
/inkscape/src/extension/ |
H A D | effect.cpp | 180 Glib::ustring compare(_(compare_char)); 182 if (mergename == compare) { 189 if (mergename < compare) {
|
H A D | system.cpp | 103 if (!ask && id.compare( "org.inkscape.input.gdkpixbuf") == 0) { 155 * no way for a match in that case. If it's long enough then there is a string compare of the end 371 * no way for a match in that case. If it's long enough then there is a string compare of the end
|
/inkscape/src/ui/tools/ |
H A D | dynamic-base.cpp | 104 if (full_path.compare(0, presets_path.size(), presets_path) == 0) {
|
H A D | lpe-tool.cpp | 410 if (prefs->getString("/tools/lpetool/unit").compare("")) { 449 if (prefs->getString("/tools/lpetool/unit").compare("")) {
|
H A D | measure-tool.cpp | 823 if (!unit_name.compare("")) { 1213 if (!unit_name.compare("")) {
|
/inkscape/src/ui/widget/ |
H A D | combo-enums.h | 36 return an.compare(bn);
|
H A D | unit-tracker.cpp | 93 if (storedUnit && (!unit->abbr.compare(storedUnit))) {
|
/inkscape/src/libavoid/ |
H A D | makepath.cpp | 608 CmpVisEdgeRotation compare(prevInf); 609 visList.sort(compare);
|
/inkscape/src/ui/dialog/ |
H A D | symbols.cpp | 616 if( tag.compare( "vss" ) == 0 ) { 717 if( !href2.compare(id2) ) {
|
H A D | object-properties.cpp | 491 if (label.compare(obj->defaultLabel())) {
|
/inkscape/src/widgets/ |
H A D | text-toolbar.cpp | 155 if( new_family.compare( fontlister->get_font_family() ) != 0 ) { 268 if( new_style.compare( fontlister->get_font_style() ) != 0 ) { 1507 if (family_style.compare( family ) == 0 ) {
|
H A D | font-selector.cpp | 332 if( best.compare( ((StyleNames*)list->data)->CssName ) == 0 ) {
|
/inkscape/src/util/ |
H A D | units.cpp | 219 return (type == other.type && name.compare(other.name) == 0);
|
Completed in 110 milliseconds
12