[Libreoffice-bugs] [Bug 100167] Cannot add subform in design view

2016-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100167

rob...@familiegrosskopf.de changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #7 from rob...@familiegrosskopf.de ---
(In reply to donotspam from comment #6)
> Created attachment 125517 [details]
> db with behaviour described in my comment at 2016-06-06 18:53:14 UTC

1. You have forgotten to set primary keys for the table "issue_cat". Open the
table for editing, mark both fields while pressing CTRL and set them both as
primary key.

2. You have to test your SQL-code. Copy the code of your subform to a query,
created in SQL-mode. This query couldn't be edited.
SELECT "issue_cat"."issue", "issue_cat"."cat", "cat"."catdescr" FROM
"issue_cat", "cat" WHERE "issue_cat"."cat" = "cat"."cat"

Now add "cat"."cat" to the query. This query could be edited, because the
primary keys of both tables will be content of the query.

3. You don't need this SQL-Code for the subform. You would need the table
"issue_cat" instead. From this table is only needed the field "cat". You have
to change this field to a listfield. This field will show "catdescr" instead of
"cat". So you could see the description and save the primary key.

I will add the changed database as attachment. I will also set this bug to
unconfirmed.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-commits] core.git: postprocess/CustomTarget_images.mk Repository.mk solenv/bin solenv/gbuild

2016-06-06 Thread David Tardon
 Repository.mk  |  110 +
 postprocess/CustomTarget_images.mk |   14 +---
 solenv/bin/packimages.pl   |   29 -
 solenv/gbuild/AllLangResTarget.mk  |5 +
 solenv/gbuild/Helper.mk|   17 +
 5 files changed, 151 insertions(+), 24 deletions(-)

New commits:
commit 397ad4d4b844d0c1a24fceb20cde460554b9910f
Author: David Tardon 
Date:   Sun Jun 5 08:19:30 2016 +0200

pass image lists using a response file

Change-Id: Ic00715edd1173ebb01ce5853e2835d71235fa4df

diff --git a/Repository.mk b/Repository.mk
index 858be89..a6b6912 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -908,4 +908,114 @@ $(eval $(call gb_ExternalExecutable_register_executables,\
xsltproc \
 ))
 
+# Resources
+$(eval $(call gb_Helper_register_resources,\
+   abp \
+   acc \
+   analysis \
+   avmedia \
+   $(call gb_Helper_optional,SCRIPTING,basctl) \
+   $(call gb_Helper_optional,DBCONNECTIVITY,bib) \
+   chartcontroller \
+   cnr \
+   cui \
+   date \
+   $(call gb_Helper_optional,DBCONNECTIVITY,\
+   dba \
+   dbmm \
+   dbp \
+   dbu \
+   ) \
+   dbw \
+   deployment \
+   deploymentgui \
+   dkt \
+   editeng \
+   eps \
+   eur \
+   for \
+   forui \
+   fps_office \
+   frm \
+   fwe \
+   gal \
+   imp \
+   ofa \
+   $(call gb_Helper_optional,DBCONNECTIVITY,pcr) \
+   pdffilter \
+   pricing \
+   rpt \
+   rptui \
+   $(call gb_Helper_optional,SCRIPTING,sb) \
+   sc \
+   scn \
+   sd \
+   sdbcl \
+   sdberr \
+   $(call gb_Helper_optional,DBCONNECTIVITY,sdbt) \
+   sfx \
+   sm \
+   $(if $(ENABLE_COINMP)$(ENABLE_LPSOLVE),solver) \
+   svl \
+   svt \
+   svx \
+   sw \
+   t602filter \
+   tpl \
+   upd \
+   $(if $(ENABLE_ONLINE_UPDATE),updchk) \
+   uui \
+   vcl \
+   writerperfect \
+   wzi \
+   xmlsec \
+   xsltdlg \
+))
+
+# UI configuration
+$(eval $(call gb_Helper_register_uiconfigs,\
+   cui \
+   $(call gb_Helper_optional,DBCONNECTIVITY,dbaccess) \
+   desktop \
+   filter \
+   formula \
+   fps \
+   $(call gb_Helper_optional,SCRIPTING,modules/BasicIDE) \
+   $(call gb_Helper_optional,DBCONNECTIVITY,\
+   modules/dbapp \
+   modules/dbbrowser \
+   modules/dbquery \
+   modules/dbrelation \
+   ) \
+   modules/dbreport \
+   $(call gb_Helper_optional,DBCONNECTIVITY,\
+   modules/dbtable \
+   modules/dbtdata \
+   ) \
+   modules/sabpilot \
+   $(call gb_Helper_optional,DBCONNECTIVITY,modules/sbibliography) \
+   modules/scalc \
+   modules/scanner \
+   modules/schart \
+   modules/sdraw \
+   modules/sglobal \
+   modules/simpress \
+   modules/smath \
+   $(call gb_Helper_optional,DBCONNECTIVITY,modules/spropctrlr) \
+   modules/StartModule \
+   modules/sweb \
+   modules/swform \
+   modules/swreport \
+   modules/swriter \
+   modules/swxform \
+   sfx \
+   svt \
+   svx \
+   $(if $(ENABLE_TELEPATHY),tubes) \
+   uui \
+   vcl \
+   writerperfect \
+   xmlsec \
+))
+
 # vim: set noet sw=4 ts=4:
diff --git a/postprocess/CustomTarget_images.mk 
b/postprocess/CustomTarget_images.mk
index 333e994..55bc715 100644
--- a/postprocess/CustomTarget_images.mk
+++ b/postprocess/CustomTarget_images.mk
@@ -29,24 +29,20 @@ $(packimages_DIR)/%.zip : \
$(packimages_DIR)/commandimagelist.ilst \
$(call gb_Helper_optional,HELP,$(helpimages_DIR)/helpimg.ilst) \
$(call gb_Helper_optional,DBCONNECTIVITY,$(if 
$(ENABLE_JAVA),$(SRCDIR)/connectivity/source/drivers/hsqldb/hsqlui.ilst)) \
-   $(call gb_Postprocess_get_target,AllResources) \
-   $(call gb_Postprocess_get_target,AllUIConfigs)
+   $(call gb_Helper_get_imagelists)
$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),PRL,2)
$(call gb_Helper_abbreviate_dirs, \
+   ILSTFILE=$(call var2file,$(shell $(gb_MKTEMP)),100,$(filter 
%.ilst,$^)) && \
$(PERL) $(SRCDIR)/solenv/bin/packimages.pl \
$(if $(DEFAULT_THEME),\
-g $(packimages_DIR) -m $(packimages_DIR) -c 
$(packimages_DIR),\
-g $(SRCDIR)/icon-themes/$(subst images_,,$*) 
-m $(SRCDIR)/icon-themes/$(subst images_,,$*) -c $(SRCDIR)/icon-themes/$(subst 
images_,,$*) \
) \
$(INDUSTRIAL_FALLBACK) \
-   $(call gb_Helper_optional,HELP,-l $(helpimages_DIR) ) \
-   -l $(packimages_DIR) \
-   -l $(dir 

[Libreoffice-bugs] [Bug 92024] Text Alignment is Changed when we change language

2016-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92024

--- Comment #15 from muthu  ---
Hi, 
With English + German combination, i did not face any issue.  It works fine. 
If needed, I will attach the document for that.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 92024] Text Alignment is Changed when we change language

2016-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92024

--- Comment #14 from muthu  ---
Created attachment 125526
  --> https://bugs.documentfoundation.org/attachment.cgi?id=125526=edit
With Ctrl+A and Ctrl+B

With Ctrl+A and Ctrl+B - Steps mentioned in the attachment itself

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 92024] Text Alignment is Changed when we change language

2016-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92024

--- Comment #13 from muthu  ---
Created attachment 125525
  --> https://bugs.documentfoundation.org/attachment.cgi?id=125525=edit
Before and After Ctrl+A and Ctrl+B

Without Ctrl+A and Ctrl+B - Steps mentioned in the attachment itself

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


Debugging specifics wrt visual studio

2016-06-06 Thread Akash Jain
I was having problems debugging with visual studio 2015, where even
with all the relevant modules loaded and their status being "Symbols
loaded", I was not able to set any breakpoints from the source file.
This was happening even in WinDbg. I wondered if the pdb files even
had the sources specified. So I found code for a tool which is
essentially a pdb parser. On building and running it on any of the pdb
files, I found that there were no sources for all the object files,
related to lo, in that module.
I then downloaded vs2013 and built with it. And on inspection of the
pdb files, I found that the sources were now being specified. I was
also able to debug properly.

Has anyone had similar experience with debugging in vs2015 without
vs2013 being installed on their system? Better still can anyone shed
some light on why this might be happening?

Regards,
autoit
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: vs2013 + Intel GPU = build failure on LO 4.4+

2016-06-06 Thread slacka
After
https://cgit.freedesktop.org/libreoffice/core/commit/?id=40b0b9ab7703a165295b008f47df14d2ec076fb1
LibreOffice can now be successfully built with VS 2013 again. 

Thanks Mark!



--
View this message in context: 
http://nabble.documentfoundation.org/vs2013-Intel-GPU-build-failure-on-LO-4-4-tp4185252p4185446.html
Sent from the Dev mailing list archive at Nabble.com.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


GSoC Week 2

2016-06-06 Thread Akash Jain
In the second week, I finished writing the new layout engine. Now I
begin integrating this layout engine calling it optionally and
modifying it accordingly.
I had requested for a feature branch in a previous mail on the list. I
am just going to put a link to it here:
http://nabble.documentfoundation.org/Feature-branch-request-td4185178.html

Regards,
autoit
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 100229] EDITING: Black squares appear in the input line instead of the numbers 4 and 9

2016-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100229

--- Comment #3 from Aron Budea  ---
This was the one I thought of: bug 94863. (also UNCONFIRMED, no useful extra
information in the report)

Actually, not much in common, even the black boxes are different, but both were
reported on Windows 10. Also, that one wasn't OpenGL-related, so if this one
disappears after disabling OpenGL, then they are certainly different issues.

There's also this post from reddit:
https://www.reddit.com/r/libreoffice/comments/4mt3yo/help_garbled_text_in_libre_calc/
That's on Windows 7.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 100211] Black background export to PDF renders incorrectly

2016-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100211

Bronson  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED

--- Comment #7 from Bronson  ---
ok, must be my pdf view then!

Thanks for checking that.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-commits] core.git: starmath/inc

2016-06-06 Thread Takeshi Abe
 starmath/inc/ElementsDockingWindow.hxx |2 -
 starmath/inc/document.hxx  |4 +-
 starmath/inc/edit.hxx  |2 -
 starmath/inc/node.hxx  |   56 -
 starmath/inc/smmod.hxx |4 +-
 starmath/inc/unomodel.hxx  |2 -
 starmath/inc/utility.hxx   |2 -
 starmath/inc/view.hxx  |2 -
 starmath/inc/visitors.hxx  |2 -
 9 files changed, 38 insertions(+), 38 deletions(-)

New commits:
commit 5012f694d46bd20263d2ceebc28143be1999c0fd
Author: Takeshi Abe 
Date:   Mon Jun 6 19:31:23 2016 +0900

starmath: Make ctors explicit

Change-Id: Ic1b7ce74f73bd41824e0af78675b4e18af32b1f5
Reviewed-on: https://gerrit.libreoffice.org/25960
Tested-by: Jenkins 
Reviewed-by: Takeshi Abe 

diff --git a/starmath/inc/ElementsDockingWindow.hxx 
b/starmath/inc/ElementsDockingWindow.hxx
index 2e32787..fd61025 100644
--- a/starmath/inc/ElementsDockingWindow.hxx
+++ b/starmath/inc/ElementsDockingWindow.hxx
@@ -109,7 +109,7 @@ class SmElementsControl : public Control
 void LayoutOrPaintContents(vcl::RenderContext *pContext = nullptr);
 
 public:
-SmElementsControl(vcl::Window *pParent);
+explicit SmElementsControl(vcl::Window *pParent);
 virtual ~SmElementsControl();
 virtual void dispose() override;
 
diff --git a/starmath/inc/document.hxx b/starmath/inc/document.hxx
index 03fac87..1b51926 100644
--- a/starmath/inc/document.hxx
+++ b/starmath/inc/document.hxx
@@ -72,7 +72,7 @@ class SmPrinterAccess
 VclPtr pPrinter;
 VclPtr pRefDev;
 public:
-SmPrinterAccess( SmDocShell  );
+explicit SmPrinterAccess( SmDocShell  );
 ~SmPrinterAccess();
 Printer* GetPrinter()  { return pPrinter.get(); }
 OutputDevice* GetRefDev()  { return pRefDev.get(); }
@@ -149,7 +149,7 @@ private:
 static void InitInterface_Impl();
 
 public:
-SmDocShell( SfxModelFlags i_nSfxCreationFlags );
+explicit SmDocShell( SfxModelFlags i_nSfxCreationFlags );
 virtual ~SmDocShell();
 
 static void LoadSymbols();
diff --git a/starmath/inc/edit.hxx b/starmath/inc/edit.hxx
index c33dbb9..85d4293 100644
--- a/starmath/inc/edit.hxx
+++ b/starmath/inc/edit.hxx
@@ -83,7 +83,7 @@ class SmEditWindow : public vcl::Window, public 
DropTargetHelper
 void UpdateStatus(bool bSetDocModified = false);
 
 public:
-SmEditWindow(SmCmdBoxWindow& rMyCmdBoxWin);
+explicit SmEditWindow(SmCmdBoxWindow& rMyCmdBoxWin);
 virtual ~SmEditWindow();
 virtual void dispose() override;
 
diff --git a/starmath/inc/node.hxx b/starmath/inc/node.hxx
index 00b457d..9e09269 100644
--- a/starmath/inc/node.hxx
+++ b/starmath/inc/node.hxx
@@ -380,7 +380,7 @@ class SmRectangleNode : public SmGraphicNode
 Size  aToSize;
 
 public:
-SmRectangleNode(const SmToken )
+explicit SmRectangleNode(const SmToken )
 :   SmGraphicNode(NRECTANGLE, rNodeToken)
 {}
 
@@ -405,7 +405,7 @@ class SmPolyLineNode : public SmGraphicNode
 longnWidth;
 
 public:
-SmPolyLineNode(const SmToken );
+explicit SmPolyLineNode(const SmToken );
 
 long GetWidth() const { return nWidth; }
 tools::Polygon () { return aPoly; }
@@ -497,7 +497,7 @@ protected:
 SmSpecialNode(SmNodeType eNodeType, const SmToken , sal_uInt16 
_nFontDesc);
 
 public:
-SmSpecialNode(const SmToken );
+explicit SmSpecialNode(const SmToken );
 
 virtual void Prepare(const SmFormat , const SmDocShell ) 
override;
 virtual void Arrange(OutputDevice , const SmFormat ) override;
@@ -518,7 +518,7 @@ public:
 class SmGlyphSpecialNode : public SmSpecialNode
 {
 public:
-SmGlyphSpecialNode(const SmToken )
+explicit SmGlyphSpecialNode(const SmToken )
 :   SmSpecialNode(NGLYPH_SPECIAL, rNodeToken, FNT_MATH)
 {}
 
@@ -543,7 +543,7 @@ protected:
 }
 
 public:
-SmMathSymbolNode(const SmToken );
+explicit SmMathSymbolNode(const SmToken );
 
 virtual void AdaptToX(OutputDevice , sal_uLong nWidth) override;
 virtual void AdaptToY(OutputDevice , sal_uLong nHeight) override;
@@ -564,7 +564,7 @@ public:
 class SmMathIdentifierNode : public SmMathSymbolNode
 {
 public:
-SmMathIdentifierNode(const SmToken )
+explicit SmMathIdentifierNode(const SmToken )
 :   SmMathSymbolNode(NMATHIDENT, rNodeToken) {}
 };
 
@@ -580,7 +580,7 @@ class SmRootSymbolNode : public SmMathSymbolNode
 sal_uLong  nBodyWidth;  // width of body (argument) of root sign
 
 public:
-SmRootSymbolNode(const SmToken )
+explicit SmRootSymbolNode(const SmToken )
 : SmMathSymbolNode(NROOTSYMBOL, rNodeToken)
 , nBodyWidth(0)
 {
@@ -607,7 +607,7 @@ class SmDynIntegralSymbolNode : public SmMathSymbolNode
 
 
 public:
-SmDynIntegralSymbolNode(const SmToken )
+explicit SmDynIntegralSymbolNode(const SmToken )
 :   

[Libreoffice-commits] core.git: Branch 'libreoffice-5-2' - icon-themes/galaxy include/sfx2 sfx2/source

2016-06-06 Thread Akshay Deep
 icon-themes/galaxy/res/templatestar.png  |binary
 include/sfx2/templateabstractview.hxx|4 +++
 include/sfx2/templateviewitem.hxx|8 --
 sfx2/source/control/templateabstractview.cxx |   35 +++
 sfx2/source/control/templateview.hrc |1 
 sfx2/source/control/templateview.src |5 +++
 sfx2/source/control/templateviewitem.cxx |   26 +++-
 sfx2/source/doc/templatedlg.cxx  |5 +++
 8 files changed, 81 insertions(+), 3 deletions(-)

New commits:
commit 58ac1f9e3f99493e41ad2750ea0c3d2ba7f43d28
Author: Akshay Deep 
Date:   Thu Jun 2 16:06:12 2016 +0530

Mark Default Templates in Template Manager

Reviewed-on: https://gerrit.libreoffice.org/25816
Tested-by: Jenkins 
Reviewed-by: Samuel Mehrbrodt 

Conflicts:
include/sfx2/templateviewitem.hxx

Change-Id: I1dff486605efce09e862d2924b24949601ae0f17
Reviewed-on: https://gerrit.libreoffice.org/25974
Reviewed-by: Akshay Deep 
Tested-by: Jenkins 

diff --git a/icon-themes/galaxy/res/templatestar.png 
b/icon-themes/galaxy/res/templatestar.png
new file mode 100644
index 000..96bf3cb
Binary files /dev/null and b/icon-themes/galaxy/res/templatestar.png differ
diff --git a/include/sfx2/templateabstractview.hxx 
b/include/sfx2/templateabstractview.hxx
index c9f1a33..33c9a74 100644
--- a/include/sfx2/templateabstractview.hxx
+++ b/include/sfx2/templateabstractview.hxx
@@ -117,6 +117,8 @@ public:
 long getThumbnailWidth() const  { return mnThumbnailWidth;}
 long getThumbnailHeight() const {return mnThumbnailHeight;}
 
+void RemoveDefaultTemplateIcon( OUString rPath);
+
 static BitmapEx scaleImg (const BitmapEx , long width, long height);
 
 static BitmapEx getDefaultThumbnail( const OUString& rPath );
@@ -127,6 +129,8 @@ protected:
 
 virtual void OnItemDblClicked(ThumbnailViewItem *pItem) override;
 
+bool IsDefaultTemplate(const OUString& rPath);
+
 protected:
 
 sal_uInt16 mnCurRegionId;
diff --git a/include/sfx2/templateviewitem.hxx 
b/include/sfx2/templateviewitem.hxx
index c7e1b93..10d4634 100644
--- a/include/sfx2/templateviewitem.hxx
+++ b/include/sfx2/templateviewitem.hxx
@@ -24,6 +24,10 @@ public:
 
 const OUString& getPath () const { return maPath; }
 
+void showDefaultIcon(bool bVal) { mbIsDefaultTemplate = bVal; }
+
+Rectangle getDefaultIconArea() const;
+
 virtual void Paint (drawinglayer::processor2d::BaseProcessor2D *pProcessor,
 const ThumbnailItemAttributes *pAttrs) override;
 
@@ -33,8 +37,8 @@ public:
 private:
 
 OUString maPath;
-
-Point maSubTitlePos;
+BitmapEx maDefaultBitmap;
+bool mbIsDefaultTemplate;
 };
 
 #endif // INCLUDED_SFX2_TEMPLATEVIEWITEM_HXX
