summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-06-18Version 4.1.0.1, tag libreoffice-4.1.0.1libreoffice-4.1.0.1Christian Lohmaier4-1/+1
Change-Id: I75aaf91b99af7e0a14ec1eb3d4ee2af756b55fa7
2013-06-18Small (hopefully non-controversial) changes to the existing brandingStefan Knorr7-180/+109
* Make sure about window background covers entire window * Make sure start center images are centred Change-Id: I402448ef4ea77633fe4e1ad5d5f93952efb495af Reviewed-on: https://gerrit.libreoffice.org/4308 Reviewed-by: Thorsten Behrens <tbehrens@suse.com> Tested-by: Thorsten Behrens <tbehrens@suse.com> (cherry picked from commit 4a0247603e94412c1a77af8e8c7bd17f729b9eba) Signed-off-by: Thorsten Behrens <tbehrens@suse.com>
2013-06-18fdo#65653 make columnMatchP saferLionel Elie Mamane1-0/+3
Change-Id: Id994ab5aed6172d8a93fd331a366fca10a663a48 Reviewed-on: https://gerrit.libreoffice.org/4338 Reviewed-by: Zolnai Tamás <zolnaitamas2000@gmail.com> Tested-by: Zolnai Tamás <zolnaitamas2000@gmail.com>
2013-06-18prefer filelist from GeneratedPackage over PackageDavid Tardon1-4/+4
This broke incremental builds on MacOS X in the past, where Package/python3.filelist was created for some reason, so the installer did not install the Python framework. (cherry picked from commit d72e170d6a956cf2cc7da1c0b5917bca3e79f5ce) Signed-off-by: David Tardon <dtardon@redhat.com> Conflicts: instsetoo_native/util/openoffice.lst.in Change-Id: I290da24d6385eaf514cd9f7db92b1a959902dcae
2013-06-18Updated coreOlivier R1-0/+0
Project: dictionaries dbfffe3512457095ea99f7362ff64b1431b820b1
2013-06-18fdo#65844 use right colors from paletteDavid Tardon1-2/+4
It is not correct to expect that the palette will always be the same as default-constructed from VCL. For example, 1bit PICT images use reversed white and black. Change-Id: I6b5e7cd19af98202e80f4cff17fddaa3a3f0e3af (cherry picked from commit 1b3a39bfa10177aed40a4a9a69d0fe1970229422) Signed-off-by: David Tardon <dtardon@redhat.com>
2013-06-18Updated coreAndras Timar1-0/+0
Project: help 81f2a2b6bffadded71b81ac7ccae3ff1574a341b
2013-06-18Updated coreAndras Timar1-0/+0
Project: help 69b18e13ee03ea9e6c4626801a1a8e871fd65cff
2013-06-18fdo#65882 - fix intermittent writer unit test failure on exit.Michael Meeks1-16/+23
Change-Id: Iffa4ea724f2192f85df66eaf4e9e4f30e6ba3d4b
2013-06-18Updated coreAndras Timar1-0/+0
Project: translations 5177014ee256887eb36b358747038816bad3371d
2013-06-18Use Core Text defaults for kerning and ligaturesKhaled Hosny1-9/+0
Our ATSUI port did not disable kerning, so we shouldn’t disable it with Core Text, and ligature are enabled by default anyway. Change-Id: If3ee5fd14376c7d297c288ba6761a45ce2901a1e
2013-06-17resolved fdo#65082 RATE function should not find roots <= -1Eike Rathke1-13/+46
Limit RATE to roots > -1.0, which is what also Excel and now Gnumeric do. If the Newton goal seek fails for the default guess value 0.1 try other values. This now also calculates the few remaining error cases of i#15090 attachment https://issues.apache.org/ooo/attachment.cgi?id=6528 correctly. Change-Id: Ic62cc807626b4715035c3076f58f303b9020db5a (cherry picked from commit 9ee7be4efb494351c4be096ffa04cdbd85cdc3d4)
2013-06-17fdo#55315 Added simple Trie lookup tree for autocomplete words storageTomaž Vajngerl6-14/+346
Added simple Trie lookup tree which is more tailored to what is needed in autocomplete implementation, but still has the speed of the LatinLookupTree that has been used till now. As the implementation is much simpler it should be more managable and easier fixable. For now two actions: insert (word) and findSuggestions are supported. Acttion findSuggestion returns all words in a list for a searched sub-word, it also fixes fdo#62945. Change-Id: I63b69c30d28b4e1c465c2122ebc537f7f75a033a Reviewed-on: https://gerrit.libreoffice.org/4237 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-06-17Rename Blue nine to Blue 11Andras Timar1-1/+1
It is better than renaming Blue 9 to Blue nine in order to avoid name clash. Change-Id: I6c336a617c8c6b92f86cc45bcf2763e843c3ca4d
2013-06-17Fixes fdo#59642Marcos Paulo de Souza1-2/+3
By adding one more test about mathml xml. Change-Id: I1b49e9faea6742594eaa900a87a03c4dd86c0b5c Reviewed-on: https://gerrit.libreoffice.org/4314 Reviewed-by: Michael Meeks <michael.meeks@suse.com> Tested-by: Michael Meeks <michael.meeks@suse.com>
2013-06-17typo fix, use ja_charset for JapaneseAndras Timar1-1/+1
Change-Id: I29b7db952a8cc9e0670e03dd79204486332aabe9
2013-06-17fdo#65809 Sidama (sit-ET) index sorting and collation dataAndras Timar4-2/+25
Change-Id: I1781c94cc67d4a2fa47bcf126195309590016b14
2013-06-16l10n of additional colors in standard paletteAndras Timar3-0/+50
Change-Id: I9200ce7f0e18491f2a1b8b60a43883df6dcb6cf2
2013-06-16Fix PDF export with fallback fonts in Core TextKhaled Hosny4-24/+47
We need to pass the real font used to layout the glyphs in case it differs from the requested font, otherwise we end with garbage in PDF files. Change-Id: I9caa8e60429e45ee864f5347fd9392f5e440864e Reviewed-on: https://gerrit.libreoffice.org/4301 Reviewed-by: Khaled Hosny <khaledhosny@eglug.org> Tested-by: Khaled Hosny <khaledhosny@eglug.org>
2013-06-16Get rid of SalLayout::GetFallbackFontData()Khaled Hosny9-80/+49
This is only used in conjunction with SalLayout::GetNextGlyphs() in vcl/source/gdi/pdfwriter_impl.cxx to retrieve the fallback font, if any, used to layout the given glyph, but it is a very convoluted way to do a straight forward thing, and hard to adapt for new SalLayout implementations. So now I just pass a fallback fonts array, when requested, in GetNextGlyphs() itself. Change-Id: I24e7931f64867a4fb4e7b728c65faa6198e24aba Reviewed-on: https://gerrit.libreoffice.org/4300 Reviewed-by: Khaled Hosny <khaledhosny@eglug.org> Tested-by: Khaled Hosny <khaledhosny@eglug.org>
2013-06-16Updated coreAndras Timar1-0/+0
Project: dictionaries 0a1af7797066e5329160b456604f6b3091c660a4
2013-06-16fdo#64925 - fix crash on paste of Arabic text on windows.Michael Stahl1-1/+1
Change-Id: I4c1c5416d6ce486f257f499c39e269d1f1619add
2013-06-16sidebar: disable listed but disabled toolpanel panes.Michael Meeks1-3/+7
Change-Id: I4c156629c1b7587c342743af47be73f5cda253aa
2013-06-15use proper offset for additional locale data formats, fdo#64947 relatedEike Rathke3-6/+8
Old number formats had predefined formats from 0..49, locale data could define additional formats from index 50 on. Internal (fractional) formats were added to the number formatter, shifting the number of predefined entries NF_INDEX_TABLE_ENTRIES by two that was also used as an offset to determine whether a format needed to be added additionally. As a consequece, formats defined with index values 50 and 51 in locale data were ignored and not available in the dialog. Introduced a new enum constant NF_INDEX_TABLE_LOCALE_DATA_DEFAULTS to use as the old offset value for not having to change all locale data definitions everytime an internally generated format is added. Change-Id: I94bdaabf360f7b9c253b1e3f5b73087f0c45fb44 (cherry picked from commit e7d73b42bd71aaab862c3e519348507a84f74754)
2013-06-15fdo#64947 added [NatNum1]General format codesEike Rathke3-0/+9
Change-Id: I2e024453d10600a6a688123cd8c9de324537a0a1 (cherry picked from commit 846818afec377b5827fbdf8959ee2f1cf617e44d)
2013-06-15fdo#65653, fdo#65619, fdo#65216: Missing checkZolnai Tamás1-1/+1
Problem caused by commit: 16c9ce4877def18ca4578171a96615a632d08092 This commit contains code deduplication. The deduplication removed one needed check (rParam.xFiled.is()), which causes segfault when member function of rParam.xField is called inside columnMatchP(). Change-Id: Ibbdaa758dbbce4b76094e6cc120022ef276b30c4 (cherry picked from commit 10777b37536be16c6d2e167b59e9e31e37ba3517)
2013-06-15Revert "enc foo", totally not supposed to be pushedCaolán McNamara1-295/+20
This reverts commit 56a3a2b253552826a6b5cc13500df739d3875974.
2013-06-15Updated coreAndras Timar1-0/+0
Project: translations 6a224315f0e1cb8c3650773dc5482cc9e41e31ac
2013-06-15Updated coreAndras Timar1-0/+0
Project: help eaee7e51ffbaddde5c50c9b5b281e3a46d97146a
2013-06-14Resolves: fdo#65569 dropdown list missing from built-in fpickerCaolán McNamara2-1/+6
regression since a8c2cb0e6d0b9b301887be176694592f8ecda0c4 the different ctors have different defaults around whether they show the dropdown or not. Change-Id: I3d1bb423c8a25b81ffb26981b63af7498f99e70a (cherry picked from commit 6a4e3194bb16b595885e2814c92ace8911f9a5f3)
2013-06-14enc fooCaolán McNamara1-20/+295
Change-Id: Idae2ae3f04f36504d5c15f980c251461b383064e
2013-06-14ditch dangling reference to com.sun.star.comp.oox.xls.FormulaParserEike Rathke1-3/+0
Change-Id: I185a9854ca2ce43f1f880f5ea2bb3b68a1757ca9 (cherry picked from commit f2fd2a66ee827024b31a310d67804cb7cb18d2da)
2013-06-14fdo#64926 use icu's breakiterator for Tibetan and DzongkhaElie Roux1-1/+2
Change-Id: I78010e216eb1582fa5074666f36c95f5b0eceee5 Reviewed-on: https://gerrit.libreoffice.org/4082 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> (cherry picked from commit 878b09a1a936c2d5bf4461e0123fafd377d948e2)
2013-06-14Highlight "LIMIT" as a keyword in sql editZolnai Tamás1-0/+1
Change-Id: I5aed0a4d9b3e912b1cad0be2092b2dc394e10b04 (cherry picked from commit 3abe80ac14d3f513a8500d0dd29d70c62bdbbec0)
2013-06-14blind ( windows ) fix re. uno::Refererence vs rtl::Reference foobar fdo#65545Noel Power1-1/+1
Change-Id: I81b877e8e1b6945c2f1265947ad915ed1070800a (cherry picked from commit c32dd08cfbaefb0d0a75a303b182e68d073ee262)
2013-06-14fix limit bug: selecting "All" has no effect to sqlZolnai Tamás2-3/+3
LimitBox set its value to -1 if the current text is "All" but just when it loses its focus so dispatching its value to the controller must be after this setting. (see limitboxcontroller.cxx) Plus some clean up in LimitBox.cxx Change-Id: Ic1d314a5a67c2b261b2e9c50973f51de2bfb8db8 (cherry picked from commit 00eafaa9493e99dfc81ec102b1ae936b84e44d0d)
2013-06-14hsqldb does not support "select * from t limit n"Zolnai Tamás2-0/+12
If limit clause follow from clause directly than the statement parser of hsqldb parses "LIMIT" token like a table alias and that's why the next number is unexpected. The problem was that the limit token was not added to a "keyword" vector in which parser search while working with form clause. If the algorithm find a keyword after table names than it knows it is the end of the form clause. That's why it worked with any other keywords like "ORDER_BY", "WHERE", "GROUP BY" and so on. Change-Id: Iacd3ea3493c85eb0f2579aaad6903537ac65d25a (cherry picked from commit 05d738294025b4a26e7cc3c6180e10ff784555e2)
2013-06-13Work around -Werror=strict-aliasingStephan Bergmann1-1/+2
Change-Id: I0184488344bd11c50bddd1bb1726e0d1225aff7e (cherry picked from commit 41e5c4b0dec83cc62c33262093eed29e6ebcb340)
2013-06-13WaE: unused variable 'pFilt'Tor Lillqvist1-3/+0
Change-Id: I58bacc42d9b596ffef62237d0554fb0a3bff50a1 (cherry picked from commit db77d9700e1301c7cb47a76721639dd4c7829f31)
2013-06-13fix plugin build with clang < 3.3Luboš Luňák1-6/+6
Change-Id: If2eb7595ca7d25f6d491e332bb3060061d3b42a7
2013-06-13update for PPCallbacks API changes in Clang3.3Luboš Luňák2-2/+43
Change-Id: I8493afa8e2264a42fba090c9c72f36f36cb2d165
2013-06-13mark all virtuals in the clang plugin as overrideLuboš Luňák14-20/+20
In order to help catch Clang API changes. Conflicts: compilerplugins/clang/store/referencecasting.hxx Change-Id: I5738f5dff405f7a2dd377c983fb32c1c7a2ff921
2013-06-13Resolves: #i122529# only check position protection when...Oliver-Rainer Wittmann1-4/+1
moving a text frame, graphic or embedded object in Writer (cherry picked from commit ba9e13a1ebad1569cd5ccf65925a06329ba0d188) Conflicts: sw/source/ui/docvw/edtwin.cxx Change-Id: I126165d6be7505223c4255262103cfb123ec3d55 (cherry picked from commit 57bf1f75942c2c9c0fc264bf0f9b84b674ea55f7)
2013-06-13Updated coreAndras Timar1-0/+0
Project: help 702b7c31afda76b683c24ca5b6ea4c75fcc02198
2013-06-13Revert "bnc#819614: Fix runaway lines."Jan Holesovsky2-4/+3
This reverts commit 5fe65c0c5e5a8d815d9d15ef192e7652726662e6. Unfortunately this causes a regression elsewhere. This also disables the unit test for this bug - will re-enable when I find a fix that both fixes this, and does not regress other stuff :-) Change-Id: Iad334e3c59c928edb78f25c0f36a33a26a7e6125
2013-06-13fdo#65666 keep tab characters in footnote settings (Begin/After)László Németh1-4/+4
Change-Id: I3fbd0f2dea5926981c0cd351c3235f6b61e66aaa Reviewed-on: https://gerrit.libreoffice.org/4234 Reviewed-by: Németh László <nemeth@numbertext.org> Tested-by: Németh László <nemeth@numbertext.org> Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
2013-06-13fdo#62224 set spacing to content tooDavid Tardon1-0/+42
Change-Id: Idafcd96ff8b01139dfc22cf3d0d2f5e98759488e (cherry picked from commit 14c139e3705c537556f493657f9cb01818d1f80d) Signed-off-by: David Tardon <dtardon@redhat.com>
2013-06-13Related: fdo#65595 password dialog has truncated labelCaolán McNamara1-1/+0
Change-Id: I7b18bebb878fc5027109121595e444ef1d6a7cfc (cherry picked from commit 5bf554a89183c983cc492bcdcbc78967f3dbc415)
2013-06-13fdo#64626 clarify use of border line settings on toolbarWinfried Donkers1-1/+1
Using the toolbar button to set border lines in calc, lines are added, but not removed. I thought this to be a bug, but it isn't. Using the toolbar button is for addition, and using the same button with the SHIFT key is for addition+deletion. Unfortunately, this is not mentioned in help files or hints. This patch remedies this by giving a better hint when using the toolbar button. Change-Id: I0cf5cc9bffbec363cde3c7493f024cdfa72c54f4 Reviewed-on: https://gerrit.libreoffice.org/4220 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz> (cherry picked from commit e2e0db8f2967d866cba5c5400617d97aceaeefe9)
2013-06-13work around lexer bug in l10ntoolsAndras Timar1-10/+40
Change-Id: Ie53e5475888b9a912f868c12c471b2521f6b0ea1