Commit graph

323268 commits

Author SHA1 Message Date
Tor Lillqvist
b2ad5380ad Handle different basebmp scanline formats and flip vertically when needed
Change-Id: Ic0fd7d60ddc66bcd5577988b3a4e5b2185d3ec1f
2013-03-26 19:05:34 +02:00
Tor Lillqvist
bcb57baaae Use the applicationFrame and not whole screen size
Change-Id: I33a67b4908759913e49608110cc2635cc50e54b1
2013-03-26 19:02:15 +02:00
Tor Lillqvist
6d7d274151 I think kCGImageAlphaNoneSkipLast is what we want
Change-Id: I19a5ab15650cef4ee834af63e19bea7807b77477
2013-03-26 19:02:10 +02:00
Tor Lillqvist
8818140775 Introduce temporary lo_set_view_size() hack like on Android and call it
Change-Id: I44df0946f59d1b9a2a6ea935b3c2ea3c96c1260d
2013-03-26 19:02:05 +02:00
Tor Lillqvist
89d9b9e252 Log also corresponding destructions of BitmapDevice
Change-Id: Ic74032b430691215482172c3c5f834374d47873d
2013-03-26 19:01:59 +02:00
Tor Lillqvist
1b57a3b523 Add svt and svx
Change-Id: I3298b985bc7f197e50f7246c8fe828d51804bde3
2013-03-26 19:01:51 +02:00
Tor Lillqvist
753d0de374 Add the soffice.cfg and registry stuff
Change-Id: I12dda660f4eac298af29cee8858f8aef496aa5ed
2013-03-26 19:01:44 +02:00
Tor Lillqvist
f222e81cb8 Change how Rectangles are printed, special case for EMPTY
Change-Id: I0fe230875e785b811ae09e04399790a53b354dd6
2013-03-26 19:01:38 +02:00
Tor Lillqvist
74fa38afcd Add to the project some source files where breakpoints are often useful
Change-Id: Iccd5f7bb99a76542481564b2f6475ca365756e45
2013-03-26 19:01:31 +02:00
Tor Lillqvist
eac68782f9 WaE: Variable set but not used
Change-Id: Ia9dac8262d08a5727ff0518eeec189c99b768504
2013-03-26 19:01:24 +02:00
Tor Lillqvist
59c83ffb05 Don't exit intentionally
Change-Id: I1d4c7dbc8ed9254e92d097454704c811ba1532f1
2013-03-26 19:00:17 +02:00
Tor Lillqvist
d6869762a9 Try kCGImageAlphaNoneSkipLast
Change-Id: I127f450ae7c52f25033a6dbc34029545ea5ed07b
2013-03-26 19:00:17 +02:00
Tor Lillqvist
9f1a3352b5 Improve debugging printout a bit
Change-Id: I1acc1b3f1e9d2cdcbba058b050f278e396f115c6
2013-03-26 19:00:16 +02:00
Tor Lillqvist
16498b264c Move SAL_WARN_IF
Change-Id: If543e44a1f4aa08a38bf273a3e50a7cd7d57e84d
2013-03-26 19:00:16 +02:00
K_Karthikeyan
60570afbea Resolves fdo#61540
On Insert before, the reference column whose size is going to be used for
newly created column(s) is wrong. As the new columns are inserted before the
reference column, the reference column moved to the new position by no., of new
columns i.e (earlier+newcolumns).

Change-Id: Ib52e3633aecb1220cdf709058391361376dc5f00
Reviewed-on: https://gerrit.libreoffice.org/2958
Reviewed-by: Petr Mladek <pmladek@suse.cz>
Tested-by: Petr Mladek <pmladek@suse.cz>
2013-03-26 16:55:29 +00:00
Tor Lillqvist
5a5c8e253a Check feature test macros instead of ANDROID and/or IOS
Pass -DLIBO_FEATURE_FOO to compiler for some elements in BUILD_TYPE.
BUILD_TYPE has at least two kinds of elements: Those that indicate
building a bundled copy of some 3rd-party library, and those that
indicate some specific feature of the LibreOffice platform or
build-time configuration choice. This is for the latter kind.

Change many of the checks for Android and/or iOS in the source code to
check LIBO_FEATURE_DESKTOP, LIBO_FEATURE_HELP or DISABLE_EXTENSIONS
instead, in cases where that is what is meant, not Android or iOS
specifically.

Change-Id: I2cd3f3bb99e953c7754dcea76a426f8f9d61e4db
2013-03-26 18:45:04 +02:00
Tor Lillqvist
3ee3e7946c Lock files make no sense on Android or iOS
Change-Id: Ie8d05b8596fb7d17e057bc32c7a4204a9ff54021
2013-03-26 18:44:48 +02:00
Tor Lillqvist
83a486546f Shared documents make no sense for Android and iOS
(When I say documents, I mean spreadsheets. Only Calc has code for
this.)