diff --git a/sfx2/source/control/templateabstractview.cxx 
b/sfx2/source/control/templateabstractview.cxx
index 2d6409b..1d78e3f 100644
--- a/sfx2/source/control/templateabstractview.cxx
+++ b/sfx2/source/control/templateabstractview.cxx
@@ -13,9 +13,11 @@
 #include 
 #include 
 #include 
+#include 
 #include 
 #include 
 #include 
+#include 
 
 #include 
 #include 
@@ -34,6 +36,7 @@
 
 using namespace basegfx;
 using namespace drawinglayer::primitive2d;
+using namespace ::com::sun::star::uno;
 
 bool ViewFilter_Application::isFilteredExtension(FILTER_APPLICATION filter, 
const OUString )
 {
@@ -149,6 +152,9 @@ void TemplateAbstractView::insertItems(const 
std::vector
 pChild->setHelpText(pCur->aRegionName);
 pChild->maPreview1 = pCur->aThumbnail;
 
+if(IsDefaultTemplate(pCur->aPath))
+pChild->showDefaultIcon(true);
+
 if ( pCur->aThumbnail.IsEmpty() )
 {
 // Use the default thumbnail if we have nothing else
@@ -268,6 +274,35 @@ BitmapEx TemplateAbstractView::scaleImg (const BitmapEx 
, long width, long
 return aImg;
 }
 
+bool TemplateAbstractView::IsDefaultTemplate(const OUString& rPath)
+{
+SvtModuleOptions aModOpt;
+std::vector aList;
+const css::uno::Sequence  = 
aModOpt.GetAllServiceNames();
+
+for( sal_Int32 i=0, nCount = aServiceNames.getLength(); i < nCount; ++i )
+{
+const OUString defaultPath = SfxObjectFactory::GetStandardTemplate( 
aServiceNames[i] );
+if(defaultPath.match(rPath))
+return true;
+}
+
+return false;
+}
+
+void TemplateAbstractView::RemoveDefaultTemplateIcon( OUString rPath)
+{
+for (ThumbnailViewItem* pItem : mItemList)
+{
+TemplateViewItem* pViewItem = dynamic_cast(pItem);
+if(pViewItem->getPath().match(rPath))
+{
+pViewItem->showDefaultIcon(false);
+return;
+}
+}
+}
+
 BitmapEx TemplateAbstractView::getDefaultThumbnail( const OUString& rPath )
 {
 BitmapEx aImg;
diff --git 

[Libreoffice-bugs] [Bug 100248] New: Scrolling upwards the Insert menu, Writer crash

2016-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100248

Bug ID: 100248
   Summary: Scrolling upwards the Insert menu, Writer crash
   Product: LibreOffice
   Version: 5.2.0.0.beta1
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rgb.m...@gmail.com

Created attachment 125524
  --> https://bugs.documentfoundation.org/attachment.cgi?id=125524=edit
Short screencast portraying the problem

On 5.2 beta 1, 64 bits, running on openSUSE 13.2 try the following:

1- Open the Insert menu
2- Put the cursor at the end of the menu and wait until it scrolls to show the
remaining options
3- Now move the cursor to the beginning of the menu to make it scrolls upwards

Result:
The "scroll upwards" do not work and as soon as you move the pointer outside
the menu Writer crashes and starts the recovery process. See the attached
screencast.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-commits] core.git: Branch 'feature/fixes23' -

2016-06-06 Thread László Németh
 0 files changed

New commits:
commit 3e572ec3f6fe295272dd9fa539e55d756767fdd9
Author: László Németh 
Date:   Mon Jun 6 23:57:21 2016 +0200

empty commit (repeat)

Change-Id: I344c435bceb1930641ad52a3626d4d7eabc817a1
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 100247] New: Tools → Autotext p =?UTF-8?Q?rovides=20a=20?="broken" window + hight CPU usage

2016-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100247

Bug ID: 100247
   Summary: Tools → Autotext provides a "broken" window + hight
CPU usage
   Product: LibreOffice
   Version: 5.2.0.0.beta1
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rgb.m...@gmail.com

Created attachment 125523
  --> https://bugs.documentfoundation.org/attachment.cgi?id=125523=edit
Screen shot of the "broken" autotext window

On 5.2 beta 1 64 bits running on openSUSE 13.2, when I go to Tools → Autotext I
get a "broken" window that just displays random (and sometimes repeated) bits
of whatever was there when the window was opened. See the attached screenshot.
In addition to that, after a few seconds Writer starts to use more and more CPU
passing from almost nothing to more than 25%. When the autotext window is
closed CPU usage returns to normal values.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 100211] Black background export to PDF renders incorrectly

2016-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100211

MM  changed:

   What|Removed |Added

 Status|REOPENED|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #6 from MM  ---
Unconfirmed with v5.2.0.0a1 under ubuntu 16.04 x64.
Also, there's no stripe in the supplied pdf. Tested with Atril doc viewer/adobe
reader/opera dev/firefox.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 100246] New: ODG graphic copied to Writer moves on file load, if vertical position is set to "Top"

2016-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100246

Bug ID: 100246
   Summary: ODG graphic copied to Writer moves on file load, if
vertical position is set to "Top"
   Product: LibreOffice
   Version: 5.0.6.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: kolafl...@kolahilft.de

Created attachment 125522
  --> https://bugs.documentfoundation.org/attachment.cgi?id=125522=edit
example file

I created a ODG graphic in Draw and copied it to an ODT document in Writer. I
right clicked it, choose "Position and size" and set the vertical position to
"Top".
After saving, closing and reloading the file, the graphic wasn't at "Top"
anymore. Instead it was at was at "From Top" 0.86 cm.
If I set the graphic to "From Top" 0 cm the same happends.
If I set "From Top" 0.01 cm the graphic will be at 0.87 cm. So the position
seems to be changed relatively to the old one.

There's something else strange:
If I open the document and close it right again, LibreOffice asks me if I want
to save ("Save Document?" dialog). But I didn't changed anything!?


The attached document is taken from a much bigger document where I ran into
that problem.

The problem magically disappears if I remove any of the lines above. Sadly this
isn't so easy in the bigger document in which I experienced the problem for the
first time.
Interestingly this also makes the "Save Document?" not appear (if I open and
close without making changes). This makes me guess, there is some connection
and that the graphic is maybe "moved" automatically by LibreOffice after
opening, so LibreOffice asks me to save that change.


System configuration:
openSUSE 13.2 Linux, 64 bit, german


Tested with the following LibreOffice versions:

5.1.3.2
http://download.opensuse.org/repositories/LibreOffice:/5.1/openSUSE_13.2/

5.1.3.2
https://download.documentfoundation.org/libreoffice/stable/5.1.3/rpm/x86_64/LibreOffice_5.1.3_Linux_x86-64_rpm.tar.gz
https://download.documentfoundation.org/libreoffice/stable/5.1.3/rpm/x86_64/LibreOffice_5.1.3_Linux_x86-64_rpm_langpack_de.tar.gz

5.0.6.3
https://download.documentfoundation.org/libreoffice/stable/5.0.6/rpm/x86_64/LibreOffice_5.0.6_Linux_x86-64_rpm.tar.gz
https://download.documentfoundation.org/libreoffice/stable/5.0.6/rpm/x86_64/LibreOffice_5.0.6_Linux_x86-64_rpm_langpack_de.tar.gz


--


By the way:
I feel like those problems increased since the LibreOffice versions released in
the last year. You might put a better eye on code quality!
LibreOffice also seems to crash more often, especially when handling graphics.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-commits] core.git: svtools/source

2016-06-06 Thread Damjan Jovanovic
 svtools/source/filter/exportdialog.cxx |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit b3f1afc28fa537e6d4ff15de457a4a9dc4af809e
Author: Damjan Jovanovic 
Date:   Sun Jun 5 12:51:04 2016 +

#i124867#: jpg options shows initially wrong estimated file size

File main/svtools/source/filter/exportdialog.cxx

ExportDialog::GetGraphicStream() creates the compressed file from which the
file size is obtained, calling GetFilterData() to obtain the properties used
to save it. GetFilterData() returns image properties, like JPEG colormode
and quality, PNG compression/interlacing/translucence, BMP color and RLE
coding, etc. In the case of JPEG, the quality is read from
maSbCompression.GetThumbPos().

The problem is that in ExportDialog::updateControls(),
maSbCompression.SetThumbPos() is called AFTER GetGraphicStream(), meaning
the stream is created with the old thumb position.

This patches it to call GetGraphicStream() later, immediately before using
that stream, so that its properties such as compression are updated first
and the size is calculated correctly.

Reported by: myspaces at hotmail dot fr
Patch by: me

(cherry picked from commit 48cf17d5fac7e77aa82caa454cd0f26cd10faaa0)

diff --git a/svtools/source/filter/exportdialog.cxx 
b/svtools/source/filter/exportdialog.cxx
index 5c06d6a..6473791 100644
--- a/svtools/source/filter/exportdialog.cxx
+++ b/svtools/source/filter/exportdialog.cxx
@@ -835,8 +835,6 @@ static OUString ImpValueOfInKB( const sal_Int64& rVal )
 
 void ExportDialog::updateControls()
 {
-GetGraphicStream();
-
 // Size Controls
 if ( !mbIsPixelFormat )
 {
@@ -886,6 +884,8 @@ void ExportDialog::updateControls()
 if (mpSbCompression && mpSbCompression->IsVisible() && mpNfCompression)
 mpSbCompression->SetThumbPos(mpNfCompression->GetValue());
 
+GetGraphicStream();
+
 // updating estimated size
 sal_Int64 nRealFileSize( mpTempStream->Tell() );
 if ( mbIsPixelFormat )
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 100245] New: Can't put picture into background permanently ( after reloading file)

2016-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100245

Bug ID: 100245
   Summary: Can't put picture into background permanently (after
reloading file)
   Product: LibreOffice
   Version: 5.0.6.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: kolafl...@kolahilft.de

Created attachment 125521
  --> https://bugs.documentfoundation.org/attachment.cgi?id=125521=edit
example file

I tried to annotate a picture with numbers to describe them in the text below
the picture. For that I right-clicked the picture and choose "Arrange -> Send
to Back". For the moment that worked fine. But after saving, closing and
reloading the file, the numbers where behind the picture. This happened again
after each reload.


The attached document is taken from a much bigger document where I ran into
that problem.

The attached document contains two pictures. First is an SVG graphic (showing
the official SVG logo). If I remove it, the bug disappears!?!?

The second picture (the one with the kangaroos) is the one affected by the bug.
Try to send it to background to see the numbers behind it, save, close and
reload the file and the kangaroo picture will jump back into foreground.


System configuration:
openSUSE 13.2 Linux, 64 bit, german


Tested with the following LibreOffice versions:

5.1.3.2
http://download.opensuse.org/repositories/LibreOffice:/5.1/openSUSE_13.2/

5.1.3.2
https://download.documentfoundation.org/libreoffice/stable/5.1.3/rpm/x86_64/LibreOffice_5.1.3_Linux_x86-64_rpm.tar.gz
https://download.documentfoundation.org/libreoffice/stable/5.1.3/rpm/x86_64/LibreOffice_5.1.3_Linux_x86-64_rpm_langpack_de.tar.gz

5.0.6.3
https://download.documentfoundation.org/libreoffice/stable/5.0.6/rpm/x86_64/LibreOffice_5.0.6_Linux_x86-64_rpm.tar.gz
https://download.documentfoundation.org/libreoffice/stable/5.0.6/rpm/x86_64/LibreOffice_5.0.6_Linux_x86-64_rpm_langpack_de.tar.gz

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 99866] EDITING: File save as xlsx Conditional formatting not saved in excel and give error

2016-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99866

m.a.riosv  changed:

   What|Removed |Added

 CC||aerm...@gmail.com

--- Comment #8 from m.a.riosv  ---
*** Bug 100237 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 100237] FILESAVE: Conditional formatting using .xlsx not saved

2016-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100237

m.a.riosv  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||miguelangelrv@libreoffice.o
   ||rg
 Resolution|--- |DUPLICATE

--- Comment #1 from m.a.riosv  ---


*** This bug has been marked as a duplicate of bug 99866 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 48140] Remove uno calls from xlsx import

2016-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=48140

--- Comment #10 from Bartosz Kosiorek  ---
I would like to convert UNO calls for  uno::Reference.
How I could find corresponding methods/class names, which I could use as a
replacement of XDatabaseRange ?

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 100244] New: Pivot table seems to cause massive memory leak

2016-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100244

Bug ID: 100244
   Summary: Pivot table seems to cause massive memory leak
   Product: LibreOffice
   Version: 5.1.3.2 release
  Hardware: x86-64 (AMD64)
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: linuxo...@gmail.com

Created attachment 125520
  --> https://bugs.documentfoundation.org/attachment.cgi?id=125520=edit
ods with pivot table that causes memory leak

Refreshing the pivot table in the attached file causes LO memory consumption to
spike.  Similar results between Windows 10 and Ubuntu 14.04 on the 5.1.3.2
release.

Warning:  Be prepared to kill LO when you refresh this pivot table!  If you
have a system with LOTS of memory, it will eventually refresh - for me,
resident memory reaches 0.05t with virtual over 52g (on linux "top").

A strange/temporary "fix" is to "Edit Layout.." and remove column "item_num"
*prior* to Refreshing pivot table.  OR remove the "Data Fields" where a
"Difference From" display option is set.

Note:  The source range is only 8300 rows by 12 columns, so not "huge" by any
means.

My guess is that its some combination of "Row fields" and the "Difference From"
that I'm using in the "Data Fields" that is causing the issue.

-Bob

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 100240] Windows version stopped being notified of updates

2016-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100240

--- Comment #3 from V Stuart Foote  ---
Right you are. Sorry, I missed the first post of the ML thread and only saw
5.1.1.2 -> 5.1.2.2, rather than the Version: 5.1.2.1 (x64)
Build ID: 2603b69c5ec5981bb5f053f8ebfd1f3de00a4c29

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-commits] core.git: Branch 'libreoffice-5-2' - svx/source

2016-06-06 Thread Michael Stahl
 svx/source/dialog/crashreportdlg.cxx |   12 
 1 file changed, 12 deletions(-)

New commits:
commit fa4298e9b649e21d9fb309d66fabce89813143d4
Author: Michael Stahl 
Date:   Mon Jun 6 15:13:44 2016 +0200

svx: -Werror=unused-function

Change-Id: Ifa7e36e44ac1f2bdfb91e9b4bf29e7436dc68509
(cherry picked from commit 55a07417c8df1f451cac33d5dfc6a2ef450fa544)
Reviewed-on: https://gerrit.libreoffice.org/25977
Reviewed-by: Michael Stahl 
Tested-by: Michael Stahl 

diff --git a/svx/source/dialog/crashreportdlg.cxx 
b/svx/source/dialog/crashreportdlg.cxx
index 00dcedd..8cb5c29 100644
--- a/svx/source/dialog/crashreportdlg.cxx
+++ b/svx/source/dialog/crashreportdlg.cxx
@@ -48,18 +48,6 @@ void CrashReportDialog::dispose()
 Dialog::dispose();
 }
 
-namespace {
-
-OUString getLibDir()
-{
-OUString aOriginal = "$BRAND_BASE_DIR/" LIBO_LIBEXEC_FOLDER;
-rtl::Bootstrap::expandMacros(aOriginal);
-
-return aOriginal;
-}
-
-}
-
 IMPL_LINK_TYPED(CrashReportDialog, BtnHdl, Button*, pBtn, void)
 {
 if (pBtn == mpBtnSend.get())
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'libreoffice-5-2' - opencl/source

2016-06-06 Thread Mark Hung
 opencl/source/opencl_device.cxx |   11 ---
 opencl/source/openclwrapper.cxx |2 ++
 2 files changed, 10 insertions(+), 3 deletions(-)

New commits:
commit d171f3670b6726772934730024051d1534796ad5
Author: Mark Hung 
Date:   Fri May 13 19:58:18 2016 +0800

Ensure that OpenCL device id returned from getDeviceSelection() is valid.

Change-Id: I756bb57d471db3d3ca1d9c3733d359c7c16b4e66
Reviewed-on: https://gerrit.libreoffice.org/24959
Tested-by: Jenkins 
Reviewed-by: Mark Page 
Reviewed-by: Tomaž Vajngerl 
(cherry picked from commit 40b0b9ab7703a165295b008f47df14d2ec076fb1)
Reviewed-on: https://gerrit.libreoffice.org/25962
Reviewed-by: Michael Stahl 
Tested-by: Michael Stahl 

diff --git a/opencl/source/opencl_device.cxx b/opencl/source/opencl_device.cxx
index db143e3..9c91d70 100644
--- a/opencl/source/opencl_device.cxx
+++ b/opencl/source/opencl_device.cxx
@@ -636,10 +636,15 @@ ds_device getDeviceSelection(
 }
 
 /* Final device selection */
-selectedDevice = aProfile->devices[bestDeviceIdx];
-bIsDeviceSelected = true;
+if (bestDeviceIdx >=0 && static_cast< 
std::vector::size_type> ( bestDeviceIdx ) < aProfile->devices.size() 
)
+{
+selectedDevice = aProfile->devices[bestDeviceIdx];
+bIsDeviceSelected = true;
 
-writeDevicesLog(aProfile, sProfilePath, bestDeviceIdx);
+writeDevicesLog(aProfile, sProfilePath, bestDeviceIdx);
+} else {
+selectedDevice.eType = DeviceType::NativeCPU;
+}
 }
 return selectedDevice;
 }
