summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-04-22Script to postprocess linker map files for iOS a bitTor Lillqvist
Show the total size of code and data linked in from each library. Change-Id: Ibd6e0e15259f338addc30f2d821c794d65676637
2014-04-22Fix order of CPPUNIT_ASSERT_EQUAL argumentsStephan Bergmann
Change-Id: Ib341ed33e98c31e296bb5ee6bff5789cf2459113
2014-04-23Fix regression introduced in f4e8bca336 when fixing fdo#74702Chris Sherlock
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
2014-04-22Kill unneeded include.Andrzej Hunt
Added in b042a78d9847753d95560749dab2159d9cfbd7ae , but doesn't actually appear to be used for anything (possibly an accidental debug-output leftover?). Change-Id: If062c40da7164284a8d6538fc8cf8cb0e4719436
2014-04-22Bypass EUC and ISO-2022 encoding tables for iOSTor Lillqvist
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
2014-04-22Revert "coverity#1202903 Uncaught exception"Stephan Bergmann
This reverts commit 3716833635926fa59372a8274decfebd4dc498e9, DeploymentException is a RuntimeException.
2014-04-22Use already found resultStephan Bergmann
Change-Id: Ifafba6f4f93b357239ddadd5ca16ac62bd6e289b
2014-04-22Don't litter pCustomShapeTypeTranslationHashMap with dangling keysStephan Bergmann
...that are char* into temporary OString at the GetOOXMLPresetGeometry call site in oox/source/export/shapes.cxx. Change-Id: Ifd6533f9bd869b740a6b483f4a1f6e4860007b9c
2014-04-22fdo#77600 RTF export: always close URL's before the end of runMiklos Vajna
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
2014-04-22Keep MSVC happyStephan Bergmann
Change-Id: I29f17634de46febbd50331af20a726b394c0087d
2014-04-22loplugin:saloverrideStephan Bergmann
Change-Id: I638c6afdfbc4af7d2431e4b6c6a9324094b7a0d3
2014-04-22Accidentally removed "s"Stephan Bergmann
Change-Id: I1b693f767fd7fc1170cd396ee037243fa5a1fffa
2014-04-22Split out the IDocumentDeviceAccess interface of SwDoc.Valentin Kettner
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
2014-04-22Refactor IDocumentSettingAccess Interface of SwDocanuragkanungo
Change-Id: I4a7ec73d3bdf9888e50d071b593798b74780b80c
2014-04-22loplugin:passstringbyrefStephan Bergmann
Change-Id: Iee0ad3898e109add96daac693633c0921c3d7c97
2014-04-22-Werror,-Wparentheses-equalityStephan Bergmann
Change-Id: I65f41ace03071fdb420736e373684b592ddf5fab
2014-04-22With tiled rendering for iOS there is no need for a "frame buffer"Tor Lillqvist
The resulting dropping of the basebmp code reduces app size by 0.7 MB. Change-Id: Id263873ed5c4bb2435d929a1319fedeedb6daa14
2014-04-22remove one more zero byte hrcThomas Arnhold
Change-Id: Ic97a7b07bd408bd8c629b4f93296fa6a43e83bb8
2014-04-22Related: fdo#77600 RTF import: RTFValue::equals: compare attribute contentMiklos Vajna
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
2014-04-22table not resizing when rows/columns added to itCaolán McNamara
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
2014-04-22update narrow liberation-fonts-ttf to 1.07.4Caolán McNamara
Change-Id: Ie58abbb5b0b4aec574367bf1b8f7a9d8012450ae
2014-04-22remove missing sc.hrcThomas Arnhold
from optdlg.hrc removal Change-Id: If7681f1bcdd03a7f890467961d2532e5fa01c4cf
2014-04-22remove unused hrc filesThomas Arnhold
Change-Id: I7ce04c206250db40076bed699bee892bdfbf19b6
2014-04-22clean up hrc filesThomas Arnhold
Change-Id: I76756fe539589d2ab086fd1f1aeec50a9f39af37
2014-04-22clean up hrc filesThomas Arnhold
and remove some unused stuff Change-Id: Iea6177c3d2f9d0668187e66155b62688ae2ecb04
2014-04-22fix namespaceCaolán McNamara
Change-Id: I4bd345e54d9d5a5901cd6e7aa409135b4dabecef
2014-04-22fix the getProperty case more thoroughly (related: fdo#77340)Michael Stahl
Change-Id: I0cb042474c58b38a3e9a9073a262041b0ef185c7
2014-04-22Boost Patch - Change '*b' to a variable, to remove GCC 4.7.3 -Wtype-limitsAdam Co
Change-Id: Ic7bac90c9b77490c47e5ddd2005453290374b7b2 Signed-off-by: Michael Stahl <mstahl@redhat.com>
2014-04-22stray commaCaolán McNamara
Change-Id: I7771fbb76fe83ba605cb6b86824396c2b1414253
2014-04-22coverity#708389 Uninitialized scalar fieldCaolán McNamara
Change-Id: If4b05a34b77cc0b6366880ad65132e801b297a62
2014-04-22coverity#708340 Uninitialized scalar fieldCaolán McNamara
Change-Id: I1ad1777492f94e7a4162382d9d68e0032aaee460
2014-04-22coverity#708335 Uninitialized scalar fieldCaolán McNamara
Change-Id: I14ce77fe16acdf6491ce49cdbe7550ef303f0ff9
2014-04-22coverity#708334 Uninitialized scalar fieldCaolán McNamara
Change-Id: I01e8a8b18d07e035a57fbc731b4666c98148c102
2014-04-22coverity#708324 Uninitialized m_refCountCaolán McNamara
Change-Id: I1a8e548605570eb18ed455282d8f329a3f026409
2014-04-22coverity#708323 Uninitialized scalar fieldCaolán McNamara
Change-Id: Iea430ce93ac1add2be76222b8ee9ae6c0da53ff6
2014-04-22coverity#708229 Uninitialized scalar fieldCaolán McNamara
Change-Id: Id8925dd1ef73ad0fa18ff3f103441f30ba7bb5c0
2014-04-22coverity#708228 Uninitialized scalar fieldCaolán McNamara
Change-Id: I742c2eeaa539b9e8557821e15910d0c739e51891
2014-04-22coverity#708207 Uninitialized scalar fieldCaolán McNamara
Change-Id: I8d74ddcf551e4a853dcf04a4ba1f33a46579ed06
2014-04-22coverity#708205 Uninitialized scalar fieldCaolán McNamara
Change-Id: I9facdfaefcfa79c56b1db9e62b861cf425d5726f
2014-04-22coverity#708204 Uninitialized scalar fieldCaolán McNamara
Change-Id: I0f54051e41b98275608e0056a587c9e7fbeee0dd
2014-04-22coverity#708203 Uninitialized scalar fieldCaolán McNamara
Change-Id: Id72f198b69a319b93a67f2e98a706f4e45fc576f
2014-04-22coverity#708114 Uninitialized scalar fieldCaolán McNamara
Change-Id: I4f77230f64d90841cbf218b259dc1377d8658ba8
2014-04-22coverity#708110 Uninitialized scalar fieldCaolán McNamara
Change-Id: Iab15f5bd188c404eec9633d23e5877ee6eab4b8d
2014-04-22coverity#708109 Uninitialized scalar fieldCaolán McNamara
Change-Id: I013b8b45751ec8a604fb9df941813e283e3b8b45
2014-04-22coverity#708070 Uninitialized scalar fieldCaolán McNamara
Change-Id: If5cf306f749f3996d9972bc2b0e71b4101c00837
2014-04-22fod#77122 DOCX filter: link between textboxes is not being preservedumeshkadam
Added support for linked textboxes for docx interoperability. Reviewed on: https://gerrit.libreoffice.org/9092 Change-Id: I7db4f5a1783afff53c64908d182788b262f5e863
2014-04-22More hacking on --disable-database-connectivityTor Lillqvist
Change-Id: Iefa6b104c60464e5a0d793bd676d8ea7ff2727c1
2014-04-22convert field assign address book page to .uiCaolán McNamara
Change-Id: I4d97bd75df0c75af6b643e67350a1af738bd7538
2014-04-22Updated coreCaolán McNamara
Project: help 373b6920afc9b78dc1af8859f20ac3b7a03eae17
2014-04-22Do not unconditionally throw NoSuchElementExceptionStephan Bergmann
...this fixes 1a9463277006e8e5a8c0b82bbf5d5ab2d5ea15ac "coverity#704274 Logically dead code" and JunitTest_sc_unoapi. Change-Id: I20fc5262d6198fca1c7dfc970a7f8664c325aa91