User Details
User Details
- User Since
- Oct 21 2019, 12:28 PM (293 w, 6 d)
- Availability
- Available
Nov 11 2019
Nov 11 2019
akomakhin updated the diff for D24852: Remove list style from headings.
OK, let's set formatSpecification explicitly to Empty if "num-format" value is empty. OASIS 1.2 says, in cases "an empty string" or "no value" is given, then no number sequence is displayed.
akomakhin added a comment to D24852: Remove list style from headings.
According to this is it correct to set formatSpecification to Empty if "num-format" value is empty in all lists, not only in headings?
Nov 8 2019
Nov 8 2019
akomakhin added a comment to D24852: Remove list style from headings.
But there is a simple statement in loadOdf function: if "num-format" is empty, then formatSpecification has a default value -- Numeric style. Isn't it strange, assuming all list styles numerical?
akomakhin updated the diff for D24852: Remove list style from headings.
Oct 25 2019
Oct 25 2019
akomakhin added a comment to D24852: Remove list style from headings.
akomakhin added a comment to D24852: Remove list style from headings.
Oct 22 2019
Oct 22 2019
akomakhin updated the summary of D24852: Remove list style from headings.
akomakhin requested review of D24852: Remove list style from headings.
Oct 21 2019
Oct 21 2019
akomakhin updated the diff for D24830: Add support for strikeout text in RTF documents.
Fixed set value from "true" to expression " ! hasValue || ( hasValue && value != 0 ) "
akomakhin requested review of D24830: Add support for strikeout text in RTF documents.