diff --git a/opencl/source/openclwrapper.cxx b/opencl/source/openclwrapper.cxx
index 1655cb6..ab65091 100644
--- a/opencl/source/openclwrapper.cxx
+++ b/opencl/source/openclwrapper.cxx
@@ -703,6 +703,8 @@ bool switchOpenCLDevice(const OUString* pDevice, bool 
bAutoSelect, bool bForceEv
 OUString path;
 osl::FileBase::getSystemPathFromFileURL(url,path);
 ds_device aSelectedDevice = getDeviceSelection(path, bForceEvaluation);
+if ( aSelectedDevice.eType != DeviceType::OpenCLDevice)
+return false;
 pDeviceId = aSelectedDevice.aDeviceID;
 
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Re: [GSoC] Weekly Report #2 - Toolbars infrastructure via .ui files

2016-06-06 Thread Jan Holesovsky
Hi Szymon,

Szymon Kłos píše v Po 06. 06. 2016 v 20:48 +0200:

> This week I made possible reusing controls from Slide Transition Pane.
> I had some problems with early initialization. Similar problem I met in
> the paragraph spacing controller which I didn't finished yet.

Great stuff, thank you! :-)  Are you stuck on this problem (and need any
help), or after having finished the slide transition pane you know what
to do for paragraph spacing?

If stuck - can you describe us the problem?

All the best,
Kendy

___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 100240] Windows version stopped being notified of updates

2016-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100240

Pedro  changed:

   What|Removed |Added

Version|5.1.2.2 release |5.1.2.1 rc

--- Comment #2 from Pedro  ---
Stuart, the Version box is for the Earliest affected and 5.1.2.1rc is affected.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-commits] core.git: offapi/com offapi/UnoApi_offapi.mk sc/inc sc/source

2016-06-06 Thread Eike Rathke
 offapi/UnoApi_offapi.mk  |1 
 offapi/com/sun/star/sheet/DataPilotFieldFilter.idl   |   14 +
 offapi/com/sun/star/sheet/DataPilotSourceMembers.idl |4 
 offapi/com/sun/star/sheet/XMembersAccess.idl |   56 +++
 offapi/com/sun/star/sheet/XMembersSupplier.idl   |5 
 sc/inc/dapiuno.hxx   |3 
 sc/inc/dpcache.hxx   |   12 +
 sc/inc/dpobject.hxx  |5 
 sc/inc/dpresfilter.hxx   |7 
 sc/inc/dptabdat.hxx  |2 
 sc/inc/dptabres.hxx  |2 
 sc/inc/dptabsrc.hxx  |   14 +
 sc/source/core/data/dpcache.cxx  |   70 -
 sc/source/core/data/dpobject.cxx |  143 ---
 sc/source/core/data/dpoutput.cxx |6 
 sc/source/core/data/dpresfilter.cxx  |   56 +--
 sc/source/core/data/dpsave.cxx   |6 
 sc/source/core/data/dptabdat.cxx |4 
 sc/source/core/data/dptabres.cxx |   18 +-
 sc/source/core/data/dptabsrc.cxx |   60 +--
 sc/source/core/tool/interpr2.cxx |   20 ++
 sc/source/filter/excel/xepivot.cxx   |2 
 sc/source/ui/unoobj/dapiuno.cxx  |6 
 23 files changed, 406 insertions(+), 110 deletions(-)

New commits:
commit f88f6bcfce233c336c9025d466c5c2fb0b671de3
Author: Eike Rathke 
Date:   Mon Jun 6 19:29:18 2016 +0200

Resolves: tdf#35247 introduce a locale independent numeric field filter

... that tries to match a locale independent query string.

Going via string queries is likely only necessary for the ugly
alternative "fieldname[member]" syntax, if it is actually unnecessary
for the field1,item1,... syntax needs to be evaluated and if so a
distinct GetPivotData() function evaluating numeric contraints as well
could be introduced.

Change-Id: I2c1fc81c1022b0bba5eef8d86c0c815bb6e31f2d
Reviewed-on: https://gerrit.libreoffice.org/25975
Tested-by: Jenkins 
Reviewed-by: Eike Rathke 

diff --git a/offapi/UnoApi_offapi.mk b/offapi/UnoApi_offapi.mk
index ad793bd..abaeea5 100644
--- a/offapi/UnoApi_offapi.mk
+++ b/offapi/UnoApi_offapi.mk
@@ -3501,6 +3501,7 @@ $(eval $(call 
gb_UnoApi_add_idlfiles,offapi,com/sun/star/sheet,\
XLabelRange \
XLabelRanges \
XLevelsSupplier \
+   XMembersAccess \
XMembersSupplier \
XMultiFormulaTokens \
XMultipleOperation \
diff --git a/offapi/com/sun/star/sheet/DataPilotFieldFilter.idl 
b/offapi/com/sun/star/sheet/DataPilotFieldFilter.idl
index 66ca976..c41cf39 100644
--- a/offapi/com/sun/star/sheet/DataPilotFieldFilter.idl
+++ b/offapi/com/sun/star/sheet/DataPilotFieldFilter.idl
@@ -29,7 +29,19 @@ struct DataPilotFieldFilter
 /** Field name. */
 string FieldName;
 
-/** String value that needs to match against. */
+/** String value that needs to match against, locale dependent.
+
+ This is the value as name/label as also displayed in the
+filter popup dialog, maybe formatted by user applied number
+formats. 
+ */
+string MatchValueName;
+
+/** String value that needs to match against, locale independent.
+
+ This is the underlying value formatted in a standardized
+way, for example ISO 8601 -MM-DD for dates.
+ */
 string MatchValue;
 };
 
diff --git a/offapi/com/sun/star/sheet/DataPilotSourceMembers.idl 
b/offapi/com/sun/star/sheet/DataPilotSourceMembers.idl
index d928a811..4e113ca 100644
--- a/offapi/com/sun/star/sheet/DataPilotSourceMembers.idl
+++ b/offapi/com/sun/star/sheet/DataPilotSourceMembers.idl
@@ -20,7 +20,7 @@
 #ifndef __com_sun_star_sheet_DataPilotSourceMembers_idl__
 #define __com_sun_star_sheet_DataPilotSourceMembers_idl__
 
-#include 
+#include 
 
 
 module com {  module sun {  module star {  module sheet {
@@ -38,7 +38,7 @@ service DataPilotSourceMembers
 
 @see com::sun::star::sheet::DataPilotSourceMember
  */
-interface com::sun::star::container::XNameAccess;
+interface com::sun::star::sheet::XMembersAccess;
 
 };
 
diff --git a/offapi/com/sun/star/sheet/XMembersAccess.idl 
b/offapi/com/sun/star/sheet/XMembersAccess.idl
new file mode 100644
index 000..98494ce
--- /dev/null
+++ b/offapi/com/sun/star/sheet/XMembersAccess.idl
@@ -0,0 +1,56 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+/*
+ * 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/.
+ */
+

[Libreoffice-bugs] [Bug 100243] New: System freezes when attepmting to print

2016-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100243

Bug ID: 100243
   Summary: System freezes when attepmting to print
   Product: LibreOffice
   Version: 5.1.2.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: hans-dieter.dre...@freenet.de

Open a new or existing document, select "print..." from the menu.
A faint transparent window frame titled "Ausdruck" (print result in German)
displays, system immediately completely FREEZES (not even mouse can't be
moved), fan gets louder.
And that's it. I need to switch off the PC pressing the power button for 5 sec.
(not even normal shutdown possible).
Print preview works as expected (as long as not attempting to actually print).
Normal Libre Office install without any specials:

Version: 5.1.2.2 (x64)
Build-ID: d3bf12ecb743fc0d20e0be0c58ca359301eb705f
CPU-Threats: 4; BS-Version: Windows 6.19; UI-Render: GL; 
Gebietsschema: de-DE (de_DE)

Using a normal user account (no admin).
Hardware: Medion Akoya E6424 notebook
OS: Windows 10 Home 1511 (German), Build 10586.318, no printer attached
(Microsoft XPS Document writer is standard printer).
Event log does not show any entries related to the freeze (nothing concerning
Libre Office or Java).
Printing using Notepad works as expected, so it's unlikely to be a printer
driver problem imo.

Expired version of McAffee virus scanner and active version of Avira free
anti-virus installed on PC.

I'm surprised: How can an application completely freeze the OS like this?
IMO the problem must be closely related to my hard-/software (otherwise it
should have shown more often),
so if I can help finding the bug, please let me know (I'm a programmer myself).

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 100240] Windows version stopped being notified of updates

2016-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100240

V Stuart Foote  changed:

   What|Removed |Added

 CC||cl...@documentfoundation.or
   ||g
  Component|LibreOffice |Installation
Version|5.1.2.1 rc  |5.1.2.2 release

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 100240] Windows version stopped being notified of updates

2016-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100240

V Stuart Foote  changed:

   What|Removed |Added

 CC||vstuart.fo...@utsa.edu

--- Comment #1 from V Stuart Foote  ---
Created attachment 125519
  --> https://bugs.documentfoundation.org/attachment.cgi?id=125519=edit
Check for update LO5.1.2.2 reports up to date, stacktrace -- see thread 15

Confirming.

On Windows 10 Pro 64-bit en-US with /a admin install of 
Version: 5.1.2.2 (x64)
Build ID: d3bf12ecb743fc0d20e0be0c58ca359301eb705f
CPU Threads: 8; OS Version: Windows 6.19; UI Render: GL; 
Locale: en-US (en_US)

Help -> Check for Updates dialog launches and returns

Status
LibreOffice 5.1 is up to date.

The check update PHP looks to have matching signature.
https://cgit.freedesktop.org/libreoffice/website/tree/check.php?h=update

So, for some reason this is not being parsed.

=-clipped from WinDbg 64-bit Stack Trace w/symbols attached-=
  15  Id: 149c.8c8 Suspend: 1 Teb: 0021`ff85b000 Unfrozen
Child-SP  RetAddr   Call Site
0021`90bbf538 7ffe`ffaa3b4f ntdll!NtWaitForMultipleObjects+0x14
0021`90bbf540 7fff`021d2259 KERNELBASE!WaitForMultipleObjectsEx+0xef
0021`90bbf840 7fff`021d20db
USER32!RealMsgWaitForMultipleObjectsEx+0x119
0021`90bbf920 7ffe`f24703ad USER32!MsgWaitForMultipleObjects+0x6b
0021`90bbf970 7ffe`dc4e4f5e sal3!osl_waitCondition(void * Condition =
0x`0620, struct TimeValue * pTimeout = 0x0193`b46cd670)+0x5d
[c:\cygwin64\home\buildslave\source\libo-core\sal\osl\w32\conditn.c @ 99]
0021`90bbf9e0 7ffe`dc4e6f98 updchklo!`anonymous
namespace'::UpdateCheckThread::run(void)+0x19e
[c:\cygwin64\home\buildslave\source\libo-core\extensions\source\update\check\updatecheck.cxx
@ 528]
0021`90bbfa70 7ffe`f2472eb3 updchklo!threadFunc(void * param =
0x0193`b4f2afe0)+0x18
[c:\cygwin64\home\buildslave\source\libo-core\include\osl\thread.hxx @ 186]
0021`90bbfaa0 7ffe`dfa54f7f sal3!oslWorkerWrapperFunction(void * pData
= 0x0193`a8bd5360)+0x23
[c:\cygwin64\home\buildslave\source\libo-core\sal\osl\w32\thread.c @ 59]
0021`90bbfad0 7ffe`dfa55126 MSVCR120!beginthreadex+0x107
0021`90bbfb00 7fff`02488102 MSVCR120!endthreadex+0x192
0021`90bbfb30 7fff`0298c5b4 KERNEL32!BaseThreadInitThunk+0x22
0021`90bbfb60 ` ntdll!RtlUserThreadStart+0x34

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 100240] Windows version stopped being notified of updates

2016-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100240

V Stuart Foote  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-commits] core.git: 2 commits - postprocess/CustomTarget_images.mk solenv/bin

2016-06-06 Thread David Tardon
 postprocess/CustomTarget_images.mk |4 --
 solenv/bin/diffmv.pl   |   67 -
 2 files changed, 1 insertion(+), 70 deletions(-)

New commits:
commit 82f93bff42c0ce3b138ca61040c964f42632d000
Author: David Tardon 
Date:   Mon Jun 6 21:48:32 2016 +0200

use smaller hammer

Change-Id: I97c7cd945806265e1d447744d1b0531f14d637a6

diff --git a/postprocess/CustomTarget_images.mk 
b/postprocess/CustomTarget_images.mk
index f8d446d..333e994 100644
--- a/postprocess/CustomTarget_images.mk
+++ b/postprocess/CustomTarget_images.mk
@@ -58,8 +58,7 @@ $(packimages_DIR)/commandimagelist.ilst :
grep -e '/cmd/' | sed 's#^.*/icon-themes/[^/]*##' | 
$(SORT) | uniq | \
sed "s#^#%MODULE%#" | \
LC_ALL=C $(SORT) > $@.tmp && \
-   $(PERL) $(SRCDIR)/solenv/bin/diffmv.pl $@.tmp $@ \
-   $(if $(findstring s,$(MAKEFLAGS)),2> /dev/null))
+   $(call gb_Helper_replace_if_different_and_touch,$@.tmp,$@))
 
 $(packimages_DIR)/sorted.lst : \
$(SRCDIR)/postprocess/packimages/image-sort.lst \
diff --git a/solenv/bin/diffmv.pl b/solenv/bin/diffmv.pl
deleted file mode 100644
index 2563689..000
--- a/solenv/bin/diffmv.pl
+++ /dev/null
@@ -1,67 +0,0 @@
-:
-eval 'exec perl -S $0 ${1+"$@"}'
-if 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 .
-#
-
-
-my ( $srcfile, $destfile ) = @ARGV;
-my ( @srclines, @destlines );
-my $dest_existing = 0;
-@destlines = ();
-
-usage() if ( ! defined $srcfile || ! defined $destfile);
-
-open(SRCFILE, "$srcfile") or die "ERROR: Can't open $srcfile\n";
-@srclines = ;
-close SRCFILE;
-
-if ( -f $destfile ) {
-open(DESTFILE, "$destfile") or die "ERROR: Can't open $destfile\n";
-@destlines = ;
-close DESTFILE;
-$dest_existing = 1;
-}
-
-if ( ! check_if_lists_equal(\@srclines,  \@destlines) ) {
-print STDERR "Updating \"$destfile\".\n";
-unlink "$destfile" or die "ERROR: Can't remove old $destfile\n" if ( 
$dest_existing );
-rename "$srcfile", "$destfile" or die "ERROR: Can't rename $srcfile to 
$destfile\n";
-} else {
-print STDERR "\"$destfile\" unchanged.\n";
-}
-
-sub check_if_lists_equal
-{
-my  ( $srclist_ref, $destlist_ref ) = @_;
-my @srclist  = @{ $srclist_ref };
-my @destlist  = @{ $destlist_ref };
-return  0 if ( $#srclist != $#destlist );
-for ( my $i = 0; $i  < $#srclist; $i++ ) {
-return 0 if  ( $srclist[$i] ne $destlist[$i]);
-}
-return  1;
-}
-
-sub usage
-{
-print STDERR "Usage: diffmv sourcefile destfile\n";
-print STDERR "Do move diffing file only\n";
-exit 1;
-}
-
commit 0df28a3702edb89d1214e65af190394a737bc8d6
Author: David Tardon 
Date:   Sat Jun 4 14:42:23 2016 +0200

there is no image list in firebird

Change-Id: Ic7060ae60b5f11220c922da2ce7fc3183fdf2f61

diff --git a/postprocess/CustomTarget_images.mk 
b/postprocess/CustomTarget_images.mk
index d86b600..f8d446d 100644
--- a/postprocess/CustomTarget_images.mk
+++ b/postprocess/CustomTarget_images.mk
@@ -45,7 +45,6 @@ $(packimages_DIR)/%.zip : \
-l $(dir $(call gb_UIConfig_get_imagelist_target)) \
-l $(dir $(call 
gb_UIConfig_get_imagelist_target,modules/)) \
$(call gb_Helper_optional,DBCONNECTIVITY,$(if 
$(ENABLE_JAVA),-l $(SRCDIR)/connectivity/source/drivers/hsqldb)) \
-   $(call gb_Helper_optional,DBCONNECTIVITY,$(if 
$(ENABLE_FIREBIRD_SDBC),-l $(SRCDIR)/connectivity/source/drivers/firebird)) \
-s $< -o $@ \
$(if $(findstring s,$(MAKEFLAGS)),> /dev/null))
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'libreoffice-5-2' - translations

2016-06-06 Thread Andras Timar
 translations |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b2883e6bb865ee1ca0f2d0057960831a58b28ef0
Author: Andras Timar 
Date:   Mon Jun 6 21:50:58 2016 +0200

Updated core
Project: translations  c94b49bd755566d97b5c6ca4fd7552501b265f1f

Updated Slovenian translation

Change-Id: If2dc04f7a850bd0892f8fd433a20c2a5bf3ca598

diff --git a/translations b/translations
index 1b5f139..c94b49b 16
--- a/translations
+++ b/translations
@@ -1 +1 @@
-Subproject commit 1b5f139ff89a6041aec6aefc66d3d275a21b78ec
+Subproject commit c94b49bd755566d97b5c6ca4fd7552501b265f1f
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] translations.git: Branch 'libreoffice-5-2' - source/sl

2016-06-06 Thread Andras Timar
 source/sl/cui/source/options.po|4 
 source/sl/cui/source/tabpages.po   |6 
 source/sl/cui/uiconfig/ui.po   |   49 
 source/sl/extensions/source/update/check.po|4 
 source/sl/filter/uiconfig/ui.po|4 
 source/sl/formula/source/core/resource.po  |4 
 source/sl/fpicker/uiconfig/ui.po   |4 
 source/sl/framework/source/classes.po  |4 
 source/sl/helpcontent2/source/text/sbasic/shared.po| 2330 
