- 22 Tem, 2014 40 kayıt (commit)
-
-
Julien Nabet yazdı
Oracle doesn't accept "AS" for making an alias from a table See https://bugs.freedesktop.org/show_bug.cgi?id=81213#c2 https://bugs.freedesktop.org/show_bug.cgi?id=81213#c4 https://bugs.freedesktop.org/show_bug.cgi?id=81213#c5 for more information (thank you Lionel) Change-Id: I33c86d78b2590116d4af46ffd3e54c3c791268ea
-
Muthu Subramanian yazdı
Adds FORMAT_BITMAP to OLE Objects - to allow charts to be pasted into non-LibreOffice applications. Should be safe for all OLE Objects, though. Change-Id: If18768b82d4bb4415b3a8e00828b2eb5c31eeb15
-
Joren De Cuyper yazdı
Incorrect revertion in commit 3d3401a6 Change-Id: If4abac2670b083ebbc75c2fe06ae9e100072ef00 Reviewed-on: https://gerrit.libreoffice.org/10466Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Philipp Weissenbacher yazdı
Change-Id: I8163bd42c24a4f5a5fd4e048836d7e77d3993fe2 Reviewed-on: https://gerrit.libreoffice.org/10452Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Michael Stahl yazdı
Word can apparently have complex footnote separators, but the domain-mapper only sets a single flag that there is a separator (m_bHasFtnSep), so the only thing that makes sense for \par here is to completely ignore it. (regression from e1afe431) Change-Id: I32d9b01a0a9248ba646654295a74953a6cb74fb3
-
Michael Stahl yazdı
The problem in the bugdoc is that the ';' style terminator is encoded as {\uc1 \u59 ?}, i.e. inside a group, so when reading the ';' the aDestinationText of the top group is empty and the style name is lost. Or since the style name characters are encoded in the same way, every character is lost once the group closes. The same problem affects some of the document properties. Introduce an abstraction of RTFParserState::aDestinationText so that for every destination only one of these buffers is used, regardless of nested group structures; the aDestinationText buffer is only switched when entering a new destination. Also, the \revtbl and \stylesheet destinations do not contain entries directly, i.e., every entry must be in a sub-group, so remove some special-casing for these; however, for \fonttbl the entries may be in groups or not. Change-Id: Ica276a8b730e4a707530471ba27bfdd1582b8890
-
Michael Stahl yazdı
Change-Id: I9eba51e3fe2a50488d2ff9320bf68fe6ae65040d
-
Michael Stahl yazdı
Change-Id: I91d0c2ffb958262fad0e7920852449e73d5481ea
-
Michael Stahl yazdı
Change-Id: I71645b208854877fbd5cb29327d467da5cbe0e46
-
Michael Stahl yazdı
Change-Id: I3a0821caccc37beb37f4ad8ecb4b0fdb5d2d5a58
-
Michael Stahl yazdı
Change-Id: I21d81d4454e65cf7f341f659b70b684dc3aa4621
-
Michael Stahl yazdı
Change-Id: I7f0666b882117518bddfc23d4fcf005a77bc11e9
-
Michael Stahl yazdı
Stepping into Reference ctors in debugger on every function call is annoying. Change-Id: Iba3c6ee143a772768084d65fb7036cbd4abcf050
-
Kohei Yoshida yazdı
Change-Id: I6256c9087eec1f8b9745af6eef23fa59d697f835
-
Noel Grandin yazdı
Change-Id: I0d3d1a14d8eb880a5a054fe2e736f8ac97f8b727 Reviewed-on: https://gerrit.libreoffice.org/10284Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
rbuj yazdı
Javadoc: apply formatting and remove the warning "empty <p> tag". @Override public String toString() @Override public boolean equals(Object obj) @Override public int hashCode() Change-Id: I64b63d01015535d386ac584831c4ef6e371e863d Reviewed-on: https://gerrit.libreoffice.org/10453Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
when calling SetAccessibleName GetAccessibleName is called in order to send a name changed a11y event. Getting an Accessible Name is very slow in a non-layout aware widget because it scans for a "nearby" label and there is none in this widget, but it has a huge pile of other widgets to iterate over. call add_mnemonic_label before hand to cut off that entire branch. While we're at it, only call InitControl to adjust to a new width if the new width is different from the old width Change-Id: Ie4ba1276127226e49442278e46447b84bbeb1cde
-
Caolán McNamara yazdı
if the dimension is 0, don't bother calculating a bunch of <= 0 sizes, rely on the parents clipping to hide the lot instead Change-Id: I5b593a5b6b6c3614beb7f9bf3328fa469b700972
-
Kohei Yoshida yazdı
Change-Id: I0aab6cc1d7a39928e9e8ffd6ae23fcfad42ceae3
-
Oliver-Rainer Wittmann yazdı
(cherry picked from commit 2f2e9147) Conflicts: sw/source/core/txtnode/atrfld.cxx Change-Id: I7519a2b985da603618a345d5549f73c9abd17101
-
Zolnai Tamás yazdı
Regression from 2cd1673f. SetMirrorWidths() works only when there are two lines (double border), but breaks one line borders. Change-Id: I2727afbc071bb4038c6cef18e6b96c796ef3a8b9
-
Joren De Cuyper yazdı
This reverts commit 3b7472b2. Commit 0879a639 didn't revert all changes, so we ran into problems getting the css style correctly. Conflicts: svgio/source/svgreader/svgstyleattributes.cxx svgio/source/svgreader/svgsvgnode.cxx Change-Id: I4d17c6d599482de005c009638d03ca851491f700 Reviewed-on: https://gerrit.libreoffice.org/10455Reviewed-by:
Tomaž Vajngerl <quikee@gmail.com> Tested-by:
Tomaž Vajngerl <quikee@gmail.com>
-
Caolán McNamara yazdı
Change-Id: Ie4cef54a943fc456b042425b53286492a0bed0be
-
Caolán McNamara yazdı
Change-Id: Ib92eb813666a418ced584076094cdd6511118d6a
-
Caolán McNamara yazdı
Project: help f9ce693a67d940f48f5f9c7e2a76213cc97c092c
-
Caolán McNamara yazdı
Change-Id: I9a7871bfd08fdd8dc649d7a728eb41bcc0b64b37
-
Caolán McNamara yazdı
Change-Id: I27fbeaafb53b4a0ae30c3408888419af93a37300
-
Caolán McNamara yazdı
Change-Id: I1dd1b40d807c7c9d9b145aca9f69a67d786ec5ff
-
Caolán McNamara yazdı
Project: help 464cbfaaa198f58af8cb2c347f4367408464fc2e
-
Caolán McNamara yazdı
Project: help 10fd3e1326ecf705030189e233a895be7918ea72
-
Szymon Kłos yazdı
Change-Id: Iba700d79466c24395a6a0b07300cd4190ef03ff7 Reviewed-on: https://gerrit.libreoffice.org/10450Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Tobias Lippert yazdı
Also change behavior for the GetListenerCount() method which now returns the count of listeners. The previous behavior is available in method GetSizeOfVector(). Change-Id: I5b03fa55a309f4ff5aea5e8830c137786fc07e89 Reviewed-on: https://gerrit.libreoffice.org/10344Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Tobias Lippert yazdı
Change-Id: I9ecd8fec395eafbdc2675dda9fa25ac32761123c Reviewed-on: https://gerrit.libreoffice.org/10343Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Kohei Yoshida yazdı
Change-Id: I18303af0a2898610566233b814e317cd2fe9f6d0
-
Kohei Yoshida yazdı
Change-Id: I952d9dfcffd85aaae49fc1f1eba9ba070900f672
-
Kohei Yoshida yazdı
Change-Id: I8082c51ff82568b8a00f92e5ab20263c017f1265
-
Kohei Yoshida yazdı
Change-Id: Ifc6f876ca9e2ca77b2ab336ea0668697f32d4066
-
Kohei Yoshida yazdı
Change-Id: I35701126963047f3e405a6560a90930de99ed3fa
-
Kohei Yoshida yazdı
Change-Id: I98f5fb22eecb7749e4c86e1ce52965b0c73641ca
-
Kohei Yoshida yazdı
And adjust all that's necessary. Change-Id: I121e5aa4d117da2e5e6b11e4fd85960a8b3aa727
-