Commit graph

354804 commits

Author SHA1 Message Date
Miklos Vajna
e2b260fc98 sw: let layout not mark embedded object as modified
The problem was that right after the import, the document wasn't marked
as modified, but as layout settled, it got marked as modified.

Given that we already have code to avoid modification when updating the
replacement image, do something similar here: when setting the view
area, make sure the embedded object's component is not marked as
modified.

Change-Id: I88a42829ec48db54178553661863a571cd2a268b
2014-06-03 13:10:36 +02:00
Thomas Arnhold
f0546a51ad odk/examples: mark them as examples
Change-Id: Ie4b925b2411f2a26076de7d0dc367678b390dba8
2014-06-03 12:36:48 +02:00
David Tardon
d758fb4d34 and another one...
Change-Id: I24c146c7372bedf9a70b9739e44968f09b0ba77a
2014-06-03 12:35:02 +02:00
David Tardon
1a6aae7ddd yet another test file that fails to load on windows
Change-Id: I5e8b171e4603ce45ae8f31c6a3d7264f597d8898
2014-06-03 12:30:09 +02:00
David Tardon
8f29b4fcc9 add test spreadsheets and databases for libwps
Change-Id: Ied47fbad448b29cdbd6c96079e770305e5b02d63
2014-06-03 12:17:37 +02:00
David Tardon
54dce5b2b0 add test spreadsheets and databases for libmwaw
Change-Id: I3443b29b8f18e40f53d889fda0dd4a5c41579eeb
2014-06-03 12:17:37 +02:00
Tomaž Vajngerl
1b23e46051 vcl: Refactor scale "super" out of bitmap and make it independent
Introduce BitmapFilter as a general bitmap filtering class, and
make scale "super" algorithem independent as BitmapScaleSuper
which uses BitmapFilter as superclass.

This is an ongoing work to make some bitmap algorithms structured
and more independent from the big bitmap class This will make them
easier to work with, test and optimize.

Change-Id: I37d29709b2af95cab2f6da21129302f5be79318b
2014-06-03 12:03:25 +02:00
Caolán McNamara
9a605b971a Updated core
Project: help  0ff06dc9b3b3635d6fda133d352ae4e6b3ede68d
2014-06-03 09:55:13 +00:00
Caolán McNamara
07561068fe rather than use pixel widths, use appfont units
Change-Id: If9551f63ac59ffedd0bd614e4f4fe05c9047e1dc
2014-06-03 10:49:15 +01:00
sk94
d1f2e4d798 MD_UPDATE_BASELINKS conversion to .ui
Change-Id: I98b47dc20b341375c9caae264c2213aeba6e066a
Reviewed-on: https://gerrit.libreoffice.org/9620
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-06-03 09:48:53 +00:00
Thomas Arnhold
3b8402c771 odk/examples: pretty up
Change-Id: Id157616660253913ef0ef94c17a680bddacb0660
2014-06-03 11:17:22 +02:00
Thomas Arnhold
ee7f28ed04 fix-includeguards.pl: handle odk/examples/DevelopersGuide
Change-Id: Ibdefb876d39419ff622917fcef427b33e3942ae4
2014-06-03 11:17:22 +02:00
Thomas Arnhold
cebb96ec3a sw: fix include guards
after the latest file move

Change-Id: I105eb04ad98d1bf71eddec4528657c248fcc4348
2014-06-03 11:17:22 +02:00
Herbert Dürr
d2bbef3d3d Related: #i125020# fix the calculation of the text-update rectangle...
in CoreText

by doing the calculation before CTLineDraw() updates the text position.
Requesting the update early is possible because that update region is
not used until AquaSalInstance::Yield().
(cherry picked from commit ee042661b996fd00d5504caf4f4be60f77bf880f)

Conflicts:
	vcl/aqua/source/gdi/ctlayout.cxx

Change-Id: I317a2068071a2f6d33f34c81e104e30beedc33db
2014-06-03 09:51:27 +01:00
Herbert Dürr
bcc7086ebf #i125020# allow antialiasing on all update borders for Aqua graphics
(cherry picked from commit 513225be9cbadee6d8f7fd4e9910e10fc5ff571b)
2014-06-03 09:46:15 +01:00
Laurent Balland-Poirier
33b4cd4f8e Updated core
Project: help  99e6e19c88313251a236ef25150d339b930c7f9a

fdo#79530 Update help for minimum length of password

Since some time, password only required 1 character (as indicated in UI)
instead of 5 as indicated in help