Change-Id: I05fd19885633f9e250940678d33e2e4c82c31a9d
2013-03-26 18:44:31 +02:00
Tor Lillqvist
434ba73170 Initial hack attempt to get something rendered
Change-Id: I13a407331184f08fd39095b7486d0a370d91ed93
2013-03-26 18:44:20 +02:00
Tor Lillqvist
bdbb0d1cc1 Temporary hack for iOS: open files read-only if read-write open fails
Change-Id: Ifc400d9843b23ef942c43af3a2b8830ccff71a7e
2013-03-26 18:44:11 +02:00
Tor Lillqvist
2672cbdd00 Add LOViewerWindow.[hm] to the project
Change-Id: I50ac91fd0e803b1b2322e5c7c25f7bf682a8208d
2013-03-26 18:43:55 +02:00
Tor Lillqvist
5a4c573506 Add images.zip
Change-Id: If764bb95ab29b8092b356fee644cfa5190ce3eeb
2013-03-26 18:43:41 +02:00
Stephan Bergmann
de30e4c916 quickfix
Change-Id: Ida36d96982d869553452c8240da7dec363cee4b4
2013-03-26 17:36:08 +01:00
Krisztian Pinter
2c1da7f081 convert half of optfltr.src to .ui
Converted the "VBA Properties" half of optfltr.src to optfltrpage.ui.