+-
 source/sl/helpcontent2/source/text/scalc.po|4 
 source/sl/helpcontent2/source/text/scalc/00.po |   35 
 source/sl/helpcontent2/source/text/scalc/01.po | 2099 ++---
 source/sl/helpcontent2/source/text/scalc/guide.po  |4 
 source/sl/helpcontent2/source/text/schart/01.po|4 
 source/sl/helpcontent2/source/text/sdraw/guide.po  |4 
 source/sl/helpcontent2/source/text/shared.po   |   12 
 source/sl/helpcontent2/source/text/shared/00.po|  346 -
 source/sl/helpcontent2/source/text/shared/01.po|  248 -
 source/sl/helpcontent2/source/text/shared/02.po|   85 
 source/sl/helpcontent2/source/text/shared/05.po|9 
 source/sl/helpcontent2/source/text/shared/autopi.po|   24 
 source/sl/helpcontent2/source/text/shared/explorer/database.po |   83 
 source/sl/helpcontent2/source/text/shared/guide.po |  142 
 source/sl/helpcontent2/source/text/shared/menu.po  |   48 
 source/sl/helpcontent2/source/text/shared/optionen.po  |  197 
 source/sl/helpcontent2/source/text/simpress/00.po  |   67 
 source/sl/helpcontent2/source/text/simpress/01.po  |   18 
 source/sl/helpcontent2/source/text/simpress/guide.po   |   26 
 source/sl/helpcontent2/source/text/smath/01.po |   70 
 source/sl/helpcontent2/source/text/swriter.po  |   62 
 source/sl/helpcontent2/source/text/swriter/00.po   |  263 -
 source/sl/helpcontent2/source/text/swriter/01.po   |  237 -
 source/sl/helpcontent2/source/text/swriter/02.po   |   52 
 source/sl/helpcontent2/source/text/swriter/04.po   |   10 
 source/sl/helpcontent2/source/text/swriter/guide.po|  181 
 source/sl/helpcontent2/source/text/swriter/menu.po |   20 
 source/sl/officecfg/registry/data/org/openoffice/Office.po |4 
 source/sl/officecfg/registry/data/org/openoffice/Office/UI.po  |   72 
 source/sl/sc/source/ui/src.po  |   22 
 source/sl/sc/uiconfig/scalc/ui.po  |   20 
 source/sl/sd/uiconfig/sdraw/ui.po  |4 
 source/sl/sd/uiconfig/simpress/ui.po   |4 
 source/sl/sfx2/source/control.po   |4 
 source/sl/sfx2/source/doc.po   |   12 
 source/sl/sfx2/source/view.po  |4 
 source/sl/sfx2/uiconfig/ui.po  |   37 
 source/sl/svtools/source/misc.po   |4 
 source/sl/svtools/uiconfig/ui.po   |   49 
 source/sl/svx/uiconfig/ui.po   |   49 
 source/sl/sw/source/core/unocore.po|   19 
 source/sl/sw/source/ui/utlui.po|   14 
 source/sl/sw/uiconfig/swriter/ui.po|4 
 source/sl/sysui/desktop/share.po   |4 
 source/sl/uui/uiconfig/ui.po   |   13 
 source/sl/xmlsecurity/source/dialogs.po|4 
 source/sl/xmlsecurity/uiconfig/ui.po   |4 
 56 files changed, 4877 insertions(+), 2229 deletions(-)

New commits:
commit c94b49bd755566d97b5c6ca4fd7552501b265f1f
Author: Andras Timar 
Date:   Mon Jun 6 21:50:58 2016 +0200

Updated Slovenian translation

Change-Id: If2dc04f7a850bd0892f8fd433a20c2a5bf3ca598

diff --git a/source/sl/cui/source/options.po b/source/sl/cui/source/options.po
index 80e0295..6a43d23 100644
--- a/source/sl/cui/source/options.po
+++ b/source/sl/cui/source/options.po
@@ -3,14 +3,14 @@ msgid ""
 msgstr ""
 "Project-Id-Version: LibreOffice 5.2\n"
 "Report-Msgid-Bugs-To: 
https://bugs.libreoffice.org/enter_bug.cgi?product=LibreOffice_status=UNCONFIRMED=UI\n;
-"POT-Creation-Date: 2016-05-21 16:18+0200\n"
+"POT-Creation-Date: 2016-06-05 08:56+0200\n"
 "PO-Revision-Date: 2016-05-23 00:09+0200\n"
 "Last-Translator: Martin Srebotnjak \n"
 "Language-Team: sl.libreoffice.org\n"
-"Language: sl\n"
 

[Libreoffice-bugs] [Bug 100113] Add "Remote file" option are locked

2016-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100113

--- Comment #6 from Leandro Martín Drudi  ---
None of them ever worked.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 100241] Numbering changing text format unexpectedly

2016-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100241

Alexandre Monobe  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |INVALID

--- Comment #2 from Alexandre Monobe  ---
Strange enough this behaviour only shows during your editing as soon as you
save the file the formatting fix it selves.

Sry, I should've checked it before committing.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 100241] Numbering changing text format unexpectedly

2016-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100241

--- Comment #1 from Alexandre Monobe  ---
Important note:

I'm putting a paragraph in between preserving the numbering spacing. To do so
you start a numbering and after the 1st topic you go to the 2nd topic line and
press "backspace" just one time to get rid of the numbering (but keep the
spacing).

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 100242] New: 3D transitions do not work despite having OpenGL 3.0 support

2016-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100242

Bug ID: 100242
   Summary: 3D transitions do not work despite having OpenGL 3.0
support
   Product: LibreOffice
   Version: 5.1.3.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: diazbast...@openmailbox.org

Description of problem:
LO 5.1 release note say: "All OpenGL transitions have been ported to OpenGL
2.1+, which removes support for very old GPUs but allows a better usage of
modern ones. Four new transitions have been added which require OpenGL 3.2+
that exploit these new available features."

I understand that the minimum requirement for the 3d transitions (ogltrans) is
OpenGL 2.1 and only for the new four transitions, OpenGL 3.3 is required.
However, my system supports OpenGL 3.0 and 3D transitions not not work (and
normal transitions not displayed correctly)


Version-Release number of selected component:
• Fedora 24 workstation beta XFCE
• LibreOffice Version: 5.0.6.3 Build ID:90fc03b25318460cfc54456516ea2519c11d1aa
• LibreOffice Version: 5.1.3.2 Build ID: 5.1.3.2-6.fc24
• LibreOffice Version: 5.2.0.0.beta1
ID:1e9933ef611c66bcded94b84052543c78cf1c223
  (Flatpak)

How reproducible:
Alaways using LO 5.1.x and 5.2

Steps to Reproduce:
1. Open LO Impress
2. Select a 3D transition
3. Start presentation

Actual results:
3D transitions do not work and normal transitions are not displayed correctly

Expected results:
All supported transitions work properly

Additional info:
glxinfo | grep "OpenGL"
OpenGL vendor string: Intel Open Source Technology Center
OpenGL renderer string: Mesa DRI Intel(R) Bay Trail 
OpenGL core profile version string: 3.3 (Core Profile) Mesa 11.2.1
(git-79b0e13)
OpenGL core profile shading language version string: 3.30
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 3.0 Mesa 11.2.1 (git-79b0e13)
OpenGL shading language version string: 1.30
OpenGL context flags: (none)
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.0 Mesa 11.2.1 (git-79b0e13)
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.00
OpenGL ES profile extensions:

Comment:
As a suggestion, it would be good to add a dialogue "this transition is not
supported" or similar.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 100241] New: Numbering changing text format unexpectedly

2016-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100241

Bug ID: 100241
   Summary: Numbering changing text format unexpectedly
   Product: LibreOffice
   Version: 5.1.3.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: alexandremon...@yahoo.com.br

Created attachment 125518
  --> https://bugs.documentfoundation.org/attachment.cgi?id=125518=edit
Simple demonstration of the numbering/formatting bug

Whenever you start numbering topics sequentially and put an unnumbered 
paragraph in between 2 numbered topics (let's say between 1 and 2), if this
unnumbered paragraph is formatted with (bold, italic or strike-through) when
you press "enter" to finish this paragraph and to return to the original
numbering the next numbering will be the same format as the previous unnumbered
one (EVEN IF YOU break the formatting continuity).

All the next numbered paragraph will be formatted as the unnumbered one.

You can easily fix this by going to the new numbered paragraph and switching on
and off the formatting (bold, italic or strike-trough).

Still I don't think this is the intended behaviour.


Maybe this Bug is the same as Bug 60355 (link
https://bugs.documentfoundation.org/show_bug.cgi?id=60355) I'm not sure though.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 92060] Base crashes

2016-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92060

Julien Nabet  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |INSUFFICIENTDATA

--- Comment #7 from Julien Nabet  ---
No feedback since about a year, let's put this one to INSUFFICIENTDATA.

However don't hesitate to reopen this tracker if you can still reproduce this
with last stable LO version (5.1.3).

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 92196] CRASH when this report attachment file opened

2016-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92196

Julien Nabet  changed:

   What|Removed |Added

 Status|NEW |NEEDINFO
 CC||serval2...@yahoo.fr

--- Comment #6 from Julien Nabet  ---
sawakaze: following baffclan test + the fact that 5.1.3 is last stable one,
could you give a new try with a more recent LO version?

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 100228] GTK3: check marks in submenu View > Toolbars not visible

2016-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100228

Julien Nabet  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||serval2...@yahoo.fr
 Ever confirmed|0   |1

--- Comment #1 from Julien Nabet  ---
On pc Debian x86-64 with master sources updated today, I could reproduce this.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 100167] Cannot add subform in design view

2016-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100167

donots...@fastmail.fm changed:

   What|Removed |Added

 CC||donots...@fastmail.fm

--- Comment #6 from donots...@fastmail.fm ---
Created attachment 125517
  --> https://bugs.documentfoundation.org/attachment.cgi?id=125517=edit
db with behaviour described in my comment at 2016-06-06 18:53:14 UTC

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


Re: [Libreoffice-qa] Check for update

2016-06-06 Thread Pedro
Bug reported here

https://bugs.documentfoundation.org/show_bug.cgi?id=100240



--
View this message in context: 
http://nabble.documentfoundation.org/Check-for-update-tp4181351p4185425.html
Sent from the QA mailing list archive at Nabble.com.
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: https://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/

[Libreoffice-bugs] [Bug 100167] Cannot add subform in design view

2016-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100167

--- Comment #5 from rob...@familiegrosskopf.de ---
Gareth: Could you please attach a database-example to this bug. You could also
send it directly to me as attachment of a mail. So I will have a look at it.
Here, with OpenSuse, I could not reproduce your problems. You are using a
version, which is provided by Ubuntu in Ubuntu repositories. So could be, this
is a special bug there ...

Bouvjaga: With the wizard you could only create a form with only one subform.
Creating a form in design view allows to create a form with different subforms
and subsubforms and parallel forms. Creating forms in this way is the "normal"
way. The wizard is usable for creating a form in a fast way or creating a form
for non-experienced users.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 100240] Windows version stopped being notified of updates

2016-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100240

Pedro  changed:

   What|Removed |Added

   Keywords||regression

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 100240] New: Windows version stopped being notified of updates

2016-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100240

Bug ID: 100240
   Summary: Windows version stopped being notified of updates
   Product: LibreOffice
   Version: 5.1.2.1 rc
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: pedl...@gmail.com

See topic

http://nabble.documentfoundation.org/Check-for-update-td4181351.html

Tested under Windows 7 and 10 

This is a regression from version 5.1.1

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 100031] FILEOPEN FILESAVE Support Onedrive for Business/ Sharepoint Online

2016-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100031

--- Comment #4 from Iiro Laiho  ---
They are actually quite different. ODfB is actually more close to SharePoint.
But last year Microsoft released the new OneDrive REST API 2.0 that works for
both services. I have no idea which API the now-broken and disabled OneDrive
integration functionality in LibreOffice utilizes.

I also tried using the SharePoint support in LibreOffice, but didn't get it
working, likely because ODfB supports only forms based authentication.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 100167] Cannot add subform in design view

2016-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100167

--- Comment #4 from donots...@fastmail.fm ---
Design view is more powerful and more efficient for experienced developers.  

The wizard does not allow all the options which the design view suggests are
available - eg. no option for "SQL command" data source.  

I had initially expected a subform object to appear on the main form, within
the bounds of which subform fields could be added/edited.

Even using the navigator-based approach, I'm still having problems...

If someone could try to replicate this and report, I would be grateful.

I wonder if there are just problems with the Ubuntu version?  14.04.4 / LO
Version: 5.1.3.2Build ID: 1:5.1.3~rc2-0ubuntu1~trusty1

I have created a table structure to log and list issues (things that need
attention) in a software project I'm working on, the categories which apply to
them, and vice-versa.

issue --< issue_cat >-- cat

issue(issue integer PK autoincrement, issuedescr text)
cat(cat integer PK autoincrement, catdescr text)
issue_cat(issue integer, cat integer)

Issue and Cat tables have some dummy records, issue_cat is as-yet empty.

Upon opening issue_cat (table) to edit data, there is no grid and records
cannot be added.  Record navigation/new record buttons are missing. Looks as if
the window hasn't been drawn fully/properly.  Moving or maximising the window
causes them to appear, but they are disabled.

1. create a new form, with a textbox
2. bind form to "issue" table and textbox to "issue" field (using right-click
context menu)
3. navigator > right-click "form" > "New" > "Form"
...form appears as child of "Form", rename child to "subform"...
click "subform"
click "more controls..." on toolbox
add table control
cancel wizard (I don't want to show a table or query, but want to use an SQL
statement to provide the data)
in subform properties, set "content type" to SQL command
set "content" to:

SELECT "issue_cat"."issue", "issue_cat"."cat", "cat"."catdescr" FROM
"issue_cat", "cat", "issue" WHERE "issue_cat"."cat" = "cat"."cat" AND
"issue"."issue" = "issue_cat"."issue"

Set link master and slave fields to "issue"

There now seems to be no way to edit the empty table control.

So...

Delete the table control and create another (having set-up the parent and
subform in the steps above)...

wizard appears showing fields from subform sql command
added successfully
table control is blank when scrolling through records on parent form (there is,
as yet, no data in issue_cat, so this may not be regarded as wrong...) ...but
there is no way to add records - no default "blank/null" line waiting to be
filled as might be expected, and the navigation controls/new record button are
disabled.  Subform properties apparently allow additions and modifications. 

Subform table control doesn't allow additions/deletions (with disabled nav/new
controls) even if a table source and fields are selected from the wizard.

I can't test how behaviour might differ if issue_cat were populated, because I
can't enter any data in the table view. 

Many thanks
Gareth

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[GSoC] Weekly Report #2 - Toolbars infrastructure via .ui files

2016-06-06 Thread Szymon Kłos
This week I made possible reusing controls from Slide Transition Pane.
I had some problems with early initialization. Similar problem I met in
the paragraph spacing controller which I didn't finished yet.

Tasks not related with GSoC:
I've updated my GDrive 2FA patch after review. Also I fixed one bug in
the AutoText Dialog. While using it I noticed that interface wasn't
updated after user actions.

Regards,
Szymon
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 100238] EDITING: Deleting a comment in .pptx causes a crash

2016-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100238

Julien Nabet  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||serval2...@yahoo.fr
 Resolution|--- |DUPLICATE

--- Comment #1 from Julien Nabet  ---
Similar but perhaps identical to tdf#99388.
Indeed, the first fixed version will be 5.2.0

Don't hesitate to reopen this tracker if you (or your collaborator) can
reproduce this with a prerelease 5.2.0 Beta (see
https://www.libreoffice.org/download/pre-releases/)

*** This bug has been marked as a duplicate of bug 99388 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-commits] core.git: Branch 'feature/fixes23' -

2016-06-06 Thread László Németh
 0 files changed

New commits:
commit 96ce864aae6169010311a818cf8ca612833823fe
Author: László Németh 
Date:   Mon Jun 6 20:31:36 2016 +0200

empty commit (repeat)

Change-Id: Id91553d177444eb896517d00ff5ccb06ec9bace3
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: sw/source

2016-06-06 Thread Michael Stahl
 sw/source/filter/ww8/attributeoutputbase.hxx |2 +-
 sw/source/filter/ww8/docxattributeoutput.cxx |8 ++--
 sw/source/filter/ww8/docxattributeoutput.hxx |2 +-
 sw/source/filter/ww8/rtfattributeoutput.cxx  |2 +-
 sw/source/filter/ww8/rtfattributeoutput.hxx  |2 +-
 sw/source/filter/ww8/wrtw8sty.cxx|   13 +++--
 sw/source/filter/ww8/ww8attributeoutput.hxx  |2 +-
 7 files changed, 10 insertions(+), 21 deletions(-)

New commits:
commit 2a11499583cfc8c65e2fa99fbcdfdd7b94e966c1
Author: Michael Stahl 
Date:   Mon Jun 6 12:49:17 2016 +0200

sw: simplify identical branches in WW8AttributeOutput::DefaultStyle

Change-Id: I0d500ecbcd0bc0d6b9f772304345acd4ddb5df11

diff --git a/sw/source/filter/ww8/attributeoutputbase.hxx 
b/sw/source/filter/ww8/attributeoutputbase.hxx
index 092153a..d09988f 100644
--- a/sw/source/filter/ww8/attributeoutputbase.hxx
+++ b/sw/source/filter/ww8/attributeoutputbase.hxx
@@ -267,7 +267,7 @@ public:
 virtual void EndStyles( sal_uInt16 nNumberOfStyles ) = 0;
 
 /// Write default style.
-virtual void DefaultStyle( sal_uInt16 nStyle ) = 0;
+virtual void DefaultStyle() = 0;
 
 /// Start of a style in the styles table.
 virtual void StartStyle( const OUString& rName, StyleType eType,
diff --git a/sw/source/filter/ww8/docxattributeoutput.cxx 
b/sw/source/filter/ww8/docxattributeoutput.cxx
index 6dc190e..9e40395 100644
--- a/sw/source/filter/ww8/docxattributeoutput.cxx
+++ b/sw/source/filter/ww8/docxattributeoutput.cxx
@@ -4107,14 +4107,10 @@ void DocxAttributeOutput::EndStyles( sal_uInt16 
nNumberOfStyles )
 m_pSerializer->endElementNS( XML_w, XML_styles );
 }
 