Change-Id: Id7fef69ee273ee622365b4077d83cd46368475c6
Reviewed-on: https://gerrit.libreoffice.org/9624
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-06-03 08:28:35 +00:00
Herbert Dürr
687f0c9300 Resolves: #i124935# fix expanded/condensed text breaking...
in the CoreText engine

the concept of an extra-width per code-unit was obsolete at least since apps
supported unicode with its different normalization forms, diacritical marks,
surrogate-pairs, non-printing characters such as ZWJ/ZWNJ/RLM, etc.  so of
course modern engines like CoreText don't aid this typographical crime.

The fix here extends the CTLayout::GetTextBreak() method to handle the obsolete
semantic of per code-unit extra-widths by successively approximating the number
of involved code-units.
(cherry picked from commit a9b9ceff86f35be1eeff5f251d24e338db760a1e)

Conflicts:
	vcl/aqua/source/gdi/ctlayout.cxx

Change-Id: I52a7f7488a9e8a303ed7271df2a24a3c85098ce3
2014-06-03 09:22:52 +01:00
Herbert Dürr
ee9dd6c086 #i125020# fix rounding error in AquaSalGraphics::RefreshRect()
Rounding left and width down can accumulate a rounding error of almost two in
the calculation of right. The existing code compensates for this by increasing
the width by two, but since left has been decremented by one to accommodate for
antialiasing artifacts this compensation is one to few by itself and two to few
when accounting for antialiasing artifacts on the right. Y-pos and height have
the same problems and get the matching fix.

(cherry picked from commit 073ec69fb970830d39c8700317ee74dbbdfd1fda)
2014-06-03 09:15:13 +01:00
David Tardon
7b91c6aaf9 do not disable complete test, just the one file
Change-Id: I1acccba8c2ef44d76c13eadb97d03119f08baa1d
2014-06-03 10:13:32 +02:00
David Tardon
d3ddcbaeef drop useless const_cast
Change-Id: Ie5e6f519a511931b383b6131a4a188abb3396946
2014-06-03 10:11:53 +02:00
David Tardon
9533611f41 drop useless const_cast
Change-Id: I8a14faf56303b986c3e6c8e9bec53210ae86fc87
2014-06-03 10:00:23 +02:00
David Tardon
1031dba9e2 getDataStream() returns non-const ptr now
Change-Id: I6d1e811622cda61575464df8e4036b388a4ab706
2014-06-03 09:59:20 +02:00
David Tardon
e2d53032f4 upload libetonyek 0.1.1
Change-Id: If71250029229cfc167a2ec5ef0d6aea9bc57018c
2014-06-03 09:00:27 +02:00
David Tardon
9496d57334 upload libe-book 0.1.1
Change-Id: I48f67b203c3362ff87e41635e1212e0024a982f0
2014-06-03 09:00:27 +02:00
David Tardon
93e2ae4141 upload libodfgen 0.1.1
Change-Id: I46079625b9aa6fd4e1c205a381d2c157b51dc7e4
2014-06-03 09:00:26 +02:00
David Tardon
26f25fdabb upload librevenge 0.0.1
Change-Id: I10d457fe34a4e015d9a5e0fe92c27bdd1c7231be
2014-06-03 09:00:26 +02:00
Noel Grandin
b447687292 cid#1194914 Overflowed return value
Change-Id: I0f06d0c631632e2dcbba706a17830033aae6f365
2014-06-03 08:21:40 +02:00
Noel Grandin
2537d2dd49 convert some sal_uInt8 fields to bool
Change-Id: Icd5845367157cc0b0c9342c6037b199c49432a76
2014-06-03 08:21:39 +02:00
Miklos Vajna
418c5f7a49 coverity#735904 Unchecked dynamic_cast
Change-Id: I784fa73c69a25ccf5d750b92c6aa8815385df0a9
2014-06-02 22:58:47 +02:00
Miklos Vajna
ec1ba489fa writerfilter: unused FFData.xml
Change-Id: Id30f35b8a357276c215b71e548ba46e86c51ad48
2014-06-02 22:58:47 +02:00
Tor Lillqvist
67f987f6ff Accept the OS X 10.10 SDK
Change-Id: Ic9c210e51f9f6b776e77988fdb1c719ee3d9d73a
2014-06-02 23:44:23 +03:00
Eike Rathke
05eccdfc34 French 'General' keyword should be 'Standard' instead, fdo#79347 related
... as it is in all other fr-* locales.

