Age | Commit message (Collapse) | Author |
|
Show the total size of code and data linked in from each library.
Change-Id: Ibd6e0e15259f338addc30f2d821c794d65676637
|
|
Change-Id: Ib341ed33e98c31e296bb5ee6bff5789cf2459113
|
|
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
|
|
Added in b042a78d9847753d95560749dab2159d9cfbd7ae , but doesn't actually
appear to be used for anything (possibly an accidental debug-output leftover?).
Change-Id: If062c40da7164284a8d6538fc8cf8cb0e4719436
|
|
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
|
|
This reverts commit 3716833635926fa59372a8274decfebd4dc498e9,
DeploymentException is a RuntimeException.
|
|
Change-Id: Ifafba6f4f93b357239ddadd5ca16ac62bd6e289b
|
|
...that are char* into temporary OString at the GetOOXMLPresetGeometry call site
in oox/source/export/shapes.cxx.
Change-Id: Ifd6533f9bd869b740a6b483f4a1f6e4860007b9c
|
|
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
|
|
Change-Id: I29f17634de46febbd50331af20a726b394c0087d
|
|
Change-Id: I638c6afdfbc4af7d2431e4b6c6a9324094b7a0d3
|
|
Change-Id: I1b693f767fd7fc1170cd396ee037243fa5a1fffa
|
|
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
|
|
Change-Id: I4a7ec73d3bdf9888e50d071b593798b74780b80c
|
|
Change-Id: Iee0ad3898e109add96daac693633c0921c3d7c97
|
|
Change-Id: I65f41ace03071fdb420736e373684b592ddf5fab
|
|
The resulting dropping of the basebmp code reduces app size by 0.7 MB.
Change-Id: Id263873ed5c4bb2435d929a1319fedeedb6daa14
|
|
Change-Id: Ic97a7b07bd408bd8c629b4f93296fa6a43e83bb8
|
|
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
|
|
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
|
|
Change-Id: Ie58abbb5b0b4aec574367bf1b8f7a9d8012450ae
|
|
from optdlg.hrc removal
Change-Id: If7681f1bcdd03a7f890467961d2532e5fa01c4cf
|
|
Change-Id: I7ce04c206250db40076bed699bee892bdfbf19b6
|
|
Change-Id: I76756fe539589d2ab086fd1f1aeec50a9f39af37
|
|
and remove some unused stuff
Change-Id: Iea6177c3d2f9d0668187e66155b62688ae2ecb04
|
|
Change-Id: I4bd345e54d9d5a5901cd6e7aa409135b4dabecef
|
|
Change-Id: I0cb042474c58b38a3e9a9073a262041b0ef185c7
|
|
Change-Id: Ic7bac90c9b77490c47e5ddd2005453290374b7b2
Signed-off-by: Michael Stahl <mstahl@redhat.com>
|
|
Change-Id: I7771fbb76fe83ba605cb6b86824396c2b1414253
|
|
Change-Id: If4b05a34b77cc0b6366880ad65132e801b297a62
|
|
Change-Id: I1ad1777492f94e7a4162382d9d68e0032aaee460
|
|
Change-Id: I14ce77fe16acdf6491ce49cdbe7550ef303f0ff9
|
|
Change-Id: I01e8a8b18d07e035a57fbc731b4666c98148c102
|
|
Change-Id: I1a8e548605570eb18ed455282d8f329a3f026409
|
|
Change-Id: Iea430ce93ac1add2be76222b8ee9ae6c0da53ff6
|
|
Change-Id: Id8925dd1ef73ad0fa18ff3f103441f30ba7bb5c0
|
|
Change-Id: I742c2eeaa539b9e8557821e15910d0c739e51891
|
|
Change-Id: I8d74ddcf551e4a853dcf04a4ba1f33a46579ed06
|
|
Change-Id: I9facdfaefcfa79c56b1db9e62b861cf425d5726f
|
|
Change-Id: I0f54051e41b98275608e0056a587c9e7fbeee0dd
|
|
Change-Id: Id72f198b69a319b93a67f2e98a706f4e45fc576f
|
|
Change-Id: I4f77230f64d90841cbf218b259dc1377d8658ba8
|
|
Change-Id: Iab15f5bd188c404eec9633d23e5877ee6eab4b8d
|
|
Change-Id: I013b8b45751ec8a604fb9df941813e283e3b8b45
|
|
Change-Id: If5cf306f749f3996d9972bc2b0e71b4101c00837
|
|
Added support for linked textboxes for docx interoperability.
Reviewed on:
https://gerrit.libreoffice.org/9092
Change-Id: I7db4f5a1783afff53c64908d182788b262f5e863
|
|
Change-Id: Iefa6b104c60464e5a0d793bd676d8ea7ff2727c1
|
|
Change-Id: I4d97bd75df0c75af6b643e67350a1af738bd7538
|
|
Project: help 373b6920afc9b78dc1af8859f20ac3b7a03eae17
|
|
...this fixes 1a9463277006e8e5a8c0b82bbf5d5ab2d5ea15ac "coverity#704274
Logically dead code" and JunitTest_sc_unoapi.
Change-Id: I20fc5262d6198fca1c7dfc970a7f8664c325aa91
|