-void DocxAttributeOutput::DefaultStyle( sal_uInt16 nStyle )
+void DocxAttributeOutput::DefaultStyle()
 {
 // are these the values of enum ww::sti (see ../inc/wwstyles.hxx)?
-#if OSL_DEBUG_LEVEL > 1
-OSL_TRACE( "TODO DocxAttributeOutput::DefaultStyle( sal_uInt16 nStyle )- 
%d", nStyle );
-#else
-(void) nStyle; // to quiet the warning
-#endif
+OSL_TRACE("TODO DocxAttributeOutput::DefaultStyle()");
 }
 
 /* Writes  tag back to document.xml if a file conatins a cropped 
image.
diff --git a/sw/source/filter/ww8/docxattributeoutput.hxx 
b/sw/source/filter/ww8/docxattributeoutput.hxx
index 611ad01..ab0a43a 100644
--- a/sw/source/filter/ww8/docxattributeoutput.hxx
+++ b/sw/source/filter/ww8/docxattributeoutput.hxx
@@ -250,7 +250,7 @@ public:
 virtual void EndStyles( sal_uInt16 nNumberOfStyles ) override;
 
 /// Write default style.
-virtual void DefaultStyle( sal_uInt16 nStyle ) override;
+virtual void DefaultStyle() override;
 
 /// Write Doc Defaults
 void DocDefaults( );
diff --git a/sw/source/filter/ww8/rtfattributeoutput.cxx 
b/sw/source/filter/ww8/rtfattributeoutput.cxx
index 854b599..7fbcee2 100644
--- a/sw/source/filter/ww8/rtfattributeoutput.cxx
+++ b/sw/source/filter/ww8/rtfattributeoutput.cxx
@@ -1129,7 +1129,7 @@ void RtfAttributeOutput::EndStyles(sal_uInt16 
/*nNumberOfStyles*/)
 m_rExport.Strm().WriteChar('}');
 }
 
-void RtfAttributeOutput::DefaultStyle(sal_uInt16 /*nStyle*/)
+void RtfAttributeOutput::DefaultStyle()
 {
 /* noop, the default style is always 0 in RTF */
 }
diff --git a/sw/source/filter/ww8/rtfattributeoutput.hxx 
b/sw/source/filter/ww8/rtfattributeoutput.hxx
index 1c3e32e..baa3cce 100644
--- a/sw/source/filter/ww8/rtfattributeoutput.hxx
+++ b/sw/source/filter/ww8/rtfattributeoutput.hxx
@@ -134,7 +134,7 @@ public:
 virtual void EndStyles(sal_uInt16 nNumberOfStyles) override;
 
 /// Write default style.
-virtual void DefaultStyle(sal_uInt16 nStyle) override;
+virtual void DefaultStyle() override;
 
 /// Start of a style in the styles table.
 virtual void StartStyle(const OUString& rName, StyleType eType,
diff --git a/sw/source/filter/ww8/wrtw8sty.cxx 
b/sw/source/filter/ww8/wrtw8sty.cxx
index e7121af..21fcf62 100644
--- a/sw/source/filter/ww8/wrtw8sty.cxx
+++ b/sw/source/filter/ww8/wrtw8sty.cxx
@@ -563,16 +563,9 @@ void MSWordStyles::GetStyleData( SwFormat* pFormat, bool& 
bFormatColl, sal_uInt1
 nNext = GetSlot( pNext );
 }
 
-void WW8AttributeOutput::DefaultStyle( sal_uInt16 nStyle )
+void WW8AttributeOutput::DefaultStyle()
 {
-if ( nStyle == 10 )   // Default Char-Style ( only WW )
-{
-m_rWW8Export.pTableStrm->WriteUInt16(0);   // empty Style
-}
-else
-{
-m_rWW8Export.pTableStrm->WriteUInt16(0);   // empty Style
-}
+m_rWW8Export.pTableStrm->WriteUInt16(0);   // empty Style
 }
 
 void MSWordStyles::OutputStyle(const SwNumRule* pNumRule, sal_uInt16 nPos)
@@ -588,7 +581,7 @@ void MSWordStyles::OutputStyle(const SwNumRule* pNumRule, 
sal_uInt16 nPos)
 void MSWordStyles::OutputStyle( SwFormat* pFormat, sal_uInt16 nPos )
 {
 if ( !pFormat )
-m_rExport.AttrOutput().DefaultStyle( nPos );
+m_rExport.AttrOutput().DefaultStyle();
 else
 {
 bool bFormatColl;
diff 

GSoC Week 2: Redesigning the Template Manager

2016-06-06 Thread Akshay Deep
Hello,
I'm working with on the Template Manager as my GSoC project. The
feature is being implemented in master as well as in Libreoffice 5.2.
(Mentors: Samuel Mehrbrodt and Yousuf Philips )

Important tasks completed last week:
1. Template Selection dialog for Impress
   ( https://gerrit.libreoffice.org/#/c/25642/ )
   ( https://gerrit.libreoffice.org/#/c/25913/ )
2. Remove Presentation wizard from Impress
3. Default Template Handling Improvements
   ( https://gerrit.libreoffice.org/#/c/25916/ )
   ( https://gerrit.libreoffice.org/#/c/25816/ )
4. Improved keyboard navigation in template manager and start center
and a few other fixes. ( https://gerrit.libreoffice.org/#/q/akki95 )

Blog: akkidevblog.wordpress.com for keeping track of all ideas and changes.

TODO List: https://trello.com/b/TyXddFQQ/libreoffice-new-template-manager#
Most of the tasks related to the project has been completed.

This week: I'll fix the remaining bugs for master and 5.2 and will look
into the details of integrating online templates by parsing JSON using
Orcus (5.3 only).

Regards,
Akshay  ( IRC: Akki )
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 51779] support for SQL datatype INTERVAL

2016-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=51779

--- Comment #8 from kerem  ---
(In reply to Lionel Elie Mamane from comment #7)

> Before starting to change UI, it needs to be supported in the backend. See
> comment 0, "places that need to be changed". Did you do that already?

Yes, i changed in necessary places. But i am not sure. Because i still haven't
find INTERVAL data type. Shall I commit my changes?

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 51779] support for SQL datatype INTERVAL

2016-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=51779

--- Comment #7 from Lionel Elie Mamane  ---
(In reply to kerem from comment #6)

> I could not add INTERVAL selection to datatypes list. Because I could not
> find associated .ui file. How can i find? Can you help me?

Before starting to change UI, it needs to be supported in the backend. See
comment 0, "places that need to be changed". Did you do that already?

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 51779] support for SQL datatype INTERVAL

2016-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=51779

--- Comment #6 from kerem  ---
Hi,

I could not add INTERVAL selection to datatypes list. Because I could not find
associated .ui file. How can i find? Can you help me?

Thank you.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


Re: tdf50488 no assignee?

2016-06-06 Thread Eike Rathke
Hi Winfried,

On Monday, 2016-06-06 13:22:44 +0200, Winfried Donkers wrote:

> I noticed that you changed the cc of tdf50488 last Friday.
> I also noticed now (I didn't get a message about it) that you are no longer 
> the assignee of the bug report.
> I think you were assignee because FINDB, SEARCHB and REPLACEB were on your to 
> do list, but I may be mistaken.

Yes, but I'm not working on it, nor do I intend to in the near future,
so I rather leave it unassigned to reflect reality.

> Are you still intending to add the above?
> Shall I put the renaming of (P)DURATION(_ADD) on my list?

Would be good, also best to do the renaming along with the CONVERT vs
CONVERT_ADD and maybe others that might need it all together in one
release.

Likely for CONVERT it was something along CONVERT to CONVERT_OOO and
CONVERT_ADD to CONVERT.

  Eike

-- 
LibreOffice Calc developer. Number formatter stricken i18n transpositionizer.
GPG key "ID" 0x65632D3A - 2265 D7F3 A7B0 95CC 3918  630B 6A6C D5B7 6563 2D3A
Better use 64-bit 0x6A6CD5B765632D3A here is why: https://evil32.com/
Care about Free Software, support the FSFE https://fsfe.org/support/?erack


signature.asc
Description: PGP signature
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 100130] EDITING: Paste "numbers" are sometimes characters, sum wrong , and resist being changed to numbers

2016-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100130

Buovjaga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1
 OS|All |Mac OS X (All)
   Severity|normal  |minor

--- Comment #8 from Buovjaga  ---
I could reproduce the text to columns result on OS X, but not on Linux!

eVrsion: 5.3.0.0.alpha0+
Build ID: b2f994469f3e2f1fe72e9f103b840aa949ace6dd
CPU Threads: 4; OS Version: Mac OS X 10.11.5; UI Render: default; 
TinderBox: MacOSX-x86_64@49-TDF, Branch:master, Time: 2016-05-25_23:36:03
Locale: en-US (en.UTF-8)

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 34/aa1d4ae4620182702659d3461739d666d2d63d

2016-06-06 Thread Caolán McNamara
 34/aa1d4ae4620182702659d3461739d666d2d63d |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 518599247be6e774f8c26418d1670d636a2e58a8
Author: Caolán McNamara 
Date:   Mon Jun 6 17:58:11 2016 +0100

Notes added by 'git notes add'

diff --git a/34/aa1d4ae4620182702659d3461739d666d2d63d 
b/34/aa1d4ae4620182702659d3461739d666d2d63d
new file mode 100644
index 000..8ebbe55
--- /dev/null
+++ b/34/aa1d4ae4620182702659d3461739d666d2d63d
@@ -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' - b3/e1789692ff7db6cc86155558eb920f3e4285d8

2016-06-06 Thread Caolán McNamara
 b3/e1789692ff7db6cc8618eb920f3e4285d8 |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 6e7f39148724104eb106828ad04cba78e55a3f07
Author: Caolán McNamara 
Date:   Mon Jun 6 17:57:51 2016 +0100

Notes added by 'git notes add'

diff --git a/b3/e1789692ff7db6cc8618eb920f3e4285d8 
b/b3/e1789692ff7db6cc8618eb920f3e4285d8
new file mode 100644
index 000..8ebbe55
--- /dev/null
+++ b/b3/e1789692ff7db6cc8618eb920f3e4285d8
@@ -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' - b8/c138916ac725f4c1ae974e51d7366c706e2ca3

2016-06-06 Thread Caolán McNamara
 b8/c138916ac725f4c1ae974e51d7366c706e2ca3 |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 50315659efc7fe26aa43e137bea490fb85a46309
Author: Caolán McNamara 
Date:   Mon Jun 6 17:57:32 2016 +0100

Notes added by 'git notes add'

diff --git a/b8/c138916ac725f4c1ae974e51d7366c706e2ca3 
b/b8/c138916ac725f4c1ae974e51d7366c706e2ca3
new file mode 100644
index 000..8ebbe55
--- /dev/null
+++ b/b8/c138916ac725f4c1ae974e51d7366c706e2ca3
@@ -0,0 +1 @@
+ignore: obsolete
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 100229] EDITING: Black squares appear in the input line instead of the numbers 4 and 9

2016-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100229

V Stuart Foote  changed:

   What|Removed |Added

 CC||vstuart.fo...@utsa.edu

--- Comment #2 from V Stuart Foote  ---
Also, give it a try with OpenGL rendering unchecked.

Tools -> Options -> View  (e.g. Extras -> Optionen -> Ansicht).

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 34965] Make Impress slides editable during presentation

2016-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=34965

--- Comment #26 from jan iversen  ---
(In reply to Roland Taylor from comment #25)
> What is needed to fix this? Any documentation I can look at? Somebody needs
> to do *something*.

yeah please read the comments, especially #6 and #11, that is the code pointers
you need to program it.

"somebody" does not exist, if you want to program this feature then assign
yourself to it and maybe also read our step by step guide:
https://wiki.documentfoundation.org/Development/GetInvolved

Happy programming.
rgds
jan i.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 34965] Make Impress slides editable during presentation

2016-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=34965

--- Comment #25 from Roland Taylor  ---
What is needed to fix this? Any documentation I can look at? Somebody needs to
do *something*.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 100234] Libre banner freezes doc won't open

2016-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100234

V Stuart Foote  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||vstuart.fo...@utsa.edu
 Resolution|--- |INSUFFICIENTDATA

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 34965] Make Impress slides editable during presentation

2016-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=34965

--- Comment #24 from Roland Taylor  ---
What is needed to fix this? Any documentation I can look at? Somebody needs to
do *something*.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-commits] core.git: Branch 'aoo/trunk' - 3 commits - boost/boost_1_55_0.patch

2016-06-06 Thread Don Lewis
 boost/boost_1_55_0.patch |  225 +++
 1 file changed, 170 insertions(+), 55 deletions(-)

New commits:
commit 34aa1d4ae4620182702659d3461739d666d2d63d
Author: Don Lewis 
Date:   Mon Jun 6 14:32:23 2016 +

#i126888#:  bundled boost headers generate an excessive number of

warnings when building with modern compilers

When building OpenOffice with modern compilers, the bundled boost
headers generate an excessive number of warnings.  This is especially
bad with recent versions of clang, which generates very verbose
warning messages.

The attached patch updates the current boost_1_55_0.patch with
additional changes cherry picked from upstream boost, up through
version 1.60.  These additional changes have been used with the
FreeBSD boost 1.55.0 port for a while.

This patch greatly reduces the number of warnings and size of the
OpenOffice build log.  Compiling trunk r1735889 on FreeBSD 11.0
with clang 3.8, the number of warnings is reduced from 53260 to
13741, and the size of the build log is reduced from 117 MB to 44
MB.

Tested by:  kschenk

diff --git a/boost/boost_1_55_0.patch b/boost/boost_1_55_0.patch
index 3f7f6f6..a4ef939 100644
--- a/boost/boost_1_55_0.patch
+++ b/boost/boost_1_55_0.patch
@@ -1,5 +1,167 @@
 misc/boost_1_55_0/boost/unordered/detail/equivalent.hpp2012-12-05 
23:06:57.0 +0100
-+++ misc/build/boost_1_55_0/boost/unordered/detail/equivalent.hpp  
2014-01-07 10:33:59.550621750 +0100
+diff -ur misc/boost_1_55_0/boost/asio/ssl/impl/context.ipp 
misc/build/boost_1_55_0/boost/asio/ssl/impl/context.ipp
+--- misc/boost_1_55_0/boost/asio/ssl/impl/context.ipp  2013-10-26 
16:25:53.0 -0700
 misc/build/boost_1_55_0/boost/asio/ssl/impl/context.ipp2016-03-23 
01:11:12.425434000 -0700
+@@ -87,6 +87,14 @@
+ handle_ = ::SSL_CTX_new(::SSLv2_server_method());
+ break;
+ #endif // defined(OPENSSL_NO_SSL2)
++#if defined(OPENSSL_NO_SSL3)
++  case context::sslv3:
++  case context::sslv3_client:
++  case context::sslv3_server:
++boost::asio::detail::throw_error(
++boost::asio::error::invalid_argument, "context");
++break;
++#else // defined(OPENSSL_NO_SSL3)
+   case context::sslv3:
+ handle_ = ::SSL_CTX_new(::SSLv3_method());
+ break;
+@@ -96,6 +104,7 @@
+   case context::sslv3_server:
+ handle_ = ::SSL_CTX_new(::SSLv3_server_method());
+ break;
++#endif // defined(OPENSSL_NO_SSL3)
+   case context::tlsv1:
+ handle_ = ::SSL_CTX_new(::TLSv1_method());
+ break;
+diff -ur 
misc/boost_1_55_0/boost/asio/ssl/old/detail/openssl_context_service.hpp 
misc/build/boost_1_55_0/boost/asio/ssl/old/detail/openssl_context_service.hpp
+--- misc/boost_1_55_0/boost/asio/ssl/old/detail/openssl_context_service.hpp
2013-05-20 05:32:20.0 -0700
 
misc/build/boost_1_55_0/boost/asio/ssl/old/detail/openssl_context_service.hpp   
   2016-03-23 01:11:12.426497000 -0700
+@@ -85,6 +85,13 @@
+   impl = ::SSL_CTX_new(::SSLv2_server_method());
+   break;
+ #endif // defined(OPENSSL_NO_SSL2)
++#if defined(OPENSSL_NO_SSL3)
++case context_base::sslv3:
++case context_base::sslv3_client:
++case context_base::sslv3_server:
++  boost::asio::detail::throw_error(boost::asio::error::invalid_argument);
++  break;
++#else // defined(OPENSSL_NO_SSL3)
+ case context_base::sslv3:
+   impl = ::SSL_CTX_new(::SSLv3_method());
+   break;
+@@ -94,6 +101,7 @@
+ case context_base::sslv3_server:
+   impl = ::SSL_CTX_new(::SSLv3_server_method());
+   break;
++#endif // defined(OPENSSL_NO_SSL3)
+ case context_base::tlsv1:
+   impl = ::SSL_CTX_new(::TLSv1_method());
+   break;
+diff -ur misc/boost_1_55_0/boost/bind/arg.hpp 
misc/build/boost_1_55_0/boost/bind/arg.hpp
+--- misc/boost_1_55_0/boost/bind/arg.hpp   2007-11-25 10:07:19.0 
-0800
 misc/build/boost_1_55_0/boost/bind/arg.hpp 2016-03-23 01:11:12.42153 
-0700
+@@ -33,8 +33,7 @@
+ 
+ template< class T > arg( T const & /* t */ )
+ {
+-// static assert I == is_placeholder::value
+-typedef char T_must_be_placeholder[ I == is_placeholder::value? 1: 
-1 ];
++BOOST_STATIC_ASSERT( I == is_placeholder::value );
+ }
+ };
+ 
+diff -ur misc/boost_1_55_0/boost/concept/detail/general.hpp 
misc/build/boost_1_55_0/boost/concept/detail/general.hpp
+--- misc/boost_1_55_0/boost/concept/detail/general.hpp 2010-06-08 
12:31:13.0 -0700
 misc/build/boost_1_55_0/boost/concept/detail/general.hpp   2016-03-23 
01:11:12.388374000 -0700
+@@ -65,10 +65,19 @@
+   
+ # endif
+ 
++// Version check from https://svn.boost.org/trac/boost/changeset/82886
++// (boost/static_assert.hpp)
++#if defined(__GNUC__) && ((__GNUC__ > 4) || ((__GNUC__ == 4) && 
(__GNUC_MINOR__ >= 7))) || defined(__clang__)
++#define BOOST_CONCEPT_UNUSED_TYPEDEF __attribute__((unused))
++#else
++#define 