Change-Id: I7eec17984428b026ccc48198b0acd7e2eafd959e
2014-06-02 21:07:02 +02:00
Eike Rathke
483c20b148 add [fr-TG] to libs, fdo#79353
Change-Id: Ia0f648f4ca601d8ecfb57386ca94942a928907e3
2014-06-02 20:34:05 +02:00
Eike Rathke
22959db96e add French Togo [fr-TG] locale data, fdo#79353
Change-Id: Ia9faa9cd23367e2d379a5aa5daaeb49394db7e40
2014-06-02 20:34:04 +02:00
Eike Rathke
b247e5f77d add LANGUAGE_USER_FRENCH_TOGO 0x8C0C [fr-TG] French (Togo), fdo#79353
Change-Id: Id1e127a3652d4bef280327c2a62d95c17c012656
2014-06-02 20:34:03 +02:00
Eike Rathke
29146a6791 add [fr-NE] to libs, fdo#79352
Change-Id: Ieae9482da1b3a78e97fb9eac9001dc98867577e7
2014-06-02 20:34:01 +02:00
Eike Rathke
944abfc9fb derive [fr-NE] from [fr-BF] instead, fdo#79352 related
Change-Id: I908c5ad633f8030cab67cf110de76ba28731078b
2014-06-02 20:34:00 +02:00
David Delma
bc24aa3796 add French Niger [fr-NE] locale data, fdo#79352
Change-Id: I1f74229521a353402790946aa1e6e4b92d0d2cde
2014-06-02 20:33:59 +02:00
Eike Rathke
4ffdd43ae4 add LANGUAGE_USER_FRENCH_NIGER 0x880C [fr-NE] French (Niger), fdo#79352
Change-Id: I6d793317bc1caef4a95275bad263a5b2feac12e4
2014-06-02 20:33:57 +02:00
Eike Rathke
818406fdef add [fr-BJ] to libs, fdo#79351
Change-Id: Ia4f807b4479db9e90c2bb639958742360deb0680
2014-06-02 20:33:56 +02:00
Eike Rathke
469f5e51a9 add French (Senegal) [fr-SN] to language list, fdo#79350
Change-Id: I80e149700360eb9240c330e3e3d0c38c3785bfa4
2014-06-02 20:33:54 +02:00
Eike Rathke
15387a731d derive [fr-BJ] from [fr-BF] instead, fdo#79351 related
Change-Id: Ie6b27d25541c96f3fd148f57b70163cae5ab8d3e
2014-06-02 20:33:53 +02:00
David Delma
8930b37fb2 add French Benin [fr-BJ] locale data, fdo#79351
Change-Id: I7d171f70878a90b8bae26c852ab032da23fca197
2014-06-02 20:33:51 +02:00
Eike Rathke
3a14b9357f add LANGUAGE_USER_FRENCH_BENIN 0x840C fr-BJ French (Benin), fdo#79351
Change-Id: Idc54b0fae9283d795b79231214cf14aae43adca2
2014-06-02 20:33:50 +02:00
Eike Rathke
a7eee33dc5 add [fr-SN] to libs, fdo#79350
Change-Id: Ie663b6f91f858451f79a1247f9ba5ba863123125
2014-06-02 20:33:48 +02:00
Eike Rathke
fc6ea08d66 derive [fr-SN] from [fr-BF] instead, fdo#79350 related
Change-Id: I0491b43e45b2e36745735317fc87c5de0d78ebd6
2014-06-02 20:33:46 +02:00
David Delma
ff6070b25e add French Senegal [fr-SN] locale data, fdo#79350
Change-Id: I62542d36b582b71b1d4a208bd191097bb6b06b8f
2014-06-02 20:33:45 +02:00
Eike Rathke
1d6ef4f52d add French (Mali) [fr-ML] to language list, fdo#79349
Change-Id: Ie37a547403d86906549babe87680be3c1658f603
2014-06-02 20:33:43 +02:00
Eike Rathke
8b4511e5d0 add [fr-ML] to libs, fdo#79349
Change-Id: Ie1edff7a586b8e74c98e7f3b9277fca14f487e94
2014-06-02 20:33:41 +02:00
Eike Rathke
bfa932dc42 derive [fr-ML] from [fr-BF] instead, fdo#79349 related
Change-Id: I452b23d21c158b92d3ea5a4bdac07654317e43d6
2014-06-02 20:33:39 +02:00