- 22 Nis, 2014 40 kayıt (commit)
-
-
Tor Lillqvist yazdı
For now only effective in the DISABLE_DYNLOADING case, where it limits the locales compiled in to the i18npool library. Maybe should use this same option to also limit what collation tables etc are compiled in? Not expected to be used for desktop OSes, but can be useful for mobile platforms where every megabyte counts. Change-Id: If672b4cd19f44f8c7e119378faf40930a51969b7
-
Douglas Mencken yazdı
Change-Id: I7ba23f0b03438cc8a71581cc503aedf46aad45f8 Reviewed-on: https://gerrit.libreoffice.org/9130Reviewed-by:
Norbert Thiebaud <nthiebaud@gmail.com> Tested-by:
Norbert Thiebaud <nthiebaud@gmail.com>
-
Caolán McNamara yazdı
Change-Id: I26864f3a2247f5d7184f395cfed91eaf92e36295
-
Stephan Bergmann yazdı
Change-Id: I5b3599596dc40d1f88c075257c466b56ed73e795
-
Vort yazdı
Change-Id: Ic0902a3f9340d2d05be05d13d98f168879b4c3e3 Reviewed-on: https://gerrit.libreoffice.org/9120Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Tor Lillqvist yazdı
Show the total size of code and data linked in from each library. Change-Id: Ibd6e0e15259f338addc30f2d821c794d65676637
-
Stephan Bergmann yazdı
Change-Id: Ib341ed33e98c31e296bb5ee6bff5789cf2459113
-
Chris Sherlock yazdı
I misread the original code and in OutputDevice::InitFont(). Antialiasing should NOT be done for Printer fonts, and SHOULD be done by VirtualDevice and Window fonts. Unfortunately, I made Printer fonts do anti-aliasing and VirtualDevice and Window fonts did not... Change-Id: Ic38451da4ffdfa2e7a5412355f659bde03eae08f
-
Andrzej Hunt yazdı
Added in b042a78d , but doesn't actually appear to be used for anything (possibly an accidental debug-output leftover?). Change-Id: If062c40da7164284a8d6538fc8cf8cb0e4719436
-
Tor Lillqvist yazdı
It is questionable whether they are needed for any document format. Saves 0.4 MB of app executable size. If it turns out that some document format that support is needed for actually does need these tables, will have to revert this then. An alternative, but more complex, way to save executable size would be to put this, and other, conversion data into a data file instead. Change-Id: I017e8f15626023af1344964be54c09fe2d937acc
-
Stephan Bergmann yazdı
This reverts commit 37168336, DeploymentException is a RuntimeException.
-
Stephan Bergmann yazdı
Change-Id: Ifafba6f4f93b357239ddadd5ca16ac62bd6e289b
-
Stephan Bergmann yazdı
...that are char* into temporary OString at the GetOOXMLPresetGeometry call site in oox/source/export/shapes.cxx. Change-Id: Ifd6533f9bd869b740a6b483f4a1f6e4860007b9c
-
Miklos Vajna yazdı
In case the URL text has multiple portions, then MSWordExportBase generates multiple URL's anyway, and this helps to avoid loosing some direct formatting of the remaining portions of the paragraph. Change-Id: Ifd72741de610ce69b9ae0978aa8f9a532a3aeed2
-
Stephan Bergmann yazdı
Change-Id: I29f17634de46febbd50331af20a726b394c0087d
-
Stephan Bergmann yazdı
Change-Id: I638c6afdfbc4af7d2431e4b6c6a9324094b7a0d3
-
Stephan Bergmann yazdı
Change-Id: I1b693f767fd7fc1170cd396ee037243fa5a1fffa
-
Valentin Kettner yazdı
The interface implementation is now in the class DocumentDeviceManager and SwDoc has a member variable of that class to which the Interface's method calls get forwarded. The following methods were also moved because they are only used by this interface: CreateVirtualDevice_, CreatePrinter_ and PrtDataChanged. Change-Id: I0b0de6540f0c8635ce560381fb924a3d9cd50c0e
-
anuragkanungo yazdı
Change-Id: I4a7ec73d3bdf9888e50d071b593798b74780b80c
-
Stephan Bergmann yazdı
Change-Id: Iee0ad3898e109add96daac693633c0921c3d7c97
-
Stephan Bergmann yazdı
Change-Id: I65f41ace03071fdb420736e373684b592ddf5fab
-
Tor Lillqvist yazdı
The resulting dropping of the basebmp code reduces app size by 0.7 MB. Change-Id: Id263873ed5c4bb2435d929a1319fedeedb6daa14
-
Thomas Arnhold yazdı
Change-Id: Ic97a7b07bd408bd8c629b4f93296fa6a43e83bb8
-
Miklos Vajna yazdı
Previously only the number of nested sprms / attributes was compared. With this, the font of the bugdoc is correctly Arial, not Times. Change-Id: I351de414b6734336b31c1334dbd2349072f16002
-
Caolán McNamara yazdı
I happened across a presentation whose table didn't resize when extra rows and columns were added to it. It worked on a higher resolution machine, but not on a 1024x768 one Change-Id: I98a7a04bee0b0175174e6376e9ebc046b9eff2dc
-
Caolán McNamara yazdı
Change-Id: Ie58abbb5b0b4aec574367bf1b8f7a9d8012450ae
-
Thomas Arnhold yazdı
from optdlg.hrc removal Change-Id: If7681f1bcdd03a7f890467961d2532e5fa01c4cf
-
Thomas Arnhold yazdı
Change-Id: I7ce04c206250db40076bed699bee892bdfbf19b6
-
Thomas Arnhold yazdı
Change-Id: I76756fe539589d2ab086fd1f1aeec50a9f39af37
-
Thomas Arnhold yazdı
and remove some unused stuff Change-Id: Iea6177c3d2f9d0668187e66155b62688ae2ecb04
-
Caolán McNamara yazdı
Change-Id: I4bd345e54d9d5a5901cd6e7aa409135b4dabecef
-
Michael Stahl yazdı
Change-Id: I0cb042474c58b38a3e9a9073a262041b0ef185c7
-
Adam Co yazdı
Change-Id: Ic7bac90c9b77490c47e5ddd2005453290374b7b2 Signed-off-by:
Michael Stahl <mstahl@redhat.com>
-
Caolán McNamara yazdı
Change-Id: I7771fbb76fe83ba605cb6b86824396c2b1414253
-
Caolán McNamara yazdı
Change-Id: If4b05a34b77cc0b6366880ad65132e801b297a62
-
Caolán McNamara yazdı
Change-Id: I1ad1777492f94e7a4162382d9d68e0032aaee460
-
Caolán McNamara yazdı
Change-Id: I14ce77fe16acdf6491ce49cdbe7550ef303f0ff9
-
Caolán McNamara yazdı
Change-Id: I01e8a8b18d07e035a57fbc731b4666c98148c102
-
Caolán McNamara yazdı
Change-Id: I1a8e548605570eb18ed455282d8f329a3f026409
-
Caolán McNamara yazdı
Change-Id: Iea430ce93ac1add2be76222b8ee9ae6c0da53ff6
-