- 23 Ock, 2013 30 kayıt (commit)
-
-
Caolán McNamara yazdı
Project: help f96ff336fd0c754564e93da04d6531721ab745b5
-
Noel Power yazdı
Seems ScDrawLayer::GetObjDataTab was used mistakenly thinking that only an anchor for that tab would be returned ( but actually whatever anchor is returned gets the tab set ) Change-Id: I5d240f80a9974f6e4032875ed00350c94621bde7
-
Caolán McNamara yazdı
Project: help 2d030d074953cf178778c4afa2338915d4019e91
-
Caolán McNamara yazdı
Change-Id: I81bc6e119019f9bd4f90ae4ed77fbb65455260cd
-
Lionel Elie Mamane yazdı
Change-Id: I32e514fbfbd323b688b25b9e2165d0c76e3c4db5
-
Lionel Elie Mamane yazdı
- don't remove parentheses around subqueries (without the parentheses, it is not valid SQL) * when saving a Field (name value) typed by the user interactively * when parsing SQL and constructing the initial Query Design view - automatically add the necessary parentheses when a SELECT statement is entered as column name Also: In code saving a Field (name value) typed by the user interactively, factorise some common code Assorted minor fixes (typos in comments, etc) Change-Id: I3843258323c903cba23238b0730ec4eb5875f792
-
Lionel Elie Mamane yazdı
Change-Id: Ib0c7151b311029318c213abb86e6541e3b27d040
-
Lionel Elie Mamane yazdı
Change-Id: I8a67235e5110618f45fe9d9467bbb7ff90c7c712
-
Lionel Elie Mamane yazdı
Change-Id: I2b408a23162b1200bbcd530be7acb42435388b04
-
Lionel Elie Mamane yazdı
Change-Id: I4e56da8820d5c92d3b6e2ff2c749bdc0cef46d73
-
Abdulelah Alarifi yazdı
Change-Id: I9cc578ff3355e720181e68f252d678696ecfeed1 Reviewed-on: https://gerrit.libreoffice.org/1765Tested-by:
Caolán McNamara <caolanm@redhat.com> Reviewed-by:
Caolán McNamara <caolanm@redhat.com>
-
Stephan Bergmann yazdı
...to 75e32e15 "default to --without-help and --without-myspell-dicts." Change-Id: I018b8033f3a9d485b5cf5a9392719748426de53b
-
Andras Timar yazdı
Change-Id: Id54b9a480b345b52f86c53f6a0a939c18807ec05
-
Caolán McNamara yazdı
...in X11SalGraphics::GetGlyphBoundRect In MultiSalLayout::GetBoundRect we loop through each fallback font and union each level's GetBoundRect to get the result, which seems reasonable, except that for each level that means a call to SalLayout::GetBoundRect which calls X11SalGraphics::GetGlyphBoundRect. Those sublevel SalLayouts don't know that they are sublevels so they never set the level bits on their glyphs. Which results in X11SalGraphics::GetGlyphBoundRect always searching for that glyph in the level 0 font, so there's a mismatch between the font the SalLayout's are created to use and the font that gets used. Now, SalLayout::GetBoundRect is a fairly simple thing, it just calls GetNextGlyphs 1 by 1 and X11SalGraphics::GetGlyphBoundRect on the result of that. So I *think* that if we remove the specialized MultiSalLayout::GetBoundRect in favour of the default implementation, then because MultiSalLayout::GetNextGlyphs is specialized to do-the-right-thing and set up the glyph ids correctly, then we bubble the ids down to X11SalGraphics::GetGlyphBoundRect correctly to get it to use the right font and we get the correct bounding size. defb4d60a2d22fd36a0ff3f077faa6a0932b45a4 defb4d60a2d22fd36a0ff3f077faa6a0932b45a4 Change-Id: Idefb4d60a2d22fd36a0ff3f077faa6a0932b45a4
-
Stephan Bergmann yazdı
Change-Id: I624f35026b8ee847d70d429c61cd93d6a603d8b0
-
Word2007 writes nil too, and doesn't properly import none. Change-Id: I32147bbf8c94f8dcf079bcecad48ffaaf3aa1968
-
Takeshi Abe yazdı
Change-Id: I27471e2331ff4813850fc5d3ca398ae6e1d86758
-
Andras Timar yazdı
Project: dictionaries a392489288adb820663a793c38d144fea53033c2
-
Andras Timar yazdı
Project: dictionaries aeb40bcecda8f2e705db5035376a6047eb098825
-
Aurimas Fišeras yazdı
Project: dictionaries 143afd75257fd4c4b44f09ee402ec8caa09011ba Update Lithuanian dictionary (1.3, 2013-01-20) Change-Id: I25940b19e77e7fc6165f9845238830d16ed87bf5 Reviewed-on: https://gerrit.libreoffice.org/1815Reviewed-by:
Andras Timar <atimar@suse.com> Tested-by:
Andras Timar <atimar@suse.com>
-
Andras Timar yazdı
Change-Id: Idc06412b8be705ba0cd5695257fd961864e2ad6a
-
Mathias Michel yazdı
And did it also for GetMsiProp() and *MsiProperty() Reworked some conditions related to that. Change-Id: I1cd082361126db3d9aced3a878b19e7052514864 Reviewed-on: https://gerrit.libreoffice.org/1816Reviewed-by:
Andras Timar <atimar@suse.com> Tested-by:
Andras Timar <atimar@suse.com>
-
Thorsten Behrens yazdı
Lots of code relies on the fact that the two bitmaps inside a BitmapEx actually have the same size. Enforce that convention during import. Change-Id: I436ccc33b06c627cd6347747d22c24bfaf7ca932
-
Abdulaziz A Alayed yazdı
Change-Id: Ifea57dec77c5b23771684a1e46267f8431478075 Reviewed-on: https://gerrit.libreoffice.org/1806Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Stephan Bergmann yazdı
...and properly encode the command passed to Perl's open "|...", which in turn apparently passes the command to the shell. Change-Id: I19ab8f677dced6c1421fd9b4910d8a84743c1506
-
Miklos Vajna yazdı
Change-Id: Id1cd194a5968aa8578d0f2fefb3c75e3d74a25f5
-
Tor Lillqvist yazdı
Change-Id: I9c460c22a5c938851f7ce1db1527c0dadf09582b
-
Tor Lillqvist yazdı
Change-Id: Iec2e6dfa5b8bdc30e275862cf9f84e5f32818933
-
Tor Lillqvist yazdı
Change-Id: Ib6d94e6e695d4c675c05954fbf28af61bbaa05fe
-
Peter Foley yazdı
Change-Id: I90cf6c2c5fb806855b7e4fec18c890f7bd2ff6b5
-
- 22 Ock, 2013 10 kayıt (commit)
-
-
Markus Mohrhard yazdı
Change-Id: Ied9cb4a2b6a17d8c7b65f4fec3cb17219a5afa5b
-
Takeshi Abe yazdı
Change-Id: Ib2864a57b67f6b29efafcac0a00751aea04968dd
-
Caolán McNamara yazdı
Project: help 580967fb938b22bf06f5f9488318f254f65aee85
-
Chr. Rossmanith yazdı
replaced equals() with == Change-Id: I8697cc700d9780306ac83f52253b60ea55be6853
-
Arnaud Versini yazdı
Change-Id: I185cedfaff30063fe0d0deb64eecff8796ac1ff9 Reviewed-on: https://gerrit.libreoffice.org/1813Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Aurimas Fišeras yazdı
Change-Id: I42a2032e03035b0e45a800c068879e9820471dfc Reviewed-on: https://gerrit.libreoffice.org/1776Reviewed-by:
Andras Timar <atimar@suse.com> Tested-by:
Andras Timar <atimar@suse.com>
-
Michael Stahl yazdı
Change-Id: I19cc56b0ab48435f1e20e03f23ed1bb0d984871d
-
Stephan Bergmann yazdı
...i.e., "const X = N;" declarations outside of constant groups. This appears to be unused in practice, and removing it will allow to simplify future code related to UNO type information. This removes the definition of "constant-decl", and the branch mentioning "constant-decl" from the definition of "declaration" at <http://wiki.openoffice.org/w/index.php?title=Documentation/DevGuide/AppendixD/UNOIDL_Syntax_Specification&oldid=137490>. Change-Id: I218626f02ebd46ee438bf5453ca1510c9ed8e5f0
-
Stephan Bergmann yazdı
Change-Id: If57ab37dd4d062e3f6bbf5b75a0cde2524b635bd
-
Miklos Vajna yazdı
Change-Id: If3f1bb787d6debaa63e3bed3a48e44b5e34c27b7
-