Searched refs:child_style_construction (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Dtext-editing.cpp1360 Glib::ustring child_style_construction; local
1365 child_style_construction.insert(0, style_text);
1366 child_style_construction.insert(0, 1, ';');
1370 child_style_construction.insert(0, parent_style);
1373 child_spstyle.mergeString(child_style_construction.c_str());

Completed in 27 milliseconds