Home | History | Annotate | Download | only in editing

Lines Matching refs:propertyValue

116 static bool executeApplyStyle(Frame* frame, EditorCommandSource source, EditAction action, int propertyID, const String& propertyValue)
119 style->setProperty(propertyID, propertyValue);
123 static bool executeApplyStyle(Frame* frame, EditorCommandSource source, EditAction action, int propertyID, int propertyValue)
126 style->setProperty(propertyID, propertyValue);
174 static bool executeApplyParagraphStyle(Frame* frame, EditorCommandSource source, EditAction action, int propertyID, const String& propertyValue)
177 style->setProperty(propertyID, propertyValue);