[Libreoffice-bugs] [Bug 58685] Add *option* for proposing a file name based on the content of the document on first save

2016-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=58685

--- Comment #12 from V Stuart Foote  ---
(In reply to V Stuart Foote from comment #10)
> 
> Also, can see some utility in improving the GUI (status
> bar/dialog/navigator) related to metadata manipulated via the File ->
> Properties dialog, especially with ongoing addition of CMIS and other
> "Cloud" formats.

Believe that work for linking the Properties meta fields, or for linking text
from suitable styles as file names and to the UI status bar/navigator as above
should also be able to address concerns of
https://bugs.documentfoundation.org/show_bug.cgi?id=61053#c13 and the OP.
Providing a filename "preview" to display in the inserted fields.

The "previewed" fields would of course change to the actual filename and path
once the ODF document is created on save.

=-note on usage-=
Actually Fields can be placed in any location, not just Header or Footer. Set
using an Insert button from a selection on the +F2 Fields dialog:
Document or DocInformation tabs.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-commits] core.git: Branch 'private/Rosemary/change-tracking' - include/xmloff sw/source sw/util

2016-06-06 Thread Rosemary Sebastian
 include/xmloff/xmlimp.hxx   |1 +
 sw/source/filter/xml/swxml.cxx  |7 +++
 sw/source/filter/xml/xmlimp.cxx |   11 +++
 sw/util/sw.component|   10 +++---
 4 files changed, 26 insertions(+), 3 deletions(-)

New commits:
commit cf849897b91af349afbf352bb529acf2b5e9ecfc
Author: Rosemary Sebastian 
Date:   Mon Jun 6 12:06:24 2016 +0530

Import tracked changes from undo.xml

Change-Id: If1003968accbc31acdb4b503940c53c01264e60c

diff --git a/include/xmloff/xmlimp.hxx b/include/xmloff/xmlimp.hxx
index 2261e47..c2c2474 100644
--- a/include/xmloff/xmlimp.hxx
+++ b/include/xmloff/xmlimp.hxx
@@ -96,6 +96,7 @@ enum class SvXMLImportFlags {
 SETTINGS= 0x0040,
 FONTDECLS   = 0x0080,
 EMBEDDED= 0x0100,
+UNDO= 0x0200,
 ALL = 0x
 };
 namespace o3tl
diff --git a/sw/source/filter/xml/swxml.cxx b/sw/source/filter/xml/swxml.cxx
index 33c976f..95708ad 100644
--- a/sw/source/filter/xml/swxml.cxx
+++ b/sw/source/filter/xml/swxml.cxx
@@ -875,6 +875,13 @@ sal_uLong XMLReader::Read( SwDoc , const OUString& 
rBaseURL, SwPaM , c
 : "com.sun.star.comp.Writer.XMLContentImporter"),
aFilterArgs, rName, true );
 
+if( !nRet && !(IsOrganizerMode() || aOpt.IsFormatsOnly()) )
+nRet = ReadThroughComponent(
+   xStorage, xModelComp, "undo.xml", nullptr, xContext,
+(bOASIS ? "com.sun.star.comp.Writer.XMLOasisUndoImporter"
+: "com.sun.star.comp.Writer.XMLUndoImporter"),
+   aEmptyArgs, rName, true );
+
 if( !(IsOrganizerMode() || IsBlockMode() || bInsertMode ||
   aOpt.IsFormatsOnly() ) )
 {
diff --git a/sw/source/filter/xml/xmlimp.cxx b/sw/source/filter/xml/xmlimp.cxx
index e749b3a..f583259 100644
--- a/sw/source/filter/xml/xmlimp.cxx
+++ b/sw/source/filter/xml/xmlimp.cxx
@@ -95,6 +95,7 @@ enum SwXMLDocTokens
 XML_TOK_DOC_MASTERSTYLES,
 XML_TOK_DOC_META,
 XML_TOK_DOC_BODY,
+XML_TOK_DOC_UNDO,
 XML_TOK_DOC_SCRIPT,
 XML_TOK_DOC_SETTINGS,
 XML_TOK_DOC_XFORMS,
@@ -109,6 +110,7 @@ static SvXMLTokenMapEntry aDocTokenMap[] =
 { XML_NAMESPACE_OFFICE, XML_MASTER_STYLES,   XML_TOK_DOC_MASTERSTYLES   },
 { XML_NAMESPACE_OFFICE, XML_META,   XML_TOK_DOC_META},
 { XML_NAMESPACE_OFFICE, XML_BODY,   XML_TOK_DOC_BODY},
+{ XML_NAMESPACE_OFFICE, XML_UNDO,   XML_TOK_DOC_UNDO},
 { XML_NAMESPACE_OFFICE, XML_SCRIPTS,XML_TOK_DOC_SCRIPT  },
 { XML_NAMESPACE_OFFICE, XML_SETTINGS,   XML_TOK_DOC_SETTINGS},
 { XML_NAMESPACE_XFORMS, XML_MODEL,  XML_TOK_DOC_XFORMS  },
@@ -1596,4 +1598,13 @@ 
com_sun_star_comp_Writer_XMLOasisSettingsImporter_get_implementation(css::uno::X
 return cppu::acquire(new SwXMLImport(context, 
OUString("com.sun.star.comp.Writer.XMLOasisSettingsImporter"),
 SvXMLImportFlags::SETTINGS));
 }
+
+extern "C" SAL_DLLPUBLIC_EXPORT css::uno::XInterface* SAL_CALL
+com_sun_star_comp_Writer_XMLOasisUndoImporter_get_implementation(css::uno::XComponentContext*
 context,
+css::uno::Sequence const &)
+{
+return cppu::acquire(new SwXMLImport(context, 
OUString("com.sun.star.comp.Writer.XMLOasisUndoImporter"),
+SvXMLImportFlags::UNDO | SvXMLImportFlags::AUTOSTYLES));
+}
+
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/sw/util/sw.component b/sw/util/sw.component
index a76d30a..478e4a2 100644
--- a/sw/util/sw.component
+++ b/sw/util/sw.component
@@ -76,13 +76,17 @@
   
constructor="com_sun_star_comp_Writer_XMLOasisContentExporter_get_implementation">
 
   
+  
+
+  
   
 
   
-  
-
+  
+
   
   
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 99508] HiDPI scaling broken on Wayland with GTK3

2016-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=99508

Buovjaga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1
   Severity|normal  |minor

--- Comment #1 from Buovjaga  ---
Confirmed on Reddit:
https://www.reddit.com/r/libreoffice/comments/4hn78i/bug_confirmation_request_hidpi_scaling_broken_on/

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-commits] core.git: Branch 'private/Rosemary/change-tracking' - 2 commits - include/xmloff sw/source xmloff/source

2016-06-06 Thread Rosemary Sebastian
Rebased ref, commits from common ancestor:
commit 28e1d02543b437e54c6dfa06141758ff8fe78baf
Author: Rosemary Sebastian 
Date:   Mon Jun 6 21:04:49 2016 +0530

Export addition of format

All the values are hardcoded currently.

Change-Id: I56ddfaa7f7facfc9c2359cd50031e6531ed05120

diff --git a/include/xmloff/xmlnmspe.hxx b/include/xmloff/xmlnmspe.hxx
index ae588d2..da467d1 100644
--- a/include/xmloff/xmlnmspe.hxx
+++ b/include/xmloff/xmlnmspe.hxx
@@ -70,6 +70,8 @@ XML_NAMESPACE( REPORT,  33U )
 XML_NAMESPACE( OF,  34U )   // OpenFormula aka ODFF
 XML_NAMESPACE( XHTML,   35U )
 XML_NAMESPACE( GRDDL,   36U )
+XML_NAMESPACE( ADD, 37U )
+XML_NAMESPACE( DEL, 38U )
 
 // namespaces for odf extended formats
 
@@ -77,14 +79,14 @@ XML_NAMESPACE( GRDDL,   36U )
 const sal_uInt16 XML_NAMESPACE_##prefix##_EXT   = key; \
 const sal_uInt16 XML_NAMESPACE_##prefix##_EXT_IDX   = key;
 
-XML_NAMESPACE_EXT( OFFICE,  37U )
-XML_NAMESPACE_EXT( TABLE,   38U )
-XML_NAMESPACE_EXT( CHART,   39U )
-XML_NAMESPACE_EXT( DRAW,40U )
-XML_NAMESPACE_EXT( CALC,41U )
-XML_NAMESPACE_EXT( LO,  42U )
+XML_NAMESPACE_EXT( OFFICE,  39U )
+XML_NAMESPACE_EXT( TABLE,   40U )
+XML_NAMESPACE_EXT( CHART,   41U )
+XML_NAMESPACE_EXT( DRAW,42U )
+XML_NAMESPACE_EXT( CALC,43U )
+XML_NAMESPACE_EXT( LO,  44U )
 
-#define XML_OLD_NAMESPACE_BASE 43U
+#define XML_OLD_NAMESPACE_BASE 45U
 
 // namespaces used in the technical preview (SO 5.2)
 XML_OLD_NAMESPACE( FO,  0U )
diff --git a/xmloff/source/text/XMLRedlineExport.cxx 
b/xmloff/source/text/XMLRedlineExport.cxx
index f7b38ef..c59fae5 100644
--- a/xmloff/source/text/XMLRedlineExport.cxx
+++ b/xmloff/source/text/XMLRedlineExport.cxx
@@ -487,6 +487,25 @@ void XMLRedlineExport::ExportChangeInfo(
 rExport.Characters(sBuf.makeStringAndClear());
 }
 
+aAny = rPropSet->getPropertyValue(sRedlineType);
+OUString sType;
+aAny >>= sType;
+if(sType == sFormat) // TODO: Find out if the style is inserted or deleted 
to give the proper namespace
+{
+SvXMLElementExport aTypeElem( rExport, XML_NAMESPACE_DEL,
+  XML_TYPE, true, false );
+rExport.Characters("style");
+SvXMLElementExport aNameElem( rExport, XML_NAMESPACE_DEL,
+  XML_NAME, true, false );
+rExport.Characters("bold"); // TODO: Get the correct style name
+SvXMLElementExport aStartElem( rExport, XML_NAMESPACE_DEL,
+  XML_START, true, false );
+rExport.Characters("start"); // TODO: Get the correct start position
+SvXMLElementExport aEndElem( rExport, XML_NAMESPACE_DEL,
+  XML_END, true, false );
+rExport.Characters("end"); // TODO: Get the correct end position
+}
+
 // comment as  sequence
 aAny = rPropSet->getPropertyValue(sRedlineComment);
 aAny >>= sTmp;
diff --git a/xmloff/source/text/XMLRedlineExport.hxx 
b/xmloff/source/text/XMLRedlineExport.hxx
index 5ef3d2e..08e8973 100644
--- a/xmloff/source/text/XMLRedlineExport.hxx
+++ b/xmloff/source/text/XMLRedlineExport.hxx
@@ -66,6 +66,10 @@ class XMLRedlineExport
 const OUString sRedlineSuccessorData;
 const OUString sRedlineText;
 const OUString sRedlineType;
+const OUString sRedlineUndoType;
+const OUString sRedlineUndoName;
+const OUString sRedlineUndoStart;
+const OUString sRedlineUndoEnd;
 const OUString sUnknownChange;
 const OUString sStartRedline;
 const OUString sEndRedline;
commit 49fa48961b58bae09b7872f8ff536b73d2a88f82
Author: Rosemary Sebastian 
Date:   Fri Jun 3 20:45:24 2016 +0530

WIP Save tracked changes in undo.xml

Change-Id: I41326b89788ad85646b777d2a8df81f03619ae9f

diff --git a/sw/source/filter/xml/xmlexp.cxx b/sw/source/filter/xml/xmlexp.cxx
index 87993a2..4213eb5 100644
--- a/sw/source/filter/xml/xmlexp.cxx
+++ b/sw/source/filter/xml/xmlexp.cxx
@@ -132,7 +132,7 @@ sal_uInt32 SwXMLExport::exportDoc( enum XMLTokenEnum eClass 
)
 SwDoc *pDoc = getDoc();
 
 if( getExportFlags() & 
(SvXMLExportFlags::FONTDECLS|SvXMLExportFlags::STYLES|
-
SvXMLExportFlags::MASTERSTYLES|SvXMLExportFlags::CONTENT))
+
SvXMLExportFlags::MASTERSTYLES|SvXMLExportFlags::CONTENT|SvXMLExportFlags::UNDO))
 {
 if( getDefaultVersion() > SvtSaveOptions::ODFVER_012 )
 {
@@ -268,7 +268,7 @@ sal_uInt32 SwXMLExport::exportDoc( enum XMLTokenEnum eClass 
)
 // set redline mode if we export STYLES or CONTENT, unless redline
 // mode is taken care of outside (through info XPropertySet)
 bool bSaveRedline =
-bool( getExportFlags() & 
(SvXMLExportFlags::CONTENT|SvXMLExportFlags::STYLES) );
+bool( 

[Libreoffice-bugs] [Bug 100167] Cannot add subform in design view

2016-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100167

--- Comment #3 from Buovjaga  ---
Robert: do you see any benefit with also being able to create it in the design
view?

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


GSOC report : Week #2

2016-06-06 Thread Jaskaran Singh
Hi ,
I'm working on the project to  implement import of odf styles through Orcus
.The following work has been done during the Second Week :-

   1. Implementation of cell protection in Orcus (under review). Orcus can
   now make sense of the various cell protection attributes stored in the xml
   file.
   2. Written test for the above work(under review).

In this week , I would be going for the following work.

   1. Implementation of Font underline in Orcus.
   2. Implementation of Number Format in Orcus.
   3. Tests for Font styles in Orcus.
   4. Tests for Number Format in Orcus.

Apart from this , I have also noticed a bug in Orcus, that prevents Border
styles like solid, dash dot dot to be imported. Will fix that too this week.

Thanks for reading this report.
Jaskaran Singh.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] core.git: Branch 'feature/fixes23' -

2016-06-06 Thread László Németh
 0 files changed

New commits:
commit b69f52f58413029f5d4e04d4508229c5a813d98e
Author: László Németh 
Date:   Mon Jun 6 17:37:55 2016 +0200

empty commit (Writer first proc. idle)

Change-Id: I326396edc18d0eda2c12e3f82892112ff4aab01e
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-1-0' - loleaflet/dist

2016-06-06 Thread Pranav Kant
 loleaflet/dist/toolbar.css |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5ebcef2a40014b4fd01e511ea3a37ce822ef9f92
Author: Pranav Kant 
Date:   Sat Jun 4 15:16:33 2016 +0530

loleaflet: Reduce z-index of auxiliary toolbar

Otherwise, when the screen becomes inactive, it is the only
widget to shine separately.

Change-Id: Idf22e2cece3fd465ff37e7304f4776dbfdef66a8
(cherry picked from commit 3ec6c6b6625c04a55b7a704d903b3887abc029b9)

diff --git a/loleaflet/dist/toolbar.css b/loleaflet/dist/toolbar.css
index abc6c25..35e7976 100644
--- a/loleaflet/dist/toolbar.css
+++ b/loleaflet/dist/toolbar.css
@@ -34,7 +34,7 @@
 width: 200px;
 top: 65px;
 border: 1px solid darkgrey;
-z-index: 8000;
+z-index: 1000;
 display: none;
 }
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 100170] IMPRESS: slide area hides formula combo box, makes editing nearly impossible

2016-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100170

--- Comment #3 from Michael Stahl  ---
comment #1 is wrong, raal has the right commit:

https://bugs.documentfoundation.org/show_bug.cgi?id=96451#c3

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 100220] Result of the Combination IF() and AND()

2016-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100220

--- Comment #4 from Aron Budea  ---
Created attachment 125516
  --> https://bugs.documentfoundation.org/attachment.cgi?id=125516=edit
Schrödinger's cat

Got an e-mail from h7rojas with some details, thanks. My conclusion is a bit
different, though (the information I got is that it occurs in 64-bit, but not
in 32-bit).

Before I spoil the details, see attachment, and in particular formula/values C1
and C2.

Spolier:
C1 is formatted as Boolean value, and 150 is TRUE if it's displayed as boolean.
However, I didn't format it as such. What happens is that if you first input a
boolean formula in the field, it's displayed as Boolean value, if you later
change it to a numerical formula, the display format doesn't change, and the
result is displayed as boolean.

I'm leaning towards considering this a bug, but there are many different cases
here with different display formats, and automatically adjusting the display
format might not work in all cases.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 100167] Cannot add subform in design view

2016-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100167

rob...@familiegrosskopf.de changed:

   What|Removed |Added

 Status|NEW |NEEDINFO
 CC||rob...@familiegrosskopf.de

--- Comment #2 from rob...@familiegrosskopf.de ---
You create this in the form-navigator, you could connect this to the mainform.
Works here with LO 5.1.3.2 on OpenSUSE 64bit rpm Linux.

I couldn't reproduce any buggy behavior here.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 97416] Edit / Database / Properties

2016-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97416

--- Comment #4 from Lionel Elie Mamane  ---
(In reply to robert from comment #3)

> ... but I would never use a Server-database without a different password as
> required for a normal user on my system ...

In PostgreSQL, an option is that a local user can connect to a database as the
same user without any password; the (e)uid of the calling process is checked
and this is trusted.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-commits] core.git: connectivity/source dbaccess/source include/comphelper include/connectivity include/svx pyuno/inc sd/source svx/source

2016-06-06 Thread Stephan Bergmann
 connectivity/source/drivers/kab/KDriver.hxx|8 
 connectivity/source/drivers/macab/MacabDriver.hxx  |8 
 dbaccess/source/core/dataaccess/databasedocument.hxx   |6 +++---
 dbaccess/source/core/dataaccess/documentdefinition.hxx |2 +-
 dbaccess/source/ui/inc/asyncmodaldialog.hxx|2 +-
 include/comphelper/officeresourcebundle.hxx|2 +-
 include/connectivity/dbexception.hxx   |2 +-
 include/svx/AccessibleShape.hxx|2 +-
 include/svx/ChildrenManager.hxx|2 +-
 include/svx/IAccessibleParent.hxx  |2 +-
 pyuno/inc/pyuno.hxx|2 +-
 sd/source/ui/inc/AccessiblePageShape.hxx   |2 +-
 sd/source/ui/unoidl/unolayer.hxx   |2 +-
 svx/source/accessibility/ChildrenManagerImpl.hxx   |2 +-
 svx/source/inc/GraphCtlAccessibleContext.hxx   |2 +-
 15 files changed, 23 insertions(+), 23 deletions(-)