Change-Id: Ie200377f2956aa243b1be859eb52972b79e9dc66
Reviewed-on: https://gerrit.libreoffice.org/2961
Reviewed-by: Petr Mladek <pmladek@suse.cz>
Tested-by: Petr Mladek <pmladek@suse.cz>
2013-03-26 16:29:27 +00:00
Stephan Bergmann
cd235e389d No (more/apparent) need for LIBO_WERROR
Change-Id: I8483047631f512513cae017fdbb2dee77ce0f52f
2013-03-26 17:21:47 +01:00
Stephan Bergmann
6ecf41eb2d Typo __SINPRO_CC -> __SUNPRO_CC
Change-Id: I831abe80f9b4b160f4af10a16f4d45cc68fa3bb6
2013-03-26 17:21:47 +01:00
Stephan Bergmann
d3f7d05d1b Clean up OOO_SHELL
...which is no longer used.  Also, use the detected BASH value in Makefile.in
instead of re-detecting there.  (Though setting SHELL in Makefile.in is likely
bogus anyway, cf. "this is overridden by solenv/gbuild/gubild.mk [...] i don't
know what needs the 'SHELL=bash' in top-level makefile",
<http://lists.freedesktop.org/archives/libreoffice/2013-March/048552.html> "Re:
need help with shell / configure.")

Change-Id: I09c8b5eb9fb1244321d1fb998bb78e458e8ebf37
2013-03-26 17:21:46 +01:00
Stephan Bergmann
cec22e4510 Do not needlessly include jvmaccess/virtualmachine.hxx in header
Change-Id: Ieb1564eb7b477a7b239b07347f46fc55b64bd92b
2013-03-26 17:21:46 +01:00
Luboš Luňák
0fd8f98084 testcase for the previous starmath docx fixes
Based on the one broken case in
http://mail-archives.apache.org/mod_mbox/openoffice-dev/201303.mbox/<5150A98B.8050901@yandex.ru>

Change-Id: I3f8f1b8d8239e12a3315c6d8aa0cddee47af4a85
2013-03-26 17:20:05 +01:00
Luboš Luňák
0682a1cedf export quoted parts of math formulas properly to docx mathml
Change-Id: I7950ff78c23e5e6c58ffceaa9c2a2f52e3408b26
2013-03-26 17:20:02 +01:00
Luboš Luňák
a75adeae36 m:nor and m:lit math docx tags lead to quoting
The meaning should not be exactly the same, but it looks like there's
no better way to express this (or rather quoting means both).

Change-Id: I024ce6c89667a69f685bb84d768095100b0090b1
2013-03-26 17:19:58 +01:00
Rafael Dominguez
dda5fe60ff Syncronize thumbnails ids with SfxDocumentTemplates when moving.
Change-Id: I9ee17e00f769ca16f566b1397d09b76a09273912
2013-03-26 17:10:04 +01:00
Rafael Dominguez
28d5ced7f9 Fix template manager item selection behaviour with mouse.
Change-Id: Icf63454973b4044443eea1cc583fce3a78c5594d
2013-03-26 17:10:04 +01:00
Rafael Dominguez
1c9f13f921 Deselect thumbnailview items when clearing the view.
Change-Id: I8aa3f61d3ec7a8bf6195c5480b82d1dc1ecabc34
2013-03-26 17:10:04 +01:00
Rafael Dominguez
448cc5e851 Merge TemplateView into TemplateAbstractView class.
Refactor TemplateView class into TemplateAbstractView so we
only have one class that display template thumbnails and not
a separate for folders and another for files. This will let
us in the future be able to display file system hierarchies in
case of the remote repositories and simplify the view handing
logic.

Change-Id: Iafc246eeff4c50c12ac9ebec9fe95dcc84991e9e
2013-03-26 17:10:04 +01:00
Pedro Giffuni
adda54b521 Update Apache Commons
Update commons-codec to version 1.6.
Update commons-lang to version 2.4.
Patch common-httpclient to avoid building issues
with OpenJDK-7.

These versions maintain ABI compatibility while
using features from newer Java versions and
have been tested on the FreeBSD port.

Change-Id: I6aec2b6d22fc3335ffbdda9558f475313ef53c85
2013-03-26 17:07:07 +01:00
Lior Kaplan
447a924c11 Translate German comments to English
Change-Id: Iaedc226f0dfad234bc67100e2845e09cc2976687
2013-03-26 17:55:46 +02:00
Lior Kaplan
7a1b354b9b Remove German comments as an English translation was already done
Follow up for aebfd023c1 and
922d80ad11

Change-Id: I8fcebd106e5f81479e0622ceb195c39a51fdbb51
2013-03-26 17:55:46 +02:00
Peter Foley
a5b669de84 make linkoo work in separate builddir
Change-Id: I1c9ca490716fc0dc5951bd032d54a102541087c7
2013-03-26 11:39:43 -04:00
Peter Foley
207e370a16 make partial_build work in separate builddir
Change-Id: Ib5290a3e76170946ce3a8aac113b01d1ec54fac5
2013-03-26 11:39:41 -04:00
Peter Foley
469bb100d6 avoid getcwd redefined warning
Change-Id: Idd788dad8c2b5e2689a17b571104d0fe04accfd1
2013-03-26 11:39:40 -04:00
Peter Foley
ea360ff3ad add frm to Library_merged
Change-Id: I72fff5fe1fd26e618ffe89111471d95cd4d30852
2013-03-26 11:39:38 -04:00
Peter Foley
4dd7010c00 don't build postgresql just to parse the makefiles
When running module-deps.pl postgresql gets built just so that
libpq-flags.mk can be included. Since we already have all the necessary
libraries, add them explicitly and avoid this.

Change-Id: Icd94fc215ecb26c95f9ae3c14625bf819bf3c5c3
2013-03-26 11:39:37 -04:00
Peter Foley
406dfa3240 speed-up module-deps.pl
Change-Id: Idf703b1b5e26e32a0e8276c6f2eba51cd80f1b0b
2013-03-26 11:39:36 -04:00
Miklos Vajna
3759f02465 starmath: remove no longer needed APPEND macro
Change-Id: I3102e86a7ea9f638f79ba9572e725362952a46e2
2013-03-26 16:22:16 +01:00
Miklos Vajna
1ed4210d8e logerrit: kill copy-paste
Change-Id: I2478ef0f886867c2d2247febf1b29b90fd32e5e7
2013-03-26 16:21:37 +01:00
Philipp Weissenbacher
a5fef4aff5 Translate German comments, clean up some WS
Change-Id: I1a6a99bb8efe8c3d10973c255040fbbf0f76f27d
Reviewed-on: https://gerrit.libreoffice.org/3057
Reviewed-by: Michael Meeks <michael.meeks@suse.com>
Tested-by: Michael Meeks <michael.meeks@suse.com>
2013-03-26 15:09:10 +00:00
gerhard oettl
705f0bb328 fdo#39468: Translated German comments
Change-Id: I85c8675881db9facdd543c02c846ec64642f8449
Reviewed-on: https://gerrit.libreoffice.org/2871
Reviewed-by: Petr Mladek <pmladek@suse.cz>
Tested-by: Petr Mladek <pmladek@suse.cz>
2013-03-26 15:07:31 +00:00
Bjoern Michaelsen
15e9f568fd add draft-submittal to logerrit and retab
Change-Id: I5f52d9c81c28c9a4b23eaf043e7b67b1fc6d82d9
2013-03-26 15:40:26 +01:00
Bjoern Michaelsen
646b992ee3 add a setup walkthrough to ./logerrit
Change-Id: Id041aa5a8fbb06626b7310aa76471db993b53cf0
2013-03-26 15:40:26 +01:00