Searched defs:temp_length (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/widgets/
H A Dtext-toolbar.cpp535 SPILength temp_length; local
538 temp_length.read(temp_stream.str().c_str());
539 prefs->setInt("/tools/text/lineheight/display_unit", temp_length.unit);
540 g_object_set_data( tbl, "lineheight_unit", GINT_TO_POINTER(temp_length.unit));
612 SPILength temp_length; local
615 temp_length.read(temp_stream.str().c_str());
616 prefs->setInt("/tools/text/lineheight/display_unit", temp_length.unit);
617 g_object_set_data( tbl, "lineheight_unit", GINT_TO_POINTER(temp_length.unit));

Completed in 22 milliseconds