+ sfx2::sidebar::EnumContext moved to the vcl module
+ TabPage contains vector with context values
+ vcl builder reads control's contexts from the "class" mark
+ ContextTabControl shows tabs depending on context
Change-Id: I661b0d3f35d46ace2a2e8eb1d374148f0c60017d
Reviewed-on: https://gerrit.libreoffice.org/26447
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
- WordExceptList: add official "MSc", "BSc" [§: Ftv./CXXXIX. (2005)]
- DocumentList: remove _1, _2 etc. replacements to avoid of
unnecessary conversion of URLs, file names etc. (:_1:, :_2: are
still supported).
Change-Id: I96500aa17d80e05fdb04ec2973a033e9bc767c26
According to the new Hungarian spelling reform
Change-Id: I6b65b388fe0a93e997a7001e5db0443ea5fecb87
Reviewed-on: https://gerrit.libreoffice.org/21944
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Remove obsolete patterns for date field insertion, add a current one.
Change-Id: Ifb7109b6b3eb210f1b1b40bab236794c07a105d7
Reviewed-on: https://gerrit.libreoffice.org/21943
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Modify styles.xml to not use japanese language specification in style
for date
Change-Id: I0e418c06d5c8d6b04eeaa3e6f6c33c194ee2ef3f
Reviewed-on: https://gerrit.libreoffice.org/20063
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Typing :.: (one ASCII dot between colons) will enter the Unicode
horizontal ellipsis (U+2026: …) instead of the bad :…: (the
requested Unicode character between colons).
Note: the pattern :...: (three ASCII dots between colons) was
originally intended for the horizontal ellipsis, but that
collides with .*... pattern (default in English and in several
other languages, meaning: replace word ending three ASCII dots).
Change-Id: I97632ff81e04ab9e53026da425b82a2541db0eb1
this fixes the template only - the actual autocorrect entries for en-US
will be processed on next translation merge
Change-Id: Ib898897e448914ca334d7c34a45e18f787a8aa14
The glyphs for %phi and %varphi symbols were swapped in commit
81001f2c89e5932a8bfde26aacb9277b59146dff (back in 2009), as part of
https://bz.apache.org/ooo/show_bug.cgi?id=105084 (see the document
attached there), but no justification was given.
Given the shape of the symbols after that change contradicts the ones in
the Unicode code charts and other popular math fonts, I simply swapped
them back.
Change-Id: I0133a3d07df932f144ec5900103e11e27f174a5e
Reviewed-on: https://gerrit.libreoffice.org/17822
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Greek upper case letters have already been ignored during
spell checking, so there is no reason to avoid the small ones,
especially because they are frequently used in scientific and
technical writings.
Change-Id: I128fe8c51b7e9802c18fc282674998741c8e4fb2
Modern graphical operating systems have default Unicode 6 support
with several Emojis and other useful special characters. Using
their short names within colons (de facto web standard), now it's
possible to insert them immediately.
For example:
⌨️ -> ⌨ (U+2328)
📷 -> 📷 (U+1F4F7)
Change-Id: I189609983281bcfc223cfd39678e92200b826c89
Lossless optimisation of PNG image files in clipart Gallery.
Total saving of 887 KB !
Used ImageOptim.com and custom tools ('pngslim').
- Arrows: Saved ~44KB out of 189KB. ~23% per file on average (up to 38%).
- Computers: Saved ~17KB out of 242KB. ~7% per file on average (up to 11%).
- Education: Saved ~142KB out of 804KB. ~18% per file on average (up to 36%).
- Environment: Saved ~197KB out of 1.3MB. ~14% per file on average (up to 23%).
- Finance: Saved ~67KB out of 695KB. ~10% per file on average (up to 37%).
- People: Saved ~280KB out of 2.7MB. ~10% per file on average (up to 15%).
- Transportation: Saved ~141KB out of 1MB. ~14% per file on average (up to 15%).
Change-Id: I1812ae84e5672d49a7798dc44f518c1d6cd70ec1
Note: These should ultimately be replaced with original (/improved) SVG vector artwork.
Signed-off-by: Andrew <dent.ace@gmail.com>
Reviewed-on: https://gerrit.libreoffice.org/15669
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
"eg." and "ie." are frequent informal alternatives of "e.g."
and "i.e.", (e.g., see http://en.wiktionary.org/wiki/eg),
but these word forms weren't in the sentence
exception list, resulting unnecessary automatic
capitalization of the next words, "eg. Here."
Avoiding double trouble, this capitalization is disabled now,
like in the case of "i.e." and "e.g.".
Change-Id: I86819ae62967de3fe4ea5d032972b3ad30f059f2