New commits:
commit d0bc637426060593046c8d3a4d01d0b05b052cc5
Author: Stephan Bergmann 
Date:   Mon Jun 6 17:07:25 2016 +0200

Normalize on using @throws instead of @raise[s]

...as the former is used almost exclusively

Change-Id: I38ff11cd0d5125534550df99dd427666011c3b7b

diff --git a/connectivity/source/drivers/kab/KDriver.hxx 
b/connectivity/source/drivers/kab/KDriver.hxx
index 24e411a..5174c90 100644
--- a/connectivity/source/drivers/kab/KDriver.hxx
+++ b/connectivity/source/drivers/kab/KDriver.hxx
@@ -85,9 +85,9 @@ namespace connectivity
 
 /** initializes the implementation module.
 
-@raises css::uno::RuntimeException
+@throws css::uno::RuntimeException
 if the module could be loaded, but required symbols are 
missing
-@raises css::sdbc::SQLException
+@throws css::sdbc::SQLException
 if the KDE version we're running against is not supported, 
or no KDE was found at all
 */
 void init();
@@ -99,7 +99,7 @@ namespace connectivity
 /** creates a new connection
 @precond
 init has been called before
-@raises css::uno::RuntimeException
+@throws css::uno::RuntimeException
 if no connection object could be created (which is a 
severe error, normally impossible)
 */
 css::uno::Reference createConnection(
@@ -112,7 +112,7 @@ namespace connectivity
 
 @return  if the module could be loaded successfully.
 
-@raises css::uno::RuntimeException
+@throws css::uno::RuntimeException
 if the module could be loaded, but required symbols are 
missing
 */
 boolimpl_loadModule();
diff --git a/connectivity/source/drivers/macab/MacabDriver.hxx 
b/connectivity/source/drivers/macab/MacabDriver.hxx
index 8f19c87..20063ff 100644
--- a/connectivity/source/drivers/macab/MacabDriver.hxx
+++ b/connectivity/source/drivers/macab/MacabDriver.hxx
@@ -64,9 +64,9 @@ namespace connectivity
 
 /** initializes the implementation module.
 
-@raises css::uno::RuntimeException
+@throws css::uno::RuntimeException
 if the module could be loaded, but required symbols are 
missing
-@raises css::sdbc::SQLException
+@throws css::sdbc::SQLException
 if no Mac OS was found at all
 */
 void init();
@@ -78,7 +78,7 @@ namespace connectivity
 /** creates a new connection
 @precond
 init has been called before
-@raises css::uno::RuntimeException
+@throws css::uno::RuntimeException
 if no connection object could be created (which is a 
severe error, normally impossible)
 */
 MacabConnection*  createConnection( MacabDriver* _pDriver ) const;
@@ -90,7 +90,7 @@ namespace connectivity
 
 @return  if the module could be loaded successfully.
 
-@raises css::uno::RuntimeException
+@throws css::uno::RuntimeException
 if the module could be loaded, but required symbols are 
missing
 */
 boolimpl_loadModule();
diff --git a/dbaccess/source/core/dataaccess/databasedocument.hxx 
b/dbaccess/source/core/dataaccess/databasedocument.hxx
index f9d4107..0b91ad8 100644
--- a/dbaccess/source/core/dataaccess/databasedocument.hxx
+++ b/dbaccess/source/core/dataaccess/databasedocument.hxx
@@ -488,7 +488,7 @@ private:
 determines if the ownership should be transferred to the component 
which
 possibly vetos the closing
 
-@raises css::util::CloseVetoException
+@throws 

[Libreoffice-bugs] [Bug 58685] Add *option* for proposing a file name based on the content of the document on first save

2016-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=58685

--- Comment #11 from Claudius Ellsel  ---
I agree that the given order is good.

However my main point was that if a file has a title or heading 1 set the name
will be set by default, not only as an option. (So there is an opt-out instead
an opt-in in the settings for this case).

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-ux-advise] [Bug 58685] Add *option* for proposing a file name based on the content of the document on first save

2016-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=58685

--- Comment #11 from Claudius Ellsel  ---
I agree that the given order is good.

However my main point was that if a file has a title or heading 1 set the name
will be set by default, not only as an option. (So there is an opt-out instead
an opt-in in the settings for this case).

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Libreoffice-ux-advise mailing list
Libreoffice-ux-advise@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise


[Libreoffice-bugs] [Bug 100239] New: UI Blinking thumbnails of linked images

2016-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100239

Bug ID: 100239
   Summary: UI Blinking thumbnails of linked images
   Product: LibreOffice
   Version: 5.1.3.2 release
  Hardware: x86 (IA32)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: iocheson...@gmail.com

Created attachment 125515
  --> https://bugs.documentfoundation.org/attachment.cgi?id=125515=edit
Blinking thumbnails of linked images in LibreOffice Impress

Hi!
I'm using Impress 5.1.3.2 and linking more than an image for slide.
In the left column I can see the images thumbnail starting blinking in an
alternate fashion between the correct thumbnail and a rectangle with a tiny red
text. Usually just the upper slide present in the left column is the one with
blinking thumbnails. Obviously this makes LibreOffice Impress harvest a lot of
CPU.
To reproduce this you can create a presentation and start inserting two linked
images for each slide, adding more slides at some point the thumbnails should
start blinking.
See image.
In the image you can notice that also many other thumbnails are broken but at
least they're static.



-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (980, 'testing'), (900, 'stable'), (200, 'unstable'), (100,
'experimental')
Architecture: i386 (i686)

Kernel: Linux 4.2.0-1-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages libreoffice-impress depends on:
ii  dpkg  1.18.7
ii  libc6 2.22-9
ii  libetonyek-0.1-1  0.1.6-2
ii  libgcc1   1:6.1.1-4
ii  libgl1-mesa-glx [libgl1]  11.2.2-1
ii  libglew1.13   1.13.0-2
ii  libglu1-mesa [libglu1]9.0.0-2.1
ii  libmwaw-0.3-3 0.3.7-1
ii  libodfgen-0.1-1   0.1.6-1
ii  libreoffice-core  1:5.1.3-2
ii  libreoffice-draw  1:5.1.3-2
ii  librevenge-0.0-0  0.0.4-4
ii  libstdc++66.1.1-4
ii  libxml2   2.9.3+dfsg1-1
ii  uno-libs3 5.1.3-2
ii  ure   5.1.3-2
ii  zlib1g1:1.2.8.dfsg-2+b1

Versions of packages libreoffice-impress recommends:
ii  libreoffice-avmedia-backend-gstreamer  1:5.1.3-2

Versions of packages libreoffice-impress suggests:
ii  bluez  5.36-1+b1

Versions of packages libreoffice-core depends on:
ii  fontconfig2.11.0-6.4
ii  fonts-opensymbol  2:102.7+LibO5.1.3-2
ii  libboost-date-time1.58.0  1.58.0+dfsg-5+b1
ii  libc6 2.22-9
ii  libcairo2 1.14.6-1+b1
ii  libclucene-contribs1v52.3.3.4-4.1
ii  libclucene-core1v52.3.3.4-4.1
ii  libcmis-0.5-5v5   0.5.1-4
ii  libcups2  2.1.3-5
ii  libcurl3-gnutls   7.47.0-1
ii  libdbus-1-3   1.10.8-1
ii  libdbus-glib-1-2  0.106-1
ii  libdconf1 0.26.0-1
ii  libeot0   0.01-3
ii  libexpat1 2.1.1-2
ii  libexttextcat-2.0-0   3.4.4-1
ii  libfontconfig12.11.0-6.4
ii  libfreetype6  2.6.3-3+b1
ii  libgcc1   1:6.1.1-4
ii  libgl1-mesa-glx [libgl1]  11.2.2-1
ii  libglew1.13   1.13.0-2
ii  libglib2.0-0  2.48.1-1
ii  libgltf-0.0-0v5   0.0.2-4+b1
ii  libglu1-mesa [libglu1]9.0.0-2.1
ii  libgraphite2-31.3.8-1
ii  libharfbuzz-icu0  1.2.6-2
ii  libharfbuzz0b 1.2.6-2
ii  libhunspell-1.4-0 1.4.1-2
ii  libhyphen02.8.8-3
ii  libice6   2:1.0.9-1+b1
ii  libicu55  55.1-7
ii  libjpeg62-turbo   1:1.4.2-2
ii  liblangtag1   0.5.7-2
ii  liblcms2-22.7-1
ii  libldap-2.4-2 2.4.42+dfsg-2+b2
ii  libmythes-1.2-0   2:1.2.4-1
ii  libneon27-gnutls  0.30.1-3
ii  libnspr4  2:4.12-2
ii  libnss3   2:3.23-2
ii  libnss3-1d2:3.23-2
ii  libodfgen-0.1-1   0.1.6-1
ii  libpcre3  2:8.38-3.1
ii  libpng16-16   1.6.21-5
ii  librdf0   1.0.17-1+b1
ii  libreoffice-common1:5.1.3-2
ii  librevenge-0.0-0  0.0.4-4
ii  libsm62:1.2.2-1+b1
ii  libssl1.0.2   1.0.2h-1
ii  libstdc++66.1.1-4
ii  libx11-6  2:1.6.3-1
ii  libxext6  2:1.3.3-1
ii  libxinerama1  2:1.1.3-1+b1
ii  libxml2   2.9.3+dfsg1-1
ii  libxrandr22:1.5.0-1
ii  libxrender1   1:0.9.9-2
ii  libxslt1.11.1.28-4
ii  uno-libs3 5.1.3-2
ii  ure   5.1.3-2
ii  zlib1g

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 6e/fa10d535351216e97c3a736a17ea9f597482b5

2016-06-06 Thread Caolán McNamara
 6e/fa10d535351216e97c3a736a17ea9f597482b5 |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 6d0771bf6d40a131510745b926b6629415d88aa3
Author: Caolán McNamara 
Date:   Mon Jun 6 15:21:41 2016 +0100

Notes added by 'git notes add'

diff --git a/6e/fa10d535351216e97c3a736a17ea9f597482b5 
b/6e/fa10d535351216e97c3a736a17ea9f597482b5
new file mode 100644
index 000..06e0996
--- /dev/null
+++ b/6e/fa10d535351216e97c3a736a17ea9f597482b5
@@ -0,0 +1 @@
+prefer: a24006e0f9ecc3a6fec9b974bc9a204d869d5819
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 100188] Lost of CONDITIONAL FORMATTING with formula on refresh by macro with cell link with an another file

2016-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100188

hawk63  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 100188] Lost of CONDITIONAL FORMATTING with formula on refresh by macro with cell link with an another file

2016-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100188

--- Comment #2 from hawk63  ---
Created attachment 125514
  --> https://bugs.documentfoundation.org/attachment.cgi?id=125514=edit
Reproduction of the bug for example

Here an example of the bug.

There was a mistake in my first comment, the cells are insert with the function
"Link to External Data".

And the bug is when libreoffice refresh the link (with the menu "Edit /
Link..." or with macro.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 100238] New: EDITING: Deleting a comment in .pptx causes a crash

2016-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100238

Bug ID: 100238
   Summary: EDITING: Deleting a comment in .pptx causes a crash
   Product: LibreOffice
   Version: 5.1.3.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: dzen...@gmail.com

I am trying to edit a PowerPoint presentation. My collaborator added some
slides and comments to the file. When I try to delete a comment, Impress
crashes. The recovery recovers the document without the comment. Similar to bug
99388.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[GSoC] Zoner Draw import, Week 2 report

2016-06-06 Thread Alex P
During the second week I implemented parsing and output of ellipses and
arcs (except rotation) in libzmf.
http://i.imgur.com/iVeZ9hj.pnghttp://i.imgur.com/DUazEdi.png
Also I continued reverse engineering and submitted some information about
colors, pen, fill, transparency, shadow styles, text to OLE Toy.
https://github.com/renyxa/re-lab/commits/master?author=AlexP11223
Next I am planing to implement pen and fill colors/styles in libzmf.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-ux-advise] [Bug 58685] Add *option* for proposing a file name based on the content of the document on first save

2016-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=58685

V Stuart Foote  changed:

   What|Removed |Added

 CC||vstuart.fo...@utsa.edu

--- Comment #10 from V Stuart Foote  ---
Samuel's suggestions in OP ( comment 0 )of pulling text from  specific Style
are fine--certainly better than grabbing the first string encountered.

Suggest also the File -> Properties dialog: Description tab any entries made to
the Title, Subject, Comments or Keywords fields (given a hierarchical
preference in that order).  These fields are always picked up and incorporated
into the ODF  meta.xml as "Dublin Core" DCMI (ANSI/NISO Z39.85 and ISO
15386-2009) values, i.e. dc:title, dc:subject, dc:description, and meta:keyword

Seems reasonable to parse them first as potential for automated file naming
ahead of content from the document styles listed.

Also, can see some utility in improving the GUI (status bar/dialog/navigator)
related to metadata manipulated via the File -> Properties dialog, especially
with ongoing addition of CMIS and other "Cloud" formats.

Naming a file on initial save to ODF is just the facet here.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Libreoffice-ux-advise mailing list
Libreoffice-ux-advise@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise


[Libreoffice-bugs] [Bug 58685] Add *option* for proposing a file name based on the content of the document on first save

2016-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=58685

V Stuart Foote  changed:

   What|Removed |Added

 CC||vstuart.fo...@utsa.edu

--- Comment #10 from V Stuart Foote  ---
Samuel's suggestions in OP ( comment 0 )of pulling text from  specific Style
are fine--certainly better than grabbing the first string encountered.

Suggest also the File -> Properties dialog: Description tab any entries made to
the Title, Subject, Comments or Keywords fields (given a hierarchical
preference in that order).  These fields are always picked up and incorporated
into the ODF  meta.xml as "Dublin Core" DCMI (ANSI/NISO Z39.85 and ISO
15386-2009) values, i.e. dc:title, dc:subject, dc:description, and meta:keyword

Seems reasonable to parse them first as potential for automated file naming
ahead of content from the document styles listed.

Also, can see some utility in improving the GUI (status bar/dialog/navigator)
related to metadata manipulated via the File -> Properties dialog, especially
with ongoing addition of CMIS and other "Cloud" formats.

Naming a file on initial save to ODF is just the facet here.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-commits] core.git: sw/source

2016-06-06 Thread Miklos Vajna
 sw/source/core/bastyp/swcache.cxx |  158 +++---
 sw/source/core/inc/swcache.hxx|   22 ++---
 2 files changed, 90 insertions(+), 90 deletions(-)

New commits:
commit 07f5d9839fc28343447b2879a3ccf138bd025544
Author: Miklos Vajna 
Date:   Mon Jun 6 09:11:48 2016 +0200

sw: prefix members of SwCache

Change-Id: I2896dffca4d13dd95612fa463c66eb5a769d5650
Reviewed-on: https://gerrit.libreoffice.org/25952
Reviewed-by: Miklos Vajna 
Tested-by: Jenkins 

diff --git a/sw/source/core/bastyp/swcache.cxx 
b/sw/source/core/bastyp/swcache.cxx
index 9eef25f..c1efc78 100644
--- a/sw/source/core/bastyp/swcache.cxx
+++ b/sw/source/core/bastyp/swcache.cxx
@@ -27,36 +27,36 @@
 #ifdef DBG_UTIL
 void SwCache::Check()
 {
-if ( !pRealFirst )
+if ( !m_pRealFirst )
 return;
 
 // consistency check
-SAL_WARN_IF( pLast->GetNext(), "sw.core", "Last but not last." );
-SAL_WARN_IF( pRealFirst->GetPrev(), "sw.core", "First but not first." );
+SAL_WARN_IF( m_pLast->GetNext(), "sw.core", "Last but not last." );
+SAL_WARN_IF( m_pRealFirst->GetPrev(), "sw.core", "First but not first." );
 sal_uInt16 nCnt = 0;
 bool bFirstFound = false;
-SwCacheObj *pObj = pRealFirst;
-SwCacheObj *const pOldRealFirst = pRealFirst;
+SwCacheObj *pObj = m_pRealFirst;
+SwCacheObj *const pOldRealFirst = m_pRealFirst;
 while ( pObj )
 {
 // the object must be found also when moving backwards
-SwCacheObj *pTmp = pLast;
+SwCacheObj *pTmp = m_pLast;
 while ( pTmp && pTmp != pObj )
 pTmp = pTmp->GetPrev();
 SAL_WARN_IF( !pTmp, "sw.core", "Object not found." );
 
 ++nCnt;
-if ( pObj == pFirst )
+if ( pObj == m_pFirst )
 bFirstFound = true;
 if ( !pObj->GetNext() )
-SAL_WARN_IF( pObj != pLast, "sw.core", "Last not Found." );
+SAL_WARN_IF( pObj != m_pLast, "sw.core", "Last not Found." );
 pObj = pObj->GetNext();
 SAL_WARN_IF(pObj == pOldRealFirst, "sw.core", "Recursion in SwCache.");
 }
 SAL_WARN_IF( !bFirstFound, "sw.core", "First not Found." );
-SAL_WARN_IF( nCnt + aFreePositions.size() != size(), "sw.core", "Lost 
Chain." );
+SAL_WARN_IF( nCnt + m_aFreePositions.size() != size(), "sw.core", "Lost 
Chain." );
 SAL_WARN_IF(
-size() == nCurMax && nCurMax != aFreePositions.size() + nCnt, 
"sw.core",
+size() == m_nCurMax && m_nCurMax != m_aFreePositions.size() + nCnt, 
"sw.core",
 "Lost FreePositions." );
 }
 
@@ -74,10 +74,10 @@ SwCache::SwCache( const sal_uInt16 nInitSize
 #endif
 ) :
 m_aCacheObjects(),
-pRealFirst( nullptr ),
-pFirst( nullptr ),
-pLast( nullptr ),
-nCurMax( nInitSize )
+m_pRealFirst( nullptr ),
+m_pFirst( nullptr ),
+m_pLast( nullptr ),
+m_nCurMax( nInitSize )
 #ifdef DBG_UTIL
 , m_aName( rNm )
 , m_nAppend( 0 )
@@ -126,8 +126,8 @@ SwCache::~SwCache()
 void SwCache::Flush()
 {
 INCREMENT( m_nFlushCnt );
-SwCacheObj *pObj = pRealFirst;
-pRealFirst = pFirst = pLast = nullptr;
+SwCacheObj *pObj = m_pRealFirst;
+m_pRealFirst = m_pFirst = m_pLast = nullptr;
 SwCacheObj *pTmp;
 while ( pObj )
 {
@@ -135,17 +135,17 @@ void SwCache::Flush()
 if ( pObj->IsLocked() )
 {
 OSL_FAIL( "Flushing locked objects." );
-if ( !pRealFirst )
+if ( !m_pRealFirst )
 {
-pRealFirst = pFirst = pLast = pObj;
+m_pRealFirst = m_pFirst = m_pLast = pObj;
 pTmp = pObj->GetNext();
 pObj->SetNext( nullptr ); pObj->SetPrev( nullptr );
 pObj = pTmp;
 }
 else
-{   pLast->SetNext( pObj );
-pObj->SetPrev( pLast );
-pLast = pObj;
+{   m_pLast->SetNext( pObj );
+pObj->SetPrev( m_pLast );
+m_pLast = pObj;
 pTmp = pObj->GetNext();
 pObj->SetNext( nullptr );
 pObj = pTmp;
@@ -156,7 +156,7 @@ void SwCache::Flush()
 {
 pTmp = pObj;
 pObj = pTmp->GetNext();
-aFreePositions.push_back( pTmp->GetCachePos() );
+m_aFreePositions.push_back( pTmp->GetCachePos() );
 m_aCacheObjects[pTmp->GetCachePos()] = nullptr;
 delete pTmp;
 INCREMENT( m_nFlushedObjects );
@@ -169,27 +169,27 @@ void SwCache::ToTop( SwCacheObj *pObj )
 INCREMENT( m_nToTop );
 
 // cut object out of chain and insert at beginning
-if ( pRealFirst == pObj )   // pFirst was checked by caller
+if ( m_pRealFirst == pObj )   // pFirst was checked by caller
 {
 CHECK;
 return;
 }
 
-if ( !pRealFirst )
+if ( !m_pRealFirst )
 {
 // the first will be 

[Libreoffice-commits] core.git: include/sal

2016-06-06 Thread Michael Stahl
 include/sal/log-areas.dox |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 106bcf136892944d9430ffa70d21de641bb1
Author: Michael Stahl 
Date:   Mon Jun 6 15:31:13 2016 +0200

loplugin:sallogareas

Change-Id: Id9204f2499bd995f36c5962da56a6d486fe4ca59

diff --git a/include/sal/log-areas.dox b/include/sal/log-areas.dox
index cbb93eb..06da4f8 100644
--- a/include/sal/log-areas.dox
+++ b/include/sal/log-areas.dox
@@ -72,7 +72,8 @@ certain functionality.
 
 @li @c connectivity.commontools
 @li @c connectivity.cpool
-@li @c connectivity.drivers
+@li @c connectivity.drivers - a bit overly general, maybe it should be removed?
+@li @c connectivity.dbase
 @li @c connectivity.evoab2
 @li @c connectivity.firebird
 @li @c connectivity.flat
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 61053] FILESAVE: Make writer to save the document with the first words as default name instead of Untitled 1

2016-06-06 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=61053

--- Comment #17 from Cor Nouws  ---
(In reply to Claudius Ellsel from comment #16)
> This is not completely a duplicate, since there is still a second request.
> Is this solved?

So I should read the initial comment

(In reply to bugquestcontri from comment #0)
> [...]
> Additionally I would like to add that the field for the filename in a footer
> of a writer document shows the name of the default filename before the file
> is saved. 

and forget the issues summary to understand the meaning of the bug :\ ?

Sigh, boing boing boing boing 

/me people should really really make clear descriptive summaries for issues and 
update when needed.

Sorry Claudius, don't take this personal. It's just an epidemic problem ;)

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-commits] core.git: basctl/source include/sfx2 sc/source sd/source sfx2/source starmath/source sw/source

2016-06-06 Thread Noel Grandin
 basctl/source/basicide/basicmod.hxx |2 
 include/sfx2/module.hxx |7 --
 sc/source/ui/app/scmod.cxx  |2 
 sd/source/ui/app/sdmod.cxx  |2 
 sfx2/source/appl/module.cxx |  105 ++--
 starmath/source/smmod.cxx   |2 
 sw/source/uibase/app/swmodule.cxx   |2 
 7 files changed, 38 insertions(+), 84 deletions(-)

New commits:
commit dfa8ecef62f4f55aa614013a80ad9aeb61a4fdac
Author: Noel Grandin 
Date:   Mon Jun 6 13:25:46 2016 +0200

Revert "Revert "Simplify sfx2 removing SfxModuleArr_Impl and dummy 
SfxModule flag""

This reverts commit abde31a2bc68302e1afafe1fcc3f5d85369010f8.

Since my analysis was completely incorrect, and the bug was elsewhere.

diff --git a/basctl/source/basicide/basicmod.hxx 
b/basctl/source/basicide/basicmod.hxx
index f462927..b52a1c7 100644
--- a/basctl/source/basicide/basicmod.hxx
+++ b/basctl/source/basicide/basicmod.hxx
@@ -31,7 +31,7 @@ class Module : public SfxModule
 static Module* mpModule;
 public:
 Module ( ResMgr *pMgr, SfxObjectFactory *pObjFact) :
-SfxModule( pMgr, false, pObjFact, nullptr )
+SfxModule( pMgr, pObjFact, nullptr )
 { }
 public:
 static Module*& Get () { return mpModule; }
diff --git a/include/sfx2/module.hxx b/include/sfx2/module.hxx
index 6e10d7c..7871675 100644
--- a/include/sfx2/module.hxx
+++ b/include/sfx2/module.hxx
@@ -35,7 +35,6 @@ class SfxObjectFactory;
 class ModalDialog;
 class SfxObjectFactory;
 class SfxModule;
-class SfxModuleArr_Impl;
 class SfxModule_Impl;
 class SfxSlotPool;
 struct SfxChildWinContextFactory;
@@ -54,7 +53,6 @@ class SFX2_DLLPUBLIC SfxModule : public SfxShell
 {
 private:
 ResMgr* pResMgr;
-boolbDummy : 1;
 SfxModule_Impl* pImpl;
 
 SAL_DLLPRIVATE void Construct_Impl();
@@ -68,8 +66,7 @@ private:
 
 public:
 
-SfxModule( ResMgr* pMgrP, bool bDummy,
-SfxObjectFactory* pFactoryP, ... );
+SfxModule( ResMgr* pMgrP, SfxObjectFactory* 
pFactoryP, ... );
 virtual ~SfxModule();
 
 ResMgr* GetResMgr();
@@ -96,7 +93,7 @@ public:
 static FieldUnitGetModuleFieldUnit( css::uno::Reference< 
css::frame::XFrame > const & i_frame );
 FieldUnit   GetFieldUnit() const;
 
-SAL_DLLPRIVATE static SfxModuleArr_Impl& GetModules_Impl();
+SAL_DLLPRIVATE static std::vector& GetModules_Impl();
 SAL_DLLPRIVATE static void DestroyModules_Impl();
 SAL_DLLPRIVATE SfxTbxCtrlFactArr_Impl* GetTbxCtrlFactories_Impl() const;
 SAL_DLLPRIVATE SfxStbCtrlFactArr_Impl* GetStbCtrlFactories_Impl() const;
diff --git a/sc/source/ui/app/scmod.cxx b/sc/source/ui/app/scmod.cxx
index 359fb23..c45480f 100644
--- a/sc/source/ui/app/scmod.cxx
+++ b/sc/source/ui/app/scmod.cxx
@@ -130,7 +130,7 @@ void ScModule::InitInterface_Impl()
 }
 
 ScModule::ScModule( SfxObjectFactory* pFact ) :
-SfxModule( ResMgr::CreateResMgr( "sc" ), false, pFact, nullptr ),
+SfxModule( ResMgr::CreateResMgr( "sc" ), pFact, nullptr ),
 aIdleTimer("sc ScModule IdleTimer"),
 aSpellIdle("sc ScModule SpellIdle"),
 mpDragData(new ScDragData),
diff --git a/sd/source/ui/app/sdmod.cxx b/sd/source/ui/app/sdmod.cxx
index 59f62db..9b54068 100644
--- a/sd/source/ui/app/sdmod.cxx
+++ b/sd/source/ui/app/sdmod.cxx
@@ -67,7 +67,7 @@ void SdModule::InitInterface_Impl()
 
 // Ctor
 SdModule::SdModule(SfxObjectFactory* pFact1, SfxObjectFactory* pFact2 )
-:   SfxModule( ResMgr::CreateResMgr("sd"), false,
+:   SfxModule( ResMgr::CreateResMgr("sd"),
   pFact1, pFact2, nullptr ),
 pTransferClip(nullptr),
 pTransferDrag(nullptr),
diff --git a/sfx2/source/appl/module.cxx b/sfx2/source/appl/module.cxx
index 2cedda8..bb1730d 100644
--- a/sfx2/source/appl/module.cxx
+++ b/sfx2/source/appl/module.cxx
@@ -42,41 +42,7 @@
 #include "childwinimpl.hxx"
 #include 
 
-class SfxModuleArr_Impl
-{
-typedef ::std::vector DataType;
-DataType maData;
-public:
-
-typedef DataType::iterator iterator;
-
-iterator begin()
-{
-return maData.begin();
-}
-
-void erase( const iterator& it )
-{
-maData.erase(it);
-}
-
-SfxModule* operator[] ( size_t i )
-{
-return maData[i];
-}
-
-void push_back( SfxModule* p )
-{
-maData.push_back(p);
-}
-
-size_t size() const
-{
-return maData.size();
-}
-};
-
-static SfxModuleArr_Impl* pModules=nullptr;
+static std::vector* pModules=nullptr;
 
 class SfxModule_Impl
 {
@@ -136,9 +102,8 @@ ResMgr* SfxModule::GetResMgr()
 return pResMgr;
 }
 
-SfxModule::SfxModule( ResMgr* pMgrP, bool bDummyP,
-  SfxObjectFactory* pFactoryP, ... )
-: pResMgr( pMgrP ), bDummy( 

[Libreoffice-commits] core.git: 3 commits - connectivity/source sc/source svx/source

2016-06-06 Thread Michael Stahl
 connectivity/source/drivers/dbase/DIndex.cxx |7 ---
 connectivity/source/drivers/dbase/DTable.cxx |2 ++
 sc/source/filter/starcalc/scflt.cxx  |2 ++
 svx/source/dialog/crashreportdlg.cxx |   12 
 4 files changed, 8 insertions(+), 15 deletions(-)

New commits:
commit 55a07417c8df1f451cac33d5dfc6a2ef450fa544
Author: Michael Stahl 
Date:   Mon Jun 6 15:13:44 2016 +0200

svx: -Werror=unused-function

Change-Id: Ifa7e36e44ac1f2bdfb91e9b4bf29e7436dc68509

diff --git a/svx/source/dialog/crashreportdlg.cxx 
b/svx/source/dialog/crashreportdlg.cxx
index 00dcedd..8cb5c29 100644
--- a/svx/source/dialog/crashreportdlg.cxx
+++ b/svx/source/dialog/crashreportdlg.cxx
@@ -48,18 +48,6 @@ void CrashReportDialog::dispose()
 Dialog::dispose();
 }
 
-namespace {
-
-OUString getLibDir()
-{
-OUString aOriginal = "$BRAND_BASE_DIR/" LIBO_LIBEXEC_FOLDER;
-rtl::Bootstrap::expandMacros(aOriginal);
-
-return aOriginal;
-}
-
-}
-
 IMPL_LINK_TYPED(CrashReportDialog, BtnHdl, Button*, pBtn, void)
 {
 if (pBtn == mpBtnSend.get())
commit 296125b0bf28af9ec6f0ab1459b392e26ed3eb3f
Author: Michael Stahl 
Date:   Mon Jun 6 15:19:44 2016 +0200

connectivity: -Werror=unused-variable

Change-Id: Idaef923205a5f21d7c4c84cc74d3a369107f7325

diff --git a/connectivity/source/drivers/dbase/DIndex.cxx 
b/connectivity/source/drivers/dbase/DIndex.cxx
index d5470de..423fd3a 100644
--- a/connectivity/source/drivers/dbase/DIndex.cxx
+++ b/connectivity/source/drivers/dbase/DIndex.cxx
@@ -352,7 +352,9 @@ ONDXPage* ODbaseIndex::CreatePage(sal_uInt32 nPagePos, 
ONDXPage* pParent, bool b
 void connectivity::dbase::ReadHeader(
 SvStream & rStream, ODbaseIndex::NDXHeader & rHeader)
 {
+#if !defined(NDEBUG)
 sal_uInt64 const nOldPos(rStream.Tell());
+#endif
 rStream.ReadUInt32(rHeader.db_rootpage);
 rStream.ReadUInt32(rHeader.db_pagecount);
 rStream.Read(_frei, 4);
@@ -379,7 +381,6 @@ SvStream& connectivity::dbase::operator >> (SvStream 
, ODbaseIndex& rInd
 SvStream& connectivity::dbase::WriteODbaseIndex(SvStream , 
ODbaseIndex& rIndex)
 {
 rStream.Seek(0);
-sal_uInt64 const nOldPos(rStream.Tell());
 rStream.WriteUInt32(rIndex.m_aHeader.db_rootpage);
 rStream.WriteUInt32(rIndex.m_aHeader.db_pagecount);
 rStream.Write(_aHeader.db_frei, 4);
@@ -390,8 +391,8 @@ SvStream& connectivity::dbase::WriteODbaseIndex(SvStream 
, ODbaseIndex&
 rStream.Write(_aHeader.db_frei1, 3);
 rStream.WriteUChar(rIndex.m_aHeader.db_unique);
 rStream.Write(_aHeader.db_name, 488);
-assert(rStream.GetError() || rStream.Tell() == nOldPos + DINDEX_PAGE_SIZE);
-SAL_WARN_IF(rStream.GetError(), "connectivity.drivers", "write error");
+assert(rStream.GetError() || rStream.Tell() == DINDEX_PAGE_SIZE);
+SAL_WARN_IF(rStream.GetError(), "connectivity.dbase", "write error");
 return rStream;
 }
 
diff --git a/connectivity/source/drivers/dbase/DTable.cxx 
b/connectivity/source/drivers/dbase/DTable.cxx
index 95c65ca..7dce6fe 100644
--- a/connectivity/source/drivers/dbase/DTable.cxx
+++ b/connectivity/source/drivers/dbase/DTable.cxx
@@ -323,7 +323,9 @@ void ODbaseTable::fillColumns()
 for (; i < nFieldCount; i++)
 {
 DBFColumn aDBFColumn;
+#if !defined(NDEBUG)
 sal_uInt64 const nOldPos(m_pFileStream->Tell());
+#endif
 m_pFileStream->Read(aDBFColumn.db_fnm, 11);
 m_pFileStream->ReadUChar(aDBFColumn.db_typ);
 m_pFileStream->ReadUInt32(aDBFColumn.db_adr);
commit 722f6109296e115f56281bae548f809ef60327c2
Author: Michael Stahl 
Date:   Mon Jun 6 15:17:14 2016 +0200

sc: -Werror=unused-variable

Change-Id: Ife22868a5bdc41b5c30bbd187f207998791487eb

diff --git a/sc/source/filter/starcalc/scflt.cxx 
b/sc/source/filter/starcalc/scflt.cxx
index 44088e3..b4309cc 100644
--- a/sc/source/filter/starcalc/scflt.cxx
+++ b/sc/source/filter/starcalc/scflt.cxx
@@ -1022,7 +1022,9 @@ void Sc10Import::LoadEditStateInfo()
 {
 Sc10EditStateInfo EditStateInfo;
 
+#if !defined(NDEBUG)
 sal_uInt64 const nOldPos(rStream.Tell());
+#endif
 
 rStream.ReadUInt16(EditStateInfo.CarretX);
 rStream.ReadUInt16(EditStateInfo.CarretY);
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


GSoC Weekly Report #2 - Table Styles

2016-06-06 Thread Jakub Trzebiatowski

Dear Community,

This was the second week. This week I was working on:

- added table-template property to an existing table UNO API
  https://gerrit.libreoffice.org/#/c/25688/
- basic export of a table-template. However it appeared it is too early 
to do

  that.
- fixed a fdo47267 import crash which I introduced last week
  https://gerrit.libreoffice.org/#/c/25887/
- working on Cell Styles UNO family. Still have to resolve doubts. How and
  where will be unassigned Cell Styles stored.
  https://gerrit.libreoffice.org/#/c/25896/2

Plans for this week:
- finish Cell Styles UNO family
- research, and try to do a proper, basic table-template export
- I'll have two exams this week, so I'll have to skip a day or two

If you have any remarks and/or suggestions, please share.

Regards,
Jakub Trzebiatowski, ubap
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] core.git: connectivity/source

2016-06-06 Thread Stephan Bergmann
 connectivity/source/drivers/dbase/DIndex.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6bd1465395064f60c4ac45bbd79571149a702d0b
Author: Stephan Bergmann 
Date:   Mon Jun 6 15:27:23 2016 +0200

loplugin:sallogareas

Change-Id: I32a1b278643ab54dd16966d0e41f3cee0bafb024

diff --git a/connectivity/source/drivers/dbase/DIndex.cxx 
b/connectivity/source/drivers/dbase/DIndex.cxx
index 0a6e225..d5470de 100644
--- a/connectivity/source/drivers/dbase/DIndex.cxx
+++ b/connectivity/source/drivers/dbase/DIndex.cxx
@@ -391,7 +391,7 @@ SvStream& connectivity::dbase::WriteODbaseIndex(SvStream 
, ODbaseIndex&
 rStream.WriteUChar(rIndex.m_aHeader.db_unique);
 rStream.Write(_aHeader.db_name, 488);
 assert(rStream.GetError() || rStream.Tell() == nOldPos + DINDEX_PAGE_SIZE);
-SAL_WARN_IF(rStream.GetError(), "connectivity.dbase", "write error");
+SAL_WARN_IF(rStream.GetError(), "connectivity.drivers", "write error");
 return rStream;
 }
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


  1   2   3   >