Searched refs:set_param_bool (Results 1 - 5 of 5) sorted by relevance
/inkscape/src/extension/ |
H A D | extension.h | 252 bool set_param_bool (const gchar * name,
|
H A D | extension.cpp | 561 Extension::set_param_bool (const gchar * name, bool value, SPDocument * doc, Inkscape::XML::Node * node) function in class:Inkscape::Extension::Extension
|
/inkscape/src/extension/internal/ |
H A D | emf-inout.cpp | 160 ext->set_param_bool("FixPPTCharPos",new_FixPPTCharPos); // Remember to add any new ones to PrintEmf::init or a mysterious failure will result! 161 ext->set_param_bool("FixPPTDashLine",new_FixPPTDashLine); 162 ext->set_param_bool("FixPPTGrad2Polys",new_FixPPTGrad2Polys); 163 ext->set_param_bool("FixPPTLinGrad",new_FixPPTLinGrad); 164 ext->set_param_bool("FixPPTPatternAsHatch",new_FixPPTPatternAsHatch); 165 ext->set_param_bool("FixImageRot",new_FixImageRot); 166 ext->set_param_bool("textToPath", new_val);
|
H A D | wmf-inout.cpp | 158 ext->set_param_bool("FixPPTCharPos",new_FixPPTCharPos); // Remember to add any new ones to PrintWmf::init or a mysterious failure will result! 159 ext->set_param_bool("FixPPTDashLine",new_FixPPTDashLine); 160 ext->set_param_bool("FixPPTGrad2Polys",new_FixPPTGrad2Polys); 161 ext->set_param_bool("FixPPTPatternAsHatch",new_FixPPTPatternAsHatch); 162 ext->set_param_bool("textToPath", new_val);
|
/inkscape/src/ |
H A D | main.cpp | 1773 (*i)->set_param_bool("blurToBitmap", FALSE); 1775 (*i)->set_param_bool("blurToBitmap", TRUE);
|
Completed in 46 milliseconds