summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-04-01vcl: FixedHyper - take into account text alignmentTomaž Vajngerl
Change-Id: Icc9b4d73cd2e4945299cbaaa1b55eebc3e1e3922
2014-04-01Add two more CG_TRACEsTor Lillqvist
Change-Id: Ib1ab15a0daa9e8cc1f48e6ff1b212b463fcb0004
2014-04-01Stopgap fix to avoid using a null CGContextTor Lillqvist
Change-Id: I445f09dd842b62e5153c53bb5af066af71d492bd
2014-04-01Resolves: #i124555# restore stream position after Seek to end of streamOliver-Rainer Wittmann
(cherry picked from commit 61efddf5ab8cd318e022ca1ac817ba0879a55e23) Conflicts: vcl/source/gdi/dibtools.cxx Change-Id: Ie6c0aeab5988b68954a0bdd460317ac9539d8a5f
2014-04-01SimplifyTor Lillqvist
Change-Id: I9857afc5dd6652fc28be00bea81ad213712b3dc5
2014-04-01DocxAttributeOutput: port to FillAttributesMiklos Vajna
Now that fill attributes are available in the item set of the shared exporter, just had to adjust the WhichId of fill style / gradient fill, and it's working again. Change-Id: Iec7048ef77aea534a567799bfd385fcc029586b3
2014-04-01Remove unnecessary(?) warnings_not_errors for vcl KDE codeStephan Bergmann
Change-Id: I6e342aed2832d7a6ab029889a019829a349b2dce Reviewed-on: https://gerrit.libreoffice.org/8775 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2014-04-01sal: add aligned memory allocation with malloc for OS X < 10.6Douglas Mencken
Note that posix_memalign is not available everywhere (as are its replacements like memalign). For example, Darwin/OSX <10.6 has neither posix_memalign or memalign. Incorporating changes by Stephan Bergmann <sbergman@redhat.com>. Change-Id: I4a02b40c36d353c2b7a78d0bacb3b14e1f2d94da Reviewed-on: https://gerrit.libreoffice.org/8405 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2014-04-01Remove unused inline functionStephan Bergmann
Change-Id: Ib1e05194fd51b914da45cbdfb75e142be5d852fe
2014-04-01Remove unused inline constructorStephan Bergmann
Change-Id: I1fbf53c19c55a37d4802be0828cc13bd6bba8f67
2014-04-01Remove unused inline functionStephan Bergmann
Change-Id: I5601a1d6d37f5d30d50bbe22e1079d8c6acf2c4b
2014-04-01Remove unused inline functionStephan Bergmann
Change-Id: Ieafdefb5a6981ee2f375cb9ba852de7b21688b42
2014-04-01Remove unused inline constructorStephan Bergmann
Change-Id: I33b5d11f850bf405ef5fcf2e6f1fe380287304d0
2014-04-01Remove unused inline functionsStephan Bergmann
Change-Id: Ib9cb71a730a8e1480c897ecab2bc502d419f3029
2014-04-01loplugin:literaltoboolconversionStephan Bergmann
Change-Id: I9f0e84b63ee6e338fc273c137eb1d1470b8185dc
2014-04-01fix sal_Bool conversion in connectivity/source/drivers/adoNoel Grandin
Change-Id: I89a17d645870d9a6a896c738979b1e1f59caa08e
2014-04-01connectivity: sal_Bool->boolNoel Grandin
Change-Id: Ice855d69c70d4f5fc119ddf1ddebf18ee6add270
2014-04-01connectivity: sal_Bool->boolNoel Grandin
Change-Id: Iafa52d3643b9313c20c75cf98f6b1ec231bf9d6d
2014-04-01connectivity: sal_Bool->boolNoel Grandin
Change-Id: Ia45f9776e0b27720647c664541a41b5f46eedc37
2014-04-01connectivity: sal_Bool->bool and fix method nameNoel Grandin
Convert method name getBoleanComparisonPredicate to getBooleanComparisonPredicate Change-Id: I00c726b1fecd8352dc49f2af98c3ae3c799ef424
2014-04-01connectivity: sal_Bool->boolNoel Grandin
Change-Id: Ic583deda8b0be3c89bcd644a1872ebd83276487a
2014-04-01linguistic: sal_Bool->boolNoel Grandin
Change-Id: Ie2366b25a1f81a5b25142e8b9a727bcc2f585c14
2014-04-01Improved coding style as shown in examples fdo#75240Milan Zelenka
Change-Id: I6a19453637ea6de8e8c834ad14d7cdf712671e46
2014-04-01fdo#42164 Esc doesn't clear copy source overlay in panes of split/frozen viewTrent MacAlpine
Change-Id: I480fe9a66773bbc6775c6d20c9cf0e2f7e21c230 Reviewed-on: https://gerrit.libreoffice.org/8472 Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2014-04-01prevent leaked tmp files from sd import testMarkus Mohrhard
Change-Id: I6365924420f636c8db556d0bce02b2131e540f2c
2014-04-01adapted the ifdef'ed portion as wellEike Rathke
Change-Id: I95ef44f12ad478677e761edb19528829d33363c9
2014-03-31coverity#735502 Logically dead codeCaolán McNamara
Change-Id: I386944df28c7e7464e596144a5612a205f5cb967 Reviewed-on: https://gerrit.libreoffice.org/8789 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2014-03-31fdo#74702 New abstract function UsePolyPolygonForComplexGradient()Chris Sherlock
A new protected abstract function has been introduced only for complex gradients. As it stands, we currently need to work out if we should use a PolyPolygon or a Polygon because, as the comments say: // Determine if we output via Polygon or PolyPolygon // For all rasteroperations other then Overpaint always use // PolyPolygon, as we will get wrong results if we output multiple // times on top of each other. // Also for printers always use PolyPolygon, as not all printers // can print polygons on top of each other. Interestingly, the next line is either wrong or expressed badly, because the check uses PolyPolygons when a VirtualDevice is in use: // Also virtual devices are excluded, as some drivers are too slow. Therefore, I've removed that comment as it seems rather misleading. Change-Id: Ic496284cb2be8e7e2d348eae76aeeec994e1029c Reviewed-on: https://gerrit.libreoffice.org/8802 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
2014-03-31re-enabled user-defined numeric fields for dBase exportEike Rathke
Since commit f59e350d1733125055f1144f8b3b1b0a46f6d1ca it was impossible to define a numeric field with a precision of less than 2 decimals, even if all values were integers. It was also impossible to define a field width larger than needed for any values in that column. Furthermore, the integer part was shortened if the overall column's values resulted in more precision than defined, but the overall length did not reach the predefined length. This does not change the behavior of the original intention of f59e350d1733125055f1144f8b3b1b0a46f6d1ca to give the precision of number formats precedence over precision defined in the column header, which is debatable though because conflicts may silently change the field definition. Change-Id: I234c4bceaa1a6aadbd259cb8d9b6cb6f16bf91c2
2014-03-31one more commentEike Rathke
Change-Id: I473efb4c8233eed1a3a00ce9ab8c1fa84583e2a4
2014-03-31Need to define mnContextStackDepth always it seemsTor Lillqvist
Change-Id: I25d86e2765aae353fa5586244f33728cd5b55bbc
2014-03-31More CoreGraphics tracingTor Lillqvist
Change-Id: Idfb615063ec8822dee468883c844bab7dba7cf4c
2014-03-31error: unused variable 'aReturnString'Matúš Kukan
Change-Id: I53241eb41a07546fe4af010246d8ca373b0b1945
2014-03-31More CoreGraphics tracingTor Lillqvist
Change-Id: I2fbdb95637ee77b444e1947405d64cdd2e0338af
2014-03-31WaE: unused parameter 'pEdit'Tor Lillqvist
Change-Id: Ibd4abdb0073e20239a220440c14e05f31e88c6a3
2014-03-31sw: unused includes in layouterMiklos Vajna
Change-Id: Iac0799219df9eb07d1de9886153cbf8390cbacb0
2014-03-31sw: unused includes in laycacheMiklos Vajna
Change-Id: Ibd168ee6a5da734bc3b20bbab698953eb13f0e73
2014-03-31sw: unused includes in layactMiklos Vajna
Change-Id: I24f8e817e1f615e8cdab6dde7ede3bce1ab226d2
2014-03-31sw: unused includes in hffrmMiklos Vajna
Change-Id: I5e993b6ad54f7d33b1dfb1ff455281975add2981
2014-03-31Add SAL_INFOs for very detailed CoreGraphics tracingTor Lillqvist
One would think there would exist some kind of shim library that would automatically provide such traces, hmm. Change-Id: I568d02a2ac70078dee0280d1feb3eab7bbd43030
2014-03-31Need com_sun_star_i18n_Collator_get_implementation for some odt docs, it seemsTor Lillqvist
Change-Id: I1f24a281155ade91f0296dbc24550fcd8febf0d0
2014-03-31Bin a few since long commented-out linesTor Lillqvist
Change-Id: I4087f8f51dd6e8066818a98797c1e575ecca3442
2014-03-31Add possibility to show tile numbers and render just one tileTor Lillqvist
Useful for debugging. Also, make the tile border drawing optional. These three debugging features are governed by environment variales (set in Xcode before running with Alt+Product>Run...) DRAW_ONLY_TILE, DRAW_TILE_BORDERS and DRAW_TILE_NUMBERS. Change-Id: I81f952284676eafe5d204c819658e0225aabdb1c
2014-03-31Remove unused inline functionsStephan Bergmann
Change-Id: Ic31f99d6185000660750041065937845d4903bb3
2014-03-31coverity#708406 Uninitialized pointer fieldCaolán McNamara
Change-Id: I446c1eb18d45ca9d70690a763bffe1cc144369b4
2014-03-31coverity#1130409 Missing break in switchCaolán McNamara
Change-Id: Iad5076e7717703c7eaea90eeb9ca082aa33cccac
2014-03-31coverity#1130391 Missing break in switchCaolán McNamara
Change-Id: If6202788224b59de7bb6db7a17ab2061c1f6f771
2014-03-31coverity#982430 Division or modulo by zeroCaolán McNamara
Change-Id: I9764d4e122c4dbab2349499f30c17842e432dadc
2014-03-31coverity#704604 Explicit null dereferencedCaolán McNamara
Change-Id: I400105321f7bed54d56bd7af4dfd14656293b5b9
2014-03-31fdo#57950 Replace chained append in htmlatr.cxxKrisztian Pinter
Change-Id: I121f437019d45f60017337dea091389ceb8334ce Reviewed-on: https://gerrit.libreoffice.org/8661 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>