summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-02-07Updated coreOlivier R1-0/+0
Project: dictionaries b09710ac64cd756f9341abf93fe993bd4b1c4f35
2014-02-07fdo#74148: sfx2: fix crash when editing templateMichael Stahl1-1/+3
SfxTemplateManagerDlg::OnTemplateEdit() accesses invalid iterator because during loadComponentFromURL() it happens that ThumnailView::LoseFocus() is called and maSelTemplates is cleared. Change-Id: I074a70e5ce8bc89a38b720ddd0325c69c1d2b9ff (cherry picked from commit c8e206fdaab7490fb6e62bc7ab475888236179c2) Reviewed-on: https://gerrit.libreoffice.org/7904 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2014-02-07fdo#74553: Use the shared formula column position Excel tells you...Kohei Yoshida1-1/+1
Because sometimes this may be correct. Change-Id: Id2c47bb4ad3f91b366a25306169de58bb38c1e81 (cherry picked from commit 16442998b8b6ac7e284ab2377013f36c28b2cb8c) Reviewed-on: https://gerrit.libreoffice.org/7908 Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2014-02-06fdo#72187 Implement KDE4 picker notificationsJan-Marek Glogowski2-0/+26
This notifies the XFilePickerListener of filter changes and file selection changes. Change-Id: I749c5f7420f020a3a2fbb764acb5c45d40972cf1 (cherry picked from commit a8d102c2406b8c027afb32d61271e0a2c301f133) Reviewed-on: https://gerrit.libreoffice.org/7907 Tested-by: Michael Stahl <mstahl@redhat.com> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2014-02-06fdo#74489 replace '\n' to ' ' in fields (e.g. multiline headings)Andras Timar1-1/+1
Change-Id: I1ce125e459dfcf22adef85efac344ceb320812a2 Reviewed-on: https://gerrit.libreoffice.org/7860 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2014-02-06coverity#707771 coverity gold, Uninitialized m_refCountCaolán McNamara1-1/+2
Change-Id: I98398a3cd7a86a5f31c711f7f1cff0d467a1d2e5 (cherry picked from commit eb07ab05c3b8774ab2b2059befef0eadf61c97d6) Reviewed-on: https://gerrit.libreoffice.org/7901 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2014-02-06fdo#33852 do not remove too much from the pathDavid Tardon1-1/+4
Change-Id: I1cf89f300530e761df5a287097d05f95d8af2017 (cherry picked from commit eba6a6789c8832f961ac7054588ed84d04b65480) Reviewed-on: https://gerrit.libreoffice.org/7899 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2014-02-06fdo#61251 prefer exact matches before case guess matchingCaolán McNamara1-6/+32
Change-Id: I3a7badf063110e78d53859381efba32837aa71bb (cherry picked from commit 8df7e6ced2c728932a07539c8607263d7298ab7b) Reviewed-on: https://gerrit.libreoffice.org/7883 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2014-02-06rhbz#1017379 do not remove too much from the pathDavid Tardon1-1/+4
Change-Id: Ibffa7f2fbe91be9b95217ce36999e286ef444a37 (cherry picked from commit 5b35f21f1c69239d0605b0751bed87a410fbffee) Reviewed-on: https://gerrit.libreoffice.org/7896 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2014-02-06fdo#74556: Correctly handle note captions life cycles.Kohei Yoshida9-11/+85
When copying notes to clipboard, we don't clone captions but leave them pointing to the original captions objects. Also, during undo and redo, we need to clear all caption pointers to prevent them from being deleted when the ScPostIt objects get deleted. The undo and redo of caption objects are handled in the drawing layer afterwards. Also, Have ReleaseNote() really release note rather than destroying it. (cherry picked from commit fe5d604ecf6de4935c622e0e95efc085c4a3cbfd) (cherry picked from commit bc504b5adfaeeac0b910b89b0c98ae564f1ff5b8) Change-Id: Ia1da7784d04a2183f21813b6914e78161aad39d7 Reviewed-on: https://gerrit.libreoffice.org/7887 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2014-02-06Keep the standard row height situation under control.Kohei Yoshida3-18/+12
With this change, applying cell attributes to default cells will no longer change the row heights inadvertently. Without this, applying background colors to cells, pasting to a range of cells etc would make the row heights slightly shorter which is 1) odd, and 2) causes all sorts of rendering issues because internally we assume these actions wouldn't change the row heights. Change-Id: I57c3546e1725c5e8b37696242e9642b1617f59c3 (cherry picked from commit 29b322ea0c40423a39efe2f6c2c85a7d2108c512) Reviewed-on: https://gerrit.libreoffice.org/7774 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2014-02-06fdo#72470: Correctly calculate the first edit cell row position.Kohei Yoshida2-5/+5
Else it could go into an infinite loop. Change-Id: I269cd118dcb3ab83ea8a2243576a360d3d4bc142 (cherry picked from commit 3e2ffb053f9749c6f6990c5ce8f47dc63ea7c148) Reviewed-on: https://gerrit.libreoffice.org/7831 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2014-02-06fdo#74516: Avoid excessive building of escaped sheet names.Kohei Yoshida17-118/+410
The old code would build an array of escaped sheet names for all sheets on evevery invokation of ScCompiler, which unfortunately slowed down these "compile all formula cells" type methods, such as CompileAll(), CompileXML() etc. Let's avoid that and build or re-build the list only when necessary. Conflicts: sc/inc/column.hxx sc/inc/table.hxx sc/source/core/data/document.cxx sc/source/core/tool/compiler.cxx Change-Id: Iabf7c2374b728b6701da3aae7835cca2157f6c96 Reviewed-on: https://gerrit.libreoffice.org/7861 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2014-02-05fdo#69652 Default(Date|Time) is a UNO struct nowLionel Elie Mamane1-5/+41
Changed to UNO struct from integer by fdo#67235 adapt form control code to time nanosecond API change Change-Id: I5817d44438d70a0da534c03afd22d74a311252f5 Reviewed-on: https://gerrit.libreoffice.org/7881 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-05fdo#62082 Fix buttons in Custom animation toolbarSamuel Mehrbrodt4-40/+35
* Use small button size * Fix duplicate arrows * Change "Remove" icon * Remove no longer used icons Change-Id: I28a22704fc0696d00d97ac3b6b6fc0c98c3433ed Reviewed-on: https://gerrit.libreoffice.org/7868 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-05fdo#69873 FixedText (label) is implemented as no valueLionel Elie Mamane1-2/+3
And the actual label is put as *body* of the cell. I'd prefer that the value be put as string-value attribute of the cell, but since in the report definition the label is as body (as opposed to as an attribute), it is easier that way. We could move (actually *copy* for backwards compatibility reasons) the label to an attribute of the rpt:fixed-content element (similar to the rpt:formula attribute of rpt:formatted-text) but it is not obvious this is completely desirable: Indeed it would keep us from putting anything more complex than a string there (which we don't do anyway now, but thinking of future extensibility here); I'll leave the exploration of that idea to the indefinite future. Change-Id: Ia0f7460718ee35a971117e2f79c0997e17e1095e Reviewed-on: https://gerrit.libreoffice.org/7865 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-05Revert "Disable LTO for now - suspected cause of fdo#73464."Michael Stahl1-1/+0
This reverts commit 649eba4229cc0a22bdd8160cf4d19470aae9300c. The bug had a different cause and was fixed in 7f2a2d2b05e64ee425f95d189ed6ef32d8895ab9. Change-Id: I0f2ca7dca59a13843acdea1d35671f841b071d7b Reviewed-on: https://gerrit.libreoffice.org/7852 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
2014-02-05fdo#73263: Change the default color for reference border to non-red.Kohei Yoshida1-1/+1
See the referenced bug report for the reason behind it. Change-Id: I4284807adaf82ae9581208a13ebd5071d36be5c7 (cherry picked from commit 95a7e952552adb834f92d1477f83938e7c8d0204) Reviewed-on: https://gerrit.libreoffice.org/7862 Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2014-02-04fdo#74104 fdo#73904 backport Message dialog creation from message stringsCaolán McNamara3-21/+38
Original title: "allow simple MessageDialogs to be created from just message strings" Commit 9b6b03542df7f6b0feecf60a13bab7e885ef3587 upgraded sd/source/ui/view/Outliner.cxx to use a MessageDialog created from just a message string, but was done before the existence of this commit -- it's presumably safest to backport this commit to ensure that any other such changed dialogs will work as expected. (cherry picked from commit 257d1f4ff3094a42952663d620d7c49e3e7c747f) Conflicts: basctl/source/basicide/moduldl2.cxx Change-Id: I9f8324d1c61bd55ccc78e67699ebdfa946e48af6 Reviewed-on: https://gerrit.libreoffice.org/7859 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-04fdo#74495: gbuild: AutoInstall: add support for ComponentConditionMichael Stahl3-2/+10
... via new scp2 macro LIBO_LIB_FILE_COMPONENTCONDITION. (regression from 2feb756dd5ff486a3972cf676f6f1d07017bf0f6) Change-Id: I6ab30cc1c14c34bd7dc1325e3f98d972544e7eea Signed-off-by: Andras Timar <andras.timar@collabora.com>
2014-02-04fdo#74519 - don't drag around and use an uninitialized variable.Michael Meeks2-6/+1
Change-Id: I08b43a6658a600398b434a0c90e0e16863402b33 Reviewed-on: https://gerrit.libreoffice.org/7856 Reviewed-by: Ahmad Harthi <aalharthi@kacst.edu.sa> Tested-by: Ahmad Harthi <aalharthi@kacst.edu.sa>
2014-02-04vcl: try to fix sizes in ImplBlendToBitmap (related: fdo#74226)Michael Stahl1-1/+2
Since commit 2f84b420e0428693fb2d45b68afdc9023dfc08bc, sw_unoapi test sw.SwAccessibleEndnoteView crashes while trying to blend a 1107x8 Bitmap into a 97x8 Bitmap; it's not obvious that any of the parameters passed in is wrong and it's odd that ImplBlendToBitmap() would use rSrcBuffer.mnHeight and rDstBuffer.mnWidth; presumably it should use both height and width of the same buffer. This backport has an additional std::min added for safety; on master we can try without to see if it's really needed. (cherry picked from commit 2ca79052d0fab159b017cacd3d7145d8012de850) Change-Id: I40b98ba56e703323df91f6fd7773addcfd69a402 Reviewed-on: https://gerrit.libreoffice.org/7841 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-04fdo#70376: Put only document (file) name in window title on OS XTor Lillqvist1-1/+4
(cherry picked from commit eeb840d6ba930015b969c3d0a98031f0ae508d61) Change-Id: I0b975a1a0e73c546beec96599fd4e5f87caa51db Reviewed-on: https://gerrit.libreoffice.org/7838 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-04fdo#44270: vcl: GTK+ file picker: fix non-grouped filter patternsMichael Stahl1-1/+2
lcl_CreateAutoMarkFileDlg calls appendFilter() with "... (*.sdi)" and the GTK+ file picker then strips off the (*.sdi) in the string given to GTK+ and then doesn't compare result properly with its stored filters; only filters added with appendFilterGroup() work but not appendFilter() ones. Change-Id: I0ac9272b5606ff8b81f0c14160fc6972789bb1ea (cherry picked from commit ff5ad7e379315faa3f4afa009d23f34c7d231d9a) Reviewed-on: https://gerrit.libreoffice.org/7835 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-04fdo#72338: startcenter: Show busy mouse pointer when starting apps.Jan Holesovsky1-0/+3
Change-Id: I8f254419ea7bb4e3e9835bd9fab8229ed89cd0e9 Reviewed-on: https://gerrit.libreoffice.org/7828 Reviewed-by: Joren De Cuyper <jorendc@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-04startcenter: Don't cut off the thumbnails.Jan Holesovsky1-1/+1
Change-Id: Ie5ad5f5be48aa873df94a31e980aaabc4ac24868 Reviewed-on: https://gerrit.libreoffice.org/7827 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-04fdo#74435: SdrPageView::DrawLayer(): hack to avoid spuriously visible imagesMichael Stahl1-1/+10
In the TestBook2.odt of fdo#73300 it happens that at some particular points when scrolling down, the ViewObjectContactOfPageHierarchy::getPrimitive2DSequenceHierarchy() will determine that > 200 images are visible; most likely this is due to an empty ObjectContactOfPageView::maViewInformation2D::getViewport(). Loading this many images may need more RAM than is available on 32bit platforms. That appears to happen only (but not always) if somehow (not sure how exactly) the rectangle passed to SdrPageView::DrawLayer() and the existing GetRedrawRegion() do not overlap at all. (regression from commit 8af09bf33291df2fb2bfbbd6e42f9bf074fcc4fc) Change-Id: Iafc595241df05204bccec1f2336014fc471b6602 (cherry picked from commit 66f8b54931f193bdc844c6bca388d9bde98779cd) Reviewed-on: https://gerrit.libreoffice.org/7811 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-04fdo#73300: sw: GraphicObjects are never swapped outMichael Stahl2-4/+6
In SwNoTxtFrm::PaintPicture() the GraphicObjects are no longer painted via GraphicObject::Draw() any more there is the problem that they are not cached any more in the display cache of the GraphicManager; that used to immediately swap out the Graphic but now they are never swapped out. Since there appears to be no use of the GraphicManager's display cache in the new drawinglayer based rendering path i have no idea how to swap out the Graphic immediately; instead use the same time-out that SdrGrafObj is using already. This timeout is derived from the setting: Tools->Options->LibreOffice->Memory->Graphics cache->"Remove from memory after". (regression from 2e5167528f7566dd9b000e50fc1610b7bf99132a) Change-Id: I0d9b535a82646d9b6635cfb3917f74dcc3ad8720 (cherry picked from commit 2d9d20edc999ef2c2ad2ee628a6a5f27efb801d8) Reviewed-on: https://gerrit.libreoffice.org/7810 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-04fdo#73300: sw: don't swap in all images when loading filesMichael Stahl2-0/+6
(regression from bd55f05b332c1573bd410fd9e21ea7fcf977e1b0) Change-Id: I55532ac0fe983461e961a61149479343d2b879a1 (cherry picked from commit 9b9eb2e4f619c63eabdc54b5d749ac55d8eaf333) Reviewed-on: https://gerrit.libreoffice.org/7809 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-04fdo#74366# Determining bMail was accidentally invertedStephan Bergmann1-1/+1
...in 64b720dce8d3087ed62da815ecae1375b45149be "Related: fdo#38838 remove UniString::SearchAscii" Change-Id: I814d832dc88704670a04fdc7f3edd1296dfda991 (cherry picked from commit 196386efb6592c8ca43d40e27f7888d4809f500c) Reviewed-on: https://gerrit.libreoffice.org/7820 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2014-02-03Related fdo#65826: Set StartCenter's min width to display one column of docsZolnai Tamás5-9/+43
If there is document to display. Otherwise set minimum to the width of greating background text. Updating minimum size is needed only when the list is cleared. Change-Id: Ic089571fd21d5ab9ded0f4cde7e1aa72fd508d32
2014-02-03fdo#65826 and fdo#73605: set a minimum size to start centerZolnai Tamás3-1/+25
This minimum size calculated like this: width: sidebar optimal width + width of text appearing in the thumbnail view when no recent document is available. height: menu width + optimal width of GtkBox containing buttons. Change-Id: Ic1fd6e33a1ec93e61318af02c09ee88909a76cf4 Reviewed-on: https://gerrit.libreoffice.org/7505 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-03fdo#74325: Ensure that all note objects have an sdr object before exporting.Kohei Yoshida8-0/+57
Otherwise, if a note hasn't been displayed at least once before saving that note would not get saved. In the future, we should modify the export code to not rely on SdrObject to check the presence of note. Change-Id: Ib7ca3ac00a0c9cdd3a01facda7af479ef172afbe (cherry picked from commit 018500a73f3b1082b6662b7c123dfe5158ae5752) Reviewed-on: https://gerrit.libreoffice.org/7782 Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2014-02-02cairo canvas: Zero font's width means "the same as height".Jan Holesovsky1-1/+5
Change-Id: I1d24b2039fb3c615e672189d12c77e960cc858ee Reviewed-on: https://gerrit.libreoffice.org/7763 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-02Updated coreAndras Timar1-0/+0
Project: translations cbf6769da4f56dd9df0624895673a40f70878c5a
2014-01-31SDK settings.mk: Don't guess PLATFORM/PROCTYPE, and fix Mac OS X 64 bitStephan Bergmann3-34/+22
...rather, pass them from the build to the SDK installation via dk.mk. (The SDK installation is already platform-specific anyway, see the binary executables in its bin/ directory, so there is no point in not fixing this at build time. In the future, the shipped settings.mk could of course be stripped to just the parts relevant for a given platform, of course.) Along the way, fixes some apparent "ppc" vs. "powerpc" typos in settings.mk. Cherry picked from commit dea0398ee24eb278cdb14999efbf34d634454eaa "SDK settings.mk: Don't guess PLATFORM/PROCTYPE" plus e5ad31e2f784856506c28092166dc8704c84e868 "Fix Mac OS X 64 bit SDK settings.mk" and b3db695a338f1acddbe46102138a0167fc346f58 "SDK: Split PLATFORMID at build time rather than runtime" fix. Conflicts: odk/settings/settings.mk Change-Id: Ib8e0c03ad6dfd610aae58a61e32bdc61c785584f Reviewed-on: https://gerrit.libreoffice.org/7748 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2014-01-31-Werror,-Wunused-variableStephan Bergmann1-1/+0
(cherry-picked from 849482c0ea88c4aa70ec56adfefe7e59b6060950) Change-Id: I39d15f863f4e1fd585b03bfc5f8854fb66af3b4c Reviewed-on: https://gerrit.libreoffice.org/7749 Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2014-01-31guard against null pointer access on LRU function list, fdo#60036Eike Rathke1-4/+4
... which may have happened if the config's LRU contained enums of non-existing functions, i.e. if they were shifted by an update. Change-Id: I9a005f41cc74c530cf37d1782ce8c53b8f5dce6e (cherry picked from commit a94f0f92e8b09f6cd3989b646500ff5814274621) Reviewed-on: https://gerrit.libreoffice.org/7750 Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2014-01-31fdo#74194 Revert "Resolves: #i121136# Improve Spreadsheet performance ..."Eike Rathke2-8/+4
This reverts commit 6a62557d8632290ae7150f3922dece65f51af4bc. pPageRows[] is a member array, so when not allocating MAXROWCOUNT entries but nRealCnt instead it also needs some tracking mechanism to reallocate in case a subsequent call needs more elements than the first call. Change-Id: Iadb7d2ceadcb8bd99d57c6188571d295c6b99fba (cherry picked from commit 41a859234eac6126693393ff64efc7bfcdec9c54) Reviewed-on: https://gerrit.libreoffice.org/7751 Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2014-01-30fdo#74014: Broadcast changes during undo and redo after paste.Kohei Yoshida8-18/+27
Change-Id: I271bbba5e5eb70e48274a4a062d125456af8ff6c (cherry picked from commit f5d8029a456c2c708cbc2b67f2d7875540dff1ab) Reviewed-on: https://gerrit.libreoffice.org/7728 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2014-01-30fdo#74014: More on broadcasting at appropriate places.Kohei Yoshida6-23/+45
Also, call PostDataChanged() to re-paint re-calculated formula cells, and brodcast only when pasting, not during file import. (cherry picked from commit 8a36879eaf0977448b113c2239014d2e2b7ab258) (cherry picked from commit 3d869cda8db03820dea8c4ba463eb155d05e933b) Conflicts: sc/source/core/data/documen7.cxx sc/source/ui/undo/undobase.cxx sc/qa/unit/ucalc.cxx Change-Id: I63161329d4bfe937f754773fd68c37e3836c4950 Reviewed-on: https://gerrit.libreoffice.org/7727 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2014-01-30fdo#74160 firebird XParameters::setString truncate to 65535 charactersLionel Elie Mamane1-2/+3
as opposed to 17 characters Change-Id: I65c82243946c22eee0f033977b1cd0c5a84d226b Reviewed-on: https://gerrit.libreoffice.org/7745 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-01-30EMF+: Only draw endcap outline if not filled, fix endcap scaling.Andrzej Hunt1-17/+32
Change-Id: I4520eea08e43ccd657c1db03b258ef84612da971 Reviewed-on: https://gerrit.libreoffice.org/7726 Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jan Holesovsky <kendy@collabora.com> (cherry picked from commit 8d1ca883b119857daa3b8d0ece9da90917589040) Reviewed-on: https://gerrit.libreoffice.org/7743 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-01-30Updated coreAndras Timar1-0/+0
Project: translations 952ba056d60e6e59513a61d90e4c9df19fe46d8a fdo#74119 fix unlocalized redline menu Change-Id: I82aac1a6af3d7e27feffa90b7617365c98d8e7e8 Reviewed-on: https://gerrit.libreoffice.org/7704 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-01-30fdo#74119 fix unlocalized redline menuAndras Timar6-30/+47
Conflicts: sw/AllLangResTarget_sw.mk Change-Id: Ia4836a69ddd8bebe8cc21cea67be96b029388cb1 Reviewed-on: https://gerrit.libreoffice.org/7703 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-01-30Typo decendant => descendant in winaccessibility/MAccessibleJulien Nabet2-12/+12
Change-Id: I2e49ab149b2bbdad623f8694221b6169cdfd2d9a Reviewed-on: https://gerrit.libreoffice.org/7706 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-01-30fdo#63553: sw: fix copy/paste of cross referencesMichael Stahl1-5/+13
If one of aIds or aDestIds contains nSeqNo then adding an identity mapping for it will actually re-define a previous mapping. Likely this can only happen when clipboard document is the source. (regression from 44f971506c0ed37928c48e55d8007f24b0c43a5f) (also it looks like 4b0b0a5b3045902d9a6b95510ec30a3027181e29 has subtly changed what the "else" branch does when it is erroneously taken - results are differently wrong) Change-Id: I34e2979e45cffeb62ebf3d7b3e5ac6d2afff0c2b (cherry picked from commit bb665affbd8870652ade3951d626d76e99143f67) Reviewed-on: https://gerrit.libreoffice.org/7729 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2014-01-29fdo#73487, fdo#73886: Overhaul cell borders to make them look sane.Kohei Yoshida17-273/+676
Change-Id: Ie563f272b60ec8b6b8a4ff0df7256902997610c1 Reviewed-on: https://gerrit.libreoffice.org/7597 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
2014-01-29Presumably "eType ==" is missing hereStephan Bergmann1-1/+1
Change-Id: I7af8cabac09369a9be605413b799289d48cb3f57 (cherry picked from commit d18827e266d1bf44b0bac02ed486d2cdccba9c8a) Reviewed-on: https://gerrit.libreoffice.org/7723 Reviewed-by: Kohei Yoshida <libreoffice@kohei.us> Tested-by: Kohei Yoshida <libreoffice@kohei.us>
2014-01-29fdo#74014: Broadcast cells on undoing of "cut".Kohei Yoshida1-0/+2
(cherry picked from commit 3032d08226f77505e7105fb7cfb7f4b4741fd3ca) (cherry picked from commit 67cab8548356109d52317c797649ab31585db5ae) Change-Id: I0fdf518078c86f259e72307f8011a988555a9235 Reviewed-on: https://gerrit.libreoffice.org/7709 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>