Searched refs:compare (Results 1 - 25 of 34) sorted by relevance

12

/inkscape/src/extension/internal/
H A Dgdkpixbuf-input.cpp47 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 Dradiobutton.cpp175 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 Denum.cpp158 if ( !entr->guitext.compare(in) ) {
188 if ( !entr->guitext.compare(guitext) )
266 if ( _value && !entr->value.compare(_value) ) {
/inkscape/src/
H A Dselection.h228 SPItem *smallestItem(CompareSize compare);
233 SPItem *largestItem(CompareSize compare);
375 SPItem *_sizeistItem(bool sml, CompareSize compare);
H A Dselection.cpp362 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 Dattribute-rel-util.cpp83 if( element.compare( "svg:defs" ) == 0 || element.compare( "svg:symbol" ) == 0 ) {
H A Dstyle-internal.cpp198 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 Dregistrytool.cpp63 if (keyName.compare(0, entry->strlen, entry->str)==0)
H A Dsp-text.cpp486 if ( shape_url.compare(0,5,"url(#") != 0 || shape_url.compare(shape_url.size()-1,1,")") != 0 ){
H A Dstyle.cpp610 if( _properties[i]->name.compare( "font" ) != 0 &&
611 _properties[i]->name.compare( "marker" ) != 0 ) {
/inkscape/src/libnrtype/
H A DFontFactory.cpp333 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 Dfont-lister.cpp31 return (a.casefold().compare(b.casefold()) == 0);
/inkscape/src/extension/
H A Deffect.cpp180 Glib::ustring compare(_(compare_char));
182 if (mergename == compare) {
189 if (mergename < compare) {
H A Dsystem.cpp103 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 Ddynamic-base.cpp104 if (full_path.compare(0, presets_path.size(), presets_path) == 0) {
H A Dlpe-tool.cpp410 if (prefs->getString("/tools/lpetool/unit").compare("")) {
449 if (prefs->getString("/tools/lpetool/unit").compare("")) {
H A Dmeasure-tool.cpp823 if (!unit_name.compare("")) {
1213 if (!unit_name.compare("")) {
/inkscape/src/ui/widget/
H A Dcombo-enums.h36 return an.compare(bn);
H A Dunit-tracker.cpp93 if (storedUnit && (!unit->abbr.compare(storedUnit))) {
/inkscape/src/libavoid/
H A Dmakepath.cpp608 CmpVisEdgeRotation compare(prevInf);
609 visList.sort(compare);
/inkscape/src/ui/dialog/
H A Dsymbols.cpp616 if( tag.compare( "vss" ) == 0 ) {
717 if( !href2.compare(id2) ) {
H A Dobject-properties.cpp491 if (label.compare(obj->defaultLabel())) {
/inkscape/src/widgets/
H A Dtext-toolbar.cpp155 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 Dfont-selector.cpp332 if( best.compare( ((StyleNames*)list->data)->CssName ) == 0 ) {
/inkscape/src/util/
H A Dunits.cpp219 return (type == other.type && name.compare(other.name) == 0);

Completed in 110 milliseconds

12