summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-11-01Try make this more robust in slow environmentsStephan Bergmann
...where the previous .uno:PrintPreview request has not yet been processed, the same way it had been made more robust for ScAccessiblePageHeader.java in 5b5c52a3a4d048bba8c18dfb06ffca25c670d099 "Try make this more robust in slow environments" plus b5dd2b4218f966e177d880bcc29fa5fba3bfe1c1 "Also cope with intermittend DisposedExceptions." Change-Id: I64389b817d91a2bed8dfe1b8d92bafec42eba21a
2013-11-01Improve exception messages (for debugging)Stephan Bergmann
Change-Id: Id2e00e0b0363c58c88585dd15f34156e57a7aaac
2013-11-01Add (dummy) touch_ui_dialog_modal() implementationsTor Lillqvist
Change-Id: I12fde9cc7180118ade39b7a037d05e8793bd1c12
2013-11-01Add FREEHAND_LIBSTor Lillqvist
Change-Id: I0230a18aaf5c8c9fe9f55a137cc62cbfc3992d42
2013-11-01Add FREEHAND_LIBSTor Lillqvist
Change-Id: I86d01c9afdedc2477c2894694ab04c4a493bfa65
2013-11-01fix mozab driver after OUString changeNoel Grandin
for Windows build after my change in commit e2451bd729d0f1d795a5b689deba65bc4e9d92c6 "Convert indexOf->startsWith and lastIndexOf->endsWith" Change-Id: I9397f1310742cdd773a7d2d3c5f0dbe728041d2d
2013-10-31GPU Calc: re-enable regression test testSharedFormulaXLSI-Jui (Ray) Sung
Change-Id: Ica508140d849cfd7754aea91e019fb3ed565d993
2013-10-31GPU Calc: refactor code generation for inlined library routinesXukai Liu
Refactored two library functions: Round and approxEqual. Generate them only when corresponding Calc spreadsheet functions are used. Change-Id: Ibf532d551ba0d99a117cedd4a0f3397acb5e017d Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
2013-11-01TypoTor Lillqvist
Change-Id: I31cd13e6b11b73166e7a7f351c5eb3ea8038a4fc
2013-11-01Add dummy touch_ui_dialog_modal() here, tooTor Lillqvist
Change-Id: I1b1e47de2eec94150a0abee4aa74994f55b9b88e
2013-11-01Dummy implementation of touch_ui_dialog_modal()Tor Lillqvist
Change-Id: I38b72837d8a26ef95d84deca299023c1646169cf
2013-11-01Maybe Dialog::Execute() is one good place to call touch_ui_dialog_modal()Tor Lillqvist
Change-Id: I5f1b9fd266d7920a947d3dfb6bcd584e3cc30b53
2013-11-01Add first attempt at an error message etc APITor Lillqvist
Add a touch_ui_dialog_modal() function which in some way displays an error or other message to the user, and possibly offers the possibility to choose some "OK", "Cancel", "Retry", "Ignore" type of response. Note that the "modality" is from the point of view of the LO thread. Change-Id: I1b2ad15854f8d76e2c30f93fb5356fad7e5d02ca
2013-11-01Bin pointless Android ifdefsTor Lillqvist
It did not do anything. How to handle dialog attempts from random places in the code on non-desktop needs to be re-done properly. Change-Id: I854a12faba3f98c61f637b465789976493326d43
2013-11-01Use actual executable pathTor Lillqvist
Change-Id: I75ffc83be6af34b09b4a98a5890b3585b4a76bde
2013-11-01Bin dead codeTor Lillqvist
Change-Id: I7c3ae0afd6740df326a5c74826e7f204e9df2219
2013-11-01Cosmetics and style cleanupsTor Lillqvist
Change-Id: I45b072e5d6a216f0b82f7a0b3a4554ef4cc3570f
2013-11-01The "source size" of a VCL bitmap is not used for anythingTor Lillqvist
Thorsten thought it might have been used for to the handling of the "Original Size" functionality originally. That seems slightly broken currently in some use cases, and this change doesn't make it any worse. (To see the brokenness, play with resizing an image, reloading the document, and using "Original Size". With the right sequence of actions, LO seems to think that the "original size" is very small (1x1 pixel perhaps).) Change-Id: I4e0852d2b367def5bc40baf95aac273d59731eec
2013-10-31writerfilter: remove unused WW8FontTable class in doctokMiklos Vajna
Change-Id: I649e21460ad00b2a364a8adc91061ba95a6623d9
2013-10-31Disambiguate where a "Source for ... not found!" error originates fromStephan Bergmann
Change-Id: I424036d3a940fa53b1553c1c539bf1065cdc2759
2013-10-31$installer::globals::macinstallfilename is already an absolute pathnameStephan Bergmann
Change-Id: I35ced0ef75f6b411807f24ecc19b4f2a9622f98c
2013-10-31Hack to find instdir/*/LibreOffice.app/Contents/LICENSE.html on Mac OS XStephan Bergmann
Change-Id: I3f2b12534b6d83e4ae2c2a61a6f81ddf8cdad2cc
2013-10-31shell: mapix.h is not needed at allThomas Arnhold
Change-Id: I1a55a4c260b781f7427bf149d32f1cae6149fe9a
2013-10-31vcl: fix braceThomas Arnhold
Change-Id: Ib41c9521a8b8e5b8ebc170f9b7e45379a51f1bd5
2013-10-31Fixed a typo in the GPU Calc compiler.I-Jui (Ray) Sung
Change-Id: I40994de5e445dbd6f3c5e6597a90e63b7dc3cbcf
2013-10-31Windows: SHARDAPPIDINFO since 0x0600Thomas Arnhold
This requires at least Windows 7 / Windows Server 2008. Otherwise it won't compile under WinXP. http://msdn.microsoft.com/en-us/library/windows/desktop/dd391556 Change-Id: I984e8bc1e9dc80a9c8bf236be9af3cffabcabd05
2013-10-31Better warnings when CheckContext() failsTor Lillqvist
Change-Id: I94627e5b4efda92ac80a618e5aa4b0b33340f4ef
2013-10-31I assume this is missingStephan Bergmann
...from the changes to xmloff/source/draw/shapeexport2.cxx of f15874d8f976f3874bdbcb53429eeefa65c28841 "i123433 Detect pseudo-vertices at svg import, unify svg:d handling, correct svg:d import for relative sub-polygons in svg import [...]," given how other changes in that file that introduce aPolygonString use it. Found by -Werror,-Wunused-variable. Change-Id: I915b53ed74e03f84f240f1fa1f17768148f030d6
2013-10-31writerfilter: implement BorderHandler::getInteropGrabBag()Miklos Vajna
Change-Id: I86922585122898692dc4fb1fbbee11e1864dad29
2013-10-31Updated coreCaolán McNamara
Project: help da63fbfdefb02c5026b05b33a57afe03a30f42b8
2013-10-31convert new/move menu to .uiCaolán McNamara
Change-Id: I77e46382cae6da03c3a972c9838afb3f8698c9a3
2013-10-31Don't hard-code the start row position of string array to 0...Kohei Yoshida
Change-Id: I06724e2e8754ac20217f5375a445c85f9a5b31e6
2013-10-31fdo#71008 add Excel 2010 functions BETA.DEST and BETA.INVWinfried Donkers
Change-Id: I65863031cc2795713bf80c17dfc787e2700a556a Reviewed-on: https://gerrit.libreoffice.org/6505 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2013-10-31Related #i123433# PolyPolygonBezier must be drawing::PolyPolygonBezierCoordsCaolán McNamara
Change-Id: Idc7e0a2651f2e0b499bbf8b8443ffb84b54a45b6
2013-10-31Resolves: #i123433# Detect pseudo-vertices at svg import...Armin Le Grand
unify svg:d handling, correct svg:d import for relative sub-polygons in svg import; changed default for moveto writes for svg:d in ODF to absolute (cherry picked from commit f15874d8f976f3874bdbcb53429eeefa65c28841) Conflicts: basegfx/inc/basegfx/polygon/b2dpolygontools.hxx basegfx/inc/basegfx/polygon/b2dpolypolygontools.hxx basegfx/inc/basegfx/polygon/b3dpolypolygontools.hxx basegfx/source/polygon/b2dpolypolygontools.cxx basegfx/source/polygon/b2dsvgpolypolygon.cxx basegfx/source/polygon/b3dpolypolygontools.cxx basegfx/source/tools/makefile.mk basegfx/test/boxclipper.cxx basegfx/test/clipstate.cxx basegfx/test/genericclipper.cxx canvas/source/tools/surfaceproxy.cxx sdext/source/pdfimport/tree/drawtreevisiting.cxx sdext/source/pdfimport/tree/writertreevisiting.cxx xmloff/inc/xexptran.hxx xmloff/source/draw/XMLImageMapContext.cxx xmloff/source/draw/XMLImageMapExport.cxx xmloff/source/draw/shapeexport2.cxx xmloff/source/draw/shapeexport3.cxx xmloff/source/draw/xexptran.cxx xmloff/source/draw/ximp3dobject.cxx xmloff/source/draw/ximpshap.cxx xmloff/source/style/MarkerStyle.cxx xmloff/source/text/XMLTextFrameContext.cxx xmloff/source/text/txtparae.cxx Change-Id: I5171b4a3559ea116bea45152e1f2685666463635
2013-10-31we need these old equal methods againCaolán McNamara
i.e. revert 5c3615c1152eabfda508504c8a4c5727868acbc8 Change-Id: I7bafaabaf5b8337c3ef4fe0d9ea687924045114e
2013-10-31solver doesn't solve anything...Michael Stahl
... it is an abbreviation of "Solar Version". Since nobody can remember that: remove OUTDIR OUTDIR_FOR_BUILD SOLARVER SOLARVERSION solarpath and any mention thereof. Change-Id: Idb3031c4f25a76ac05b22ec67e3ca3e1e8e512ad Reviewed-on: https://gerrit.libreoffice.org/6515 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2013-10-31DOCX filter: roundtrip more table cell border properties for table stylesMiklos Vajna
Change-Id: Ia93bd2083b00f62770970a4efa783b6b19967acb
2013-10-31verify-custom-widgets-libs: check libraries in instdirMichael Stahl
Change-Id: Ia46c8df28ad2eed8ccdd6ec00f6bcd8358d8bb26
2013-10-31bin unused solver-using perl scriptMichael Stahl
Change-Id: Ia2f122904ed6958109b864c487a8a7758d9b959b
2013-10-31install-gdb-printers: remove obsolete -L optionMichael Stahl
(obsoleted by linkoo removal) Change-Id: I2f1ccc46625b10755795c53850481aaae3b0dc6e
2013-10-31postprocess: CustomTarget_signing: find libs in INSTDIRMichael Stahl
... not sure if it wouldn't be better to do this directly when linking, but what do i know about this signing stuff anyway... Change-Id: Iabebf21dd8c0198afb4fd03403fca3ca8a0c9b22
2013-10-31gbuild: gb_Helper_abbreviate_dirs should replace INSTDIR not OUTDIRMichael Stahl
Change-Id: I17bb3d4efc676f2904ad9e23433a4c98bc2669ad
2013-10-31gbuild; CppunitTest: use INSTDIR in add-auto-load-safe-pathMichael Stahl
Change-Id: Id9520beb1b50d580b6331c7a554794d88775faab
2013-10-31gbuild: stop creating OUTDIR/bin in ResTargetMichael Stahl
Change-Id: Ic708402d7d5c8d5065dc27d88c1dcb271e925770
2013-10-31installer: replace usage of OUTDIRMichael Stahl
Change-Id: I82a87bdde9751efbdcfb4da5f89ba10ac17b427b
2013-10-31smoketest: replace usage of OUTDIRMichael Stahl
Change-Id: I6629fb0a5312572c5a32876b19e71312761c98f1
2013-10-31libxmlsec: replace use of OUTDIR (not sure if it's correct)Michael Stahl
Change-Id: Ie517bb93b34e132539cbe312dd13f30dcc4a0c9f
2013-10-31ios: convert usage of OUTDIRMichael Stahl
... not sure if it's always correct but... Change-Id: Iccb21bace96825cbf502ae37fc513bbe76d261e3
2013-10-31Fix an integration regression on GPU Calc compiler string test case.I-Jui (Ray) Sung
A new DynamicKernelArgument subclass is added to handle mixed string and numeric values in the same VectorRef. Change-Id: I2e394a95644a8fc41efbe15a04feea24140a4c12