[Libreoffice-commits] core.git: helpcontent2
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit c1aac01319d0ffd62fce9face2f7424c87da4e5a Author: Stanislav Horacek Date: Sat Feb 6 14:57:53 2016 +0100 Updated core Project: help f21f6b925ece2ecc813f6491dad3fe096215d7ff fix spin button label in the Fields dialog Change-Id: I0826bc047d390d3548ac7201bb145619c25faef7 Reviewed-on: https://gerrit.libreoffice.org/22167 Reviewed-by: Olivier Hallot Tested-by: Olivier Hallot diff --git a/helpcontent2 b/helpcontent2 index f0d7b49..f21f6b9 16 --- a/helpcontent2 +++ b/helpcontent2 @@ -1 +1 @@ -Subproject commit f0d7b49840e48ac130e57a7304a10b2a75b5fccd +Subproject commit f21f6b925ece2ecc813f6491dad3fe096215d7ff ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
[Libreoffice-commits] help.git: source/text
source/text/swriter/01/04090001.xhp |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) New commits: commit f21f6b925ece2ecc813f6491dad3fe096215d7ff Author: Stanislav Horacek Date: Sat Feb 6 14:57:53 2016 +0100 fix spin button label in the Fields dialog Change-Id: I0826bc047d390d3548ac7201bb145619c25faef7 Reviewed-on: https://gerrit.libreoffice.org/22167 Reviewed-by: Olivier Hallot Tested-by: Olivier Hallot diff --git a/source/text/swriter/01/04090001.xhp b/source/text/swriter/01/04090001.xhp index 75088f5..1c56cb0 100644 --- a/source/text/swriter/01/04090001.xhp +++ b/source/text/swriter/01/04090001.xhp @@ -222,8 +222,7 @@ Inserts the field as static content, that is, the field cannot be updated. -Layer +Level Select the chapter heading level that you want to include in the selected field. https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - sfx2/source
sfx2/source/dialog/styledlg.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 08004a12fa0d7f08cff53b5cf6b6c2409bd47754 Author: Oliver Specht Date: Tue Feb 2 10:44:40 2016 +0100 tdf#97051: prevent duplicate copy of SfxItemSet the patch f7424ed710e54bb2437a28380b03ed7c26290edc introduced copying of the input item set of SfxTabDialog so now the item set of the style must not be copied anymore. Change-Id: If4155ee5999f0c5cd2ac754578a2c1b5ec33b14b Reviewed-on: https://gerrit.libreoffice.org/22022 Reviewed-by: Oliver Specht Tested-by: Oliver Specht (cherry picked from commit 869c73d0d2512e483ceedcc895b7cb86e0974ab2) diff --git a/sfx2/source/dialog/styledlg.cxx b/sfx2/source/dialog/styledlg.cxx index 1735f1b..67bb258 100644 --- a/sfx2/source/dialog/styledlg.cxx +++ b/sfx2/source/dialog/styledlg.cxx @@ -43,7 +43,7 @@ SfxStyleDialog::SfxStyleDialog */ : SfxTabDialog(pParent, rID, rUIXMLDescription, - rStyle.GetItemSet().Clone(), true) + &rStyle.GetItemSet(), true) , pStyle( &rStyle ) { ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
[Libreoffice-commits] core.git: Branch 'libreoffice-5-1' - sfx2/source
sfx2/source/dialog/styledlg.cxx |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 58b3c04c3f848003bce08f127b3050e606cc9337 Author: Oliver Specht Date: Tue Feb 2 10:44:40 2016 +0100 tdf#97051: prevent duplicate copy of SfxItemSet the patch f7424ed710e54bb2437a28380b03ed7c26290edc introduced copying of the input item set of SfxTabDialog so now the item set of the style must not be copied anymore. Change-Id: If4155ee5999f0c5cd2ac754578a2c1b5ec33b14b Reviewed-on: https://gerrit.libreoffice.org/22022 Reviewed-by: Oliver Specht Tested-by: Oliver Specht (cherry picked from commit 869c73d0d2512e483ceedcc895b7cb86e0974ab2) diff --git a/sfx2/source/dialog/styledlg.cxx b/sfx2/source/dialog/styledlg.cxx index e6711fb..d53e8e0 100644 --- a/sfx2/source/dialog/styledlg.cxx +++ b/sfx2/source/dialog/styledlg.cxx @@ -43,7 +43,7 @@ SfxStyleDialog::SfxStyleDialog */ : SfxTabDialog(pParent, rID, rUIXMLDescription, - rStyle.GetItemSet().Clone(), true) + &rStyle.GetItemSet(), true) , pStyle( &rStyle ) { ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
[Bug 90339] Make gengal not be based the Application class
https://bugs.documentfoundation.org/show_bug.cgi?id=90339 David Tardon changed: What|Removed |Added CC||dtar...@redhat.com --- Comment #6 from David Tardon --- (In reply to Andreas Müller from comment #5) > Background: When building cross with yocto there are two builds: one native > for the build tools as gengal and one cross for target binaries. gengal not > inheriting Application would: > > * decrease time for native build It wouldn't really. gengal depends on VCL (and IIRC even on layers above it) anyway. -- You are receiving this mail because: You are on the CC list for the bug. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice
[Libreoffice-commits] core.git: helpcontent2
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit f1eedbd467f05d0a9e89c9a48628221ec0a2673e Author: Stanislav Horacek Date: Sat Feb 6 21:38:54 2016 +0100 Updated core Project: help 27b8077b09959335a979bc14d460880ef014867d Calc gridlines are now set by dropdown, not by checkbox Change-Id: Ic650beab3bf9234554c7d8733c9c07abc2326272 Reviewed-on: https://gerrit.libreoffice.org/22172 Reviewed-by: Olivier Hallot Tested-by: Olivier Hallot diff --git a/helpcontent2 b/helpcontent2 index f21f6b9..27b8077 16 --- a/helpcontent2 +++ b/helpcontent2 @@ -1 +1 @@ -Subproject commit f21f6b925ece2ecc813f6491dad3fe096215d7ff +Subproject commit 27b8077b09959335a979bc14d460880ef014867d ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
[Libreoffice-commits] help.git: source/text
source/text/scalc/guide/table_view.xhp |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 27b8077b09959335a979bc14d460880ef014867d Author: Stanislav Horacek Date: Sat Feb 6 21:38:54 2016 +0100 Calc gridlines are now set by dropdown, not by checkbox Change-Id: Ic650beab3bf9234554c7d8733c9c07abc2326272 Reviewed-on: https://gerrit.libreoffice.org/22172 Reviewed-by: Olivier Hallot Tested-by: Olivier Hallot diff --git a/source/text/scalc/guide/table_view.xhp b/source/text/scalc/guide/table_view.xhp index d868de2..b73f297 100644 --- a/source/text/scalc/guide/table_view.xhp +++ b/source/text/scalc/guide/table_view.xhp @@ -49,7 +49,7 @@ To hide grid lines: -Under the menu item %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Calc, go to the View tab page. Unmark Grid lines. Confirm with OK. +Under the menu item %PRODUCTNAME - PreferencesTools - Options - %PRODUCTNAME Calc, go to the View tab page. Choose Hide in the Grid lines dropdown. Confirm with OK. ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
[Libreoffice-commits] core.git: helpcontent2
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit f351e6eaee3bd7ba7bbf4c600fe913887ef677ce Author: Stanislav Horacek Date: Sat Feb 6 21:24:13 2016 +0100 Updated core Project: help f1a80ee65ae1521bc4fab02dde94e1007d4eb294 dialogs are expanded by "Options" label instead of "More" button Change-Id: I207e17f5b3228f9732e02f796b68a0403522c76b Reviewed-on: https://gerrit.libreoffice.org/22171 Reviewed-by: Olivier Hallot Tested-by: Olivier Hallot diff --git a/helpcontent2 b/helpcontent2 index 27b8077..f1a80ee 16 --- a/helpcontent2 +++ b/helpcontent2 @@ -1 +1 @@ -Subproject commit 27b8077b09959335a979bc14d460880ef014867d +Subproject commit f1a80ee65ae1521bc4fab02dde94e1007d4eb294 ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
[Libreoffice-commits] help.git: source/text
source/text/scalc/00/0412.xhp |4 ++-- source/text/scalc/01/12040201.xhp |2 +- source/text/scalc/01/1207.xhp |2 +- source/text/scalc/01/12070100.xhp |2 +- source/text/shared/00/0001.xhp |5 ++--- 5 files changed, 7 insertions(+), 8 deletions(-) New commits: commit f1a80ee65ae1521bc4fab02dde94e1007d4eb294 Author: Stanislav Horacek Date: Sat Feb 6 21:24:13 2016 +0100 dialogs are expanded by "Options" label instead of "More" button Change-Id: I207e17f5b3228f9732e02f796b68a0403522c76b Reviewed-on: https://gerrit.libreoffice.org/22171 Reviewed-by: Olivier Hallot Tested-by: Olivier Hallot diff --git a/source/text/scalc/00/0412.xhp b/source/text/scalc/00/0412.xhp index 62e2170..bf02bc7 100644 --- a/source/text/scalc/00/0412.xhp +++ b/source/text/scalc/00/0412.xhp @@ -92,8 +92,8 @@ Choose Data - Filter - Advanced Filter -Choose Data - Filter - Standard Filter - More>> button -Choose Data - Filter - Advanced Filter - More>> button +Choose Data - Filter - Standard Filter - Options label +Choose Data - Filter - Advanced Filter - Options label Choose Data - Filter - Reset Filter diff --git a/source/text/scalc/01/12040201.xhp b/source/text/scalc/01/12040201.xhp index f968837..9a79078 100644 --- a/source/text/scalc/01/12040201.xhp +++ b/source/text/scalc/01/12040201.xhp @@ -22,7 +22,7 @@ -More +Options /text/scalc/01/12040201.xhp diff --git a/source/text/scalc/01/1207.xhp b/source/text/scalc/01/1207.xhp index 9c431e6..89413f0 100644 --- a/source/text/scalc/01/1207.xhp +++ b/source/text/scalc/01/1207.xhp @@ -55,7 +55,7 @@ Add Adds the cell range specified in the Source data range box to the Consolidation ranges box. -More >> +Options Shows additional options. diff --git a/source/text/scalc/01/12070100.xhp b/source/text/scalc/01/12070100.xhp index d063dd9..975fe29 100644 --- a/source/text/scalc/01/12070100.xhp +++ b/source/text/scalc/01/12070100.xhp @@ -42,7 +42,7 @@ Options Link to source data Links the data in the consolidation range to the source data, and automatically updates the results of the consolidation when the source data is changed. - More << + Options Hides the additional options. diff --git a/source/text/shared/00/0001.xhp b/source/text/shared/00/0001.xhp index 01a0313..8c0df27 100644 --- a/source/text/shared/00/0001.xhp +++ b/source/text/shared/00/0001.xhp @@ -247,9 +247,8 @@ View the selections in the dialog made in the previous step. The current settings remain unchanged. This button can only be activated from page two on. - More - Click the More button to expand the dialog to show further options. Click again to restore the dialog. + Options + Click the Options label to expand the dialog to show further options. Click again to restore the dialog. See also the following functions: ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
[Libreoffice-commits] core.git: helpcontent2
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit ad3d05f36cdd216d294dda8afc6d30fdeb498219 Author: Stanislav Horacek Date: Sat Feb 6 21:08:10 2016 +0100 Updated core Project: help 56323314797d7a1ccb61648be8e77816cbefc119 pen properties can be changed when running slide show Change-Id: I75dd1c20af31dafeeb2473071a68e5bd96ea5b87 Reviewed-on: https://gerrit.libreoffice.org/22170 Reviewed-by: Olivier Hallot Tested-by: Olivier Hallot diff --git a/helpcontent2 b/helpcontent2 index f1a80ee..5632331 16 --- a/helpcontent2 +++ b/helpcontent2 @@ -1 +1 @@ -Subproject commit f1a80ee65ae1521bc4fab02dde94e1007d4eb294 +Subproject commit 56323314797d7a1ccb61648be8e77816cbefc119 ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
[Libreoffice-commits] help.git: source/text
source/text/simpress/01/0608.xhp |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 56323314797d7a1ccb61648be8e77816cbefc119 Author: Stanislav Horacek Date: Sat Feb 6 21:08:10 2016 +0100 pen properties can be changed when running slide show Change-Id: I75dd1c20af31dafeeb2473071a68e5bd96ea5b87 Reviewed-on: https://gerrit.libreoffice.org/22170 Reviewed-by: Olivier Hallot Tested-by: Olivier Hallot diff --git a/source/text/simpress/01/0608.xhp b/source/text/simpress/01/0608.xhp index 0ae6d4d..2531dba 100644 --- a/source/text/simpress/01/0608.xhp +++ b/source/text/simpress/01/0608.xhp @@ -83,7 +83,7 @@ Mouse pointer as pen Changes the mouse pointer to a pen which you can use to draw on slides during the presentation. -Anything you write with the pen is not saved when you exit the slide show. The color of the pen cannot be changed. +Anything you write with the pen is not saved when you exit the slide show. The properties of the pen can be changed by choosing the Pen Width or Change pen Color command in the context menu of the running slide show. Navigator visible Displays the Navigator during the slide show. ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
[Libreoffice-commits] core.git: helpcontent2
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 3c9efe213088c3c68bb839473d98643a499481bf Author: Stanislav Horacek Date: Sat Feb 6 15:03:24 2016 +0100 Updated core Project: help 8d35a0b9aadde3a5939008df0fd71dc83153442a fix checkbox label in the Insert Section dialog Change-Id: I5fc104e8cc97c51e2d97e4da2663dfec9ee069e4 Reviewed-on: https://gerrit.libreoffice.org/22168 Reviewed-by: Olivier Hallot Tested-by: Olivier Hallot diff --git a/helpcontent2 b/helpcontent2 index 5632331..8d35a0b 16 --- a/helpcontent2 +++ b/helpcontent2 @@ -1 +1 @@ -Subproject commit 56323314797d7a1ccb61648be8e77816cbefc119 +Subproject commit 8d35a0b9aadde3a5939008df0fd71dc83153442a ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
[Libreoffice-commits] help.git: source/text
source/text/swriter/01/04020100.xhp |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 8d35a0b9aadde3a5939008df0fd71dc83153442a Author: Stanislav Horacek Date: Sat Feb 6 15:03:24 2016 +0100 fix checkbox label in the Insert Section dialog Change-Id: I5fc104e8cc97c51e2d97e4da2663dfec9ee069e4 Reviewed-on: https://gerrit.libreoffice.org/22168 Reviewed-by: Olivier Hallot Tested-by: Olivier Hallot diff --git a/source/text/swriter/01/04020100.xhp b/source/text/swriter/01/04020100.xhp index 6871f03..eb126e0 100644 --- a/source/text/swriter/01/04020100.xhp +++ b/source/text/swriter/01/04020100.xhp @@ -75,7 +75,7 @@ Write Protection -Protected +Protect Prevents the selected section from being edited. ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.0' - sw/inc sw/source
sw/inc/view.hxx |3 +++ sw/source/uibase/uiview/viewsrch.cxx | 12 2 files changed, 15 insertions(+) New commits: commit 7f7dc83a31d31bcdcf6e67fd4cead6088c4ea6b3 Author: Marco Cecchetti Date: Sun Feb 7 12:09:36 2016 +0100 sw - single search after find all selects the 2nd occurrence - fixed Now, after a search all action we place the cursor at the beginning of the document so that the single search selects the first matching occurrence in the document instead of the second. Conflicts: sw/inc/view.hxx Change-Id: I8c295bcd316c6197154c68ae97eb424ee6cc9904 diff --git a/sw/inc/view.hxx b/sw/inc/view.hxx index 40a9630..b8c1c1a 100644 --- a/sw/inc/view.hxx +++ b/sw/inc/view.hxx @@ -78,6 +78,7 @@ class Graphic; class GraphicFilter; class SwPostItMgr; enum class SotExchangeDest; +enum class SvxSearchCmd; namespace com{ namespace sun { namespace star { namespace view{ class XSelectionSupplier; } @@ -239,6 +240,8 @@ class SW_DLLPUBLIC SwView: public SfxViewShell sal_uInt16 m_nLeftBorderDistance; sal_uInt16 m_nRightBorderDistance; +SvxSearchCmdm_eLastSearchCommand; + bool m_bWheelScrollInProgress; boolm_bCenterCrsr : 1, diff --git a/sw/source/uibase/uiview/viewsrch.cxx b/sw/source/uibase/uiview/viewsrch.cxx index 6fc549b..27b125d 100644 --- a/sw/source/uibase/uiview/viewsrch.cxx +++ b/sw/source/uibase/uiview/viewsrch.cxx @@ -457,6 +457,7 @@ void SwView::ExecSearch(SfxRequest& rReq, bool bNoMessage) rReq.AppendItem(SfxBoolItem(SID_SEARCH_QUIET, true)); rReq.Done(); +m_eLastSearchCommand = m_pSrchItem->GetCommand(); } break; case FID_SEARCH_SEARCHSET: @@ -548,6 +549,17 @@ bool SwView::SearchAndWrap(bool bApi) m_pWrtShell->StartAllAction(); m_pWrtShell->Push(); +// After a search all action we place the cursor at the beginning of +// the document so that the single search selects the first matching +// occurrence in the document instead of the second. +if( m_eLastSearchCommand == SvxSearchCmd::FIND_ALL ) +{ +if( DOCPOS_START == aOpts.eEnd ) +m_pWrtShell->EndDoc(); +else +m_pWrtShell->SttDoc(); +} + // fdo#65014 : Ensure that the point of the cursor is at the extremity of the // selection closest to the end being searched to as to exclude the selected // region from the search. (This doesn't work in the case of multiple ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
[Libreoffice-commits] core.git: sw/inc sw/source
sw/inc/view.hxx |3 +++ sw/source/uibase/uiview/viewsrch.cxx | 12 2 files changed, 15 insertions(+) New commits: commit 7f1ccaf62e42a26d48d324bcc6758100c6ec682b Author: Marco Cecchetti Date: Sun Feb 7 12:09:36 2016 +0100 sw - single search after find all selects the 2nd occurrence - fixed Now, after a search all action we place the cursor at the beginning of the document so that the single search selects the first matching occurrence in the document instead of the second. Change-Id: I8c295bcd316c6197154c68ae97eb424ee6cc9904 Reviewed-on: https://gerrit.libreoffice.org/22175 Reviewed-by: Marco Cecchetti Tested-by: Marco Cecchetti diff --git a/sw/inc/view.hxx b/sw/inc/view.hxx index 7081637..b271c6d 100644 --- a/sw/inc/view.hxx +++ b/sw/inc/view.hxx @@ -79,6 +79,7 @@ class GraphicFilter; class SwPostItMgr; enum class SotExchangeDest; class SwCursorShell; +enum class SvxSearchCmd; namespace com{ namespace sun { namespace star { namespace view{ class XSelectionSupplier; } @@ -226,6 +227,8 @@ class SW_DLLPUBLIC SwView: public SfxViewShell sal_uInt16 m_nLeftBorderDistance; sal_uInt16 m_nRightBorderDistance; +SvxSearchCmdm_eLastSearchCommand; + bool m_bWheelScrollInProgress; boolm_bCenterCursor : 1, diff --git a/sw/source/uibase/uiview/viewsrch.cxx b/sw/source/uibase/uiview/viewsrch.cxx index f3f216f..bc92249 100644 --- a/sw/source/uibase/uiview/viewsrch.cxx +++ b/sw/source/uibase/uiview/viewsrch.cxx @@ -441,6 +441,7 @@ void SwView::ExecSearch(SfxRequest& rReq, bool bNoMessage) rReq.AppendItem(SfxBoolItem(SID_SEARCH_QUIET, true)); rReq.Done(); +m_eLastSearchCommand = m_pSrchItem->GetCommand(); } break; case FID_SEARCH_SEARCHSET: @@ -532,6 +533,17 @@ bool SwView::SearchAndWrap(bool bApi) m_pWrtShell->StartAllAction(); m_pWrtShell->Push(); +// After a search all action we place the cursor at the beginning of +// the document so that the single search selects the first matching +// occurrence in the document instead of the second. +if( m_eLastSearchCommand == SvxSearchCmd::FIND_ALL ) +{ +if( DOCPOS_START == aOpts.eEnd ) +m_pWrtShell->EndDoc(); +else +m_pWrtShell->SttDoc(); +} + // fdo#65014 : Ensure that the point of the cursor is at the extremity of the // selection closest to the end being searched to as to exclude the selected // region from the search. (This doesn't work in the case of multiple ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
Re: [libo-marketing-priv] Program Committee for LibOCon
I am ready and available too. Regards, Rajesh Ranjan www.rajeshranjan.in On Sat, Feb 6, 2016 at 5:18 PM, Karl Morten Ramberg < karl.m.ramb...@gmail.com> wrote: > I can help out too > > > On Thursday, 4 February 2016, Thorsten Behrens > wrote: > >> Sophie Gautier wrote: >> > As each year, it's time to form the Program Committee. We need at least >> > 3 or 4 persons available to review the talks proposed by the community, >> > sort and organize them and then manage the conference program. >> > >> > *Important note*: you need to be available during July and August as >> > these are the months during which we set the program. >> > >> I can help, as in the past. :) >> >> Cheers, >> >> -- Thorsten >> > ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice
[PATCH] libvisio: Fix tests without tools
I'd like to submit an easy patch that fixes the tests when libvisio is built without tools (in that case it was missing librevenge-stream reference). Regards, Andreas Sturmlechner--- a/configure.ac 2015-07-25 09:29:53.0 +0200 +++ b/configure.ac 2016-02-07 00:19:30.534383076 +0100 @@ -317,6 +317,9 @@ ) AS_IF([test "x$enable_tests" = "xyes"], [ PKG_CHECK_MODULES([CPPUNIT], [cppunit]) +PKG_CHECK_MODULES([REVENGE_STREAM],[ +librevenge-stream-0.0 +]) ], []) AC_SUBST([CPPUNIT_CFLAGS]) AC_SUBST([CPPUNIT_LIBS]) ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice
[Bug 96414] Remove feature to show Navigator during slideshow
https://bugs.documentfoundation.org/show_bug.cgi?id=96414 --- Comment #14 from Samuel Mehrbrodt --- One solution might be to support slide switching via the left slide list. That would be an option for users who can't use the presenter console. Using the context menu is not an option since it would be visible to the audience. -- You are receiving this mail because: You are on the CC list for the bug. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice
[Bug 87813] SIDEBAR: Incorporating the effects list into the animation tab
https://bugs.documentfoundation.org/show_bug.cgi?id=87813 Yousuf (Jay) Philips changed: What|Removed |Added CC|libreoffice-ux-advise@lists |bu...@bubli.org |.freedesktop.org| Component|ux-advise |Impress --- Comment #12 from Yousuf (Jay) Philips --- @Rishabh: Glad to finally see this added to master, but there are a number of issues with its behaviour that needs to be fixed, which i had brought up in the merged gerrit patch that needed to be resolved. -- You are receiving this mail because: You are on the CC list for the bug. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice
[Libreoffice-commits] core.git: 2 commits - desktop/scripts desktop/source
desktop/scripts/soffice.sh |4 desktop/source/app/app.cxx |2 +- 2 files changed, 1 insertion(+), 5 deletions(-) New commits: commit a021a436c0bead05ef622c742d853146ba531568 Author: Markus Mohrhard Date: Sun Feb 7 00:16:05 2016 +0100 remove reference to old OpenGL stuff Change-Id: I3398910136d82a25bba508505db9d9a1b080a0be diff --git a/desktop/scripts/soffice.sh b/desktop/scripts/soffice.sh index a8c5004..2532b1e 100755 --- a/desktop/scripts/soffice.sh +++ b/desktop/scripts/soffice.sh @@ -31,10 +31,6 @@ export LC_ALL SAL_ENABLE_FILE_LOCKING=1 export SAL_ENABLE_FILE_LOCKING -# Uncomment the line below if you suspect that OpenGL is not -# working on your system. -# SAL_NOOPENGL=true; export SAL_NOOPENGL - # uncomment line below to disable anti aliasing of fonts # SAL_ANTIALIAS_DISABLE=true; export SAL_ANTIALIAS_DISABLE commit 5b8a5ed945b7ac1abece3c7e87f135fb23d99b3f Author: Markus Mohrhard Date: Mon Feb 1 10:57:50 2016 +0100 fix typo Change-Id: Ibcbc66a4e61a6a5476e33392ff5b2a34f96b0c39 diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx index b7dcefb..6f48c8b 100644 --- a/desktop/source/app/app.cxx +++ b/desktop/source/app/app.cxx @@ -1426,7 +1426,7 @@ int Desktop::Main() /* ensure existence of a default window that messages can be dispatched to This is for the benefit of testtool which uses PostUserEvent extensively - and else can deadlock while creating this window from another tread while + and else can deadlock while creating this window from another thread while the main thread is not yet in the event loop. */ Application::GetDefaultDevice(); ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
[Bug 87813] SIDEBAR: Incorporating the effects list into the animation tab
https://bugs.documentfoundation.org/show_bug.cgi?id=87813 --- Comment #13 from Yousuf (Jay) Philips --- 1) When nothing is selected, clicking on a entry in the animation list doesnt activate category and effect drop down menus. 2) When pressing the add button, it should select Entrance->Appear not Emphasis->Change Fill Color and no automatic preview should not be executed. 3) When clicking on an entry in Effect, there is refreshing in the sidebar that causes problems. e.g. Effect list refreshes and selected entry goes to the top of the list, flicker of the add/delete/up/down buttons. 4) When changing the Category, the first entry in the Effect list is selected, which would confuse users to believe that it is now selected. 5) When an entry in the animation list is deleted, it should select the entry in the same position. If there isnt any entry in that position because it was the last entry of the list, then it should select the entry above it, if there was one. Basically a user should be able to click the Delete button multiple times without having to select another entry in the animation list. 6) In the Effect drop down menu, it would be useful to have the effect group names (e.g. Basic, Special, ...) left aligned rather than centered and have the effect names indented, similar to a tree view, as it would be easier to view the list. -- You are receiving this mail because: You are on the CC list for the bug. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice
[Libreoffice-commits] core.git: Branch 'aoo/trunk' - connectivity/prj
connectivity/prj/build.lst |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit ceb634a02b57acb2044e5581d5903b0f646e3623 Author: Damjan Jovanovic Date: Sun Feb 7 14:06:28 2016 + The main/connectivity module doesn't depend on nss any more. This was probably a remnant from the days when the Mozilla address book was a database driver we supported. Patch by: me diff --git a/connectivity/prj/build.lst b/connectivity/prj/build.lst index 81e9d6a..1bcbfa4 100644 --- a/connectivity/prj/build.lst +++ b/connectivity/prj/build.lst @@ -1,4 +1,4 @@ -cn connectivity:shell L10N:l10n comphelper SO:moz_prebuilt svl UNIXODBC:unixODBC unoil javaunohelper HSQLDB:hsqldb qadevOOo officecfg NSS:nss LIBXSLT:libxslt NULL +cn connectivity:shell L10N:l10n comphelper SO:moz_prebuilt svl UNIXODBC:unixODBC unoil javaunohelper HSQLDB:hsqldb qadevOOo officecfg LIBXSLT:libxslt NULL cn connectivityusr1- all cn_mkout NULL cn connectivity\incnmake - all cn_inc NULL cn connectivity\com\sun\star\sdbcx\comp\hsqldb nmake - all cn_jhsqldbdb cn_hsqldb cn_inc NULL ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
[Bug 43514] UI: Need an easy way to get from current position in a document to the corresponding position in the Navigatior dialog's header tree
https://bugs.documentfoundation.org/show_bug.cgi?id=43514 Rohan Kumar changed: What|Removed |Added Assignee|rohankanojia...@gmail.com |libreoffice-b...@lists.free ||desktop.org -- You are receiving this mail because: You are on the CC list for the bug. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice
[Bug 43514] UI: Need an easy way to get from current position in a document to the corresponding position in the Navigatior dialog's header tree
https://bugs.documentfoundation.org/show_bug.cgi?id=43514 Rohan Kumar changed: What|Removed |Added Assignee|libreoffice-b...@lists.free |rohankanojia...@gmail.com |desktop.org | -- You are receiving this mail because: You are on the CC list for the bug. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice
[Libreoffice-commits] translations.git: Branch 'libreoffice-5-1' - source/sl
source/sl/helpcontent2/source/text/shared/01.po | 49 +++ source/sl/helpcontent2/source/text/swriter/01.po |4 - source/sl/sfx2/uiconfig/ui.po| 10 ++-- source/sl/vcl/source/src.po | 46 - 4 files changed, 92 insertions(+), 17 deletions(-) New commits: commit 05e9f603a6feb911932ca6380bc2f0f12e7596f5 Author: Andras Timar Date: Sun Feb 7 21:08:09 2016 +0100 Updated Slovenian translation Change-Id: Ib81bd2e332383069a496b62fbd9a7b11c9896c5a diff --git a/source/sl/helpcontent2/source/text/shared/01.po b/source/sl/helpcontent2/source/text/shared/01.po index db6f4c6..3ffdf6f 100644 --- a/source/sl/helpcontent2/source/text/shared/01.po +++ b/source/sl/helpcontent2/source/text/shared/01.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: LibreOffice 5.1\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"; -"POT-Creation-Date: 2016-01-24 20:29+0100\n" -"PO-Revision-Date: 2016-01-25 01:59+0200\n" +"POT-Creation-Date: 2016-02-03 11:05+0100\n" +"PO-Revision-Date: 2016-02-05 23:04+0200\n" "Last-Translator: Martin Srebotnjak \n" "Language-Team: sl.libreoffice.org\n" "Language: sl\n" @@ -15631,16 +15631,15 @@ msgctxt "" "229\n" "help.text" msgid "Decimal Places and Significant Digits" -msgstr "Decimalna mesta in znaÄilna mesta" +msgstr "Decimalna mesta in signifikantne Å¡tevke" #: 05020301.xhp msgctxt "" "05020301.xhp\n" "par_id3153624\n" -"3\n" "help.text" -msgid "Use zero (0) or the number sign (#) as placeholders in your number format code to represent numbers. The (#) only displays significant digits, while the (0) displays zeroes if there are fewer digits in the number than in the number format." -msgstr "Kot ogradi v vaÅ¡ih kodah za obliko Å¡tevilke uporabite niÄlo (0) ali znak za Å¡tevilko (#), da bosta predstavljala Å¡tevilke. (#) prikaže samo znaÄilna mesta, medtem ko (0) prikaže niÄle, Äe Å¡tevilka vsebuje manj mest kot oblika Å¡tevilke." +msgid "Use zero (0), the number sign (#) or the question mark (?) as placeholders in your number format code to represent numbers. The (#) only displays significant digits, while the (0) displays zeroes if there are fewer digits in the number than in the number format. The (?) works as the (#) but adds a space character to keep decimal alignment if there is a hidden non-significant zero." +msgstr "Kot ograde v vaÅ¡ih kodah za obliko Å¡tevilke uporabite niÄlo (0), znak za Å¡tevilko (#) ali vpraÅ¡aj (?), ki bodo predstavljale Å¡tevilke. (#) prikaže samo signifikantne Å¡tevke, medtem ko (0) prikaže niÄle, Äe Å¡tevilka vsebuje manj mest, kot jih zahteva oblika. (?) deluje enako kot (#), le da doda presledek, s katerim ohrani poravnavo decimalnega dela Å¡tevila, Äe slednje vsebuje prikrito nesignifikantno niÄlo." #: 05020301.xhp msgctxt "" @@ -15658,7 +15657,7 @@ msgctxt "" "4\n" "help.text" msgid "If a number contains more digits to the right of the decimal delimiter than there are placeholders in the format, the number is rounded accordingly. If a number contains more digits to the left of the decimal delimiter than there are placeholders in the format, the entire number is displayed. Use the following list as a guide for using placeholders when you create a number format code:" -msgstr "Äe Å¡tevilka na desni strani decimalnega loÄila vsebuje veÄ mest kot je ograd v obliki, je ustrezno zaokrožena. Äe Å¡tevilka na levi strani decimalnega loÄila vsebuje veÄ mest kot je ograd v obliki, pa je prikazana v celoti. Uporabite naslednji seznam kot vodilo za uporabo ograd, ko ustvarjate kodo za obliko Å¡tevilk:" +msgstr "Äe Å¡tevilka na desni strani decimalnega loÄila vsebuje veÄ mest, kot je ograd v obliki, je ustrezno zaokrožena. Äe Å¡tevilka na levi strani decimalnega loÄila vsebuje veÄ mest, kot je ograd v obliki, pa je prikazana v celoti. Uporabite naslednji seznam kot vodilo za uporabo ograd, ko ustvarjate kodo za obliko Å¡tevilk:" #: 05020301.xhp msgctxt "" @@ -15699,6 +15698,24 @@ msgstr "Ne prikaže dodatnih niÄel." #: 05020301.xhp msgctxt "" "05020301.xhp\n" +"par_id3152802\n" +"239\n" +"help.text" +msgid "?" +msgstr "?" + +#: 05020301.xhp +msgctxt "" +"05020301.xhp\n" +"par_id3145091\n" +"240\n" +"help.text" +msgid "Displays space characters instead of extra zeros." +msgstr "Prikaže znake za presledek namesto dodanih niÄel." + +#: 05020301.xhp +msgctxt "" +"05020301.xhp\n" "par_id3147088\n" "7\n" "help.text" @@ -15833,6 +15850,24 @@ msgstr "0.##" #: 05020301.xhp msgctxt "" "05020301.xhp\n" +"par_id3156153\n" +"241\n" +"help.text" +msgid ".5 as 0.5  (with two extra spaces at the end)" +msgstr ",5 kot 0,5  (z dvema dodatnima presledkoma na koncu)" + +#: 05020301.xhp +msgctxt "" +"05020301.xhp\n" +"par_id3149763\n" +"242\n" +"help.text" +msgid "0.???" +msgstr "0,???" + +#: 05020301.xhp +m
[Libreoffice-commits] core.git: Branch 'libreoffice-5-1' - translations
translations |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 7608c8740104617f52f6b625a4bccd3bdddee4cf Author: Andras Timar Date: Sun Feb 7 21:08:09 2016 +0100 Updated core Project: translations 05e9f603a6feb911932ca6380bc2f0f12e7596f5 Updated Slovenian translation Change-Id: Ib81bd2e332383069a496b62fbd9a7b11c9896c5a diff --git a/translations b/translations index dc69028..05e9f60 16 --- a/translations +++ b/translations @@ -1 +1 @@ -Subproject commit dc6902879c29f3716f557b0e8d939859676f41d9 +Subproject commit 05e9f603a6feb911932ca6380bc2f0f12e7596f5 ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
[Libreoffice-commits] core.git: translations
translations |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 9faec4cd975de7cd62da558acbb9f5e6829fd54e Author: Andras Timar Date: Sun Feb 7 21:08:09 2016 +0100 Updated core Project: translations 5a84c2a7e8df67c4c4c698c00872d2d5c6912161 Updated Slovenian translation Change-Id: Ib81bd2e332383069a496b62fbd9a7b11c9896c5a diff --git a/translations b/translations index 453b3d9..5a84c2a 16 --- a/translations +++ b/translations @@ -1 +1 @@ -Subproject commit 453b3d9e07087b9e12728fd221a05202f8987cf0 +Subproject commit 5a84c2a7e8df67c4c4c698c00872d2d5c6912161 ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
[Libreoffice-commits] translations.git: source/sl
source/sl/helpcontent2/source/text/shared/01.po | 49 +++ source/sl/helpcontent2/source/text/swriter/01.po |4 - source/sl/sfx2/uiconfig/ui.po| 10 ++-- source/sl/vcl/source/src.po | 46 - 4 files changed, 92 insertions(+), 17 deletions(-) New commits: commit 5a84c2a7e8df67c4c4c698c00872d2d5c6912161 Author: Andras Timar Date: Sun Feb 7 21:08:09 2016 +0100 Updated Slovenian translation Change-Id: Ib81bd2e332383069a496b62fbd9a7b11c9896c5a diff --git a/source/sl/helpcontent2/source/text/shared/01.po b/source/sl/helpcontent2/source/text/shared/01.po index db6f4c6..3ffdf6f 100644 --- a/source/sl/helpcontent2/source/text/shared/01.po +++ b/source/sl/helpcontent2/source/text/shared/01.po @@ -3,8 +3,8 @@ msgid "" msgstr "" "Project-Id-Version: LibreOffice 5.1\n" "Report-Msgid-Bugs-To: https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice&bug_status=UNCONFIRMED&component=UI\n"; -"POT-Creation-Date: 2016-01-24 20:29+0100\n" -"PO-Revision-Date: 2016-01-25 01:59+0200\n" +"POT-Creation-Date: 2016-02-03 11:05+0100\n" +"PO-Revision-Date: 2016-02-05 23:04+0200\n" "Last-Translator: Martin Srebotnjak \n" "Language-Team: sl.libreoffice.org\n" "Language: sl\n" @@ -15631,16 +15631,15 @@ msgctxt "" "229\n" "help.text" msgid "Decimal Places and Significant Digits" -msgstr "Decimalna mesta in znaÄilna mesta" +msgstr "Decimalna mesta in signifikantne Å¡tevke" #: 05020301.xhp msgctxt "" "05020301.xhp\n" "par_id3153624\n" -"3\n" "help.text" -msgid "Use zero (0) or the number sign (#) as placeholders in your number format code to represent numbers. The (#) only displays significant digits, while the (0) displays zeroes if there are fewer digits in the number than in the number format." -msgstr "Kot ogradi v vaÅ¡ih kodah za obliko Å¡tevilke uporabite niÄlo (0) ali znak za Å¡tevilko (#), da bosta predstavljala Å¡tevilke. (#) prikaže samo znaÄilna mesta, medtem ko (0) prikaže niÄle, Äe Å¡tevilka vsebuje manj mest kot oblika Å¡tevilke." +msgid "Use zero (0), the number sign (#) or the question mark (?) as placeholders in your number format code to represent numbers. The (#) only displays significant digits, while the (0) displays zeroes if there are fewer digits in the number than in the number format. The (?) works as the (#) but adds a space character to keep decimal alignment if there is a hidden non-significant zero." +msgstr "Kot ograde v vaÅ¡ih kodah za obliko Å¡tevilke uporabite niÄlo (0), znak za Å¡tevilko (#) ali vpraÅ¡aj (?), ki bodo predstavljale Å¡tevilke. (#) prikaže samo signifikantne Å¡tevke, medtem ko (0) prikaže niÄle, Äe Å¡tevilka vsebuje manj mest, kot jih zahteva oblika. (?) deluje enako kot (#), le da doda presledek, s katerim ohrani poravnavo decimalnega dela Å¡tevila, Äe slednje vsebuje prikrito nesignifikantno niÄlo." #: 05020301.xhp msgctxt "" @@ -15658,7 +15657,7 @@ msgctxt "" "4\n" "help.text" msgid "If a number contains more digits to the right of the decimal delimiter than there are placeholders in the format, the number is rounded accordingly. If a number contains more digits to the left of the decimal delimiter than there are placeholders in the format, the entire number is displayed. Use the following list as a guide for using placeholders when you create a number format code:" -msgstr "Äe Å¡tevilka na desni strani decimalnega loÄila vsebuje veÄ mest kot je ograd v obliki, je ustrezno zaokrožena. Äe Å¡tevilka na levi strani decimalnega loÄila vsebuje veÄ mest kot je ograd v obliki, pa je prikazana v celoti. Uporabite naslednji seznam kot vodilo za uporabo ograd, ko ustvarjate kodo za obliko Å¡tevilk:" +msgstr "Äe Å¡tevilka na desni strani decimalnega loÄila vsebuje veÄ mest, kot je ograd v obliki, je ustrezno zaokrožena. Äe Å¡tevilka na levi strani decimalnega loÄila vsebuje veÄ mest, kot je ograd v obliki, pa je prikazana v celoti. Uporabite naslednji seznam kot vodilo za uporabo ograd, ko ustvarjate kodo za obliko Å¡tevilk:" #: 05020301.xhp msgctxt "" @@ -15699,6 +15698,24 @@ msgstr "Ne prikaže dodatnih niÄel." #: 05020301.xhp msgctxt "" "05020301.xhp\n" +"par_id3152802\n" +"239\n" +"help.text" +msgid "?" +msgstr "?" + +#: 05020301.xhp +msgctxt "" +"05020301.xhp\n" +"par_id3145091\n" +"240\n" +"help.text" +msgid "Displays space characters instead of extra zeros." +msgstr "Prikaže znake za presledek namesto dodanih niÄel." + +#: 05020301.xhp +msgctxt "" +"05020301.xhp\n" "par_id3147088\n" "7\n" "help.text" @@ -15833,6 +15850,24 @@ msgstr "0.##" #: 05020301.xhp msgctxt "" "05020301.xhp\n" +"par_id3156153\n" +"241\n" +"help.text" +msgid ".5 as 0.5  (with two extra spaces at the end)" +msgstr ",5 kot 0,5  (z dvema dodatnima presledkoma na koncu)" + +#: 05020301.xhp +msgctxt "" +"05020301.xhp\n" +"par_id3149763\n" +"242\n" +"help.text" +msgid "0.???" +msgstr "0,???" + +#: 05020301.xhp +m
[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - ce/b634a02b57acb2044e5581d5903b0f646e3623
ce/b634a02b57acb2044e5581d5903b0f646e3623 |1 + 1 file changed, 1 insertion(+) New commits: commit a8cc158444afe20d8a795f87cf75482faa4067f1 Author: Caolán McNamara Date: Sun Feb 7 20:22:05 2016 + Notes added by 'git notes add' diff --git a/ce/b634a02b57acb2044e5581d5903b0f646e3623 b/ce/b634a02b57acb2044e5581d5903b0f646e3623 new file mode 100644 index 000..8ebbe55 --- /dev/null +++ b/ce/b634a02b57acb2044e5581d5903b0f646e3623 @@ -0,0 +1 @@ +ignore: obsolete ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - e1/8ecd4f644cfbe5d6b871c7ff6c76bd5c220504
e1/8ecd4f644cfbe5d6b871c7ff6c76bd5c220504 |1 + 1 file changed, 1 insertion(+) New commits: commit 564f2e001d938e2d82acc5099a9e0678aee6c6ba Author: Caolán McNamara Date: Sun Feb 7 20:27:43 2016 + Notes added by 'git notes add' diff --git a/e1/8ecd4f644cfbe5d6b871c7ff6c76bd5c220504 b/e1/8ecd4f644cfbe5d6b871c7ff6c76bd5c220504 new file mode 100644 index 000..78c260f --- /dev/null +++ b/e1/8ecd4f644cfbe5d6b871c7ff6c76bd5c220504 @@ -0,0 +1 @@ +merged as: ed983eb5ce71d0b9af07795eabd8686f24c4597e ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
[Libreoffice-commits] core.git: sal/osl
sal/osl/unx/pipe.cxx | 14 +++--- sal/osl/unx/sockimpl.hxx |2 +- 2 files changed, 8 insertions(+), 8 deletions(-) New commits: commit ed983eb5ce71d0b9af07795eabd8686f24c4597e Author: Damjan Jovanovic Date: Sat Feb 6 19:07:51 2016 + Platforms that need CLOSESOCKET_DOESNT_WAKE_UP_ACCEPT for sockets usually need it for pipes too, and even if it isn't necessary it can't hurt. In particular, on FreeBSD 11-CURRENT it seems pipes no longer wake up from accept when closed in other threads, so let's deal with that before FreeBSD 11 is released. Reported by: Matthias Apitz Patch by: me Tested by: Matthias Apitz (cherry picked from commit e18ecd4f644cfbe5d6b871c7ff6c76bd5c220504) Change-Id: I1b4c0438fbcc2ea53625f235906936fc1403e195 diff --git a/sal/osl/unx/pipe.cxx b/sal/osl/unx/pipe.cxx index b598ddc..9321395 100644 --- a/sal/osl/unx/pipe.cxx +++ b/sal/osl/unx/pipe.cxx @@ -82,7 +82,7 @@ oslPipe __osl_createPipeImpl() return nullptr; pPipeImpl->m_nRefCount =1; pPipeImpl->m_bClosed = false; -#if defined(LINUX) +#if defined(CLOSESOCKET_DOESNT_WAKE_UP_ACCEPT) pPipeImpl->m_bIsInShutdown = false; pPipeImpl->m_bIsAccepting = false; #endif @@ -359,7 +359,7 @@ void SAL_CALL osl_closePipe( oslPipe pPipe ) Thread does not return from accept on linux, so connect to the accepting pipe */ -#if defined(LINUX) +#if defined(CLOSESOCKET_DOESNT_WAKE_UP_ACCEPT) struct sockaddr_un addr; if ( pPipe->m_bIsAccepting ) @@ -387,7 +387,7 @@ void SAL_CALL osl_closePipe( oslPipe pPipe ) } close(fd); } -#endif /* LINUX */ +#endif /* CLOSESOCKET_DOESNT_WAKE_UP_ACCEPT */ nRet = shutdown(ConnFD, 2); if ( nRet < 0 ) @@ -421,13 +421,13 @@ oslPipe SAL_CALL osl_acceptPipe(oslPipe pPipe) OSL_ASSERT(strlen(pPipe->m_Name) > 0); -#if defined(LINUX) +#if defined(CLOSESOCKET_DOESNT_WAKE_UP_ACCEPT) pPipe->m_bIsAccepting = true; #endif s = accept(pPipe->m_Socket, nullptr, nullptr); -#if defined(LINUX) +#if defined(CLOSESOCKET_DOESNT_WAKE_UP_ACCEPT) pPipe->m_bIsAccepting = false; #endif @@ -437,13 +437,13 @@ oslPipe SAL_CALL osl_acceptPipe(oslPipe pPipe) return nullptr; } -#if defined(LINUX) +#if defined(CLOSESOCKET_DOESNT_WAKE_UP_ACCEPT) if ( pPipe->m_bIsInShutdown ) { close(s); return nullptr; } -#endif /* LINUX */ +#endif /* CLOSESOCKET_DOESNT_WAKE_UP_ACCEPT */ else { /* alloc memory */ diff --git a/sal/osl/unx/sockimpl.hxx b/sal/osl/unx/sockimpl.hxx index 900155c..0b702c6 100644 --- a/sal/osl/unx/sockimpl.hxx +++ b/sal/osl/unx/sockimpl.hxx @@ -48,7 +48,7 @@ struct oslPipeImpl { sal_Char m_Name[PATH_MAX + 1]; oslInterlockedCount m_nRefCount; bool m_bClosed; -#if defined(LINUX) +#if defined(CLOSESOCKET_DOESNT_WAKE_UP_ACCEPT) bool m_bIsAccepting; bool m_bIsInShutdown; #endif ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
5.* series builds defective on Slackware
Hi all, Building from 5.1.0.* sources on 64-bit Slackware (14.1 and 14.2 beta) produces a build defective in a very important aspect -- such build opens the fairly big document overly slow. Things go like this: unpacking stage passes quick (judging by the status bar), then UI updates stop, and only after quite a longish time (~10 secs with the sample doc) the doc content is displayed. The 4.3.7.2, built in the same environment, shows no such problem, displays content like after 1-2 secs after unpacking complete. The binary 5.1.0.* downloaded from pre-releases, shows no such problem, metrics about the same. A sample doc of sufficient size to make the issue noticeable is at: https://bugs.documentfoundation.org/attachment.cgi?id=121623 I build with: ./configure \ --with-external-tar=$HOME/c/libo/ext5 \ \ --with-krb5=no \ --with-gssapi=no \ \ --disable-gstreamer-1-0 \ --disable-gstreamer-0-10 \ \ --without-fonts \ --without-junit \ --with-system-libs=no \ I don't know anything about linux profiling and/or debugging. Could somebody help? Should I build in some other distro (in emulator)? Building 4.* series was okay. -Yury ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice
[Libreoffice-commits] libvisio.git: 2 commits - configure.ac src/Makefile.am
configure.ac| 48 +++- src/Makefile.am |6 +- 2 files changed, 32 insertions(+), 22 deletions(-) New commits: commit 237e3edb5a107d0928326ded5df3b0145f184ba4 Author: Fridrich Å trba Date: Sun Feb 7 21:31:09 2016 +0100 Don't build test directory if we disabled tests Change-Id: Ibdf7dfa89186bc1b352601cb423a8dcd4809ecd6 diff --git a/src/Makefile.am b/src/Makefile.am index 2cf2099..c9dad75 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,8 @@ -SUBDIRS = lib test +SUBDIRS = lib + +if ENABLE_TESTS +SUBDIRS += test +endif if BUILD_TOOLS SUBDIRS += conv commit 13431c9e425d93f61a7fc16f99f8d8c6e71ed82b Author: Andreas Sturmlechner Date: Sun Feb 7 21:30:44 2016 +0100 Enable building of unit tests without building tools Change-Id: I43fe1ace56c61f36d4dd0dedcf3f5438ee8c0b91 diff --git a/configure.ac b/configure.ac index 3b6edc7..a5b 100644 --- a/configure.ac +++ b/configure.ac @@ -111,19 +111,40 @@ AC_ARG_ENABLE([tools], [enable_tools="$enableval"], [enable_tools=yes] ) + +# == +# Unit tests +# == +AC_ARG_ENABLE([tests], +[AS_HELP_STRING([--enable-tests], [Build and run unit tests])], +[enable_tests="$enableval"], +[enable_tests=yes] +) + +AS_IF([test "x$enable_tools" = "xyes" -o "x$enable_tests" = "xyes"], [ + PKG_CHECK_MODULES([REVENGE_STREAM],[ + librevenge-stream-0.0 + ]) +]) +AC_SUBST([REVENGE_STREAM_CFLAGS]) +AC_SUBST([REVENGE_STREAM_LIBS]) + +AS_IF([test "x$enable_tests" = "xyes"], [ +PKG_CHECK_MODULES([CPPUNIT], [cppunit]) +], []) +AC_SUBST([CPPUNIT_CFLAGS]) +AC_SUBST([CPPUNIT_LIBS]) + AS_IF([test "x$enable_tools" = "xyes"], [ PKG_CHECK_MODULES([REVENGE_GENERATORS],[ librevenge-generators-0.0 ]) - PKG_CHECK_MODULES([REVENGE_STREAM],[ - librevenge-stream-0.0 - ]) ]) AC_SUBST([REVENGE_GENERATORS_CFLAGS]) AC_SUBST([REVENGE_GENERATORS_LIBS]) -AC_SUBST([REVENGE_STREAM_CFLAGS]) -AC_SUBST([REVENGE_STREAM_LIBS]) -AM_CONDITIONAL(BUILD_TOOLS, [test "x$enable_tools" = "xyes"]) + +AM_CONDITIONAL([BUILD_TOOLS], [test "x$enable_tools" = "xyes"]) +AM_CONDITIONAL([ENABLE_TESTS], [test "x$enable_tests" = "xyes"]) # = # Libtool/Version Makefile settings @@ -295,21 +316,6 @@ AS_IF([test "x$enable_debug" = "xyes"], [ ]) AC_SUBST(DEBUG_CXXFLAGS) -# == -# Unit tests -# == -AC_ARG_ENABLE([tests], -[AS_HELP_STRING([--enable-tests], [Build and run unit tests])], -[enable_tests="$enableval"], -[enable_tests=yes] -) -AS_IF([test "x$enable_tests" = "xyes"], [ -PKG_CHECK_MODULES([CPPUNIT], [cppunit]) -], []) -AC_SUBST([CPPUNIT_CFLAGS]) -AC_SUBST([CPPUNIT_LIBS]) -AM_CONDITIONAL([ENABLE_TESTS], [test "x$enable_tests" = "xyes"]) - # = # Documentation # = ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
Re: [PATCH] libvisio: Fix tests without tools
Actually, it is ok, I managed to massage it a bit and commit like this: https://cgit.freedesktop.org/libreoffice/libvisio/commit/?id=13431c9e425d93f61a7fc16f99f8d8c6e71ed82b Thanks a lot for noticing this. Cheers Fridrich On 07/02/16 21:09, Fridrich Strba wrote: > Could you send it as "git format-patch" or submit to gerrit, so that I > can credit you properly? -- Please avoid sending me Word, Excel or PowerPoint attachments. See http://www.gnu.org/philosophy/no-word-attachments.html signature.asc Description: OpenPGP digital signature ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice
[Libreoffice-commits] core.git: helpcontent2
helpcontent2 |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 5381db92dea6c2e11af49a48fa0b72af666f3f32 Author: Adolfo Jayme Barrientos Date: Sun Feb 7 14:52:43 2016 -0600 Updated core Project: help 4b1bb982611b888fa7c4b11c614ea32c54f980a2 tdf#97588 Update menu path for Series Change-Id: I4ee6a9e7d40856d239799cc8e9b3fb642d9ee3a9 diff --git a/helpcontent2 b/helpcontent2 index 8d35a0b..4b1bb98 16 --- a/helpcontent2 +++ b/helpcontent2 @@ -1 +1 @@ -Subproject commit 8d35a0b9aadde3a5939008df0fd71dc83153442a +Subproject commit 4b1bb982611b888fa7c4b11c614ea32c54f980a2 ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
[Libreoffice-commits] help.git: source/text
source/text/scalc/guide/calc_series.xhp |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 4b1bb982611b888fa7c4b11c614ea32c54f980a2 Author: Adolfo Jayme Barrientos Date: Sun Feb 7 14:52:43 2016 -0600 tdf#97588 Update menu path for Series Change-Id: I4ee6a9e7d40856d239799cc8e9b3fb642d9ee3a9 diff --git a/source/text/scalc/guide/calc_series.xhp b/source/text/scalc/guide/calc_series.xhp index b88f2d9..41b182f 100644 --- a/source/text/scalc/guide/calc_series.xhp +++ b/source/text/scalc/guide/calc_series.xhp @@ -66,7 +66,7 @@ Select the cell range in the sheet that you want to fill. -Choose Edit - Fill - Series. +Choose Sheet - Fill Cells - Series. Select the parameters for the series. @@ -80,4 +80,4 @@ Sort lists - \ No newline at end of file + ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.0' - sd/Module_sd.mk
sd/Module_sd.mk |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 2021666cd1a99ccadb8a258565281fba575dccb3 Author: Andras Timar Date: Sun Feb 7 12:20:00 2016 -0800 CppunitTest_sd_svg_export_tests fails on Windows (compiler/boost issue) Change-Id: Ife006636295f62a9e35f71ab3b0089dabb0ba623 diff --git a/sd/Module_sd.mk b/sd/Module_sd.mk index c62ea20..2b7852d 100644 --- a/sd/Module_sd.mk +++ b/sd/Module_sd.mk @@ -28,13 +28,13 @@ $(eval $(call gb_Module_add_l10n_targets,sd,\ ifneq ($(OS),DRAGONFLY) $(eval $(call gb_Module_add_check_targets,sd,\ $(if $(and $(filter $(COM),MSC),$(MERGELIBS)),, \ + CppunitTest_sd_svg_export_tests \ CppunitTest_sd_uimpress) \ CppunitTest_sd_import_tests \ CppunitTest_sd_export_tests \ CppunitTest_sd_filters_test \ CppunitTest_sd_html_export_tests \ CppunitTest_sd_tiledrendering \ -CppunitTest_sd_svg_export_tests \ )) endif ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
[Bug 53534] shlxthdl_x64.dll/shlxthdl.dll cannot handle Flat ODF
https://bugs.documentfoundation.org/show_bug.cgi?id=53534 Josh Lusk changed: What|Removed |Added Assignee|lus...@g.cofc.edu |libreoffice-b...@lists.free ||desktop.org -- You are receiving this mail because: You are on the CC list for the bug. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice
[Libreoffice-commits] online.git: loleaflet/src
loleaflet/src/control/Control.Buttons.js |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 587dde0908fa7ef8316f5660d9c0d6f2cb615ae8 Author: Henry Castro Date: Sun Feb 7 18:38:17 2016 -0400 loleaflet: fix disable state toolbar item diff --git a/loleaflet/src/control/Control.Buttons.js b/loleaflet/src/control/Control.Buttons.js index 40658f6..0b0822c 100644 --- a/loleaflet/src/control/Control.Buttons.js +++ b/loleaflet/src/control/Control.Buttons.js @@ -125,7 +125,7 @@ L.Control.Buttons = L.Control.extend({ L.DomUtil.removeClass(button.el.firstChild, 'leaflet-control-buttons-disabled'); } else if (state === 'disabled') { - L.DomUtil.removeClass(button.el.firstChild, 'leaflet-control-buttons-disabled'); + L.DomUtil.addClass(button.el.firstChild, 'leaflet-control-buttons-disabled'); } } } ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
[Libreoffice-commits] online.git: loleaflet/src
loleaflet/src/control/Control.Presentation.js | 46 ++ 1 file changed, 33 insertions(+), 13 deletions(-) New commits: commit 4ed8b37e9cd0a118819e4a1d73f5b9d059573ef4 Author: Henry Castro Date: Sun Feb 7 18:42:12 2016 -0400 loleaflet: rework Control.Presentation.js toolbar items diff --git a/loleaflet/src/control/Control.Presentation.js b/loleaflet/src/control/Control.Presentation.js index 188f252..6cac3ba 100644 --- a/loleaflet/src/control/Control.Presentation.js +++ b/loleaflet/src/control/Control.Presentation.js @@ -2,6 +2,7 @@ * L.Control.Presentation is used for common commands for slides. */ +/* global vex */ L.Control.Presentation = L.Control.extend({ options: { position: 'topleft' @@ -12,9 +13,9 @@ L.Control.Presentation = L.Control.extend({ container = L.DomUtil.create('div', buttonsName + '-container' + ' leaflet-bar'); this._buttons = { - 'insertpage':{title: 'Insert Page', iconName: 'insertpage.png'}, - 'duplicatepage': {title: 'Duplicate Page', iconName: 'duplicatepage.png'}, - 'deletepage':{title: 'Delete Page', iconName: 'deletepage.png'} + 'insertpage':{title: 'Insert Page', uno: 'InsertPage', iconName: 'insertpage.png'}, + 'duplicatepage': {title: 'Duplicate Page', uno: 'DuplicatePage', iconName: 'duplicatepage.png'}, + 'deletepage':{title: 'Delete Page', uno: 'DeletePage', iconName: 'deletepage.png'} }; for (var key in this._buttons) { @@ -23,20 +24,23 @@ L.Control.Presentation = L.Control.extend({ buttonsName, container, this._onButtonClick); } - map.on('updateparts', this._updateDisabled, this); + map.on('commandstatechanged', this._onStateChange, this); + map.on('updatepermission', this._onPermissionUpdate, this); return container; }, - _updateDisabled: function (e) { - if (e.docType === 'presentation') { - return; - } - - for (var key in this._buttons) { - var button = this._buttons[key]; - L.DomUtil.addClass(button.el, 'leaflet-disabled'); - L.DomUtil.addClass(button.el, 'leaflet-control-buttons-disabled'); + _onPermissionUpdate: function (e) { + for (var id in this._buttons) { + var button = this._buttons[id]; + if (button.uno) { + if (e.perm !== 'edit' || this._map.getDocType() !== 'presentation') { + L.DomUtil.addClass(button.el.firstChild, 'leaflet-control-buttons-disabled'); + } + else { + L.DomUtil.removeClass(button.el.firstChild, 'leaflet-control-buttons-disabled'); + } + } } }, @@ -77,6 +81,22 @@ L.Control.Presentation = L.Control.extend({ } }, + _onStateChange: function (e) { + var commandName = e.commandName; + var enabled = e.state; + for (var key in this._buttons) { + var button = this._buttons[key]; + if ('.uno:' + button.uno === commandName) { + if (enabled === 'true' && this._map._docLayer._permission === 'edit') { + L.DomUtil.removeClass(button.el.firstChild, 'leaflet-control-buttons-disabled'); + } + else if (enabled === 'false') { + L.DomUtil.addClass(button.el.firstChild, 'leaflet-control-buttons-disabled'); + } + } + } + }, + _onDelete: function (e) { if (e !== false) { this._map.deletePage(); ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
ahmet can kepenek license statement
All of my past & future contributions to LibreOffice maybe licensed under the MPLv2/LGPLv3+ dual license. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice
Problem with assertXPath and doubles
Hi all, I'm writing you this email because I came across a problem when trying to use assetXPath to check a double value. I created this test https://gerrit.libreoffice.org/#/c/22196/ to cover the opacity attribute, which is 0.5, however, If I do assertXPath(pDocument, "/primitive2D/transform/mask/unifiedtransparence", "transparence", "0.5"); it fails because the value it returns is 0 and the decimals are lost on they way. I've tried to debug it but I see that at this point: http://opengrok.libreoffice.org/xref/core/test/source/xmltesttools.cxx#74, it's already returning 0 so I don't know where else to see. My question is: is this behavior intentioned? if not, could anybody give a hint where the problem could be? Best Regards, Xisco ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice
Re: Re: [PATCH] libvisio: Fix tests without tools
Thanks for fixing it that quick! ---Original Message--- On Sunday, 7 February 2016 at 21:35, Fridrich Strba wrote: > Actually, it is ok, I managed to massage it a bit and commit like this: > > https://cgit.freedesktop.org/libreoffice/libvisio/commit/?id=13431c9e425d93f61a7fc16f99f8d8c6e71ed82b > > Thanks a lot for noticing this. > > Cheers > > Fridrich > > On 07/02/16 21:09, Fridrich Strba wrote: > > Could you send it as "git format-patch" or submit to gerrit, so that I > > can credit you properly? > > > -- > Please avoid sending me Word, Excel or PowerPoint attachments. > See http://www.gnu.org/philosophy/no-word-attachments.html > > ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice
[Bug 32364] Add a "filter" to Insert > Field > Other > Cross reference tab
https://bugs.documentfoundation.org/show_bug.cgi?id=32364 Akshay Deep changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|libreoffice-b...@lists.free |akshaydeepi...@gmail.com |desktop.org | -- You are receiving this mail because: You are on the CC list for the bug. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice
[Bug 90855] DIALOG: Improve the 'Insert Bookmark' dialog
https://bugs.documentfoundation.org/show_bug.cgi?id=90855 Akshay Deep changed: What|Removed |Added Assignee|akshaydeepi...@gmail.com|libreoffice-b...@lists.free ||desktop.org -- You are receiving this mail because: You are on the CC list for the bug. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice
[Bug 32364] Add a "filter" to Insert > Field > Other > Cross reference tab
https://bugs.documentfoundation.org/show_bug.cgi?id=32364 --- Comment #10 from Akshay Deep --- Hello, kindly review the following patch commited by me for this bug. https://gerrit.libreoffice.org/#/c/22197/ -- You are receiving this mail because: You are on the CC list for the bug. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice
[Bug 89657] The lang-pack installation mechanism on OSX unacceptable
https://bugs.documentfoundation.org/show_bug.cgi?id=89657 --- Comment #12 from catacom...@gmail.com --- [OS X developer and long time LibreOffice user, first time LibreOffice Bugzilla commenter...] I would prefer approach 3 as suggested by barefootguru, but if that would grow the size of the download to the point where it's unacceptable I would like to add one other possibility: 4. Deliver updated code signatures as part of the language pack. However if the user installs multiple language packs this might be a complicated issue where the langpack installer must keep track of signatures for all possible combinations of language packs... a quick calculation gives me more than 13000 possible combinations of language packs. Every langpack installer would need to include signatures for all of those combinations which include the installed language. Doable, but complicated. In my opinion there are some real problems with approach 1 and 2: Approach 1 relies on the fact that Gatekeeper will not check an app after it has been checked the first time, so if we add content to the app bundle after it has been verified the first time Gatekeeper doesn't care, but this sounds more like a bug in Gatekeeper. If Gatekeeper should provide any level of security it should detect modifications in a bundle after it has been checked the first time (what if some malware did the modification?). Indeed when checking the app with codesign after adding a language pack (in this case the Swedish language pack) reveals that it's in fact not valid anymore: $ codesign -v -v /Applications/LibreOffice.app /Applications/LibreOffice.app: a sealed resource is missing or invalid file added: /Applications/LibreOffice.app/Contents/Resources/autotext/sv/crdbus50.bau file added: /Applications/LibreOffice.app/Contents/Resources/autotext/sv/standard.bau ... Approach 2 puts data in directories that are not apparent to the user. If the user wants to uninstall LibreOffice the most obvious thing to do is to delete the app, but that leaves unreferenced data behind in /Library, wasting disk space. An application should be self-contained and not rely on data outside the app bundle. -- You are receiving this mail because: You are on the CC list for the bug. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice
[Libreoffice-commits] core.git: basic/source
basic/source/comp/exprgen.cxx |5 +- basic/source/comp/exprtree.cxx | 84 ++--- basic/source/inc/expr.hxx |6 -- 3 files changed, 19 insertions(+), 76 deletions(-) New commits: commit c474e610e453d0f38f7cc6cb9559ad7e7b5d69ca Author: Arnaud Versini Date: Sun Feb 7 11:22:41 2016 +0100 BASIC : Use vector in SbiExprList to avoid any dependencies Change-Id: I1ae88ae9c4276452a00aadaaadebf582e639b15a Reviewed-on: https://gerrit.libreoffice.org/22174 Reviewed-by: Noel Grandin Tested-by: Noel Grandin diff --git a/basic/source/comp/exprgen.cxx b/basic/source/comp/exprgen.cxx index 96efddb..3d913b7 100644 --- a/basic/source/comp/exprgen.cxx +++ b/basic/source/comp/exprgen.cxx @@ -205,13 +205,13 @@ void SbiExprNode::GenElement( SbiCodeGen& rGen, SbiOpcode eOp ) void SbiExprList::Gen(SbiCodeGen& rGen) { -if( pFirst ) +if( !aData.empty() ) { rGen.Gen( _ARGC ); // Type adjustment at DECLARE sal_uInt16 nCount = 1; -for( SbiExpression* pExpr = pFirst; pExpr; pExpr = pExpr->pNext,nCount++ ) +for( auto& pExpr: aData ) { pExpr->Gen(); if( !pExpr->GetName().isEmpty() ) @@ -249,6 +249,7 @@ void SbiExprList::Gen(SbiCodeGen& rGen) { rGen.Gen( _ARGV ); } +nCount++; } } } diff --git a/basic/source/comp/exprtree.cxx b/basic/source/comp/exprtree.cxx index 5a153b3..5eb665b 100644 --- a/basic/source/comp/exprtree.cxx +++ b/basic/source/comp/exprtree.cxx @@ -36,7 +36,6 @@ SbiExpression::SbiExpression( SbiParser* p, SbiExprType t, nParenLevel = 0; eCurExpr = t; m_eMode = eMode; -pNext = nullptr; pExpr = (t != SbSTDEXPR ) ? Term( pKeywordSymbolInfo ) : Boolean(); if( t != SbSYMBOL ) { @@ -59,7 +58,6 @@ SbiExpression::SbiExpression( SbiParser* p, double n, SbxDataType t ) nParenLevel = 0; eCurExpr = SbOPERAND; m_eMode = EXPRMODE_STANDARD; -pNext = nullptr; pExpr = new SbiExprNode( n, t ); pExpr->Optimize(pParser); } @@ -71,7 +69,6 @@ SbiExpression::SbiExpression( SbiParser* p, const SbiSymDef& r, SbiExprList* pPa nParenLevel = 0; eCurExpr = SbOPERAND; m_eMode = EXPRMODE_STANDARD; -pNext = nullptr; pExpr = new SbiExprNode( r, SbxVARIANT, pPar ); } @@ -922,8 +919,6 @@ short SbiConstExpression::GetShortValue() SbiExprList::SbiExprList( ) { -pFirst = nullptr; -nExpr = nDim = 0; bError = false; bBracket = false; @@ -931,43 +926,22 @@ SbiExprList::SbiExprList( ) SbiExprList::~SbiExprList() { -SbiExpression* p = pFirst; -while( p ) +for (auto pExpr: aData) { -SbiExpression* q = p->pNext; -delete p; -p = q; +delete pExpr; } } - SbiExpression* SbiExprList::Get( short n ) { -SbiExpression* p = pFirst; -while( n-- && p ) -{ -p = p->pNext; -} -return p; +return aData[n]; } void SbiExprList::addExpression( SbiExpression* pExpr ) { -if( !pFirst ) -{ -pFirst = pExpr; -return; -} - -SbiExpression* p = pFirst; -while( p->pNext ) -{ -p = p->pNext; -} -p->pNext = pExpr; +aData.push_back(pExpr); } - // the parameter list is completely parsed // "procedurename()" is OK // it's a function without parameters then @@ -984,7 +958,6 @@ SbiExprList* SbiExprList::ParseParameters( SbiParser* pParser, bool bStandaloneE return pExprList; } -SbiExpression *pExpr; SbiToken eTok = pParser->Peek(); bool bAssumeExprLParenMode = false; @@ -1013,11 +986,9 @@ SbiExprList* SbiExprList::ParseParameters( SbiParser* pParser, bool bStandaloneE return pExprList; } // read in parameter table and lay down in correct order! -SbiExpression* pLast = nullptr; -OUString aName; while( !pExprList->bError ) { -aName.clear(); +SbiExpression *pExpr; // missing argument if( eTok == COMMA ) { @@ -1070,6 +1041,7 @@ SbiExprList* SbiExprList::ParseParameters( SbiParser* pParser, bool bStandaloneE } if( !bAssumeArrayMode ) { +OUString aName; if( pParser->Peek() == ASSIGN ) { // VBA mode: name:= @@ -1082,16 +1054,7 @@ SbiExprList* SbiExprList::ParseParameters( SbiParser* pParser, bool bStandaloneE pExpr->GetName() = aName; } } -pExpr->pNext = nullptr; -if( !pLast ) -{ -pExprList->pFirst = pLast = pExpr; -} -else -{ -pLast->pNext = pExpr, pLast = pExpr; -} -pExprList->nExpr++; +pExprList->addExpression(pExpr); pExprList->bError = pExprList->bError || !pExpr->IsValid(); if( bAssumeArrayMode ) @@ -
[Libreoffice-commits] core.git: basic/qa basic/source binaryurp/source comphelper/Library_comphelper.mk comphelper/qa comphelper/source connectivity/source dbaccess/source drawinglayer/source editeng/
basic/qa/cppunit/test_scanner.cxx |2 basic/source/comp/buffer.cxx | 12 basic/source/inc/buffer.hxx|1 basic/source/inc/scanner.hxx |1 binaryurp/source/lessoperators.cxx | 22 binaryurp/source/lessoperators.hxx |4 comphelper/Library_comphelper.mk |1 comphelper/qa/string/test_string.cxx | 57 -- comphelper/source/misc/compareversionstrings.cxx | 69 -- connectivity/source/commontools/dbexception.cxx|7 connectivity/source/drivers/firebird/ResultSetMetaData.hxx |4 connectivity/source/drivers/jdbc/DriverPropertyInfo.cxx| 13 connectivity/source/drivers/mork/MResultSet.hxx|6 connectivity/source/drivers/mork/MResultSetMetaData.hxx|4 connectivity/source/inc/FDatabaseMetaDataResultSetMetaData.hxx |3 connectivity/source/inc/dbase/dindexnode.hxx |5 connectivity/source/inc/file/FResultSetMetaData.hxx|4 connectivity/source/inc/java/sql/DriverPropertyInfo.hxx|2 connectivity/source/inc/java/tools.hxx | 18 connectivity/source/inc/odbc/OResultSetMetaData.hxx|3 dbaccess/source/core/misc/dsntypes.cxx |8 dbaccess/source/inc/dsntypes.hxx |3 dbaccess/source/ui/inc/charsets.hxx|3 dbaccess/source/ui/misc/charsets.cxx |8 drawinglayer/source/primitive2d/baseprimitive2d.cxx| 32 - drawinglayer/source/primitive3d/baseprimitive3d.cxx| 10 editeng/qa/lookuptree/lookuptree_test.cxx | 17 editeng/source/lookuptree/Trie.cxx | 11 filter/source/graphicfilter/idxf/dxfvec.hxx|8 framework/inc/classes/checkediterator.hxx | 35 - include/basic/sbxvar.hxx | 32 - include/comphelper/property.hxx| 22 include/comphelper/stl_types.hxx |1 include/comphelper/string.hxx | 19 include/connectivity/dbcharset.hxx |4 include/connectivity/dbexception.hxx |1 include/connectivity/sdbcx/VDescriptor.hxx |6 include/drawinglayer/geometry/viewinformation2d.hxx|1 include/drawinglayer/primitive2d/baseprimitive2d.hxx |4 include/drawinglayer/primitive3d/baseprimitive3d.hxx |2 include/drawinglayer/texture/texture.hxx |1 include/editeng/Trie.hxx |2 include/filter/msfilter/msdffimp.hxx |2 include/o3tl/lazy_update.hxx |5 include/oox/helper/containerhelper.hxx |1 include/sfx2/mnumgr.hxx|1 include/sfx2/sidebar/Context.hxx |1 include/sfx2/sidebar/EnumContext.hxx |1 include/svl/nranges.hxx|4 include/svtools/HtmlWriter.hxx |3 include/svx/svdglue.hxx|1 include/svx/svdlayer.hxx |1 include/svx/svdmark.hxx|1 include/svx/svdsob.hxx |6 include/tools/date.hxx |2 include/tools/inetmime.hxx | 22 include/tools/multisel.hxx |1 include/tools/poly.hxx |4 include/tools/stream.hxx |7 include/tools/svborder.hxx |9 include/tools/urlobj.hxx |2 include/vcl/alpha.hxx |2 include/vcl/animate.hxx|2 include/vcl/cursor.hxx |2 include/vcl/dibtools.hxx |1 include/vcl/gdimtf.hxx |1 include/vcl/hatch.hxx |1 include/vcl/image.hxx |1 include/vcl/inputctx.hxx |2 include/vcl/menu.hxx
[Libreoffice-commits] core.git: sd/sdi sfx2/sdi starmath/sdi svx/sdi sw/sdi
sd/sdi/sdgslots.sdi |2 sd/sdi/sdslots.sdi |2 sfx2/sdi/sfxitems.sdi|3 starmath/sdi/smitems.sdi | 556 --- svx/sdi/svxitems.sdi | 94 --- svx/sdi/xoitems.sdi |7 sw/sdi/swslots.sdi |2 7 files changed, 666 deletions(-) New commits: commit 91dd3ed6980a55b817bbff64fabd081d778af9ce Author: Noel Grandin Date: Mon Feb 8 08:30:53 2016 +0200 remove some unnecessary declarations from *.sdi file found with a bunch of grepping Change-Id: I920609fb7df5a5e55ecbf5c2bf4880ff972cfbed diff --git a/sd/sdi/sdgslots.sdi b/sd/sdi/sdgslots.sdi index 01e7de1..c384960 100644 --- a/sd/sdi/sdgslots.sdi +++ b/sd/sdi/sdgslots.sdi @@ -31,8 +31,6 @@ ModulePrefix( "Sd" ) include "xoitems.sdi" include "svx.sdi" -item UINT16 TbxImageItem; - enum FadeEffect { FADE_EFFECT_NONE , diff --git a/sd/sdi/sdslots.sdi b/sd/sdi/sdslots.sdi index 18ba889..32f796a 100644 --- a/sd/sdi/sdslots.sdi +++ b/sd/sdi/sdslots.sdi @@ -32,8 +32,6 @@ ModulePrefix( "Sd" ) include "xoitems.sdi" include "svx.sdi" -item UINT16 TbxImageItem; - enum FadeEffect { FADE_EFFECT_NONE , diff --git a/sfx2/sdi/sfxitems.sdi b/sfx2/sdi/sfxitems.sdi index f7a2410..854a384 100644 --- a/sfx2/sdi/sfxitems.sdi +++ b/sfx2/sdi/sfxitems.sdi @@ -25,15 +25,12 @@ item String SfxStringItem; item BYTE SfxByteItem; item INT16 SfxEnumItem; -item INT16 SfxAllEnumItem; -item INT16 TbxImageItem; item String SbxItem;//! Dummy item String SfxObjectItem; //! Dummy item String SfxTemplateItem;//! Dummy item String SfxMacroInfoItem; //! Dummy item String SfxImageItem; //! Dummy -item String SfxFrameItem; //! Dummy item String SfxObjectShellItem //! Dummy item String SfxUsrAnyItem //! Dummy item String SfxUnoFrameItem //! Dummy diff --git a/starmath/sdi/smitems.sdi b/starmath/sdi/smitems.sdi deleted file mode 100644 index d9bc694..000 --- a/starmath/sdi/smitems.sdi +++ /dev/null @@ -1,556 +0,0 @@ -/* - * This file is part of the LibreOffice project. - * - * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. - * - * This file incorporates work covered by the following license notice: - * - * Licensed to the Apache Software Foundation (ASF) under one or more - * contributor license agreements. See the NOTICE file distributed - * with this work for additional information regarding copyright - * ownership. The ASF licenses this file to you under the Apache - * License, Version 2.0 (the "License"); you may not use this file - * except in compliance with the License. You may obtain a copy of - * the License at http://www.apache.org/licenses/LICENSE-2.0 . - */ - - -enum SvxAdjust -{ -SVX_ADJUST_LEFT, -SVX_ADJUST_RIGHT, -SVX_ADJUST_BLOCK, -SVX_ADJUST_CENTER, -SVX_ADJUST_BLOCKLINE, -SVX_ADJUST_END -}; -item SvxAdjust SvxAdjustItem; - - - -enum SvxCaseMap -{ -SVX_CASEMAP_NOT_MAPPED, -SVX_CASEMAP_VERSALIEN, -SVX_CASEMAP_GEMEINE, -SVX_CASEMAP_TITEL, -SVX_CASEMAP_KAPITAELCHEN, -SVX_CASEMAP_END -}; -item SvxCaseMap SvxCaseMapItem; - - - -enum CharSet -{ -CHARSET_DONTKNOW, -CHARSET_ANSI, -CHARSET_MAC, -CHARSET_IBMPC_437, -CHARSET_IBMPC_850, -CHARSET_IBMPC_860, -CHARSET_IBMPC_861, -CHARSET_IBMPC_863, -CHARSET_IBMPC_865, -CHARSET_SYSTEM, -CHARSET_SYMBOL -}; -item CharSet CharSetItem; - - - -enum FontFamily -{ -FAMILY_DONTKNOW, -FAMILY_DECORATIVE, -FAMILY_MODERN, -FAMILY_ROMAN, -FAMILY_SCRIPT, -FAMILY_SWISS, -FAMILY_SYSTEM -}; -item FontFamily FontFamilyItem; - - - -enum FontPitch -{ -PITCH_DONTKNOW, -PITCH_FIXED, -PITCH_VARIABLE -}; -item FontPitch FontPitchItem; - - - -enum FontAlign -{ -ALIGN_TOP, -ALIGN_BASELINE, -ALIGN_BOTTOM -}; -item FontAlign FontAlignItem; - - - -enum FontWeight -{ -WEIGHT_DONTKNOW, -WEIGHT_THIN, -WEIGHT_ULTRALIGHT, -WEIGHT_LIGHT, -WEIGHT_SEMILIGHT, -WEIGHT_NORMAL, -WEIGHT_MEDIUM, -WEIGHT_SEMIBOLD, -WEIGHT_BOLD, -WEIGHT_ULTRABOLD, -WEIGHT_BLACK -}; -item FontWeight FontWeightItem; - - - -enum FontUnderline -{ -UNDERLINE_NONE, -UNDERLINE_SINGLE, -UNDERLINE_DOUBLE, -UNDERLINE_DOTTED -}; -item FontUnderline FontUnderlineItem; - - - -enum FontStrikeout -{ -STRIKEOUT_NONE, -STRIKEOUT_SINGLE, -STRIKEOUT_DOUBLE -}; -item FontStrikeout FontStrikeoutItem; - - - -enum FontItalic -{ -ITALIC_NONE, -ITALIC_OBLIQUE, -ITALIC_NORMAL -}; -item FontItalic FontItalicI
[Libreoffice-commits] core.git: sc/source
sc/source/core/inc/arraysumfunctor.hxx | 22 ++ sc/source/core/tool/interpr6.cxx | 10 ++ 2 files changed, 32 insertions(+) New commits: commit 4d67506dee347c3a3a290e1f52af91048c4318bc Author: Tor Lillqvist Date: Fri Feb 5 14:58:11 2016 +0200 tdf#97587: Treat plain NaNs as zero in the software interpreter for SUM The NaNs that have been stored in the arrays by ScColumn::FetchVectorRefArray() and other code correspond to empty cells. For the purpose of SUM they should be treated as zero. Change-Id: I8ac0c8afdf71da415ed120f9f8f6d51a8b5edb15 diff --git a/sc/source/core/inc/arraysumfunctor.hxx b/sc/source/core/inc/arraysumfunctor.hxx index 200fdc6..3955fd9 100644 --- a/sc/source/core/inc/arraysumfunctor.hxx +++ b/sc/source/core/inc/arraysumfunctor.hxx @@ -12,6 +12,7 @@ #define INCLUDED_SC_SOURCE_CORE_INC_ARRAYSUMFUNCTOR_HXX #include +#include #include #if defined(LO_SSE2_AVAILABLE) @@ -65,6 +66,27 @@ public: for (; i < mnSize; ++i) fSum += mpArray[i]; +// If the sum is a NaN, some of the terms were empty cells, probably. +// Re-calculate, carefully +if (!rtl::math::isFinite(fSum)) +{ +sal_uInt32 nErr = reinterpret_cast< sal_math_Double * >(&fSum)->nan_parts.fraction_lo; +if (nErr & 0x) +{ +fSum = 0; +for (i = 0; i < mnSize; i++) +{ +if (!rtl::math::isFinite(mpArray[i])) +{ +nErr = reinterpret_cast< const sal_math_Double * >(&mpArray[i])->nan_parts.fraction_lo; +if (!(nErr & 0x)) +fSum += mpArray[i]; // Let errors encoded as NaNs propagate ??? +} +else +fSum += mpArray[i]; +} +} +} return fSum; } diff --git a/sc/source/core/tool/interpr6.cxx b/sc/source/core/tool/interpr6.cxx index 27d88c8..306d81f 100644 --- a/sc/source/core/tool/interpr6.cxx +++ b/sc/source/core/tool/interpr6.cxx @@ -412,6 +412,16 @@ void IterateMatrix( case ifSUM: { ScMatrix::IterateResult aRes = pMat->Sum(bTextAsZero); +// If the first value is a NaN, it probably means it was an empty cell, +// and should be treated as zero. +if ( !rtl::math::isFinite(aRes.mfFirst) ) +{ +sal_uInt32 nErr = reinterpret_cast< sal_math_Double * >(&aRes.mfFirst)->nan_parts.fraction_lo; +if (nErr & 0x) +{ +aRes.mfFirst = 0; +} +} if ( fMem ) fRes += aRes.mfFirst + aRes.mfRest; else ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
[Libreoffice-commits] core.git: sc/source
sc/source/core/tool/scmatrix.cxx | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) New commits: commit a86f46ec138e0215c6c82200ab5aea35fdb217b2 Author: Tor Lillqvist Date: Fri Feb 5 15:01:48 2016 +0200 tdf#97369: Fix SUMming in the software interpreter GetRefRowSize() is not what we want, but GetArrayLength(). I think. At least helps in the sample document. (Need a hard recalc after loading it, though, but I assume that is expected.) Also, fix the handling of multiple columns in the area being summed. Change-Id: I21477ca83042a40a300bc033e4a8b74ab5fc3015 Reviewed-on: https://gerrit.libreoffice.org/22153 Reviewed-by: Tor Lillqvist Tested-by: Tor Lillqvist diff --git a/sc/source/core/tool/scmatrix.cxx b/sc/source/core/tool/scmatrix.cxx index a3a86d4..33879bc 100644 --- a/sc/source/core/tool/scmatrix.cxx +++ b/sc/source/core/tool/scmatrix.cxx @@ -3398,13 +3398,13 @@ ScMatrix::IterateResult ScVectorRefMatrix::Sum(bool bTextAsZero) const const std::vector& rArrays = mpToken->GetArrays(); size_t nDataSize = mnRowSize; -if (mnRowStart >= mpToken->GetRefRowSize()) +if (mnRowStart >= mpToken->GetArrayLength()) { return ScMatrix::IterateResult(0.0, 0.0, 0); } -else if (nDataSize > mpToken->GetRefRowSize() + mnRowStart) +else if (nDataSize > mpToken->GetArrayLength() + mnRowStart) { -nDataSize = mpToken->GetRefRowSize() - mnRowStart; +nDataSize = mpToken->GetArrayLength() - mnRowStart; } double mfFirst = 0.0; @@ -3435,11 +3435,10 @@ ScMatrix::IterateResult ScVectorRefMatrix::Sum(bool bTextAsZero) const } } p += i; -nDataSize -= i; -if (nDataSize == 0) +if (i == nDataSize) continue; -sc::ArraySumFunctor functor(p, nDataSize); +sc::ArraySumFunctor functor(p, nDataSize-i); mfRest += functor(); } ___ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
[Libreoffice-commits] core.git: android/source drawinglayer/source include/editeng qadevOOo/runner sfx2/source solenv/bin sw/source
android/source/AndroidManifest.xml |2 +- drawinglayer/source/primitive2d/metafileprimitive2d.cxx |2 +- include/editeng/editrids.hrc|2 +- qadevOOo/runner/lib/MultiPropertyTest.java |2 +- sfx2/source/appl/app.hrc|2 +- solenv/bin/concat-deps.c|2 +- sw/source/uibase/docvw/edtwin.cxx |2 +- 7 files changed, 7 insertions(+), 7 deletions(-) New commits: commit 6d68e88a0fc5a54bbb826379163bd0b9c6eae0fb Author: Andrea Gelmini Date: Sun Feb 7 22:36:07 2016 +0100 Fix typos Change-Id: I4586168d3af81f047a4ded59fc6d257f17554885 Reviewed-on: https://gerrit.libreoffice.org/22194 Tested-by: Jenkins Reviewed-by: jan iversen Tested-by: jan iversen diff --git a/android/source/AndroidManifest.xml b/android/source/AndroidManifest.xml index 25e8240..d9d8e1e 100644 --- a/android/source/AndroidManifest.xml +++ b/android/source/AndroidManifest.xml @@ -51,7 +51,7 @@ - + diff --git a/drawinglayer/source/primitive2d/metafileprimitive2d.cxx b/drawinglayer/source/primitive2d/metafileprimitive2d.cxx index 3931d19..24c30ea 100644 --- a/drawinglayer/source/primitive2d/metafileprimitive2d.cxx +++ b/drawinglayer/source/primitive2d/metafileprimitive2d.cxx @@ -3098,7 +3098,7 @@ namespace { // XGRAD_SEQ_BEGIN, XGRAD_SEQ_END should be supported since the // pure recorded paint of the gradients uses the XOR paint functionality -// ('trick'). This is (and will be) problematic with AntAliasing, so it's +// ('trick'). This is (and will be) problematic with AntiAliasing, so it's // better to use this info const MetaGradientExAction* pMetaGradientExAction = nullptr; bool bDone(false); diff --git a/include/editeng/editrids.hrc b/include/editeng/editrids.hrc index 4ae3d4c..e24bed8 100644 --- a/include/editeng/editrids.hrc +++ b/include/editeng/editrids.hrc @@ -341,7 +341,7 @@ #define RID_SVXITEMS_CHARHIDDEN_FALSE (RID_EDIT_START + 295) #define RID_SVXITEMS_CHARHIDDEN_TRUE(RID_EDIT_START + 296) -// strings for error messsages in dictionary updates +// strings for error messages in dictionary updates #define RID_SVXSTR_DIC_ERR_UNKNOWN (RID_EDIT_START + 297) #define RID_SVXSTR_DIC_ERR_FULL (RID_EDIT_START + 298) #define RID_SVXSTR_DIC_ERR_READONLY (RID_EDIT_START + 299) diff --git a/qadevOOo/runner/lib/MultiPropertyTest.java b/qadevOOo/runner/lib/MultiPropertyTest.java index c4521f3..8f34585 100644 --- a/qadevOOo/runner/lib/MultiPropertyTest.java +++ b/qadevOOo/runner/lib/MultiPropertyTest.java @@ -49,7 +49,7 @@ import com.sun.star.uno.Type; * * The testProperty() is called, when the MultiMethodTest's testing method * is not found in the subclass. So, by defining such methods for properties - * the standard testing behavioutr can be changed. + * the standard testing behaviour can be changed. * * The testing behaviour also can be changed by overriding compare(), * getNewVAlue() or toString(Object) methods, or by extending PropertyTester diff --git a/sfx2/source/appl/app.hrc b/sfx2/source/appl/app.hrc index 1b16e8c..fc06eda 100644 --- a/sfx2/source/appl/app.hrc +++ b/sfx2/source/appl/app.hrc @@ -111,7 +111,7 @@ #define RID_SVXSTR_GRAFIKLINK (RID_SFX_APP_START + 196) #define RID_SVXSTR_EDITGRFLINK (RID_SFX_APP_START + 197) -// strings for error messsages of OpenGraphics dialog +// strings for error messages of OpenGraphics dialog #define RID_SVXSTR_GRFILTER_OPENERROR (RID_SFX_APP_START + 198) #define RID_SVXSTR_GRFILTER_IOERROR (RID_SFX_APP_START + 199) #define RID_SVXSTR_GRFILTER_FORMATERROR (RID_SFX_APP_START + 200) diff --git a/solenv/bin/concat-deps.c b/solenv/bin/concat-deps.c index d15ed44..517e4d0 100644 --- a/solenv/bin/concat-deps.c +++ b/solenv/bin/concat-deps.c @@ -139,7 +139,7 @@ unsigned int result; } /* === - * memory pool for fast fix-size allocation (non-tread-safe) + * memory pool for fast fix-size allocation (non-thread-safe) * === */ struct pool diff --git a/sw/source/uibase/docvw/edtwin.cxx b/sw/source/uibase/docvw/edtwin.cxx index f651716..a32897c 100644 --- a/sw/source/uibase/docvw/edtwin.cxx +++ b/sw/source/uibase/docvw/edtwin.cxx @@ -1902,7 +1902,7 @@ KEYINPUT_CHECKTABLE_INSDEL: rSh.IsSttPara() && rSh.IsEndPara() ) eKeyState = KS_NumOff, eNextKeyState = KS_OutlineLvOff; -//RETURN for
[Bug 32364] Add a "filter" to Insert > Field > Other > Cross reference tab
https://bugs.documentfoundation.org/show_bug.cgi?id=32364 A (Andy) changed: What|Removed |Added CC||stgohi-lob...@yahoo.de OS|Linux (All) |All -- You are receiving this mail because: You are on the CC list for the bug. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice
[Bug 89657] The lang-pack installation mechanism on OSX unacceptable
https://bugs.documentfoundation.org/show_bug.cgi?id=89657 --- Comment #13 from Piet van Oostrum --- Approach 2 is the standard way these things are done on OS X: install additions in /Library/Application Support/LibreOffice. If they are version dependent, add a version directory to it. The problem of leftovers in this directory is the same for other applications, and these don't seem to bother. Or they provide an uninstaller. Or just tell the user to also delete that one directory. The same approach could be used for extensions that are installed for all users. At the moment this is quite messy, as IIRC they are still installed in a user directory, or maybe also somewhere in the application. -- You are receiving this mail because: You are on the CC list for the bug. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice
[Bug 89657] The lang-pack installation mechanism on OSX unacceptable
https://bugs.documentfoundation.org/show_bug.cgi?id=89657 --- Comment #14 from Tor Lillqvist --- LibreOffice as distributed in the Mac App Store comes with a set of user interface languages already. No separate lang-packs necessary. Just saying. -- You are receiving this mail because: You are on the CC list for the bug. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice