summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-04-23WIP: undo conditional formatprivate/moggi/orcus-improvementsMarkus Mohrhard3-2/+112
Change-Id: I11db1e5824077135c4352ae43cc0e8d139244268
2014-04-23WIP: orcus autofilter importMarkus Mohrhard2-0/+48
Change-Id: I44ed24fbd4d67a0f440202117a980c7d349016b9
2014-04-23Rename OutputDevice::ImplGetGraphics to GetGraphicsChris Sherlock23-81/+81
Change-Id: I4086978f2292538c458802a7fb56c0d3826f2def
2014-04-23Rename VCL's ImplInitGraphics to AcquireGraphicsChris Sherlock9-12/+12
Turns out, we don't try to initialize a graphics context, much less *acquire* one. e.g. Window instances can have many frames (subwindows), of which one some are really being used at any time so we try to "steal" one of the graphics contexts from the frame to use ourself, later on that frame will steal it from someone else, etc. Change-Id: I66d5dbb7015301bc2d2be51627061c91e1f2ee5d
2014-04-23Move bitmap functions in header, warn if calling GetBitmap() in PrinterChris Sherlock4-31/+27
Change-Id: Id2325822730d3d9167706c8c4118eaa3ca727195
2014-04-22cppcheck: fix variable reassigned before the old value has been usedJulien Nabet1-3/+1
Change-Id: I866eaf946d4cd8eaa8e4b8799ddac5e0d5dc59bb
2014-04-22cppcheck: Fix same expression on both sides of '&&'Julien Nabet1-1/+1
Change-Id: Iddc7ac546cbe105466278a733f5ae17451b9670b
2014-04-22cppcheck: multiCondition, remove duplicateJulien Nabet1-3/+0
Change-Id: I8f819a1ab24ab9fa3a8ef7478f105620deae4aa0
2014-04-22Let --with-locales prune also built-in collator dataTor Lillqvist3-22/+77
Effective in the DISABLE_DYNLOADING case. Introduce a new gbuild macro gb_Helper_optional_locale. Change-Id: I43eb39fa810f71cadb6bc6d5c117ae145629ecb9
2014-04-22coverity#704968 Unchecked dynamic_castCaolán McNamara1-3/+2
Change-Id: Ifa12e220208d9a67213d1a58ab7e2b67083e2968
2014-04-22coverity#989725 Uncaught exceptionCaolán McNamara2-2/+2
Change-Id: I8904995c474146746623cfda36b8ddb81146070c
2014-04-22coverity#989724 Uncaught exceptionCaolán McNamara1-1/+1
Change-Id: Ia3a74e71b95d263a4d911523d77fd6d8e65adc69
2014-04-22loplugin:unreffunStephan Bergmann1-2/+3
Change-Id: Ia7b5ac5ca28d80c353f1ccdce4b69838e584d811
2014-04-22writerfilter: fix indentation in rtfskipdestinationMiklos Vajna2-21/+25
Change-Id: I56a306baabdfb46da4b46c5e0c0ce2bbd2369e03
2014-04-22Remove unused basegfx::tools::equalMiklos Vajna5-80/+0
Change-Id: I2fb3121c711dfdd1e2081681864a6f4753960a81
2014-04-22Remove unused basegfx::unotools::homMatrixFromMatrixMiklos Vajna3-19/+0
Change-Id: I92afab7cfae885dce76b9ffff0d98b8b9a39d85f
2014-04-22Remove unused basegfx::tools::containsOnlyHorizontalAndVerticalEdgesMiklos Vajna3-24/+0
Change-Id: I8a8b7a5b47cd9e566c1b3154a527c78a8fcbd7df
2014-04-22Remove unused basegfx::copySignMiklos Vajna1-11/+0
Change-Id: I8e5e429b0f0b0cfa2dc65b8e57649bfa722b40e0
2014-04-22Add a new configure switch --with-locales for restricting the included localesTor Lillqvist3-2/+28
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
2014-04-22CTRunData fix for exporting SPI stuff on OSX < 10.6Douglas Mencken1-0/+8
Change-Id: I7ba23f0b03438cc8a71581cc503aedf46aad45f8 Reviewed-on: https://gerrit.libreoffice.org/9130 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2014-04-22Resolves: rhbz#1089377 crash on loading a specific rtfCaolán McNamara3-13/+1759
Change-Id: I26864f3a2247f5d7184f395cfed91eaf92e36295
2014-04-22Do not drop existing LD_LIBRARY_PATHStephan Bergmann1-1/+8
Change-Id: I5b3599596dc40d1f88c075257c466b56ed73e795
2014-04-22fdo#71217 PDF Import: Fix importing of JPEG imagesVort1-4/+69
Change-Id: Ic0902a3f9340d2d05be05d13d98f168879b4c3e3 Reviewed-on: https://gerrit.libreoffice.org/9120 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-04-22Script to postprocess linker map files for iOS a bitTor Lillqvist1-0/+27
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 Bergmann1-37/+37
Change-Id: Ib341ed33e98c31e296bb5ee6bff5789cf2459113
2014-04-23Fix regression introduced in f4e8bca336 when fixing fdo#74702Chris Sherlock2-8/+7
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 Hunt1-1/+0
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 Lillqvist1-0/+8
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 Bergmann2-2/+2
This reverts commit 3716833635926fa59372a8274decfebd4dc498e9, DeploymentException is a RuntimeException.
2014-04-22Use already found resultStephan Bergmann1-4/+2
Change-Id: Ifafba6f4f93b357239ddadd5ca16ac62bd6e289b
2014-04-22Don't litter pCustomShapeTypeTranslationHashMap with dangling keysStephan Bergmann1-9/+3
...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 Vajna4-0/+42
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 Bergmann1-1/+1
Change-Id: I29f17634de46febbd50331af20a726b394c0087d
2014-04-22loplugin:saloverrideStephan Bergmann1-13/+13
Change-Id: I638c6afdfbc4af7d2431e4b6c6a9324094b7a0d3
2014-04-22Accidentally removed "s"Stephan Bergmann1-1/+1
Change-Id: I1b693f767fd7fc1170cd396ee037243fa5a1fffa
2014-04-22Split out the IDocumentDeviceAccess interface of SwDoc.Valentin Kettner10-295/+498
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 SwDocanuragkanungo6-452/+658
Change-Id: I4a7ec73d3bdf9888e50d071b593798b74780b80c
2014-04-22loplugin:passstringbyrefStephan Bergmann1-1/+1
Change-Id: Iee0ad3898e109add96daac693633c0921c3d7c97
2014-04-22-Werror,-Wparentheses-equalityStephan Bergmann1-2/+2
Change-Id: I65f41ace03071fdb420736e373684b592ddf5fab
2014-04-22With tiled rendering for iOS there is no need for a "frame buffer"Tor Lillqvist4-167/+19
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 Arnhold1-0/+0
Change-Id: Ic97a7b07bd408bd8c629b4f93296fa6a43e83bb8
2014-04-22Related: fdo#77600 RTF import: RTFValue::equals: compare attribute contentMiklos Vajna5-0/+48
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 McNamara1-1/+9
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 McNamara1-1/+1
Change-Id: Ie58abbb5b0b4aec574367bf1b8f7a9d8012450ae
2014-04-22remove missing sc.hrcThomas Arnhold3-0/+3
from optdlg.hrc removal Change-Id: If7681f1bcdd03a7f890467961d2532e5fa01c4cf
2014-04-22remove unused hrc filesThomas Arnhold12-313/+0
Change-Id: I7ce04c206250db40076bed699bee892bdfbf19b6
2014-04-22clean up hrc filesThomas Arnhold13-257/+3
Change-Id: I76756fe539589d2ab086fd1f1aeec50a9f39af37
2014-04-22clean up hrc filesThomas Arnhold46-640/+1
and remove some unused stuff Change-Id: Iea6177c3d2f9d0668187e66155b62688ae2ecb04
2014-04-22fix namespaceCaolán McNamara1-1/+1
Change-Id: I4bd345e54d9d5a5901cd6e7aa409135b4dabecef
2014-04-22fix the getProperty case more thoroughly (related: fdo#77340)Michael Stahl1-6/+6
Change-Id: I0cb042474c58b38a3e9a9073a262041b0ef185c7