[Libreoffice-commits] core.git: qadevOOo/runner

2016-02-05 Thread Caolán McNamara
 qadevOOo/runner/helper/APIDescGetter.java |   18 ++
 1 file changed, 18 insertions(+)

New commits:
commit 0ccf596a703d66bc120d1b4699c06b0d902d10ac
Author: Caolán McNamara 
Date:   Fri Feb 5 20:44:11 2016 +

coverity#1351880 Resource leak

and

coverity#1351881 Resource leak

Change-Id: Ifdbff9d164f3b8b2ce5f59b6e18e6744202d0184

diff --git a/qadevOOo/runner/helper/APIDescGetter.java 
b/qadevOOo/runner/helper/APIDescGetter.java
index d7a6728..0de81db 100644
--- a/qadevOOo/runner/helper/APIDescGetter.java
+++ b/qadevOOo/runner/helper/APIDescGetter.java
@@ -631,6 +631,15 @@ public class APIDescGetter extends DescGetter
 theEntry.SubEntryCount = subEntries != null ? subEntries.length : 0;
 theEntry.SubEntries = subEntries;
 
+try
+{
+csvFile.close();
+}
+catch (java.io.IOException ioe)
+{
+System.out.println("Exception while closing csvFile");
+}
+
 return theEntry;
 }
 
@@ -715,6 +724,15 @@ public class APIDescGetter extends DescGetter
 
 DescEntry[] subEntries = getSubEntries(csvFile, aEntry);
 
+try
+{
+csvFile.close();
+}
+catch (java.io.IOException ioe)
+{
+System.out.println("Exception while closing csvFile");
+}
+
 aEntry.SubEntryCount = subEntries != null ? subEntries.length : 0;
 aEntry.SubEntries = subEntries;
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 97602] Page Redraws ever 2 Seconds

2016-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97602

MM  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #2 from MM  ---
That bug should be fixed in v5.0.5, see bug 92045
You might wanna test the new version and see if it solves your problem.

Do: Format > Character > Font Effects - Turn blinking off
Then save to docx again. There shouldn't be any blinking afterwards.

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


[Libreoffice-bugs] [Bug 97591] Clipboard contains wrong target for RTF

2016-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97591

MM  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #2 from MM  ---
V4.2.8 is old and unsupported. You might wanna try a newer version and see if
it solves your problem.

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


[Libreoffice-bugs] [Bug 97395] FILEOPEN: Libre Office odb crashes when try to open tables

2016-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97395

Julien Nabet  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #11 from Julien Nabet  ---
Thank you for your feedback. Since I don't have more questions, let's put it
back to UNCONFIRMED.

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


LibreOffice Gerrit News for submodules on 2016-02-06

2016-02-05 Thread gerrit
Moin!



~~ Project dictionaries ~~

Nothing moved in the project for the last 25 hours

~~ Project translations ~~

Nothing moved in the project for the last 25 hours

~~ Project help ~~

* Open changes on master for project help changed in the last 25 hours:

+ tdf#96868 Help page for data statistics regression
  in https://gerrit.libreoffice.org/22144 from Olivier Hallot


* Merged changes on master for project help changed in the last 25 hours:

+ tdf#70141 Add help page for font embedding
  in https://gerrit.libreoffice.org/22025 from Olivier Hallot


* Abandoned changes on master for project help changed in the last 25 hours:

None

* Open changes needing tweaks, but being untouched for more than a week:

+ Improve description of the function CLEAN
  in https://gerrit.libreoffice.org/21745 from dennisroczek


Best,

Your friendly LibreOffice Gerrit Digest Mailer

Note: The bot generating this message can be found and improved here:
   
https://gerrit.libreoffice.org/gitweb?p=dev-tools.git;a=blob;f=gerritbot/send-daily-digest
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


LibreOffice Gerrit News for core on 2016-02-06

2016-02-05 Thread gerrit
Moin!

* Open changes on master for project core changed in the last 25 hours:

 First time contributors doing great things! 
+ tdf#30873 - Field variables break with additional formats
  in https://gerrit.libreoffice.org/22165 from Akshay Deep
  about module sw
+ tdf#96392 disallow hanging punctuation if the frame is inside a table.
  in https://gerrit.libreoffice.org/22158 from Mark Hung
  about module sw
+ Refactor ScMarkData for tdf#50916
  in https://gerrit.libreoffice.org/22163 from Dennis Francis
  about module sc
+ tdf#97604: Add toolbar icon support to Impress Sidebar MasterPages page
  in https://gerrit.libreoffice.org/22162 from Németh László
  about module officecfg, sd
+ tdf#97577: Default Impress text font: Source Sans Pro
  in https://gerrit.libreoffice.org/22124 from Németh László
  about module officecfg
+ tdf#87813: Remove Dead code
  in https://gerrit.libreoffice.org/22142 from Rishabh Kumar
  about module sd
+ tdf#97425 - JVM start parameters should be editable.
  in https://gerrit.libreoffice.org/22126 from Akshay Deep
  about module cui
+ tdf#97593: slide pane buttons: Start presentation and Insert slide
  in https://gerrit.libreoffice.org/22145 from Németh László
  about module include, sd, sfx2
+ tdf#91054 cleanup weirdo function prototypes
  in https://gerrit.libreoffice.org/21998 from Sedat Ak
  about module ucb
+ tdf#82577: Remove prex.h and postx.h wrapper headers
  in https://gerrit.libreoffice.org/22132 from Jorenz Paragas
  about module include, vcl
 End of freshness 

+ [API CHANGE] add Author Initials to XAnnotation
  in https://gerrit.libreoffice.org/22143 from Caolán McNamara
  about module offapi, sd, xmloff
+ tdf#97369: Fix SUMming in the software interpreter
  in https://gerrit.libreoffice.org/22153 from Tor Lillqvist
  about module sc
+ tdf#97587: Treat plain NaNs as zero in the software interpreter for SUM
  in https://gerrit.libreoffice.org/22152 from Tor Lillqvist
  about module sc
+ convert TYPE_ enum to scoped
  in https://gerrit.libreoffice.org/22150 from Noel Grandin
  about module idl
+ remove some dead code, found using LCOV
  in https://gerrit.libreoffice.org/22151 from Noel Grandin
  about module idl
+ .SDI compiler: expand out some typedefs
  in https://gerrit.libreoffice.org/22146 from Noel Grandin
  about module idl
+ TYPE_POINTER is unused
  in https://gerrit.libreoffice.org/22149 from Noel Grandin
  about module idl
+ remove CALL enum and associated code paths
  in https://gerrit.libreoffice.org/22148 from Noel Grandin
  about module idl
+ convert SVTOKEN_ENUM to scoped enum
  in https://gerrit.libreoffice.org/22147 from Noel Grandin
  about module idl
+ tdf#94635 Add FORECAST.ETS functions to Calc
  in https://gerrit.libreoffice.org/20073 from Winfried Donkers
  about module formula, include, sc
+ loplugin:unusedmethods
  in https://gerrit.libreoffice.org/22041 from Noel Grandin
  about module basic, binaryurp, comphelper, connectivity, dbaccess, 
drawinglayer, editeng, filter, framework, idl, include, jvmfwk, sc, sd, sfx2, 
svgio, svl, svtools, svx, sw, tools, ucb, vcl, writerperfect
+ starmath: Convert RectVerAlign to scoped enum
  in https://gerrit.libreoffice.org/22141 from Takeshi Abe
  about module starmath
+ starmath: Replace SAL_WARN_IF with assert
  in https://gerrit.libreoffice.org/22140 from Takeshi Abe
  about module starmath
+ tdf#40517 Unit test for question marks in number format
  in https://gerrit.libreoffice.org/21824 from Laurent BP
  about module basic, sc
+ mork: Clean up unused includes
  in https://gerrit.libreoffice.org/22128 from David Ostrovsky
  about module connectivity


* Merged changes on master for project core changed in the last 25 hours:

+ basic: Merge macro snippet tests
  in https://gerrit.libreoffice.org/21959 from Matúš Kukan
+ cppcheck: useInitializationList
  in https://gerrit.libreoffice.org/22161 from Caolán McNamara
+ cppcheck-suppress sizeofwithsilentarraypointer
  in https://gerrit.libreoffice.org/22160 from Caolán McNamara
+ firebird compat issue with macosx 10.11 was fixed by sberg some time ago
  in https://gerrit.libreoffice.org/21896 from Norbert Thiebaud
+ Remove old non relevant comment
  in https://gerrit.libreoffice.org/22120 from Niklas Johansson
+ SVGIO: tdf#97383: Keep ratio in embedded images...
  in https://gerrit.libreoffice.org/21830 from Xisco Faulí Tarazona
+ tdf#74608: Ctor function for mork component implementation
  in https://gerrit.libreoffice.org/22123 from David Ostrovsky
+ remove unused typedef in .SDI files
  in https://gerrit.libreoffice.org/22138 from Noel Grandin
+ remove unused union from .SDI files
  in https://gerrit.libreoffice.org/22137 from Noel Grandin
+ remove unused SlotId/Volatile from .SDI files
  in https://gerrit.libreoffice.org/22135 from Noel Grandin
+ remove unused HelpContext/Name/UCHAR/USHORT from .SDI files
  in https://gerrit.libreoffice.org/22134 from Noel Grandin
+ remove unused in/out/inout from .SDI files
  in 

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

2016-02-05 Thread Stephan Bergmann
 unoidl/source/legacyprovider.cxx  |6 
 unoidl/source/sourcefileprovider.cxx  |   22 -
 unoidl/source/sourceprovider-parser.y |  260 ++---
 unoidl/source/unoidl-check.cxx|  188 +--
 unoidl/source/unoidl-read.cxx |  362 ++---
 unoidl/source/unoidl-write.cxx|  413 --
 unoidl/source/unoidl.cxx  |   14 -
 7 files changed, 442 insertions(+), 823 deletions(-)

New commits:
commit 189918f5acd3bc1bee7a8a90f18ba29d0fe2c759
Author: Stephan Bergmann 
Date:   Sat Feb 6 07:21:53 2016 +0100

Clean up for loops in unoidl

Change-Id: I9c2e0a10699580026fbf38f0c857ac148de74f9c

diff --git a/unoidl/source/legacyprovider.cxx b/unoidl/source/legacyprovider.cxx
index 7b2d45b..7edcdb6 100644
--- a/unoidl/source/legacyprovider.cxx
+++ b/unoidl/source/legacyprovider.cxx
@@ -384,7 +384,7 @@ rtl::Reference< Entity > readEntity(
 }
 std::vector< PlainStructTypeEntity::Member > mems;
 n = reader.getFieldCount();
-for (sal_uInt16 j = 0; j < n; ++j) {
+for (sal_uInt16 j = 0; j != n; ++j) {
 mems.emplace_back(
 reader.getFieldName(j),
 reader.getFieldTypeName(j).replace('/', '.'),
@@ -403,13 +403,13 @@ rtl::Reference< Entity > readEntity(
  " with key " + sub.getName()));
 }
 std::vector< OUString > params;
-for (sal_uInt16 j = 0; j < n; ++j) {
+for (sal_uInt16 j = 0; j != n; ++j) {
 params.push_back(
 reader.getReferenceTypeName(j).replace('/', '.'));
 }
 std::vector< PolymorphicStructTypeTemplateEntity::Member > 
mems;
 n = reader.getFieldCount();
-for (sal_uInt16 j = 0; j < n; ++j) {
+for (sal_uInt16 j = 0; j != n; ++j) {
 mems.emplace_back(
 reader.getFieldName(j),
 reader.getFieldTypeName(j).replace('/', '.'),
diff --git a/unoidl/source/sourcefileprovider.cxx 
b/unoidl/source/sourcefileprovider.cxx
index 18a6d66..3a3d639 100644
--- a/unoidl/source/sourcefileprovider.cxx
+++ b/unoidl/source/sourcefileprovider.cxx
@@ -63,11 +63,8 @@ private:
 
 std::vector Module::getMemberNames() const {
 std::vector names;
-for (std::map< OUString, rtl::Reference >::const_iterator i(
- map.begin());
- i != map.end(); ++i)
-{
-names.push_back(i->first);
+for (auto & i: map) {
+names.push_back(i.first);
 }
 return names;
 }
@@ -81,18 +78,15 @@ SourceFileProvider::SourceFileProvider(
 if (!parse(uri, )) {
 throw NoSuchFileException(uri);
 }
-for (std::map::iterator i(
- data.entities.begin());
- i != data.entities.end(); ++i)
-{
-if (i->second.kind == SourceProviderEntity::KIND_LOCAL) {
-assert(i->second.entity.is());
-assert(i->second.entity->getSort() != Entity::SORT_MODULE);
+for (auto & i: data.entities) {
+if (i.second.kind == SourceProviderEntity::KIND_LOCAL) {
+assert(i.second.entity.is());
+assert(i.second.entity->getSort() != Entity::SORT_MODULE);
 std::map< OUString, rtl::Reference > * map = _;
 for (sal_Int32 j = 0;;) {
-OUString id(i->first.getToken(0, '.', j));
+OUString id(i.first.getToken(0, '.', j));
 if (j == -1) {
-map->insert(std::make_pair(id, i->second.entity));
+map->insert(std::make_pair(id, i.second.entity));
 break;
 }
 std::map< OUString, rtl::Reference >::const_iterator k(
diff --git a/unoidl/source/sourceprovider-parser.y 
b/unoidl/source/sourceprovider-parser.y
index 945ebea..1a662d7 100644
--- a/unoidl/source/sourceprovider-parser.y
+++ b/unoidl/source/sourceprovider-parser.y
@@ -262,9 +262,7 @@ unoidl::detail::SourceProviderEntity * findEntity_(
 assert(name != 0);
 OUString n;
 if (!name->startsWith(".", )) {
-for (std::vector::reverse_iterator i(data->modules.rbegin());
- i != data->modules.rend(); ++i)
-{
+for (auto i(data->modules.rbegin()); i != data->modules.rend(); ++i) {
 n = *i + "." + *name;
 std::map::iterator 
j(
 data->entities.find(n));
@@ -837,12 +835,9 @@ bool checkInstantiatedPolymorphicStructTypeArgument(
 if (type.type
 == 
unoidl::detail::SourceProviderType::TYPE_INSTANTIATED_POLYMORPHIC_STRUCT)
 {
-for (std::vector::const_iterator i(
- type.subtypes.begin());
- i != 

[Libreoffice-bugs] [Bug 97608] New: Formula blink

2016-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97608

Bug ID: 97608
   Summary: Formula blink
   Product: LibreOffice
   Version: 5.0.4.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Formula Editor
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: platon-...@ya.ru

Created attachment 122414
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122414=edit
Capture of screen

OS: Windows 10, 64-bit;
When I move mouse around area with tools of Formula Editor, formulas blinking.

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


[Libreoffice-bugs] [Bug 97600] New: Apostrophes fail to auto-correct

2016-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97600

Bug ID: 97600
   Summary: Apostrophes fail to auto-correct
   Product: LibreOffice
   Version: 4.4.2.2 release
  Hardware: All
OS: other
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: r...@spiralgate.net

In the beginning of the LibreOffice 4.x release cycle, straight apostrophes
('') would Auto-Correct to curved apostrophes (‘’) when typed in LibreOffice
Writer on Windows 7.  For some reason, this feature was not working correctly
on Mac OS (10.7), but I did not think that a major issue, when most of my
writing was on Windows anyway.  However, later in the 4.x release cycle (I
first noticed it around 4.2), the apostrophes stopped being Auto-Corrected in
my Writer projects.  

Of course, concerned it might be a settings issue, I ran a clean install of
LibreOffice on a clean install of Windows, but the issue persisted.  As of the
current version of LibreOffice (5.0.4.2), this issue remains persistent.  As I
tend to make extensive use of ‘single quotes’ in my writing, I would appreciate
some sort of solution, even if it's just a temporary script/extension to fix
existing documents.  

Thank you for your consideration. 

– Ryan

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


[Libreoffice-commits] core.git: 2 commits - xmlsecurity/inc xmlsecurity/source

2016-02-05 Thread Miklos Vajna
 xmlsecurity/inc/xmlsecurity/xmlsignaturehelper.hxx |4 +
 xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx |8 ++-
 xmlsecurity/source/helper/xmlsignaturehelper.cxx   |   43 -
 3 files changed, 50 insertions(+), 5 deletions(-)

New commits:
commit b79ab2835681e0e44f8a41d8f442ca6601b87191
Author: Miklos Vajna 
Date:   Fri Feb 5 16:09:44 2016 +0100

xmlsecurity: write initial OOXML signature streams

It's just the root element so far.

Change-Id: If32e9e5bf339f639a20fa88d85e826e14f65dac2

diff --git a/xmlsecurity/inc/xmlsecurity/xmlsignaturehelper.hxx 
b/xmlsecurity/inc/xmlsecurity/xmlsignaturehelper.hxx
index a7947ed..031c4b0 100644
--- a/xmlsecurity/inc/xmlsecurity/xmlsignaturehelper.hxx
+++ b/xmlsecurity/inc/xmlsecurity/xmlsignaturehelper.hxx
@@ -186,6 +186,8 @@ public:
 void EnsureSignaturesRelation(css::uno::Reference 
xStorage);
 /// Given that xStorage is an OOXML _xmlsignatures storage, create 
origin.sigs and its relations.
 void ExportSignatureRelations(css::uno::Reference 
xStorage, int nSignatureCount);
+/// Given that xStorage is an OOXML _xmlsignatures storage, create and 
write a new signature.
+bool 
CreateAndWriteOOXMLSignature(css::uno::Reference 
xStorage, int nSignatureIndex);
 };
 
 #endif // INCLUDED_XMLSECURITY_INC_XMLSECURITY_XMLSIGNATUREHELPER_HXX
diff --git a/xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx 
b/xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx
index fa3f377..58fb01f 100644
--- a/xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx
+++ b/xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx
@@ -522,6 +522,9 @@ IMPL_LINK_NOARG_TYPED(DigitalSignaturesDialog, 
AddButtonHdl, Button*, void)
 int nSignatureCount = maCurrentSignatureInformations.size() + 
1;
 
maSignatureHelper.ExportSignatureRelations(aStreamHelper.xSignatureStorage, 
nSignatureCount);
 
+// Create a new signature.
+
maSignatureHelper.CreateAndWriteOOXMLSignature(aStreamHelper.xSignatureStorage, 
nSignatureCount);
+
 // Flush objects.
 uno::Reference 
xTransact(aStreamHelper.xSignatureStorage, uno::UNO_QUERY);
 xTransact->commit();
diff --git a/xmlsecurity/source/helper/xmlsignaturehelper.cxx 
b/xmlsecurity/source/helper/xmlsignaturehelper.cxx
index 43afcdc..bea6ed7 100644
--- a/xmlsecurity/source/helper/xmlsignaturehelper.cxx
+++ b/xmlsecurity/source/helper/xmlsignaturehelper.cxx
@@ -492,4 +492,25 @@ void 
XMLSignatureHelper::ExportSignatureRelations(css::uno::Referencecommit();
 }
 
+bool 
XMLSignatureHelper::CreateAndWriteOOXMLSignature(css::uno::Reference
 xStorage, int nSignatureIndex)
+{
+sal_Int32 nOpenMode = embed::ElementModes::READWRITE;
+uno::Reference 
xOutputStream(xStorage->openStreamElement("sig" + 
OUString::number(nSignatureIndex) + ".xml", nOpenMode), uno::UNO_QUERY);
+uno::Reference xSaxWriter = 
xml::sax::Writer::create(mxCtx);
+xSaxWriter->setOutputStream(xOutputStream);
+xSaxWriter->startDocument();
+
+SvXMLAttributeList* pAttributeList = new SvXMLAttributeList();
+pAttributeList->AddAttribute(ATTR_XMLNS, NS_XMLDSIG);
+pAttributeList->AddAttribute(ATTR_ID, "idPackageSignature");
+xSaxWriter->startElement(TAG_SIGNATURE, 
uno::Reference(pAttributeList));
+
+mbError = false;
+
+xSaxWriter->endElement(TAG_SIGNATURE);
+xSaxWriter->endDocument();
+
+return !mbError;
+}
+
 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
commit f26019532bb03ea1a3d276be90adbecca6759a77
Author: Miklos Vajna 
Date:   Fri Feb 5 15:21:02 2016 +0100

xmlsecurity: write OOXML signature relations on export

_rels/origin.sigs.rels of the _xmlsignatures temporary storage now
contains references to the individual signature streams.

Change-Id: I619bd81989e3b62fc4282e0e72fbfa780d1fb8bd

diff --git a/xmlsecurity/inc/xmlsecurity/xmlsignaturehelper.hxx 
b/xmlsecurity/inc/xmlsecurity/xmlsignaturehelper.hxx
index 4cb3002..a7947ed 100644
--- a/xmlsecurity/inc/xmlsecurity/xmlsignaturehelper.hxx
+++ b/xmlsecurity/inc/xmlsecurity/xmlsignaturehelper.hxx
@@ -185,7 +185,7 @@ public:
 /// Adds an OOXML digital signature relation to _rels/.rels if there 
wasn't any before.
 void EnsureSignaturesRelation(css::uno::Reference 
xStorage);
 /// Given that xStorage is an OOXML _xmlsignatures storage, create 
origin.sigs and its relations.
-static void 
ExportSignatureRelations(css::uno::Reference xStorage, 
int nSignatureCount);
+void ExportSignatureRelations(css::uno::Reference 
xStorage, int nSignatureCount);
 };
 
 #endif // INCLUDED_XMLSECURITY_INC_XMLSECURITY_XMLSIGNATUREHELPER_HXX
diff --git a/xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx 
b/xmlsecurity/source/dialogs/digitalsignaturesdialog.cxx
index 6f39501..fa3f377 100644
--- 

[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.0' - configure.ac

2016-02-05 Thread Andras Timar
 configure.ac |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 62045eea2cbab575c92082cf0c724be7849a2db3
Author: Andras Timar 
Date:   Fri Feb 5 16:23:35 2016 +0100

Bump version to 5.0-22

Change-Id: I64601731b6f178bf1b6436e326b2064e397a1b02

diff --git a/configure.ac b/configure.ac
index 7e14b85..f5d9dfa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ dnl in order to create a configure script.
 # several non-alphanumeric characters, those are split off and used only for 
the
 # ABOUTBOXPRODUCTVERSIONSUFFIX in openoffice.lst. Why that is necessary, no 
idea.
 
-AC_INIT([Collabora Office],[5.0.10.21],[],[],[https://CollaboraOffice.com/])
+AC_INIT([Collabora Office],[5.0.10.22],[],[],[https://CollaboraOffice.com/])
 
 AC_PREREQ([2.59])
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 79163] SVG Import - gradients bugged and some transparent sections fully white

2016-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=79163

--- Comment #10 from Commit Notification 
 ---
Xisco Fauli committed a patch related to this issue.
It has been pushed to "libreoffice-5-1":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=9951813197e28968ba9a36d905dc0ba8dfd41f5a=libreoffice-5-1

tdf#79163: SVGIO: Fix problem with opacity attribute

It will be available in 5.1.1.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

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


[Libreoffice-commits] online.git: loleaflet/src

2016-02-05 Thread Marco Cecchetti
 loleaflet/src/layer/tile/TileLayer.js |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 2a95b7dea3386b11b89937713c1cd75c96f7fa9d
Author: Marco Cecchetti 
Date:   Fri Feb 5 17:47:43 2016 +0100

loleaflet: now the 'search' event has a 'highlightAll' property

Change-Id: I2fffe54d1474d4dea3fd2d69f5cadc8ff7a0f459

diff --git a/loleaflet/src/layer/tile/TileLayer.js 
b/loleaflet/src/layer/tile/TileLayer.js
index f776337..5b5a206 100644
--- a/loleaflet/src/layer/tile/TileLayer.js
+++ b/loleaflet/src/layer/tile/TileLayer.js
@@ -519,6 +519,7 @@ L.TileLayer = L.GridLayer.extend({
var obj = JSON.parse(textMsg);
var originalPhrase = obj.searchString;
var count = obj.searchResultSelection.length;
+   var highlightAll = obj.highlightAll;
var results = [];
for (var i = 0; i < obj.searchResultSelection.length; i++) {
results.push({
@@ -536,7 +537,7 @@ L.TileLayer = L.GridLayer.extend({
this._map.setPart(results[0].part); // go to first 
result.
}
this._searchTerm = originalPhrase;
-   this._map.fire('search', {originalPhrase: originalPhrase, 
count: count, results: results});
+   this._map.fire('search', {originalPhrase: originalPhrase, 
count: count, highlightAll: highlightAll, results: results});
},
 
_clearSearchResults: function() {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 97597] New: FILEOPEN: XLSX file is opened with some blanc tab pages on citrix server

2016-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97597

Bug ID: 97597
   Summary: FILEOPEN: XLSX file is opened with some blanc tab
pages on citrix server
   Product: LibreOffice
   Version: unspecified
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: c...@nouenoff.nl

Hi,

The organization works with 5.0.3.2 64 bits Windows in a Citrix environment.

With a file with some 10+ sheets, not that much data, little formulas and with
filters on half of the pages. (People are looking if it is possible to provide
a test file without confidential data)

Problem does not occur when
 - opening the same on the local machine,
 - saving and opening as ods.

Setting for OpenGL was OFF. ON could not be tested: wouldn't start.
Hard refresh: no difference.
Setting ... Calc > Formulas .. Recalculate on loading..: no difference.

Choosing File > Reload directly after opening does help.

The situation is similar as described here

https://ask.libreoffice.org/en/question/53599/some-sheets-in-excel-workbook-is-blank-when-opened-in-libreoffice-calc/

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


[Libreoffice-bugs] [Bug 79163] SVG Import - gradients bugged and some transparent sections fully white

2016-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=79163

Commit Notification  changed:

   What|Removed |Added

 Whiteboard| target:5.2.0   | target:5.2.0 target: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
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-5.0' - include/LibreOfficeKit sc/source sd/source sw/source

2016-02-05 Thread Jan Holesovsky
 include/LibreOfficeKit/LibreOfficeKitEnums.h |1 +
 sc/source/ui/view/viewfun2.cxx   |1 +
 sd/source/ui/view/Outliner.cxx   |2 ++
 sw/source/uibase/uiview/viewsrch.cxx |7 ---
 4 files changed, 8 insertions(+), 3 deletions(-)

New commits:
commit e54f49d65888e180118992c33f7348d6e08b3e20
Author: Jan Holesovsky 
Date:   Fri Feb 5 16:54:31 2016 +0100

lok: Search result should contain info if it is a 'search all' result.

Change-Id: Ia3ee81ced4f74c0d029a478bd59eff44d72ef327

diff --git a/include/LibreOfficeKit/LibreOfficeKitEnums.h 
b/include/LibreOfficeKit/LibreOfficeKitEnums.h
index 3f2a6ea..343d169 100644
--- a/include/LibreOfficeKit/LibreOfficeKitEnums.h
+++ b/include/LibreOfficeKit/LibreOfficeKitEnums.h
@@ -197,6 +197,7 @@ typedef enum
  *
  * {
  * "searchString": "...",
+ * "highlightAll": true|false, // this is a result of 'search all'
  * "searchResultSelection": [
  * {
  * "part": "...",
diff --git a/sc/source/ui/view/viewfun2.cxx b/sc/source/ui/view/viewfun2.cxx
index b0f73bc..86f3c89 100644
--- a/sc/source/ui/view/viewfun2.cxx
+++ b/sc/source/ui/view/viewfun2.cxx
@@ -1870,6 +1870,7 @@ bool ScViewFunc::SearchAndReplace( const SvxSearchItem* 
pSearchItem,
 
 boost::property_tree::ptree aTree;
 aTree.put("searchString", 
pSearchItem->GetSearchString().toUtf8().getStr());
+aTree.put("highlightAll", nCommand == SvxSearchCmd::FIND_ALL);
 
 boost::property_tree::ptree aSelections;
 for (const Rectangle& rLogicRect : aLogicRects)
diff --git a/sd/source/ui/view/Outliner.cxx b/sd/source/ui/view/Outliner.cxx
index ed3f479..b4b0d24 100644
--- a/sd/source/ui/view/Outliner.cxx
+++ b/sd/source/ui/view/Outliner.cxx
@@ -669,6 +669,7 @@ bool Outliner::SearchAndReplaceAll()
 {
 boost::property_tree::ptree aTree;
 aTree.put("searchString", 
mpSearchItem->GetSearchString().toUtf8().getStr());
+aTree.put("highlightAll", true);
 
 boost::property_tree::ptree aChildren;
 for (const SearchSelection& rSelection : aSelections)
@@ -817,6 +818,7 @@ bool 
Outliner::SearchAndReplaceOnce(std::vector* pSelections)
 // also about search result selections
 boost::property_tree::ptree aTree;
 aTree.put("searchString", 
mpSearchItem->GetSearchString().toUtf8().getStr());
+aTree.put("highlightAll", false);
 
 boost::property_tree::ptree aChildren;
 boost::property_tree::ptree aChild;
diff --git a/sw/source/uibase/uiview/viewsrch.cxx 
b/sw/source/uibase/uiview/viewsrch.cxx
index f3f30ce..6fc549b 100644
--- a/sw/source/uibase/uiview/viewsrch.cxx
+++ b/sw/source/uibase/uiview/viewsrch.cxx
@@ -113,7 +113,7 @@ static void 
lcl_addContainerToJson(boost::property_tree::ptree& rTree, const OSt
 }
 
 /// Emits LOK callbacks (count, selection) for search results.
-static void lcl_emitSearchResultCallbacks(SvxSearchItem* pSearchItem, 
SwWrtShell* pWrtShell)
+static void lcl_emitSearchResultCallbacks(SvxSearchItem* pSearchItem, 
SwWrtShell* pWrtShell, bool bHighlightAll)
 {
 // Emit a callback also about the selection rectangles, grouped by matches.
 if (SwPaM* pPaM = pWrtShell->GetCrsr())
@@ -139,6 +139,7 @@ static void lcl_emitSearchResultCallbacks(SvxSearchItem* 
pSearchItem, SwWrtShell
 }
 boost::property_tree::ptree aTree;
 aTree.put("searchString", 
pSearchItem->GetSearchString().toUtf8().getStr());
+aTree.put("highlightAll", bHighlightAll);
 lcl_addContainerToJson(aTree, "searchResultSelection", aMatches);
 
 std::stringstream aStream;
@@ -258,7 +259,7 @@ void SwView::ExecSearch(SfxRequest& rReq, bool bNoMessage)
 {
 Scroll(m_pWrtShell->GetCharRect().SVRect());
 if (comphelper::LibreOfficeKit::isActive())
-lcl_emitSearchResultCallbacks(m_pSrchItem, 
m_pWrtShell);
+lcl_emitSearchResultCallbacks(m_pSrchItem, 
m_pWrtShell, /* bHighlightAll = */ false);
 }
 rReq.SetReturnValue(SfxBoolItem(nSlot, bRet));
 #if HAVE_FEATURE_DESKTOP
@@ -298,7 +299,7 @@ void SwView::ExecSearch(SfxRequest& rReq, bool bNoMessage)
 m_bFound = false;
 }
 else if (comphelper::LibreOfficeKit::isActive())
-lcl_emitSearchResultCallbacks(m_pSrchItem, m_pWrtShell);
+lcl_emitSearchResultCallbacks(m_pSrchItem, m_pWrtShell, /* 
bHighlightAll = */ true);
 rReq.SetReturnValue(SfxBoolItem(nSlot, bRet));
 #if HAVE_FEATURE_DESKTOP
 {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org

[Libreoffice-bugs] [Bug 97598] New: Incorrectly formatted / displayed

2016-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97598

Bug ID: 97598
   Summary: Incorrectly formatted / displayed
   Product: LibreOffice
   Version: 5.0.4.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: avondale1024-...@yahoo.co.uk

Created attachment 122409
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122409=edit
.XLSX Doc (Please open in latest excel to see what I mean)

When you open the document some of the descriptions on the order have been
broken ie the wording is missing I will try and send the PDF as it would appear
in Excel.

I think there is a template within excel that this invoice is made from i'm
sorry I can't be more detailed that this.

Kind Regards
Carsten

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


[Libreoffice-commits] online.git: Branch 'distro/collabora/milestone-7' - loolwsd/configure.ac

2016-02-05 Thread Andras Timar
 loolwsd/configure.ac |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit dc22779e18d3648cfc16b2104112b0dcf0374861
Author: Andras Timar 
Date:   Fri Feb 5 17:02:35 2016 +0100

loolwsd: bump version before tarball

diff --git a/loolwsd/configure.ac b/loolwsd/configure.ac
index c7516d5..9335948 100644
--- a/loolwsd/configure.ac
+++ b/loolwsd/configure.ac
@@ -3,7 +3,7 @@
 
 AC_PREREQ([2.69])
 
-AC_INIT([loolwsd], [1.4.39], [libreoff...@collabora.com])
+AC_INIT([loolwsd], [1.4.40], [libreoff...@collabora.com])
 
 AM_INIT_AUTOMAKE([1.11 silent-rules subdir-objects])
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] online.git: Branch 'distro/collabora/milestone-7' - loleaflet/src

2016-02-05 Thread Marco Cecchetti
 loleaflet/src/layer/tile/TileLayer.js |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit ceedd477e59827c5c5c46069f96ed475aef765ff
Author: Marco Cecchetti 
Date:   Fri Feb 5 17:47:43 2016 +0100

loleaflet: now the 'search' event has a 'highlightAll' property

Change-Id: I2fffe54d1474d4dea3fd2d69f5cadc8ff7a0f459

diff --git a/loleaflet/src/layer/tile/TileLayer.js 
b/loleaflet/src/layer/tile/TileLayer.js
index f776337..5b5a206 100644
--- a/loleaflet/src/layer/tile/TileLayer.js
+++ b/loleaflet/src/layer/tile/TileLayer.js
@@ -519,6 +519,7 @@ L.TileLayer = L.GridLayer.extend({
var obj = JSON.parse(textMsg);
var originalPhrase = obj.searchString;
var count = obj.searchResultSelection.length;
+   var highlightAll = obj.highlightAll;
var results = [];
for (var i = 0; i < obj.searchResultSelection.length; i++) {
results.push({
@@ -536,7 +537,7 @@ L.TileLayer = L.GridLayer.extend({
this._map.setPart(results[0].part); // go to first 
result.
}
this._searchTerm = originalPhrase;
-   this._map.fire('search', {originalPhrase: originalPhrase, 
count: count, results: results});
+   this._map.fire('search', {originalPhrase: originalPhrase, 
count: count, highlightAll: highlightAll, results: results});
},
 
_clearSearchResults: function() {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 97596] New: Tools / Customize cannot change CTL-v to paste unformatted text

2016-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97596

Bug ID: 97596
   Summary: Tools / Customize cannot change CTL-v to paste
unformatted text
   Product: LibreOffice
   Version: 5.2.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: contrib
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: susancra...@earthlink.net

I am trying to get a simple keystroke to paste unformatted text from one
paragraph in a text document to a cell in a spreadsheet. 
In Calc, I went in to Tools / Customize and change CTL-v to paste only text.
(This works in Writer.)
But it doesn't work. Nothing gets pasted. "paste only text" does not work.

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


[Libreoffice-commits] core.git: Branch 'libreoffice-5-1' - sax/source

2016-02-05 Thread Caolán McNamara
 sax/source/tools/converter.cxx |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 3d1638e9deded1b10a38720ef61077ebb8881d47
Author: Caolán McNamara 
Date:   Wed Feb 3 10:30:43 2016 +

fix gcc build error

error: invalid operands of types '__gnu_cxx::__enable_if::__type
{aka double}' and 'int' to binary 'operator%'

apparently there's a template returning double for abs for the
non-int/long/float/double argument case. So promote earlier to int so the
abs is called

Change-Id: I882a27c5ec349f894c1c9f4857687360a46b55ae
(cherry picked from commit b9fa2963cf12e6987b3a0acc219c4fa591e41be8)
Reviewed-on: https://gerrit.libreoffice.org/22071
Tested-by: Jenkins 
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/sax/source/tools/converter.cxx b/sax/source/tools/converter.cxx
index b4eb276..3e2cbc9 100644
--- a/sax/source/tools/converter.cxx
+++ b/sax/source/tools/converter.cxx
@@ -1250,7 +1250,7 @@ bool Converter::convertDuration(util::Duration& rDuration,
 
 
 static void
-lcl_AppendTimezone(OUStringBuffer & i_rBuffer, sal_Int16 const nOffset)
+lcl_AppendTimezone(OUStringBuffer & i_rBuffer, int const nOffset)
 {
 if (0 == nOffset)
 {
@@ -1435,7 +1435,7 @@ lcl_MaxDaysPerMonth(const sal_Int32 nMonth, const 
sal_Int32 nYear)
 static void lcl_ConvertToUTC(
 sal_Int16 & o_rYear, sal_uInt16 & o_rMonth, sal_uInt16 & o_rDay,
 sal_uInt16 & o_rHours, sal_uInt16 & o_rMinutes,
-sal_Int16 const nSourceOffset)
+int const nSourceOffset)
 {
 sal_Int16 nOffsetHours(abs(nSourceOffset) / 60);
 sal_Int16 const nOffsetMinutes(abs(nSourceOffset) % 60);
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 97513] In Pivot tables, compute sum for numbers and counts for other formats by default

2016-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97513

--- Comment #4 from Milan Bouchet-Valat  ---
(In reply to Heiko Tietze from comment #3)
> Sounds reasonable. First step in an analysis should always be the checking
> of raw data, here the count of valid numbers, followed by the computation of
> descriptive or summative information afterwards.

I'm not sure I understand what you mean here. My proposal concerns only columns
which contain non-numeric values, for which no summation can be done.

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


[Libreoffice-ux-advise] [Bug 97513] In Pivot tables, compute sum for numbers and counts for other formats by default

2016-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97513

--- Comment #4 from Milan Bouchet-Valat  ---
(In reply to Heiko Tietze from comment #3)
> Sounds reasonable. First step in an analysis should always be the checking
> of raw data, here the count of valid numbers, followed by the computation of
> descriptive or summative information afterwards.

I'm not sure I understand what you mean here. My proposal concerns only columns
which contain non-numeric values, for which no summation can be done.

-- 
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
http://lists.freedesktop.org/mailman/listinfo/libreoffice-ux-advise


[Libreoffice-bugs] [Bug 88964] Add SOUNDEX() and LEVELSHTEIN_DISTANCE() function in Calc

2016-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88964

--- Comment #11 from Winfried Donkers  ---
It seems that the (weighed) LevenShtein distance is already in use in Calc.
When you expand the other options in the search dialog, you can set 3 distances
(changed, inserted and deleted) under 'similarity search' which will be used in
the search.
Also, I see a 'sounds like' option in master, looking much like soundex. I
don't know if that will be included as of version 5.1 or 5.2.

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


[Libreoffice-commits] core.git: offapi/com udkapi/com

2016-02-05 Thread Michael Stahl
 offapi/com/sun/star/deployment/XPackage.idl  |5 +++-
 offapi/com/sun/star/drawing/XSlideRenderer.idl   |6 +
 offapi/com/sun/star/drawing/framework/XPaneBorderPainter.idl |   13 +++
 offapi/com/sun/star/graphic/XGraphicTransformer.idl  |6 +
 udkapi/com/sun/star/connection/XConnection.idl   |2 +
 5 files changed, 31 insertions(+), 1 deletion(-)

New commits:
commit 20491c664a5708f68b7dc58a43ed6e4f78cb52bf
Author: Michael Stahl 
Date:   Fri Feb 5 18:10:58 2016 +0100

offapi: fix some doxygen warnings

Change-Id: I55d5c2729a23bfdf079480f4d3adc41e9d8e03f2

diff --git a/offapi/com/sun/star/deployment/XPackage.idl 
b/offapi/com/sun/star/deployment/XPackage.idl
index 557a730..825e660 100644
--- a/offapi/com/sun/star/deployment/XPackage.idl
+++ b/offapi/com/sun/star/deployment/XPackage.idl
@@ -69,6 +69,9 @@ interface XPackage
 After return of this function no code from the extension may be used
 anymore, so that the extension can be safely removed from the hard 
disk.
 
+@param xAbortChannel
+   abort channel to asynchronously abort the registration process,
+   or `NULL`
 @param xCmdEnv
command environment for error handling and other interaction.
 @param alreadyInstalled
@@ -76,7 +79,7 @@ interface XPackage
 
 @return
 `NULL` - all prerequisites are met. Otherwise, a value from
-#Prerequisites indicating what prerequisites are missing.
+Prerequisites indicating what prerequisites are missing.
  */
 long checkPrerequisites(
 [in] com::sun::star::task::XAbortChannel xAbortChannel,
diff --git a/offapi/com/sun/star/drawing/XSlideRenderer.idl 
b/offapi/com/sun/star/drawing/XSlideRenderer.idl
index 40835ef..309876b 100644
--- a/offapi/com/sun/star/drawing/XSlideRenderer.idl
+++ b/offapi/com/sun/star/drawing/XSlideRenderer.idl
@@ -70,6 +70,12 @@ interface XSlideRenderer
 com::sun::star::rendering::XBitmap instead
 of com::sun::star::awt::XBitmap.
 @see createPreview
+@param xSlide
+See description in #createPreview.
+@param aMaximumPreviewPixelSize
+See description in #createPreview.
+@param nSuperSampleFactor
+See description in #createPreview.
 @param xCanvas
 This canvas is used create a canvas specific bitmap.
 */
diff --git a/offapi/com/sun/star/drawing/framework/XPaneBorderPainter.idl 
b/offapi/com/sun/star/drawing/framework/XPaneBorderPainter.idl
index b529231..b0e172b 100644
--- a/offapi/com/sun/star/drawing/framework/XPaneBorderPainter.idl
+++ b/offapi/com/sun/star/drawing/framework/XPaneBorderPainter.idl
@@ -111,6 +111,19 @@ interface XPaneBorderPainter
 /** Paint the border around a pane where the border includes a call out
 that is anchored at the given point.  Most arguments have the same
 meaning as in the paintBorder().
+
+@see paintBorder
+
+@param sPaneBorderStyleName
+See description in #paintBorder.
+@param xCanvas
+See description in #paintBorder.
+@param aOuterBorderRectangle
+See description in #paintBorder.
+@param aRepaintArea
+See description in #paintBorder.
+@param sTitle
+See description in #paintBorder.
 @param aCalloutAnchor
 The anchor point of the call out.  It is usually located outside
 the border.
diff --git a/offapi/com/sun/star/graphic/XGraphicTransformer.idl 
b/offapi/com/sun/star/graphic/XGraphicTransformer.idl
index dbd9c8d..94369ad 100644
--- a/offapi/com/sun/star/graphic/XGraphicTransformer.idl
+++ b/offapi/com/sun/star/graphic/XGraphicTransformer.idl
@@ -54,6 +54,12 @@ interface XGraphicTransformer : 
::com::sun::star::uno::XInterface
 
 /** changes brightness/contrast
 
+@param In
+The input Graphic.
+@param brightness
+The brightness that shall be applied.
+@param contrast
+The contrast that shall be applied.
 @param mso whether to use MSOffice brightness/contrast formula
 @returns
 The modified graphic
diff --git a/udkapi/com/sun/star/connection/XConnection.idl 
b/udkapi/com/sun/star/connection/XConnection.idl
index d8d7ea5..e832577 100644
--- a/udkapi/com/sun/star/connection/XConnection.idl
+++ b/udkapi/com/sun/star/connection/XConnection.idl
@@ -43,6 +43,8 @@ published interface XConnection: 
com::sun::star::uno::XInterface
 @return The read number of bytes.
 The return value and the length of the
 returned sequence must be identical.
+@param aReadBytes
+The buffer to receive the read bytes.
 @param nBytesToRead
 The number of bytes to be read from the stream.
 

[Libreoffice-commits] core.git: Branch 'libreoffice-5-1' - 2 commits - reportbuilder/java reportdesign/source vcl/AllLangResTarget_vcl.mk vcl/inc vcl/source

2016-02-05 Thread Michael Stahl
 reportbuilder/java/org/libreoffice/report/pentaho/OfficeNamespaces.java
  |1 
 
reportbuilder/java/org/libreoffice/report/pentaho/output/OfficeDocumentReportTarget.java
 |1 
 reportdesign/source/filter/xml/xmlExport.cxx   
  |7 +
 vcl/AllLangResTarget_vcl.mk
  |1 
 vcl/inc/svids.hrc  
  |6 +
 vcl/source/app/svapp.cxx   
  |   10 +-
 vcl/source/src/app.src 
  |   37 ++
 7 files changed, 58 insertions(+), 5 deletions(-)

New commits:
commit 216738ffa610848eebfd6bbbad6bc74db96ef051
Author: Michael Stahl 
Date:   Wed Feb 3 22:39:46 2016 +0100

reportbuilder: tdf#92720: add loext namespace

... to allow export of paragraphs in shapes.

(regression from 6acc6c011d3afd6834efeee1b2efe43652a86f2e)

Change-Id: I2c23e686a2cfcd997d3393b0f9fb4cdcab7252b7
(cherry picked from commit 969a760e2bad7f65c28eba425af1751946b09d76)
Reviewed-on: https://gerrit.libreoffice.org/22089
Tested-by: Jenkins 
Reviewed-by: Miklos Vajna 

diff --git 
a/reportbuilder/java/org/libreoffice/report/pentaho/OfficeNamespaces.java 
b/reportbuilder/java/org/libreoffice/report/pentaho/OfficeNamespaces.java
index 2774359..6a7d144 100644
--- a/reportbuilder/java/org/libreoffice/report/pentaho/OfficeNamespaces.java
+++ b/reportbuilder/java/org/libreoffice/report/pentaho/OfficeNamespaces.java
@@ -51,6 +51,7 @@ public class OfficeNamespaces
 public static final String OOREPORT_NS = 
"http://openoffice.org/2005/report;;
 public static final String GRDDL_NS = 
"http://www.w3.org/2003/g/data-view#;;
 public static final String CONFIG = 
"urn:oasis:names:tc:opendocument:xmlns:config:1.0";
+public static final String LOEXT_NS = 
"urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0";
 
 
 private OfficeNamespaces()
diff --git 
a/reportbuilder/java/org/libreoffice/report/pentaho/output/OfficeDocumentReportTarget.java
 
b/reportbuilder/java/org/libreoffice/report/pentaho/output/OfficeDocumentReportTarget.java
index 2889a8f..e629d43 100644
--- 
a/reportbuilder/java/org/libreoffice/report/pentaho/output/OfficeDocumentReportTarget.java
+++ 
b/reportbuilder/java/org/libreoffice/report/pentaho/output/OfficeDocumentReportTarget.java
@@ -383,6 +383,7 @@ public abstract class OfficeDocumentReportTarget extends 
AbstractReportTarget
 rootAttributes.addNamespaceDeclaration("xsd", 
OfficeNamespaces.XSD_NS);
 rootAttributes.addNamespaceDeclaration("xsi", 
OfficeNamespaces.XSI_NS);
 rootAttributes.addNamespaceDeclaration("grddl", 
OfficeNamespaces.GRDDL_NS);
+rootAttributes.addNamespaceDeclaration("loext", 
OfficeNamespaces.LOEXT_NS);
 rootAttributes.setAttribute(OfficeNamespaces.OFFICE_NS, "version",
 ODF_VERSION);
 
diff --git a/reportdesign/source/filter/xml/xmlExport.cxx 
b/reportdesign/source/filter/xml/xmlExport.cxx
index 4dd2bf4..24b964f 100644
--- a/reportdesign/source/filter/xml/xmlExport.cxx
+++ b/reportdesign/source/filter/xml/xmlExport.cxx
@@ -246,6 +246,13 @@ ORptExport::ORptExport(const Reference< XComponentContext 
>& _rxContext, OUStrin
 if( getExportFlags() & 
(SvXMLExportFlags::STYLES|SvXMLExportFlags::AUTOSTYLES|SvXMLExportFlags::MASTERSTYLES|SvXMLExportFlags::CONTENT)
 )
 {
 _GetNamespaceMap().Add( 
GetXMLToken(XML_NP_XHTML),GetXMLToken(XML_N_XHTML), XML_NAMESPACE_XHTML );
+// loext, needed for paragraphs inside shapes
+if (getDefaultVersion() > SvtSaveOptions::ODFVER_012)
+{
+_GetNamespaceMap().Add(
+GetXMLToken(XML_NP_LO_EXT), GetXMLToken(XML_N_LO_EXT),
+XML_NAMESPACE_LO_EXT);
+}
 }
 // GRDDL: to convert RDFa and meta.xml to RDF
 if( getExportFlags() & 
(SvXMLExportFlags::META|SvXMLExportFlags::STYLES|SvXMLExportFlags::AUTOSTYLES|SvXMLExportFlags::MASTERSTYLES|SvXMLExportFlags::CONTENT)
 )
commit 1b6e2453c3ac4298f6b2b557e5e6510ec6619518
Author: Andras Timar 
Date:   Tue Feb 2 22:38:58 2016 +0100

tdf#97512 make strings localizable

Reviewed-on: https://gerrit.libreoffice.org/22063
Tested-by: Jenkins 
Reviewed-by: Andras Timar 
(cherry picked from commit e4b98408f60fdbe8248540da58bde8a9bf00c461)

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

diff --git a/vcl/AllLangResTarget_vcl.mk b/vcl/AllLangResTarget_vcl.mk
index 

[Libreoffice-commits] core.git: Branch 'libreoffice-5-1' - svgio/inc svgio/source

2016-02-05 Thread Xisco Fauli
 svgio/inc/svgio/svgreader/svgstyleattributes.hxx |2 -
 svgio/source/svgreader/svgstyleattributes.cxx|   28 ---
 2 files changed, 26 insertions(+), 4 deletions(-)

New commits:
commit 9951813197e28968ba9a36d905dc0ba8dfd41f5a
Author: Xisco Fauli 
Date:   Sat Jan 30 01:50:07 2016 +0100

tdf#79163: SVGIO: Fix problem with opacity attribute

Opacity attribute didn't work because it was always set to 1.0

Change-Id: I3a2029ef23acf9d8c0f346e04341db33c6802b8e
Reviewed-on: https://gerrit.libreoffice.org/21911
Tested-by: Jenkins 
Reviewed-by: Armin Le Grand 
(cherry picked from commit 359f43f8e76c3bd85c3daf35b5a6d925a4c8c64f)
Reviewed-on: https://gerrit.libreoffice.org/22007
Reviewed-by: Miklos Vajna 

diff --git a/svgio/inc/svgio/svgreader/svgstyleattributes.hxx 
b/svgio/inc/svgio/svgreader/svgstyleattributes.hxx
index cb1982d..e138eb5 100644
--- a/svgio/inc/svgio/svgreader/svgstyleattributes.hxx
+++ b/svgio/inc/svgio/svgreader/svgstyleattributes.hxx
@@ -408,7 +408,7 @@ namespace svgio
 const basegfx::BColor* getCurrentColor() const;
 
 /// Opacity content
-SvgNumber getOpacity() const { return maOpacity; }
+SvgNumber getOpacity() const;
 void setOpacity(const SvgNumber& rOpacity = SvgNumber()) { 
maOpacity = rOpacity; }
 
 /// Visibility
diff --git a/svgio/source/svgreader/svgstyleattributes.cxx 
b/svgio/source/svgreader/svgstyleattributes.cxx
index 6c2fef7..5d557ac 100644
--- a/svgio/source/svgreader/svgstyleattributes.cxx
+++ b/svgio/source/svgreader/svgstyleattributes.cxx
@@ -1062,7 +1062,7 @@ namespace svgio
 return;
 }
 
-const double fOpacity(getOpacity().getNumber());
+const double fOpacity(getOpacity().solve(mrOwner));
 
 if(basegfx::fTools::equalZero(fOpacity))
 {
@@ -1119,7 +1119,7 @@ namespace svgio
 {
 if(rSource.hasElements())
 {
-const double fOpacity(getOpacity().getNumber());
+const double fOpacity(getOpacity().solve(mrOwner));
 
 if(basegfx::fTools::equalZero(fOpacity))
 {
@@ -1215,7 +1215,7 @@ namespace svgio
 maTextDecoration(TextDecoration_notset),
 maTextAnchor(TextAnchor_notset),
 maColor(),
-maOpacity(1.0),
+maOpacity(),
 maVisibility(Visibility_visible),
 maTitle(),
 maDesc(),
@@ -2122,6 +2122,28 @@ namespace svgio
 return SvgNumber(1.0);
 }
 
+SvgNumber SvgStyleAttributes::getOpacity() const
+{
+if(mbIsClipPathContent)
+{
+return SvgNumber(1.0);
+}
+else if(maOpacity.isSet())
+{
+return maOpacity;
+}
+
+const SvgStyleAttributes* pSvgStyleAttributes = getParentStyle();
+
+if(pSvgStyleAttributes)
+{
+return pSvgStyleAttributes->getOpacity();
+}
+
+// default is 1
+return SvgNumber(1.0);
+}
+
 FillRule SvgStyleAttributes::getFillRule() const
 {
 if(FillRule_notset != maFillRule)
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'libreoffice-5-1' - sw/source

2016-02-05 Thread Rishabh
 sw/source/uibase/sidebar/WrapPropertyPanel.cxx |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit dea370d7bb0ce4b8190dc98976b2691fce659952
Author: Rishabh 
Date:   Wed Feb 3 04:28:48 2016 +0530

tdf#97407: Remove duplicate custom entry

Remove custom entry before updating the spacing listbox

Change-Id: I9476e639f4d54e87a2c9049159e6abefb02a9b5e
Reviewed-on: https://gerrit.libreoffice.org/21942
Reviewed-by: Samuel Mehrbrodt 
Tested-by: Samuel Mehrbrodt 
(cherry picked from commit 43799f9e21277e655c7ec940d266f775cada837a)
Reviewed-on: https://gerrit.libreoffice.org/22066
Tested-by: Jenkins 
Reviewed-by: Miklos Vajna 

diff --git a/sw/source/uibase/sidebar/WrapPropertyPanel.cxx 
b/sw/source/uibase/sidebar/WrapPropertyPanel.cxx
index 8ee32d1..4185326 100644
--- a/sw/source/uibase/sidebar/WrapPropertyPanel.cxx
+++ b/sw/source/uibase/sidebar/WrapPropertyPanel.cxx
@@ -214,7 +214,8 @@ void WrapPropertyPanel::UpdateSpacingLB()
 }
 }
 
-mpSpacingLB->InsertEntry(aCustomEntry);
+if(mpSpacingLB->GetEntryPos(aCustomEntry) == LISTBOX_ENTRY_NOTFOUND)
+mpSpacingLB->InsertEntry(aCustomEntry);
 mpSpacingLB->SelectEntry(aCustomEntry);
 }
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'libreoffice-5-1' - desktop/source

2016-02-05 Thread Tomaž Vajngerl
 desktop/source/lib/init.cxx |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 1deed8dae78be05cafde17768d111035c111b567
Author: Tomaž Vajngerl 
Date:   Thu Feb 4 14:44:36 2016 +0100

lok: fix saveAs for a loaded HTML document

a HTML document is reported as "com.sun.star.text.WebDocument"
which is a unsupported document type in LOK so report it as a
LOK_DOCTYPE_TEXT instead.

Change-Id: Iaa77cb8b1f55cf31ebbb4fd4d69c02702e60e251
(cherry picked from commit 806d34981f480908645038f4cfc29ebcf25ca145)
Reviewed-on: https://gerrit.libreoffice.org/22119
Tested-by: Jenkins 
Reviewed-by: Miklos Vajna 

diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index f7a40cb..b2d6e14 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -623,6 +623,7 @@ static int doc_saveAs(LibreOfficeKitDocument* pThis, const 
char* sUrl, const cha
 break;
 case LOK_DOCTYPE_OTHER:
 default:
+SAL_INFO("lok", "Can't save document - unsopported document 
type.");
 return false;
 }
 
@@ -758,7 +759,7 @@ static int doc_getDocumentType (LibreOfficeKitDocument* 
pThis)
 {
 return LOK_DOCTYPE_DRAWING;
 }
-else if (xDocument->supportsService("com.sun.star.text.TextDocument"))
+else if (xDocument->supportsService("com.sun.star.text.TextDocument") 
|| xDocument->supportsService("com.sun.star.text.WebDocument"))
 {
 return LOK_DOCTYPE_TEXT;
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'libreoffice-5-1' - editeng/source

2016-02-05 Thread Caolán McNamara
 editeng/source/editeng/impedit.cxx |9 +
 1 file changed, 5 insertions(+), 4 deletions(-)

New commits:
commit 1b0fa861e469c018d77f8c61c95bdaeffc1b01a1
Author: Caolán McNamara 
Date:   Tue Feb 2 14:51:02 2016 +

Related: tdf#97375 a cut doesn't refresh the editview

but a delete does. The diff from delete to cut is the
EnterBlockNotifications/LeaveBlockNotifications calls so try that

Change-Id: I10147043d6fe358bf2f4f4bd6877210b86cbbd1f
(cherry picked from commit c3224db8baa443253584954d1d54651c9d863304)
Reviewed-on: https://gerrit.libreoffice.org/22048
Tested-by: Jenkins 
Reviewed-by: Miklos Vajna 

diff --git a/editeng/source/editeng/impedit.cxx 
b/editeng/source/editeng/impedit.cxx
index 453bcbe..8475a6a 100644
--- a/editeng/source/editeng/impedit.cxx
+++ b/editeng/source/editeng/impedit.cxx
@@ -1397,12 +1397,13 @@ void ImpEditView::CutCopy( css::uno::Reference< 
css::datatransfer::clipboard::XC
 
 }
 
-if ( bCut )
+if (bCut)
 {
-pEditEngine->pImpEditEngine->UndoActionStart( EDITUNDO_CUT );
+pEditEngine->pImpEditEngine->EnterBlockNotifications();
+pEditEngine->pImpEditEngine->UndoActionStart(EDITUNDO_CUT);
 DeleteSelected();
-pEditEngine->pImpEditEngine->UndoActionEnd( EDITUNDO_CUT );
-
+pEditEngine->pImpEditEngine->UndoActionEnd(EDITUNDO_CUT);
+pEditEngine->pImpEditEngine->LeaveBlockNotifications();
 }
 }
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: 2 commits - basic/source cui/source editeng/source forms/source i18npool/source include/unotools offapi/com offapi/UnoApi_offapi.mk reportdesign/source sc/source svx/so

2016-02-05 Thread Eike Rathke
 basic/source/runtime/runtime.cxx  |2 
 cui/source/options/optaboutconfig.cxx |2 
 editeng/source/editeng/impedit4.cxx   |2 
 forms/source/xforms/computedexpression.cxx|2 
 i18npool/source/search/i18nsearch.component   |1 
 i18npool/source/search/textsearch.cxx |   68 +--
 i18npool/source/search/textsearch.hxx |   15 ++-
 include/unotools/textsearch.hxx   |   23 +++--
 offapi/UnoApi_offapi.mk   |4 
 offapi/com/sun/star/util/SearchAlgorithms2.idl|   37 
 offapi/com/sun/star/util/SearchOptions2.idl   |   32 +++
 offapi/com/sun/star/util/TextSearch2.idl  |   39 +
 offapi/com/sun/star/util/XTextSearch2.idl |   32 +++
 reportdesign/source/ui/inspection/GeometryHandler.cxx |6 -
 sc/source/core/data/table6.cxx|2 
 svx/source/form/fmsrcimp.cxx  |2 
 sw/source/core/crsr/findattr.cxx  |2 
 sw/source/core/crsr/findtxt.cxx   |7 -
 unotools/source/i18n/textsearch.cxx   |   78 ++
 vcl/source/edit/xtextedt.cxx  |2 
 20 files changed, 305 insertions(+), 53 deletions(-)

New commits:
commit 599f0cbe1ddc1d54828489b389b78fdffa4ce39f
Author: Eike Rathke 
Date:   Fri Feb 5 16:56:54 2016 +0100

interface to new XTextSearch2 with SearchOptions2, tdf#72196

Places that had utl::TextSearch::UpgradeToSearchOptions2() introduced
are worth an inspection if the new SearchAlgorithms2::WILDCARD search
should be supported or at least use SearchOptions2 instead of
SearchOptions to eliminate the small performance penalty that conversion
involves.

Change-Id: I565f73af2b551ae9ad0f488e672823dc6c5c1109

diff --git a/basic/source/runtime/runtime.cxx b/basic/source/runtime/runtime.cxx
index 6535118..e92c0a1 100644
--- a/basic/source/runtime/runtime.cxx
+++ b/basic/source/runtime/runtime.cxx
@@ -1569,7 +1569,7 @@ void SbiRuntime::StepLIKE()
 aSearchOpt.transliterateFlags |= 
css::i18n::TransliterationModules_IGNORE_CASE;
 }
 SbxVariable* pRes = new SbxVariable;
-utl::TextSearch aSearch(aSearchOpt);
+utl::TextSearch aSearch( utl::TextSearch::UpgradeToSearchOptions2( 
aSearchOpt));
 sal_Int32 nStart=0, nEnd=value.getLength();
 bool bRes = aSearch.SearchForward(value, , );
 pRes->PutBool( bRes );
diff --git a/cui/source/options/optaboutconfig.cxx 
b/cui/source/options/optaboutconfig.cxx
index bf59651..85dc3f8 100644
--- a/cui/source/options/optaboutconfig.cxx
+++ b/cui/source/options/optaboutconfig.cxx
@@ -833,7 +833,7 @@ IMPL_LINK_NOARG_TYPED( CuiAboutConfigTabPage, 
SearchHdl_Impl, Button*, void)
 else
 {
 m_options.searchString = m_pSearchEdit->GetText();
-utl::TextSearch textSearch( m_options );
+utl::TextSearch textSearch( utl::TextSearch::UpgradeToSearchOptions2( 
m_options) );
 for (auto const& it : m_prefBoxEntries)
 {
 sal_Int32 endPos, startPos = 0;
diff --git a/editeng/source/editeng/impedit4.cxx 
b/editeng/source/editeng/impedit4.cxx
index 3a57c5d..6544d80 100644
--- a/editeng/source/editeng/impedit4.cxx
+++ b/editeng/source/editeng/impedit4.cxx
@@ -2622,7 +2622,7 @@ bool ImpEditEngine::ImpSearch( const SvxSearchItem& 
rSearchItem,
 nEndNode = bBack ? 0 : aEditDoc.Count()-1;
 }
 
-utl::TextSearch aSearcher( aSearchOptions );
+utl::TextSearch aSearcher( utl::TextSearch::UpgradeToSearchOptions2( 
aSearchOptions) );
 
 // iterate over the paragraphs ...
 for ( sal_Int32 nNode = nStartNode;
diff --git a/forms/source/xforms/computedexpression.cxx 
b/forms/source/xforms/computedexpression.cxx
index 08fc751..3432986 100644
--- a/forms/source/xforms/computedexpression.cxx
+++ b/forms/source/xforms/computedexpression.cxx
@@ -91,7 +91,7 @@ bool ComputedExpression::_checkExpression( const sal_Char* 
pExpression ) const
 SearchOptions aSearchOptions;
 aSearchOptions.algorithmType = SearchAlgorithms_REGEXP;
 aSearchOptions.searchString = OUString( pExpression, strlen(pExpression), 
RTL_TEXTENCODING_ASCII_US );
-utl::TextSearch aTextSearch( aSearchOptions );
+utl::TextSearch aTextSearch( utl::TextSearch::UpgradeToSearchOptions2( 
aSearchOptions) );
 
 sal_Int32 nLength =  msExpression.getLength();
 sal_Int32 nStart = 0;
diff --git a/i18npool/source/search/i18nsearch.component 
b/i18npool/source/search/i18nsearch.component
index 93bf92d..ddb591f 100644
--- a/i18npool/source/search/i18nsearch.component
+++ b/i18npool/source/search/i18nsearch.component
@@ -21,5 +21,6 @@
 prefix="i18nsearch" xmlns="http://openoffice.org/2010/uno-components;>
   
 
+
   
 
diff --git a/i18npool/source/search/textsearch.cxx 

[Libreoffice-commits] core.git: Branch 'libreoffice-5-1' - sc/source

2016-02-05 Thread Caolán McNamara
 sc/source/ui/app/inputwin.cxx |4 
 1 file changed, 4 insertions(+)

New commits:
commit 113f000d38c34dd4dda6903976f8febf6d95375c
Author: Caolán McNamara 
Date:   Fri Feb 5 14:03:44 2016 +

Resolves: tdf#97465 like scroll ignore wheel for sc input handler 
inputchanged

Change-Id: Ide7fe1388ffe6f85a1f459037316d03193470d8a
(cherry picked from commit e35f3b6a3357fc3832a9d68ed37ddb9b5320ef0a)

diff --git a/sc/source/ui/app/inputwin.cxx b/sc/source/ui/app/inputwin.cxx
index 8fe0dc7..cd15f3d 100644
--- a/sc/source/ui/app/inputwin.cxx
+++ b/sc/source/ui/app/inputwin.cxx
@@ -1609,6 +1609,10 @@ void ScTextWnd::Command( const CommandEvent& rCEvt )
 {
 //don't call InputChanged for CommandEventId::Wheel
 }
+else if ( nCommand == CommandEventId::Swipe )
+{
+//don't call InputChanged for CommandEventId::Swipe
+}
 else
 SC_MOD()->InputChanged( pEditView );
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'feature/fixes14' - sc/source

2016-02-05 Thread Tor Lillqvist
 sc/source/core/tool/scmatrix.cxx |5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

New commits:
commit ec1d3b7f32441d49ea2f2aefb7637d47694f98a8
Author: Tor Lillqvist 
Date:   Fri Feb 5 16:54:54 2016 +0200

Further fix for 68b18511dd4468d9705e94812869410a03922c2f

Will be squashed in master and actual 5-1.

Change-Id: Ic6a9da8a280e9cc28d8450adacb67f4567aa6b0d

diff --git a/sc/source/core/tool/scmatrix.cxx b/sc/source/core/tool/scmatrix.cxx
index f5df7c3..6018ca1 100644
--- a/sc/source/core/tool/scmatrix.cxx
+++ b/sc/source/core/tool/scmatrix.cxx
@@ -3434,11 +3434,10 @@ ScMatrix::IterateResult ScVectorRefMatrix::Sum(bool 
bTextAsZero) const
 }
 }
 p += i;
-nDataSize -= i;
-if (nDataSize == 0)
+if (i == nDataSize)
 continue;
 
-sc::ArraySumFunctor functor(p, nDataSize);
+sc::ArraySumFunctor functor(p, nDataSize-i);
 
 mfRest += functor();
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Easyhack page.

2016-02-05 Thread jan iversen
Hi.

Sorry for the BZ noise, but I have been updating/splitting

https://wiki.documentfoundation.org/Development/Easy_Hacks/by_Required_Skill

Also added some of the missing skills.

Comments are welcome.

have a nice weekend.
rgds
jan i.


Sent from my iPad, please excuse any misspellings ___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 97598] Incorrectly formatted / displayed

2016-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97598

--- Comment #1 from Wolland  ---
Created attachment 122410
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122410=edit
PDF as it should look when opened.

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


[Libreoffice-bugs] [Bug 97033] EDITING - Malformed ODB file crashes when editing tables, queries, forms in master dbgutil

2016-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97033

--- Comment #12 from Michael Stahl  ---
in a current Linux master build i've opened every table, query, form and report
in the document  http://bugs.documentfoundation.org/attachment.cgi?id=121759
but the only problem i've found is an assert that doesn't match the attached
backtrace at all, fixed with commit 7e349c0eee15fa0f9d8d71a3c9e311d2da62e670.

oh, one report didn't open with "general error", suppose that's the wrong CRC
issue in the zip file.

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


[Libreoffice-bugs] [Bug 97556] resurrect windows build system

2016-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97556

jan iversen  changed:

   What|Removed |Added

  Component|General |Extensions
Version|unspecified |5.2.0.0.alpha0+ Master
Product|libetonyek  |LibreOffice

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


[Libreoffice-commits] core.git: Branch 'libreoffice-5-1' - 2 commits - include/xmloff sw/qa vcl/source xmloff/source

2016-02-05 Thread Michael Stahl
 include/xmloff/txtprmap.hxx|7 +-
 sw/qa/extras/globalfilter/globalfilter.cxx |   80 +
 vcl/source/gdi/dibtools.cxx|   25 ++---
 xmloff/source/text/txtexppr.cxx|   10 +++
 xmloff/source/text/txtprmap.cxx|4 -
 5 files changed, 114 insertions(+), 12 deletions(-)

New commits:
commit e2383402d4cab93f4003e03912700a00525b7d4c
Author: Michael Stahl 
Date:   Tue Feb 2 14:10:02 2016 +0100

xmloff: tdf#96147: ODF export: fix duplicate fo:background-color

... attributes that happen if both CharHighlight and CharBackColor
properties are used, because the CharBackTransparent property wasn't
taken into account, and combining the CharBackColor and
CharBackTransparent properties happens *after*
XMLTextExportPropertySetMapper::ContextFilter() runs.

Also, it looks like a transparent highlight wouldn't export properly but
apparently DomainMapper::getColorFromId() won't create such.

(regression from f880962f5bf26bfaef06bd3f9e67e2d901a2e74c)

Change-Id: Ib628ef8bb377482f74fadb97c81afb95fbbf7184
(cherry picked from commit 8dadefc35f8b33648fb6adbdaca75ea52b2705db)
Reviewed-on: https://gerrit.libreoffice.org/22042
Tested-by: Jenkins 
Reviewed-by: Miklos Vajna 

diff --git a/include/xmloff/txtprmap.hxx b/include/xmloff/txtprmap.hxx
index 5fa8e3c..79baf8b 100644
--- a/include/xmloff/txtprmap.hxx
+++ b/include/xmloff/txtprmap.hxx
@@ -197,9 +197,10 @@
 #define CTF_RELWIDTHREL (XML_TEXT_CTF_START + 168)
 #define CTF_RELHEIGHTREL(XML_TEXT_CTF_START + 169)
 #define CTF_CHAR_BACKGROUND (XML_TEXT_CTF_START + 170)
-#define CTF_CHAR_HIGHLIGHT  (XML_TEXT_CTF_START + 171)
-#define CTF_FILLSTYLE   (XML_TEXT_CTF_START + 172)
-#define CTF_FILLCOLOR   (XML_TEXT_CTF_START + 173)
+#define CTF_CHAR_BACKGROUND_TRANSPARENCY(XML_TEXT_CTF_START + 171)
+#define CTF_CHAR_HIGHLIGHT  (XML_TEXT_CTF_START + 172)
+#define CTF_FILLSTYLE   (XML_TEXT_CTF_START + 173)
+#define CTF_FILLCOLOR   (XML_TEXT_CTF_START + 174)
 
 
 enum class TextPropMap {
diff --git a/sw/qa/extras/globalfilter/globalfilter.cxx 
b/sw/qa/extras/globalfilter/globalfilter.cxx
index 1871c61..751f2a5 100644
--- a/sw/qa/extras/globalfilter/globalfilter.cxx
+++ b/sw/qa/extras/globalfilter/globalfilter.cxx
@@ -30,6 +30,7 @@ public:
 void testImageWithSpecialID();
 void testGraphicShape();
 void testCharHighlight();
+void testCharHighlightODF();
 void testCharHighlightBody();
 void testMSCharBackgroundEditing();
 void testCharBackgroundToHighlighting();
@@ -43,6 +44,7 @@ public:
 CPPUNIT_TEST(testImageWithSpecialID);
 CPPUNIT_TEST(testGraphicShape);
 CPPUNIT_TEST(testCharHighlight);
+CPPUNIT_TEST(testCharHighlightODF);
 CPPUNIT_TEST(testMSCharBackgroundEditing);
 CPPUNIT_TEST(testCharBackgroundToHighlighting);
 #if !defined(WNT)
@@ -473,6 +475,84 @@ void Test::testCharHighlight()
 testCharHighlightBody();
 }
 
+void Test::testCharHighlightODF()
+{
+mxComponent = 
loadFromDesktop(getURLFromSrc("/sw/qa/extras/globalfilter/data/char_background_editing.docx"),
+  "com.sun.star.text.TextDocument");
+
+// don't check import, testMSCharBackgroundEditing already does that
+
+uno::Reference xPara = getParagraph(1);
+for (int i = 1; i <= 4; ++i)
+{
+uno::Reference xRun(getRun(xPara,i), 
uno::UNO_QUERY);
+switch (i)
+{
+case 1: // non-transparent highlight
+xRun->setPropertyValue("CharBackColor", 
uno::makeAny(static_cast(128)));
+xRun->setPropertyValue("CharBackTransparent", uno::makeAny(true));
+xRun->setPropertyValue("CharHighlight", 
uno::makeAny(static_cast(64)));
+break;
+
+case 2: // transparent backcolor
+xRun->setPropertyValue("CharBackColor", 
uno::makeAny(static_cast(128)));
+xRun->setPropertyValue("CharBackTransparent", uno::makeAny(true));
+xRun->setPropertyValue("CharHighlight", 
uno::makeAny(static_cast(COL_TRANSPARENT)));
+break;
+
+case 3: // non-transparent backcolor
+xRun->setPropertyValue("CharBackColor", 
uno::makeAny(static_cast(128)));
+xRun->setPropertyValue("CharBackTransparent", uno::makeAny(false));
+xRun->setPropertyValue("CharHighlight", 
uno::makeAny(static_cast(COL_TRANSPARENT)));
+break;
+
+case 4: // non-transparent highlight again
+xRun->setPropertyValue("CharBackColor", 
uno::makeAny(static_cast(128)));
+xRun->setPropertyValue("CharBackTransparent", uno::makeAny(false));
+xRun->setPropertyValue("CharHighlight", 

[Libreoffice-bugs] [Bug 39936] UI: Right Click on Row/Column -> Insert Copied Cells... (paste + shift cells in one click)

2016-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=39936

--- Comment #43 from Dan Dascalescu  ---
After a Windows crash, I gave LibreOffice, now at version 5, another chance.

However, the annoying ergonomics of moving a large group of cells via "select
the new location and then | Edit | Paste Special | Shift Cells Down" prevents
me from adopting LO.

Someone suggested you can drag and drop cells. But that doesn't work between
spreadsheets, or between pages, or from a line relatively far away from
another. In Excel, keyboard shortcuts make this task much simpler.

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


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

2016-02-05 Thread Stephan Bergmann
 unoidl/source/unoidl-check.cxx |8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

New commits:
commit 68dbaa9681bec5e303aa4675c1dcbbf98991cb7b
Author: Stephan Bergmann 
Date:   Sat Feb 6 08:51:42 2016 +0100

Fix prev. commit

Change-Id: I1dd71d6e35ac2dc5f27a11a3dd269247b1b35d39

diff --git a/unoidl/source/unoidl-check.cxx b/unoidl/source/unoidl-check.cxx
index e5f8bb0..ff01d24 100644
--- a/unoidl/source/unoidl-check.cxx
+++ b/unoidl/source/unoidl-check.cxx
@@ -1105,11 +1105,13 @@ void checkIds(
  ->getDirectProperties().size())
   : 0);
 assert(n <= ent2B->getDirectProperties().size());
-for (auto & i: ent2B->getDirectProperties()) {
-if (!valid(i.name)) {
+for (auto i(ent2B->getDirectProperties().begin() +n);
+ i != ent2B->getDirectProperties().end(); ++i)
+{
+if (!valid(i->name)) {
 std::cerr
 << "accumulation-based service " << name
-<< " direct property " << i.name
+<< " direct property " << i->name
 << " uses an invalid identifier" << std::endl;
 std::exit(EXIT_FAILURE);
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 95310] Enhancement: Disable profile 'one time' menu item

2016-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95310

V Stuart Foote  changed:

   What|Removed |Added

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

--- Comment #4 from V Stuart Foote  ---
So looking at bug 64439, this could also be useful. 

But, we would have to decide what to do with any documents or profile
configuration changes made when launched this way.

Currently if we were to bypass the profile--everything would be written into
the existing profile.

Would intent be to work from a temp directory, or would this launch be allowed
to overwrite/clobber things in the existing profile?

Kind of feel this should be worked in conjunction with anything done for bug
64439.

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


[Libreoffice-bugs] [Bug 84985] ICONS: Galaxy color icons have red line underneath them

2016-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=84985

Regina Henschel  changed:

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |rb.hensc...@t-online.de
   |desktop.org |

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


[Libreoffice-bugs] [Bug 95310] Enhancement: Disable profile 'one time' menu item

2016-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95310

V Stuart Foote  changed:

   What|Removed |Added

   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=64
   ||439

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


[Libreoffice-bugs] [Bug 64439] Add "Backup & Reset Profile" Button to Advanced Options

2016-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=64439

V Stuart Foote  changed:

   What|Removed |Added

 CC||vstuart.fo...@utsa.edu
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=95
   ||310

--- Comment #9 from V Stuart Foote  ---
added a see also for bug 95310 -- Disable profile 'one time' menu item

idea there is to launch, but bypass settings of the user profile (and I guess
write to a temp location so as not to clobber the existing).

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


[Libreoffice-commits] core.git: Branch 'libreoffice-5-1' - sw/inc sw/source

2016-02-05 Thread Michael Stahl
 sw/inc/unotbl.hxx   |   23 ++
 sw/source/core/unocore/unochart.cxx |2 
 sw/source/core/unocore/unotbl.cxx   |  137 +---
 3 files changed, 108 insertions(+), 54 deletions(-)

New commits:
commit 1152a43ff511537197ec91087305abd85ac3159e
Author: Michael Stahl 
Date:   Thu Feb 4 22:55:07 2016 +0100

sw: fix SolarMutex asserts from SwXCellRange dtor

Happened when loading a report from the attachment of tdf#97033,
but that bug is apparently about a different crash.

Deploy the sw::UnoImplPtr, which is clearly the best way to avoid such
problems.  Also another silly weak pointer this, for tdf#72695.

(cherry picked from commit 7e349c0eee15fa0f9d8d71a3c9e311d2da62e670)

Change-Id: Ice8db95ca3eecc638bd4a4ef7fa8967d180bd525
Reviewed-on: https://gerrit.libreoffice.org/22159
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/sw/inc/unotbl.hxx b/sw/inc/unotbl.hxx
index 96323c2..eb1ad4a 100644
--- a/sw/inc/unotbl.hxx
+++ b/sw/inc/unotbl.hxx
@@ -447,28 +447,31 @@ class SwXCellRange : public cppu::WeakImplHelper
 css::chart::XChartDataArray,
 css::util::XSortable,
 css::sheet::XCellRangeData
->,
-public SwClient
+>
 {
-::osl::Mutex m_Mutex;
-::cppu::OInterfaceContainerHelper m_ChartListeners;
+private:
+class Impl;
+::sw::UnoImplPtr m_pImpl;
 
 SwRangeDescriptor   aRgDesc;
 const SfxItemPropertySet*   m_pPropSet;
 
-sw::UnoCursorPointer m_pTableCursor;
-
 bool m_bFirstRowAsLabel;
 bool m_bFirstColumnAsLabel;
 std::tuple 
getLabelCoordinates(bool bRow);
 css::uno::Sequence getLabelDescriptions(bool bRow);
 void setLabelDescriptions(const css::uno::Sequence& rDesc, bool 
bRow);
 
-public:
 SwXCellRange(sw::UnoCursorPointer pCursor, SwFrameFormat& rFrameFormat, 
SwRangeDescriptor& rDesc);
+virtual ~SwXCellRange();
+
+public:
+static ::rtl::Reference CreateXCellRange(
+sw::UnoCursorPointer pCursor, SwFrameFormat& rFrameFormat,
+SwRangeDescriptor& rDesc);
+
 void SetLabels(bool bFirstRowAsLabel, bool bFirstColumnAsLabel)
 { m_bFirstRowAsLabel = bFirstRowAsLabel, m_bFirstColumnAsLabel = 
bFirstColumnAsLabel; }
-virtual ~SwXCellRange() {};
 std::vector< css::uno::Reference< css::table::XCell > > GetCells();
 
 
@@ -533,10 +536,6 @@ public:
 virtual sal_Bool SAL_CALL supportsService(const OUString& ServiceName) 
throw( css::uno::RuntimeException, std::exception ) override;
 virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames() 
throw( css::uno::RuntimeException, std::exception ) override;
 
-//SwClient
-virtual void Modify( const SfxPoolItem* pOld, const SfxPoolItem *pNew) 
override;
-
-SwFrameFormat*   GetFrameFormat() const { return 
const_cast(static_cast(GetRegisteredIn())); }
 sal_uInt16  getRowCount();
 sal_uInt16  getColumnCount();
 
diff --git a/sw/source/core/unocore/unochart.cxx 
b/sw/source/core/unocore/unochart.cxx
index 4537289..8a276be 100644
--- a/sw/source/core/unocore/unochart.cxx
+++ b/sw/source/core/unocore/unochart.cxx
@@ -2146,7 +2146,7 @@ std::vector< css::uno::Reference< css::table::XCell > > 
SwChartDataSequence::Get
 SwRangeDescriptor aDesc;
 if(!FillRangeDescriptor(aDesc, GetCellRangeName(*pTableFormat, 
*m_pTableCursor)))
 return std::vector< css::uno::Reference< css::table::XCell > >();
-return SwXCellRange(m_pTableCursor, *pTableFormat, aDesc).GetCells();
+return SwXCellRange::CreateXCellRange(m_pTableCursor, *pTableFormat, 
aDesc)->GetCells();
 }
 
 uno::Sequence< OUString > SAL_CALL SwChartDataSequence::getTextualData()
diff --git a/sw/source/core/unocore/unotbl.cxx 
b/sw/source/core/unocore/unotbl.cxx
index 3d8c53d..dbe0462 100644
--- a/sw/source/core/unocore/unotbl.cxx
+++ b/sw/source/core/unocore/unotbl.cxx
@@ -133,14 +133,14 @@ namespace
 
 #define UNO_TABLE_COLUMN_SUM1
 
-static void lcl_SendChartEvent(::cppu::OWeakObject & rSource,
+static void lcl_SendChartEvent(uno::Reference const& xSource,
::cppu::OInterfaceContainerHelper & rListeners)
 {
 if (!rListeners.getLength())
 return;
 //TODO: find appropriate settings of the Event
 chart::ChartDataChangeEvent event;
-event.Source = & rSource;
+event.Source = xSource;
 event.Type = chart::ChartDataChangeType_ALL;
 event.StartColumn = 0;
 event.EndColumn = 1;
@@ -151,6 +151,12 @@ static void lcl_SendChartEvent(::cppu::OWeakObject & 
rSource,
 }
 
 static void lcl_SendChartEvent(::cppu::OWeakObject & rSource,
+   ::cppu::OInterfaceContainerHelper & rListeners)
+{
+return lcl_SendChartEvent(, rListeners);
+}
+
+static void lcl_SendChartEvent(::cppu::OWeakObject & rSource,
   

[Libreoffice-bugs] [Bug 96546] Crash on launching any application with OpenGL enabled

2016-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96546

kompilainenn <79045_79...@mail.ru> changed:

   What|Removed |Added

 Status|RESOLVED|VERIFIED

--- Comment #8 from kompilainenn <79045_79...@mail.ru> ---
Version: 5.1.0.3 (x64)
ID build: 5e3e00a007d9b3b6efb6797a8b8e57b51ab1f737
CPU Threads: 4; OS Version: Windows 6.1; UI Render: GL; 
Locale: ru-RU (ru_RU)

Renderer: Intel(R) HD Graphics 3000
Vendor: Intel
Memory: 1812 MB
Version: 3.1.0 - Build 9.17.10.4229
Shading language version: 1.40 - Intel Build 9.17.10.4229

don't crash on start any module! verified fixed

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


[Libreoffice-bugs] [Bug 81460] UI: Flashing UI

2016-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=81460

V Stuart Foote  changed:

   What|Removed |Added

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

--- Comment #5 from V Stuart Foote  ---
Closing as no longer relevant.

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


[Libreoffice-commits] core.git: 2 commits - sal/rtl sd/source

2016-02-05 Thread Caolán McNamara
 sal/rtl/alloc_global.cxx|1 +
 sd/source/core/text/textapi.cxx |7 +++
 2 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 512dd456520c10318fd65f45ec2704bdeb8c4fdb
Author: Caolán McNamara 
Date:   Fri Feb 5 15:09:29 2016 +

cppcheck: useInitializationList

Change-Id: I85488439b06fddd73074757f1149dec5d988099d
Reviewed-on: https://gerrit.libreoffice.org/22161
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/sd/source/core/text/textapi.cxx b/sd/source/core/text/textapi.cxx
index 83ff45d..086a06d 100644
--- a/sd/source/core/text/textapi.cxx
+++ b/sd/source/core/text/textapi.cxx
@@ -185,11 +185,10 @@ TextApiObject* TextApiObject::getImplementation( const 
css::uno::Reference< css:
 return pImpl;
 }
 
-TextAPIEditSource::TextAPIEditSource( const TextAPIEditSource& rSource )
-: SvxEditSource( *this )
+TextAPIEditSource::TextAPIEditSource(const TextAPIEditSource& rSource)
+: SvxEditSource(*this)
+, m_xImpl(rSource.m_xImpl) // shallow copy; uses internal refcounting
 {
-// shallow copy; uses internal refcounting
-m_xImpl = rSource.m_xImpl;
 }
 
 SvxEditSource* TextAPIEditSource::Clone() const
commit 42294e47bbff63e01639a8a70daa5e93c3380bc4
Author: Caolán McNamara 
Date:   Fri Feb 5 15:09:22 2016 +

cppcheck-suppress sizeofwithsilentarraypointer

Change-Id: I794cb2f3f31e9ce48f3568bd5a4afc52abf0f934
Reviewed-on: https://gerrit.libreoffice.org/22160
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/sal/rtl/alloc_global.cxx b/sal/rtl/alloc_global.cxx
index ca6601b..6dd24f1 100644
--- a/sal/rtl/alloc_global.cxx
+++ b/sal/rtl/alloc_global.cxx
@@ -237,6 +237,7 @@ void rtl_memory_fini()
 int i, n;
 
 /* clear g_alloc_table */
+// cppcheck-suppress sizeofwithsilentarraypointer
 memset (g_alloc_table, 0, sizeof(g_alloc_table));
 
 /* cleanup g_alloc_caches */
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 97231] QueryValue not working as expected

2016-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97231

Beluga  changed:

   What|Removed |Added

   Keywords||bibisectRequest, regression
 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #6 from Beluga  ---
(In reply to Martin from comment #5)
> i have to open "Object Catalog -> LibreOfficeDev Macros & Dialogs ->
> ImportWizard - API - QueryValue" once by double clicking and then the macro
> will find the function procedure.

Ah, thanks. For testers: this is the dropdown in the macro editor, at the left
of Compile and run buttons.

Yeah, I only get
Path

Win 7 Pro 64-bit Version: 5.2.0.0.alpha0+
Build ID: 9784ff3d878eaa21491fbd779e57d7d4710f5449
CPU Threads: 4; OS Version: Windows 6.1; UI Render: default; 
TinderBox: Win-x86@39, Branch:master, Time: 2016-01-30_01:31:57
Locale: fi-FI (fi_FI)

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


[Bug 30873] Field variables break with additional formats

2016-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=30873

Akshay Deep  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |akshaydeepi...@gmail.com
   |desktop.org |

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


[Libreoffice-bugs] [Bug 30873] Field variables break with additional formats

2016-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=30873

Akshay Deep  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |akshaydeepi...@gmail.com
   |desktop.org |

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


[Libreoffice-bugs] [Bug 97395] FILEOPEN: Libre Office odb crashes when try to open tables

2016-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97395

--- Comment #10 from valent...@gmail.com ---
Julien, thanks but doesn't works

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


[Libreoffice-bugs] [Bug 96839] Page and Paragraph Styles

2016-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96839

--- Comment #6 from Beluga  ---
So are the steps like this:
1. Create new page style
2. Create some page breaks
3. Save and reload

Newly added page breaks are gone.

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


[Bug 96414] Remove feature to show Navigator during slideshow

2016-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96414

--- Comment #12 from Roland Taylor  ---
I understand the motivation for doing this, but if the navigator is no longer
an option, then PLEASE modify the presenter console so it can be minimized or
made into a non-fullscreen window.

I don't know if anyone else has this issue, but for me I have to record sermons
(example use case) while also controlling the presentation, and sometimes also
have to write things down or perform other tasks, and alt+tabbing around can
get cumbersome - when it would be just easier to click the taskbar or dock.

The only way to get normal window switching behaviour (without using alt+tab -
which can lead to some unwanted behaviour depending on your desktop environment
or if you accidentally stop at the wrong window) - is to disable the presenter
console and use the navigator.

There is already an open bug about minimizing the presenter console, which,
quite interestingly, just generated discussion, but no action.

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


[Bug 96414] Remove feature to show Navigator during slideshow

2016-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96414

--- Comment #13 from Bryan Quigley  ---
(In reply to Roland Taylor from comment #12)
> I understand the motivation for doing this, but if the navigator is no
> longer an option, then PLEASE modify the presenter console so it can be
> minimized or made into a non-fullscreen window.
> 
> I don't know if anyone else has this issue, but for me I have to record
> sermons (example use case) while also controlling the presentation, and
> sometimes also have to write things down or perform other tasks, and
> alt+tabbing around can get cumbersome - when it would be just easier to
> click the taskbar or dock.
> 
> The only way to get normal window switching behaviour (without using alt+tab
> - which can lead to some unwanted behaviour depending on your desktop
> environment or if you accidentally stop at the wrong window) - is to disable
> the presenter console and use the navigator.
> 
> There is already an open bug about minimizing the presenter console, which,
> quite interestingly, just generated discussion, but no action.

Not sure I fully understand your use case.  Have you tried the right click
context menu during a slideshow?

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


[Libreoffice-commits] online.git: Branch 'distro/collabora/milestone-7' - 2 commits - loleaflet/Makefile

2016-02-05 Thread Marco Cecchetti
 loleaflet/Makefile |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 4a860a78fcb28c7706cb5e3f08112c457ae3eae3
Author: Marco Cecchetti 
Date:   Fri Feb 5 18:43:44 2016 +0100

loleaflet: bump version after tarball

Change-Id: Ie071b254b9f4fabffeb7a5e299f4ed7d85eab575

diff --git a/loleaflet/Makefile b/loleaflet/Makefile
index db35bd1..133e948 100644
--- a/loleaflet/Makefile
+++ b/loleaflet/Makefile
@@ -3,7 +3,7 @@
 # ("micro") part: Between releases odd, even for releases (no other
 # changes inbetween).
 
-VERSION=1.4.46
+VERSION=1.4.47
 
 # Version number of the bundled 'draw' thing
 DRAW_VERSION=0.2.4
commit 625ceb0a511eee054d7974c685858933f7e15acb
Author: Marco Cecchetti 
Date:   Fri Feb 5 18:41:12 2016 +0100

loleaflet: bump version before tarball

Change-Id: I52338edc7f36a51edfcace88ab7d688c1fee0767

diff --git a/loleaflet/Makefile b/loleaflet/Makefile
index bdb40cf..db35bd1 100644
--- a/loleaflet/Makefile
+++ b/loleaflet/Makefile
@@ -3,7 +3,7 @@
 # ("micro") part: Between releases odd, even for releases (no other
 # changes inbetween).
 
-VERSION=1.4.45
+VERSION=1.4.46
 
 # Version number of the bundled 'draw' thing
 DRAW_VERSION=0.2.4
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 97601] New: Accessing chart data through API results in infinite redraw loop

2016-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97601

Bug ID: 97601
   Summary: Accessing chart data through API results in infinite
redraw loop
   Product: LibreOffice
   Version: 5.0.4.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Chart
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: jrheinlaen...@users.sourceforge.net

Created attachment 122412
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122412=edit
Writer file with chart and macro

On Windows 7 LO 5.0.4, after changing the data in a chart through the API, an
infinite chart redraw loop results.

To reproduce:
Open the attached document and run the macro.
The line

  oChart.ExtendedControlOverEmbeddedObject.changeState(1)

triggers the redraw loop. But without this line the diagram will not show the
changed data.

The bug is NOT present on Ubuntu 14.04 LO 4.2 and Apache OO 4.1.2.

The bug is also present when executing the following code from a C++ extension
after changing the chart data:

  Reference < XEmbeddedObjectSupplier > xEOS(xChart, UNO_QUERY_THROW);
  Reference < ::com::sun::star::chart::XChartDocument >
cDoc(xEOS->getEmbeddedObject(), UNO_QUERY_THROW);

  Reference< XPropertySet > dProperties(cDoc->getDiagram(), UNO_QUERY_THROW);
  Any type = dProperties->getPropertyValue(OU("SplineType"));
  dProperties->setPropertyValue(OU("SplineType"), makeAny(sal_uInt32(0)));
  dProperties->setPropertyValue(OU("SplineType"), makeAny(sal_uInt32(1)));
  dProperties->setPropertyValue(OU("SplineType"), type);

Here changing the SplineType triggers the redraw loop.

Note: This bug was found as a result of trying to get the chart to update when
the data was changed. The line of code given above seems to be the only way to
achieve this.

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


[Libreoffice-commits] core.git: sc/sdi sd/sdi sfx2/sdi starmath/sdi svx/sdi sw/sdi

2016-02-05 Thread Noel Grandin
 sc/sdi/scalc.sdi   |  730 ---
 sd/sdi/sdnew.sdi   |6 
 sd/sdi/sdraw.sdi   |  567 -
 sfx2/sdi/sfx.sdi   |  634 ---
 starmath/sdi/smath.sdi |   72 --
 svx/sdi/svx.sdi| 1309 -
 sw/sdi/swriter.sdi |  874 
 7 files changed, 4192 deletions(-)

New commits:
commit 47538ac78018eaaeb03a52ce32a27a8744639864
Author: Noel Grandin 
Date:   Thu Feb 4 14:19:15 2016 +0200

remove unnecessary comments from .SDI files

Change-Id: Ic78ae8ce5bf396f55fdc847d6b70476c9dab4ee9

diff --git a/sc/sdi/scalc.sdi b/sc/sdi/scalc.sdi
index d578845..7193916 100644
--- a/sc/sdi/scalc.sdi
+++ b/sc/sdi/scalc.sdi
@@ -19,7 +19,6 @@
 SfxVoidItem AcceptChanges FID_CHG_ACCEPT
 ()
 [
-/* flags: */
 AutoUpdate = FALSE,
 FastCall = FALSE,
 ReadOnlyDoc = TRUE,
@@ -28,7 +27,6 @@ SfxVoidItem AcceptChanges FID_CHG_ACCEPT
 RecordAbsolute = FALSE,
 RecordPerSet;
 
-/* config: */
 AccelConfig = TRUE,
 MenuConfig = TRUE,
 ToolBoxConfig = TRUE,
@@ -39,7 +37,6 @@ SfxVoidItem AcceptChanges FID_CHG_ACCEPT
 SfxVoidItem ActivateOLE SID_OLE_ACTIVATE
 ()
 [
-/* flags: */
 AutoUpdate = FALSE,
 FastCall = FALSE,
 ReadOnlyDoc = TRUE,
@@ -48,7 +45,6 @@ SfxVoidItem ActivateOLE SID_OLE_ACTIVATE
 RecordAbsolute = FALSE,
 RecordPerSet;
 
-/* config: */
 AccelConfig = FALSE,
 MenuConfig = FALSE,
 ToolBoxConfig = FALSE,
@@ -59,7 +55,6 @@ SfxVoidItem ActivateOLE SID_OLE_ACTIVATE
 SfxVoidItem ActivateTable SID_TABLE_ACTIVATE
 ()
 [
-/* flags: */
 AutoUpdate = FALSE,
 FastCall = FALSE,
 ReadOnlyDoc = TRUE,
@@ -68,7 +63,6 @@ SfxVoidItem ActivateTable SID_TABLE_ACTIVATE
 RecordAbsolute = FALSE,
 RecordPerSet;
 
-/* config: */
 AccelConfig = FALSE,
 MenuConfig = FALSE,
 ToolBoxConfig = FALSE,
@@ -77,9 +71,7 @@ SfxVoidItem ActivateTable SID_TABLE_ACTIVATE
 
 
 SfxObjectItem ActiveCell SID_SC_ACTIVECELL
-
 [
-/* flags: */
 AutoUpdate = FALSE,
 FastCall = FALSE,
 ReadOnlyDoc = TRUE,
@@ -88,8 +80,6 @@ SfxObjectItem ActiveCell SID_SC_ACTIVECELL
 RecordAbsolute = FALSE,
 RecordPerSet;
 
-
-/* config: */
 AccelConfig = FALSE,
 MenuConfig = FALSE,
 ToolBoxConfig = FALSE,
@@ -98,9 +88,7 @@ SfxObjectItem ActiveCell SID_SC_ACTIVECELL
 
 
 SfxObjectItem ActiveTable SID_SC_ACTIVETAB
-
 [
-/* flags: */
 AutoUpdate = FALSE,
 FastCall = FALSE,
 ReadOnlyDoc = TRUE,
@@ -109,8 +97,6 @@ SfxObjectItem ActiveTable SID_SC_ACTIVETAB
 RecordAbsolute = FALSE,
 RecordPerSet;
 
-
-/* config: */
 AccelConfig = FALSE,
 MenuConfig = FALSE,
 ToolBoxConfig = FALSE,
@@ -121,7 +107,6 @@ SfxObjectItem ActiveTable SID_SC_ACTIVETAB
 SfxVoidItem Add FID_TAB_APPEND
 (SfxStringItem Name FID_TAB_APPEND)
 [
-/* flags: */
 AutoUpdate = FALSE,
 FastCall = FALSE,
 ReadOnlyDoc = TRUE,
@@ -129,8 +114,6 @@ SfxVoidItem Add FID_TAB_APPEND
 Container = FALSE,
 RecordAbsolute = FALSE,
 RecordPerSet;
-
-/* config: */
 AccelConfig = TRUE,
 MenuConfig = TRUE,
 ToolBoxConfig = FALSE,
@@ -141,7 +124,6 @@ SfxVoidItem Add FID_TAB_APPEND
 SfxVoidItem AddChartData SID_CHART_ADDSOURCE
 (SfxStringItem Name SID_CHART_NAME,SfxStringItem Range SID_CHART_SOURCE)
 [
-/* flags: */
 AutoUpdate = FALSE,
 FastCall = FALSE,
 ReadOnlyDoc = TRUE,
@@ -150,7 +132,6 @@ SfxVoidItem AddChartData SID_CHART_ADDSOURCE
 RecordAbsolute = FALSE,
 RecordPerSet;
 
-/* config: */
 AccelConfig = FALSE,
 MenuConfig = FALSE,
 ToolBoxConfig = FALSE,
@@ -161,7 +142,6 @@ SfxVoidItem AddChartData SID_CHART_ADDSOURCE
 SfxVoidItem AddInManager SID_ADD_IN_MANAGER
 ()
 [
-/* flags: */
 AutoUpdate = FALSE,
 FastCall = FALSE,
 ReadOnlyDoc = TRUE,
@@ -170,7 +150,6 @@ SfxVoidItem AddInManager SID_ADD_IN_MANAGER
 RecordAbsolute = FALSE,
 RecordPerSet;
 
-/* config: */
 AccelConfig = FALSE,
 MenuConfig = FALSE,
 ToolBoxConfig = FALSE,
@@ -181,7 +160,6 @@ SfxVoidItem AddInManager SID_ADD_IN_MANAGER
 SfxVoidItem AddPrintArea SID_ADD_PRINTAREA
 ()
 [
-/* flags: */
 AutoUpdate = FALSE,
 FastCall = FALSE,
 ReadOnlyDoc = TRUE,
@@ -189,8 +167,6 @@ SfxVoidItem AddPrintArea SID_ADD_PRINTAREA
 Container = FALSE,
 RecordAbsolute = FALSE,
 RecordPerSet;
-
-/* config: */
 AccelConfig = TRUE,
 MenuConfig = TRUE,
 ToolBoxConfig = TRUE,
@@ -199,9 +175,7 @@ SfxVoidItem AddPrintArea SID_ADD_PRINTAREA
 
 
 SfxStringItem Address SID_RANGE_ADDRESS
-
 [
-/* flags: */
 AutoUpdate = FALSE,
 FastCall = FALSE,
 ReadOnlyDoc = TRUE,
@@ -209,9 +183,6 @@ SfxStringItem Address SID_RANGE_ADDRESS
 Container = FALSE,
 RecordAbsolute = FALSE,
 RecordPerSet;
-
-
-/* config: */
 AccelConfig = FALSE,
 MenuConfig = 

[Libreoffice-commits] core.git: accessibility/inc solenv/bin

2016-02-05 Thread Chris Sherlock
 accessibility/inc/accessibility/extended/AccessibleBrowseBox.hxx |   18 
+-
 solenv/bin/mkdocs.sh |7 +--
 2 files changed, 12 insertions(+), 13 deletions(-)

New commits:
commit e16a07f70ac622a01e759f2a3a5be3b9e02e30ae
Author: Chris Sherlock 
Date:   Fri Feb 5 19:37:05 2016 +1100

solenv: fix mkdocs.sh to take into account projects with no inc dir

Change-Id: I959279c11f0ae5f372936ee3db605716cab37c21

diff --git a/accessibility/inc/accessibility/extended/AccessibleBrowseBox.hxx 
b/accessibility/inc/accessibility/extended/AccessibleBrowseBox.hxx
index 9593977..f890904 100644
--- a/accessibility/inc/accessibility/extended/AccessibleBrowseBox.hxx
+++ b/accessibility/inc/accessibility/extended/AccessibleBrowseBox.hxx
@@ -50,7 +50,7 @@ protected:
 
 /** sets the XAccessible which created the context
 
-To be called only once, and only if in the ctor NULL was passed.
+To be called only once, and only if in the ctor NULL was passed.
 */
 voidsetCreator(
 const css::uno::Reference< css::accessibility::XAccessible >& 
_rxCreator
@@ -61,7 +61,7 @@ protected:
 virtual void SAL_CALL disposing() override;
 
 protected:
-// XAccessibleContext -
+// XAccessibleContext
 
 /** @return  The count of visible children. */
 virtual sal_Int32 SAL_CALL getAccessibleChildCount()
@@ -74,7 +74,7 @@ protected:
 throw ( css::lang::IndexOutOfBoundsException,
 css::uno::RuntimeException, std::exception ) override;
 
-// XAccessibleComponent ---
+// XAccessibleComponent
 
 /** @return
 The accessible child rendered under the given point.
@@ -88,7 +88,7 @@ protected:
 virtual void SAL_CALL grabFocus()
 throw ( css::uno::RuntimeException, std::exception ) override;
 
-// XServiceInfo ---
+// XServiceInfo
 
 /** @return
 The name of this class.
@@ -144,7 +144,7 @@ public:
 }
 
 protected:
-// internal virtual methods ---
+// internal virtual methods
 
 /** @attention  This method requires locked mutex's and a living object.
 @return  The bounding box (VCL rect.) relative to the parent window. */
@@ -153,7 +153,7 @@ protected:
 @return  The bounding box (VCL rect.) in screen coordinates. */
 virtual Rectangle implGetBoundingBoxOnScreen() override;
 
-// internal helper methods 
+// internal helper methods
 
 /** This method creates (once) and returns the accessible data table child.
 @attention  This method requires locked mutex's and a living object.
@@ -181,15 +181,15 @@ protected:
 virtual AccessibleBrowseBoxTable*   createAccessibleTable();
 
 private:
-// members 
+// members
 std::unique_ptr< AccessibleBrowseBoxImpl > m_xImpl;
 };
 
 
 /** the XAccessible which creates/returns an AccessibleBrowseBox
 
-The instance holds its XAccessibleContext with a hard reference, while
-the context holds this instance weak.
+The instance holds its XAccessibleContext with a hard reference, while
+the context holds this instance weak.
 */
 class AccessibleBrowseBoxAccess:
 public cppu::WeakImplHelper,
diff --git a/solenv/bin/mkdocs.sh b/solenv/bin/mkdocs.sh
index 54741fe..4efc5ba 100755
--- a/solenv/bin/mkdocs.sh
+++ b/solenv/bin/mkdocs.sh
@@ -119,6 +119,7 @@ if [ -z "$INPUT_PROJECTS" ]; then
 INPUT_PROJECTS="`ls */Module_*.mk | sed 's#/.*##'`"
 fi
 
+
 # output directory for generated documentation
 BASE_OUTPUT="$1"
 mkdir -p "$BASE_OUTPUT" || {
@@ -163,16 +164,14 @@ do
   # project header files can be in $PROJECT/inc and/pr include/$PROJECT
   if [ -d "$PROJECT/inc" ]; then
   PROJECT_INCLUDE="$PROJECT/inc"
+  else
+  PROJECT_INCLUDE=""
   fi
 
   if [ -d "include/$PROJECT" ]; then
   PROJECT_INCLUDE="$PROJECT_INCLUDE include/$PROJECT"
   fi
 
-  if [ "$PROJECT" == "vcl" ]; then
-  PROJECT_INCLUDE="$PROJECT_INCLUDE $PROJECT/source/filter/igif/ 
$PROJECT/source/filter/ixbm $PROJECT/source/filter/igif/ 
$PROJECT/source/filter/jpeg"
-  fi
-
   DOXYGEN_INPUT=`printf "%s" "$PROJECT/source $PROJECT_INCLUDE"`
 
   DOXYGEN_OUTPUT="$BASE_OUTPUT/$PROJECT"
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 97583] INSERT: SVG doesnt support blur

2016-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97583

raal  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||r...@post.cz
 Ever confirmed|0   |1

--- Comment #1 from raal  ---
I can confirm with Version: 5.2.0.0.alpha0+

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


Re: [Libreoffice-qa] Revisiting BH (Bughunt) session organization

2016-02-05 Thread Cor Nouws
Hi Sophie, all,

Sophie wrote on 04-02-16 14:02:

> We would like to rethink the bug hunting sessions organization to make
> them more attractive. The last ones were really too quiet with few
> people joining.

Good that you ask! I've noticed the problem too.
No clear idea for a solution in mind yet, but let me start to explain
what we've seen over the past years.
With the first (few) bughunt sessions there was a clear energy among the
QA volunteers. Because is was new, there was the feeling of urgency,
excitement and so on. And it was new to the general public and media
too. So there was a great coverage.
Now it's not new, maybe some people have the feeling that getting a bit
more rest is more urgent then doing a bit more QA work, there is no
feeling of urgency. It's a PR, that we know will be there 6 times a year...

> What would be your ideas?
> Cloph already proposed to have them on one day only. Would Friday be the
> good day?

Thinking of a new form is good. And maybe even more.
What pops up in my mind now: imagine that the ESC defines a area in
product, that could benefit from a tender to get bugs solved and that
the board puts, say, 100 k in (I realize there are some constraints
around that, but expect that could be solved). Such a project would
probably benefit from a careful clean up and further testing of bugs in
that area. So that would be new and have a new appealing goal.

Anyway: the regular form doesn't work any more. So maybe with each new
release define a goal (announce something related to new features for
example), and find a different or related form?

Look forward to what others think,
Ciao,
Cor

-- 
Cor Nouws
GPD key ID: 0xB13480A6 - 591A 30A7 36A0 CE3C 3D28  A038 E49D 7365 B134 80A6
- vrijwilliger http://nl.libreoffice.org
- volunteer http://www.libreoffice.org
- The Document Foundation Membership Committee Member
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://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 97585] INSERT: SVG background not shown

2016-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97585

raal  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||r...@post.cz
 Ever confirmed|0   |1

--- Comment #1 from raal  ---
I can confirm with Version: 5.2.0.0.alpha0+

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


[Libreoffice-bugs] [Bug 97582] INSERT: Rims of SVG car missing

2016-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97582

raal  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||r...@post.cz
 Ever confirmed|0   |1

--- Comment #1 from raal  ---
I can confirm with Version: 5.2.0.0.alpha0+

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


[Libreoffice-bugs] [Bug 74608] Constructor functions for UNO component implementations

2016-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=74608

--- Comment #27 from Commit Notification 
 ---
David Ostrovsky committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=3466423b8670a1de589126d2a9a55c1f95367a24

tdf#74608: Ctor function for mork component implementation

It will be available in 5.2.0.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

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


[Bug 74608] Constructor functions for UNO component implementations

2016-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=74608

--- Comment #27 from Commit Notification 
 ---
David Ostrovsky committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=3466423b8670a1de589126d2a9a55c1f95367a24

tdf#74608: Ctor function for mork component implementation

It will be available in 5.2.0.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.

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


[Libreoffice-bugs] [Bug 97597] FILEOPEN: XLSX file on server opens with some blank tab pages

2016-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97597

Cor Nouws  changed:

   What|Removed |Added

 CC||c...@nouenoff.nl
Summary|FILEOPEN: XLSX file is  |FILEOPEN: XLSX file on
   |opened with some blanc tab  |server opens with some
   |pages on citrix server  |blank tab pages

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


[Libreoffice-commits] translations.git: Changes to 'refs/tags/cp-5.0-22'

2016-02-05 Thread Christian Lohmaier
Tag 'cp-5.0-22' created by Andras Timar  at 
2016-02-05 16:01 -0800

cp-5.0-22

Changes since cp-5.0-14-23:
---
 0 files changed
---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/cp-5.0-22'

2016-02-05 Thread Ricardo Palomares
Tag 'cp-5.0-22' created by Andras Timar  at 
2016-02-05 16:01 -0800

cp-5.0-22

Changes since cp-5.0-18-2:
---
 0 files changed
---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] help.git: Changes to 'refs/tags/cp-5.0-22'

2016-02-05 Thread Christian Lohmaier
Tag 'cp-5.0-22' created by Andras Timar  at 
2016-02-05 16:01 -0800

cp-5.0-22

Changes since cp-5.0-18:
Christian Lohmaier (1):
   should not be empty/self-closing element ()

---
 source/text/shared/01/0222.xhp  |2 +-
 source/text/swriter/01/04020100.xhp |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Changes to 'refs/tags/cp-5.0-22'

2016-02-05 Thread Jan Holesovsky
Tag 'cp-5.0-22' created by Andras Timar  at 
2016-02-05 16:01 -0800

cp-5.0-22

Changes since cp-5.0-21-12:
---
 0 files changed
---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 97599] New: Format: Styles are not visible in MS WORD

2016-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97599

Bug ID: 97599
   Summary: Format: Styles are not visible in MS WORD
   Product: LibreOffice
   Version: 5.1.0.2 rc
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: udip...@gmail.com

Created attachment 122411
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122411=edit
Displays all white styles box in WORD

I have formatted a plurality of large documents, with styles, and saved it as
.doc.
When opening in WORD, there are no styles visible: 'Change Styles' opens a box
with all white content.

I extracted a few lines for a demo document, and it shows the same behaviour
here. The demo file is attached. 

In case of no workaround, this is major up to blocker, because my nicely
formatted documents - to undergo only minuscule format corrections before
printing - seem to have lost all accessibility to the styles. The display is
correct, so the styles must be somewhere, but not displayed.

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


[Libreoffice-commits] online.git: Branch 'distro/collabora/milestone-7' - loolwsd/configure.ac

2016-02-05 Thread Andras Timar
 loolwsd/configure.ac |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 601bbed7d8a1fd756f15674505e18ffd055df46e
Author: Andras Timar 
Date:   Fri Feb 5 17:09:05 2016 +0100

loolwsd: bump version after tarball

diff --git a/loolwsd/configure.ac b/loolwsd/configure.ac
index 9335948..6ea6d36 100644
--- a/loolwsd/configure.ac
+++ b/loolwsd/configure.ac
@@ -3,7 +3,7 @@
 
 AC_PREREQ([2.69])
 
-AC_INIT([loolwsd], [1.4.40], [libreoff...@collabora.com])
+AC_INIT([loolwsd], [1.4.41], [libreoff...@collabora.com])
 
 AM_INIT_AUTOMAKE([1.11 silent-rules subdir-objects])
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2016-02-05 Thread Eike Rathke
 unotools/source/i18n/textsearch.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 970c0feb50c6bec8773026ddc69f833c3f5f2312
Author: Eike Rathke 
Date:   Fri Feb 5 17:17:35 2016 +0100

nitpick, mention function name in assert

Change-Id: Ifd5b544ad1374f13e3efc8c7a51601fadf1e14b6

diff --git a/unotools/source/i18n/textsearch.cxx 
b/unotools/source/i18n/textsearch.cxx
index 10919be..ed6a58f 100644
--- a/unotools/source/i18n/textsearch.cxx
+++ b/unotools/source/i18n/textsearch.cxx
@@ -212,7 +212,7 @@ void TextSearch::Init( const SearchParam & rParam,
 break;
 
 default:
-assert(!"default what?");
+assert(!"utl::TextSearch::Init - default what?");
 // fallthru
 case SearchParam::SRCH_NORMAL:
 aSOpt.AlgorithmType2 = SearchAlgorithms2::ABSOLUTE;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 87034] FILEOPEN RTF: Superscripts are run together

2016-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=87034

Miklos Vajna  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |vmik...@collabora.co.uk
   |desktop.org |

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


[Libreoffice-commits] core.git: offapi/com

2016-02-05 Thread Michael Stahl
 offapi/com/sun/star/awt/XFont.idl |3 +++
 offapi/com/sun/star/awt/XSimpleTabController.idl  |3 ++-
 offapi/com/sun/star/awt/XWindowPeer.idl   |1 +
 offapi/com/sun/star/awt/grid/XSortableGridData.idl|   10 ++
 offapi/com/sun/star/awt/tree/XMutableTreeNode.idl |3 +++
 offapi/com/sun/star/chart2/Legend.idl |5 +++--
 offapi/com/sun/star/chart2/XChartTypeTemplate.idl |3 +++
 offapi/com/sun/star/chart2/XDataInterpreter.idl   |3 +++
 offapi/com/sun/star/chart2/XRegressionCurveCalculator.idl |5 +
 offapi/com/sun/star/rdf/XDocumentMetadataAccess.idl   |6 ++
 10 files changed, 35 insertions(+), 7 deletions(-)

New commits:
commit 9739aa9f40367a51dd71ce23f091e970d98947d5
Author: Michael Stahl 
Date:   Fri Feb 5 23:15:40 2016 +0100

offapi: fix more doxygen warnings

Change-Id: I55f4c0388b99cfebe647be1c35a9fd4bb2acf7ce

diff --git a/offapi/com/sun/star/awt/XFont.idl 
b/offapi/com/sun/star/awt/XFont.idl
index bf38741..2045ea7 100644
--- a/offapi/com/sun/star/awt/XFont.idl
+++ b/offapi/com/sun/star/awt/XFont.idl
@@ -80,6 +80,9 @@ published interface XFont: com::sun::star::uno::XInterface
 the width of the specified string of characters
 measured in pixels for the device.
 
+@param str
+the input string.
+
 @param aDXArray
 receives the width of every single character
 measured in pixels for the device.
diff --git a/offapi/com/sun/star/awt/XSimpleTabController.idl 
b/offapi/com/sun/star/awt/XSimpleTabController.idl
index 6232096..5ed9672 100644
--- a/offapi/com/sun/star/awt/XSimpleTabController.idl
+++ b/offapi/com/sun/star/awt/XSimpleTabController.idl
@@ -55,7 +55,8 @@ interface XSimpleTabController : 
com::sun::star::uno::XInterface
 
 /** change some properties of the specified tab.
 
-Such properties can be:
+@param Properties
+Such properties can be:
 
 
 Property
diff --git a/offapi/com/sun/star/awt/XWindowPeer.idl 
b/offapi/com/sun/star/awt/XWindowPeer.idl
index 253b5ff..d850d96 100644
--- a/offapi/com/sun/star/awt/XWindowPeer.idl
+++ b/offapi/com/sun/star/awt/XWindowPeer.idl
@@ -62,6 +62,7 @@ published interface XWindowPeer: 
com::sun::star::lang::XComponent
 /** invalidates a rectangular area of the window with the specified
 InvalidateStyle.
 
+@param Rect the area to invalidate.
 @param Flags see com.sun.star.awt.InvalidateStyle
  */
 void invalidateRect( [in] Rectangle Rect, [in] short Flags );
diff --git a/offapi/com/sun/star/awt/grid/XSortableGridData.idl 
b/offapi/com/sun/star/awt/grid/XSortableGridData.idl
index aa0191e..7a2e283 100644
--- a/offapi/com/sun/star/awt/grid/XSortableGridData.idl
+++ b/offapi/com/sun/star/awt/grid/XSortableGridData.idl
@@ -50,10 +50,12 @@ interface XSortableGridData
 /** returns the current sort order.
 
 @return
-a structure describing the current sort order. 
::com::sun::star::beans::Pair::First
-denotes the column by which the data is sorted, or -1 if the data 
is currently unsorted.
-::com::sun::star::beans::Pair::Second is `TRUE` if the data is 
sorted ascending,
-`FALSE` otherwise.
+a structure describing the current sort order.
+com::sun::star::beans::Pair::First
+denotes the column by which the data is sorted, or -1 if
+the data is currently unsorted.
+com::sun::star::beans::Pair::Second
+is `TRUE` if the data is sorted ascending, `FALSE` otherwise.
 */
 ::com::sun::star::beans::Pair< long, boolean >
 getCurrentSortOrder();
diff --git a/offapi/com/sun/star/awt/tree/XMutableTreeNode.idl 
b/offapi/com/sun/star/awt/tree/XMutableTreeNode.idl
index 1db512c..3fca84c 100644
--- a/offapi/com/sun/star/awt/tree/XMutableTreeNode.idl
+++ b/offapi/com/sun/star/awt/tree/XMutableTreeNode.idl
@@ -45,6 +45,9 @@ interface XMutableTreeNode : XTreeNode
 @param Index
 the index where the node will be inserted to this instance.
 
+@param ChildNode
+the node to insert.
+
 @throws ::com::sun::star::lang::IllegalArgumentException
 if ChildNode is not a valid node of the corresponding 
XTreeDataModel.
 
diff --git a/offapi/com/sun/star/chart2/Legend.idl 
b/offapi/com/sun/star/chart2/Legend.idl
index 2f85e5e..aad5606 100644
--- a/offapi/com/sun/star/chart2/Legend.idl
+++ b/offapi/com/sun/star/chart2/Legend.idl
@@ -55,9 +55,10 @@ service Legend
 /** Determines how the aspect ratio of the legend should roughly
 be.
 
-Set the Expansion to 
::com::sun::star::chart::ChartLegendExpansion::HIGH
+Set the Expansion to
+::com::sun::star::chart#HIGH

[Libreoffice-bugs] [Bug 97604] New: UI: Add toolbar icon support to Impress Sidebar MasterPages page

2016-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97604

Bug ID: 97604
   Summary: UI: Add toolbar icon support to Impress Sidebar
MasterPages page
   Product: LibreOffice
   Version: 5.2.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Impress
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: nem...@numbertext.org

Impress sidebar pages, for example Custom Animation have already had toolbar
support (an optional toggle icon/button to the page).

With the proposed patch, it will be possible to add the Sidebar Master page
toggle button to the toolbars using Tools->Customize Toolbar and Add
Options>Master Pages (similar to the Custom Animation).

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


[Libreoffice-bugs] [Bug 97604] UI: Add toolbar icon support to Impress Sidebar MasterPages page

2016-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97604

László Németh  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1
   Severity|normal  |enhancement

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


Re: Questions about the font shaping tender

2016-02-05 Thread Michael Stahl
On 02.02.2016 11:58, Khaled Hosny wrote:
> Personally I’d do a mixture of the two, a 7th (8th? I think we have 6 or
> 7 SalLayout implementations already) SalLayout that uses HarfBuzz
> (reusing the existing HarfBuzz integration code as much as possible)
> then gradually switch existing platforms to it as it matures, so it is
> an overall win not just for the sake of fixing tests.

that definitely sounds like a reasonable approach--i feel we currently
have more platform specific font rendering back-ends than we can handle.

if harfbuzz is good enough for Firefox and Chromium on all platforms
surely it can be good enough for us.

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


[Libreoffice-bugs] [Bug 96884] Writer crashes when editing index entry

2016-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=96884

--- Comment #7 from Paul  ---
Confirm here, on Linux x64, LO 5.0.4.2 .deb package. It's happened twice now,
on two unsaved Writer documents, both new, both very small for testing purposes
only. 

When the Index Entry dialog is open, I will click around to see what options
exist. Usually clicking on the "Key" dropdown box freezes not only LO, but the
whole system, which has to be hard-shutdown. (The system itself is very
stable.)

The first crash was when trying to redo an index entry, the second was on
trying to create one afresh. Also, each time a popup help balloon was showing
on the dialog.

This second time, on reboot LO automatically went into recover mode for the two
documents that had been open, and it got stuck in a loop doing so, until I
abandoned the recovery process.

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


I hope you understand

2016-02-05 Thread ty armour
I am looking for tutorials on how to basically write every aspect of
libreoffice so that I and indeed anyone can contribute useful and
meaningful code.

I mean every aspect of writing libre office. from your version of word to
your version of powerpoint. I need tutorials and theories for every line of
code.

Also, you might consider writing an online version of libre office and make
it compatable with word.

I dont know if you guys have compatability so that I can open word
documents and powerpoint documents in libre office. if you do cool if not
then add another tutorial.

but yeah I need tutorials on all of the code so that I and anyone can help
contribute to libre office and make it better. also, you might consider
making a windows version or compiling this software with cygwin or mingw
and posting tutorials on that.

get creative and the more tutorials the better, because then anyone and
everyone can contribute meaningful code.

thanks
-Ty
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


New Defects reported by Coverity Scan for LibreOffice

2016-02-05 Thread scan-admin

Hi,

Please find the latest report on new defect(s) introduced to LibreOffice found 
with Coverity Scan.

6 new defect(s) introduced to LibreOffice found with Coverity Scan.
24 defect(s), reported by Coverity Scan earlier, were marked fixed in the 
recent build analyzed by Coverity Scan.

New defect(s) Reported-by: Coverity Scan
Showing 6 of 6 defect(s)


** CID 1351882:  Incorrect expression  (USELESS_CALL)



*** CID 1351882:  Incorrect expression  (USELESS_CALL)
/sc/source/ui/dbgui/PivotLayoutDialog.cxx: 526 in 
ScPivotLayoutDialog::ApplyChanges()()
520 ScDPObject *pDPObj = nullptr;
521 // FIXME: if the new range overlaps with the old one, the 
table actually doesn't move
522 // and shouldn't therefore be deleted
523 if ( ( ( rOldRange != aDestinationRange ) && !rOldRange.In( 
aDestinationRange ) )
524  || bToNewSheet )
525 {
>>> CID 1351882:  Incorrect expression  (USELESS_CALL)
>>> Calling "this->mpDocument->GetDPAtCursor(this->maPivotParameters.nCol, 
>>> this->maPivotParameters.nRow, this->maPivotParameters.nTab)" is only useful 
>>> for its return value, which is ignored.
526 mpDocument->GetDPAtCursor( maPivotParameters.nCol, 
maPivotParameters.nRow, maPivotParameters.nTab);
527 }
528 if (pDPObj)
529 {
530 ScDBDocFunc aFunc( *(mpViewData->GetDocShell() ));
531 aFunc.RemovePivotTable( *pDPObj, true, false);

** CID 1351881:  Resource leaks  (RESOURCE_LEAK)
/qadevOOo/runner/helper/APIDescGetter.java: 721 in 
helper.APIDescGetter.getFromDirectory(java.lang.String, java.lang.String, 
boolean)()



*** CID 1351881:  Resource leaks  (RESOURCE_LEAK)
/qadevOOo/runner/helper/APIDescGetter.java: 721 in 
helper.APIDescGetter.getFromDirectory(java.lang.String, java.lang.String, 
boolean)()
715 
716 DescEntry[] subEntries = getSubEntries(csvFile, aEntry);
717 
718 aEntry.SubEntryCount = subEntries != null ? subEntries.length : 
0;
719 aEntry.SubEntries = subEntries;
720 
>>> CID 1351881:  Resource leaks  (RESOURCE_LEAK)
>>> Variable "csvFile" going out of scope leaks the resource it refers to.
721 return aEntry;
722 }
723 
724 @Override
725 protected ArrayList getSubInterfaces(String job)
726 {

** CID 1351880:  Resource leaks  (RESOURCE_LEAK)
/qadevOOo/runner/helper/APIDescGetter.java: 634 in 
helper.APIDescGetter.getFromClassPath(java.lang.String)()



*** CID 1351880:  Resource leaks  (RESOURCE_LEAK)
/qadevOOo/runner/helper/APIDescGetter.java: 634 in 
helper.APIDescGetter.getFromClassPath(java.lang.String)()
628 
629 DescEntry[] subEntries = getSubEntries(csvFile, theEntry);
630 
631 theEntry.SubEntryCount = subEntries != null ? subEntries.length 
: 0;
632 theEntry.SubEntries = subEntries;
633 
>>> CID 1351880:  Resource leaks  (RESOURCE_LEAK)
>>> Variable "csvFile" going out of scope leaks the resource it refers to.
634 return theEntry;
635 }
636 
637 private static DescEntry getFromDirectory(String descPath, String 
entry,
638 boolean debug)
639 {

** CID 1351879:  Control flow issues  (MISSING_BREAK)
/libreofficekit/source/gtk/lokdocview.cxx: 880 in globalCallback(void *)()



*** CID 1351879:  Control flow issues  (MISSING_BREAK)
/libreofficekit/source/gtk/lokdocview.cxx: 880 in globalCallback(void *)()
874 priv->m_nLoadProgress = 1.0;
875 g_signal_emit (pCallback->m_pDocView, 
doc_view_signals[LOAD_CHANGED], 0, 1.0);
876 }
877 break;
878 case LOK_CALLBACK_DOCUMENT_PASSWORD_TO_MODIFY:
879 bModify = true;
>>> CID 1351879:  Control flow issues  (MISSING_BREAK)
>>> The above case falls through to this one.
880 case LOK_CALLBACK_DOCUMENT_PASSWORD:
881 {
882 char const*const pURL(pCallback->m_aPayload.c_str());
883 g_signal_emit (pCallback->m_pDocView, 
doc_view_signals[PASSWORD_REQUIRED], 0, pURL, bModify);
884 }
885 break;

** CID 1351878:(DEADCODE)
/sd/source/ui/view/drviewsd.cxx: 180 in 
sd::DrawViewShell::GetNavigatorWinState(SfxItemSet &)()
/sd/source/ui/view/drviewsd.cxx: 194 in 
sd::DrawViewShell::GetNavigatorWinState(SfxItemSet &)()



*** 

[Bug 95079] add GHz to autocorrection exceptions

2016-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95079

--- Comment #7 from Dennis Roczek  ---
Normally I would, but I'm highly busy at the moment with other tasks (e.g.
mapping for Numbers import filter)

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


[Libreoffice-commits] core.git: basic/CppunitTest_basic_coverage.mk basic/CppunitTest_basic_enable.mk basic/CppunitTest_basic_macros.mk basic/CppunitTest_basic_nested_struct.mk basic/CppunitTest_basic

2016-02-05 Thread Matúš Kukan
 basic/CppunitTest_basic_coverage.mk  |   64 ---
 basic/CppunitTest_basic_enable.mk|   60 --
 basic/CppunitTest_basic_macros.mk|   65 +++
 basic/CppunitTest_basic_nested_struct.mk |   63 ---
 basic/CppunitTest_basic_scanner.mk   |6 -
 basic/CppunitTest_basic_vba.mk   |   68 
 basic/Module_basic.mk|7 -
 basic/qa/cppunit/basic_coverage.cxx  |3 
 basic/qa/cppunit/basictest.cxx   |  126 +++
 basic/qa/cppunit/basictest.hxx   |  106 ++
 basic/qa/cppunit/test_append.cxx |3 
 basic/qa/cppunit/test_nested_struct.cxx  |3 
 basic/qa/cppunit/test_vba.cxx|   18 +---
 13 files changed, 217 insertions(+), 375 deletions(-)

New commits:
commit aa20acb87d48b4dcda337ab08c5d8a76a400bacb
Author: Matúš Kukan 
Date:   Sat Jan 30 22:12:35 2016 +0100

basic: Merge macro snippet tests

Change-Id: Ia2d8944227c6be8b5ae7b42f7d566ac150d522b9

diff --git a/basic/CppunitTest_basic_coverage.mk 
b/basic/CppunitTest_basic_coverage.mk
deleted file mode 100644
index 4031177..000
--- a/basic/CppunitTest_basic_coverage.mk
+++ /dev/null
@@ -1,64 +0,0 @@
-#
-# This file is part of the LibreOffice project.
-#
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-#
-
-$(eval $(call gb_CppunitTest_CppunitTest,basic_coverage))
-
-$(eval $(call gb_CppunitTest_use_external,basic_coverage,boost_headers))
-
-$(eval $(call gb_CppunitTest_add_exception_objects,basic_coverage, \
-basic/qa/cppunit/basic_coverage \
-))
-
-#$(eval $(call gb_CppunitTest_use_library_objects,basic_coverage,sb))
-
-# add a list of all needed libraries here
-$(eval $(call gb_CppunitTest_use_libraries,basic_coverage, \
-comphelper \
-cppu \
-cppuhelper \
-sal \
-salhelper \
-sb \
-sot \
-svl \
-svt \
-test \
-tl \
-unotest \
-utl \
-vcl \
-xmlscript \
-i18nlangtag \
-$(gb_UWINAPI) \
-))
-
-ifeq ($(OS),WNT)
-$(eval $(call gb_CppunitTest_use_system_win32_libs,basic_coverage, \
-oleaut32 \
-))
-endif
-
-$(eval $(call gb_CppunitTest_set_include,basic_coverage,\
--I$(SRCDIR)/basic/source/inc \
--I$(SRCDIR)/basic/inc \
-$$(INCLUDE) \
-))
-
-$(eval $(call gb_CppunitTest_use_api,basic_coverage,\
-offapi \
-udkapi \
-))
-
-$(eval $(call gb_CppunitTest_use_ure,basic_coverage))
-$(eval $(call gb_CppunitTest_use_vcl,basic_coverage))
-
-$(eval $(call gb_CppunitTest_use_components,basic_coverage,\
-configmgr/source/configmgr \
-i18npool/util/i18npool \
-))
-$(eval $(call gb_CppunitTest_use_configuration,basic_coverage))
diff --git a/basic/CppunitTest_basic_enable.mk 
b/basic/CppunitTest_basic_enable.mk
deleted file mode 100644
index c9bdef7..000
--- a/basic/CppunitTest_basic_enable.mk
+++ /dev/null
@@ -1,60 +0,0 @@
-#
-# This file is part of the LibreOffice project.
-#
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-#
-
-$(eval $(call gb_CppunitTest_CppunitTest,basic_enable))
-
-$(eval $(call gb_CppunitTest_use_external,basic_enable,boost_headers))
-
-$(eval $(call gb_CppunitTest_add_exception_objects,basic_enable, \
-basic/qa/cppunit/test_append \
-))
-
-# add a list of all needed libraries here
-$(eval $(call gb_CppunitTest_use_libraries,basic_enable, \
-comphelper \
-cppu \
-cppuhelper \
-sal \
-salhelper \
-sb \
-sot \
-svl \
-svt \
-tl \
-utl \
-vcl \
-xmlscript \
-test \
-   $(gb_UWINAPI) \
-))
-
-ifeq ($(OS),WNT)
-$(eval $(call gb_CppunitTest_use_system_win32_libs,basic_enable, \
-   oleaut32 \
-))
-endif
-
-$(eval $(call gb_CppunitTest_set_include,basic_enable,\
--I$(SRCDIR)/basic/source/inc \
--I$(SRCDIR)/basic/inc \
-$$(INCLUDE) \
-))
-
-$(eval $(call gb_CppunitTest_use_api,basic_enable,\
-offapi \
-udkapi \
-))
-
-$(eval $(call gb_CppunitTest_use_ure,basic_enable))
-$(eval $(call gb_CppunitTest_use_vcl,basic_enable))
-
-$(eval $(call gb_CppunitTest_use_components,basic_enable,\
-configmgr/source/configmgr \
-i18npool/util/i18npool \
-))
-$(eval $(call gb_CppunitTest_use_configuration,basic_enable))
diff --git a/basic/CppunitTest_basic_macros.mk 
b/basic/CppunitTest_basic_macros.mk
new file mode 100644
index 000..13e9235
--- /dev/null
+++ b/basic/CppunitTest_basic_macros.mk
@@ -0,0 +1,65 @@
+# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+#
+# 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 

[Libreoffice-bugs] [Bug 97602] New: Page Redraws ever 2 Seconds

2016-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97602

Bug ID: 97602
   Summary: Page Redraws ever 2 Seconds
   Product: LibreOffice
   Version: unspecified
  Hardware: x86-64 (AMD64)
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: sco...@doanestuart.org

Created attachment 122413
  --> https://bugs.documentfoundation.org/attachment.cgi?id=122413=edit
Flashy Document

First off, this my first bug report, so I don't really know what I should be
writing this here. Please accept my apologies for a breach of protocol or
missing information. I want to help and hope this is useful.

The attached document flashes and redraws every two seconds. It is too
distracting to to edit the document while it flashed list this.

It is a formatting issue: If I copy and paste special (unformulated text) into
a virgin document, the problem is gone. If the formatting is retained, the
flashes are conveyed to the new document.

Saving the file as .odt does not change anything. The "flashing" happens on
both Mac and Windows LibreOffice, version 5.0.4.2. I have not tried older
versions of the application or a Linux flavor of LO.

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


[Libreoffice-commits] core.git: offapi/com

2016-02-05 Thread Michael Stahl
 offapi/com/sun/star/sdb/XColumnUpdate.idl   |2 +
 offapi/com/sun/star/sdb/application/CopyTableWizard.idl |8 ++
 offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl |8 +++---
 offapi/com/sun/star/sdbc/XBlob.idl  |3 ++
 offapi/com/sun/star/sdbcx/XAuthorizable.idl |   16 
 offapi/com/sun/star/security/DocumentDigitalSignatures.idl  |7 -
 offapi/com/sun/star/smarttags/XSmartTagAction.idl   |6 +++-
 offapi/com/sun/star/ucb/XSimpleFileAccess.idl   |3 ++
 offapi/com/sun/star/ucb/XSimpleFileAccess3.idl  |3 ++
 9 files changed, 51 insertions(+), 5 deletions(-)

New commits:
commit c2390fd3fff3853e7d71738da0d266a2399bf684
Author: Michael Stahl 
Date:   Fri Feb 5 21:21:54 2016 +0100

offapi: fix doxygen warnings

Change-Id: Ibd7183423cf9f6c984218e8b896a9593f9c04a2e

diff --git a/offapi/com/sun/star/sdb/XColumnUpdate.idl 
b/offapi/com/sun/star/sdb/XColumnUpdate.idl
index 0926566..784f6c7 100644
--- a/offapi/com/sun/star/sdb/XColumnUpdate.idl
+++ b/offapi/com/sun/star/sdb/XColumnUpdate.idl
@@ -149,6 +149,8 @@ published interface XColumnUpdate: 
com::sun::star::uno::XInterface
 /** updates a column with a stream value.
 @param x
 the new column value
+@param length
+the length of the stream
 @throws com::sun::star::sdbc::SQLException
 if a database access error occurs.
  */
diff --git a/offapi/com/sun/star/sdb/application/CopyTableWizard.idl 
b/offapi/com/sun/star/sdb/application/CopyTableWizard.idl
index 1bd2526..3ba2e70 100644
--- a/offapi/com/sun/star/sdb/application/CopyTableWizard.idl
+++ b/offapi/com/sun/star/sdb/application/CopyTableWizard.idl
@@ -180,6 +180,14 @@ service CopyTableWizard : XCopyTableWizard
 can be used to intercept interactions (such as error messages) during 
the wizard
 run.
 
+@param Source
+the com::sun::star::sdb::DataAccessDescriptor describing the
+target for the copy operation.
+
+@param Destination
+the com::sun::star::sdb::DataAccessDescriptor describing the
+target for the copy operation.
+
 @param InteractionHandler
 specifies an interaction handler to use when user input is 
required.
 
diff --git a/offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl 
b/offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl
index d420a6b..011b033 100644
--- a/offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl
+++ b/offapi/com/sun/star/sdb/application/XDatabaseDocumentUI.idl
@@ -285,14 +285,16 @@ interface XDatabaseDocumentUI
 In opposite to createComponent(), this method allows you to specify
 additional arguments which are passed to the to-be-loaded 
component.
 
-The meaning of the arguments is defined at the service which is 
effectively
-created. See the above table for a list 
of those
-services.
 
 @param ObjectType
 specifies the type of the object, must be one of the DatabaseObject
 constants.
 
+@param Arguments
+The meaning of the arguments is defined at the service which is
+effectively created. See the above
+table for a list of those services.
+
 @param DocumentDefinition
 Upon successful return, and if and only if ObjectType equals 
DatabaseObject::FORM
 or DatabaseObject::REPORT, this will contain the 
com::sun::star::sdb::DocumentDefinition
diff --git a/offapi/com/sun/star/sdbc/XBlob.idl 
b/offapi/com/sun/star/sdbc/XBlob.idl
index 98bdb1e..f40f880 100644
--- a/offapi/com/sun/star/sdbc/XBlob.idl
+++ b/offapi/com/sun/star/sdbc/XBlob.idl
@@ -175,8 +175,11 @@ published interface XBlob: com::sun::star::uno::XInterface
 search for
 pattern
 begins at position start.
+
 @param pattern
 the pattern to search
+@param start
+the start position for the search
 @returns
 the position
 @throws SQLException
diff --git a/offapi/com/sun/star/sdbcx/XAuthorizable.idl 
b/offapi/com/sun/star/sdbcx/XAuthorizable.idl
index 031d59a..fae0841 100644
--- a/offapi/com/sun/star/sdbcx/XAuthorizable.idl
+++ b/offapi/com/sun/star/sdbcx/XAuthorizable.idl
@@ -28,17 +28,21 @@
 /** is used for accessing and setting the permissions of a user for a database
 object.
 @see com::sun::star::sdbcx::PrivilegeObject
+@see com::sun::star::sdbcx::Privilege
  */
 published interface XAuthorizable: com::sun::star::uno::XInterface
 {
 
 /** retrieves the permissions for a specific object.
+
 @param objName
 the name of the object
 @param objType
 a value of com::sun::star::sdbcx::PrivilegeObject
+
 @returns
 the privileges
+
 @throws 

[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 2 commits - 3b/a2da6418ef50d77ce55b859f63bcbc8a973bb7 62/be661944e18f630cd7ca3a688bfb02f8dee3f5

2016-02-05 Thread Michael Stahl
 3b/a2da6418ef50d77ce55b859f63bcbc8a973bb7 |1 +
 62/be661944e18f630cd7ca3a688bfb02f8dee3f5 |1 +
 2 files changed, 2 insertions(+)

New commits:
commit c3c6fc31360f92f5de87250c051caa71331f2e67
Author: Michael Stahl 
Date:   Fri Feb 5 21:37:26 2016 +0100

Notes added by 'git notes add'

diff --git a/62/be661944e18f630cd7ca3a688bfb02f8dee3f5 
b/62/be661944e18f630cd7ca3a688bfb02f8dee3f5
new file mode 100644
index 000..3c19c6d
--- /dev/null
+++ b/62/be661944e18f630cd7ca3a688bfb02f8dee3f5
@@ -0,0 +1 @@
+reject: environment variables are TRUE/ already
commit ef6a3188445825e9fc67cac312a33dc484a0163b
Author: Michael Stahl 
Date:   Fri Feb 5 21:37:16 2016 +0100

Notes added by 'git notes add'

diff --git a/3b/a2da6418ef50d77ce55b859f63bcbc8a973bb7 
b/3b/a2da6418ef50d77ce55b859f63bcbc8a973bb7
new file mode 100644
index 000..3c19c6d
--- /dev/null
+++ b/3b/a2da6418ef50d77ce55b859f63bcbc8a973bb7
@@ -0,0 +1 @@
+reject: environment variables are TRUE/ already
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 97603] New: Won't print on Custom paper

2016-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97603

Bug ID: 97603
   Summary: Won't print on Custom paper
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Printing and PDF export
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: woodlandheightspresbyter...@gmail.com

I have created a document to print on a special size brochure, 8.5 x 16.  I set
the margins in LibreOffice Writer and went into print options, set it to custom
paper size, bypass tray.  However, when I print, it changes the custom size
back to 8.5 x 11 or 8.5 x 14 in the printer settings.  Also, when I print it to
a .pdf, it prints it at the smaller size, as well.

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


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

2016-02-05 Thread Miklos Vajna
 libreofficekit/source/gtk/lokdocview.cxx |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 12c59662f79a72ecf2c8faf6a9bf54b8acd4885a
Author: Miklos Vajna 
Date:   Fri Feb 5 21:03:07 2016 +0100

cid#1351879 missing break

Change-Id: I3e86b57b6384370666f023115ae7d4671f1eaca1

diff --git a/libreofficekit/source/gtk/lokdocview.cxx 
b/libreofficekit/source/gtk/lokdocview.cxx
index afaf71b..c7dceaa 100644
--- a/libreofficekit/source/gtk/lokdocview.cxx
+++ b/libreofficekit/source/gtk/lokdocview.cxx
@@ -877,6 +877,7 @@ globalCallback (gpointer pData)
 break;
 case LOK_CALLBACK_DOCUMENT_PASSWORD_TO_MODIFY:
 bModify = true;
+// fallthrough
 case LOK_CALLBACK_DOCUMENT_PASSWORD:
 {
 char const*const pURL(pCallback->m_aPayload.c_str());
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: 2 commits - sc/source sd/source

2016-02-05 Thread Caolán McNamara
 sc/source/ui/dbgui/PivotLayoutDialog.cxx |2 +-
 sd/source/ui/view/drviewsd.cxx   |   13 ++---
 2 files changed, 3 insertions(+), 12 deletions(-)

New commits:
commit e0cba2a0a837b0d53e813abef3a379b737122c67
Author: Caolán McNamara 
Date:   Fri Feb 5 20:38:54 2016 +

coverity#1351877 'Constant' variable guards dead code

and

coverity#1351882 Useless call

sigh, silly me

regression from

commit 2ce227a7642647267c982909a8b3175d22c58b74
Author: Caolán McNamara 
Date:   Thu Feb 4 09:17:42 2016 +

coverity#1351755 Dereference null return value

Change-Id: I6d6841d04f9bba68ec2077d874dcd24edbf4ab6c

diff --git a/sc/source/ui/dbgui/PivotLayoutDialog.cxx 
b/sc/source/ui/dbgui/PivotLayoutDialog.cxx
index d7982a9..fb00e3f 100644
--- a/sc/source/ui/dbgui/PivotLayoutDialog.cxx
+++ b/sc/source/ui/dbgui/PivotLayoutDialog.cxx
@@ -523,7 +523,7 @@ void ScPivotLayoutDialog::ApplyChanges()
 if ( ( ( rOldRange != aDestinationRange ) && !rOldRange.In( 
aDestinationRange ) )
  || bToNewSheet )
 {
-mpDocument->GetDPAtCursor( maPivotParameters.nCol, 
maPivotParameters.nRow, maPivotParameters.nTab);
+pDPObj = mpDocument->GetDPAtCursor( maPivotParameters.nCol, 
maPivotParameters.nRow, maPivotParameters.nTab);
 }
 if (pDPObj)
 {
commit 57598da9fa348f09d681b334c8196feb7f23cdb9
Author: Caolán McNamara 
Date:   Fri Feb 5 20:36:46 2016 +

coverity#1351878 'Constant' variable guards dead code

since

commit 2503a1e99df463aef1bf87c94b7b4a8ee3554efe
Author: Bryan Quigley 
Date:   Wed Jan 27 12:19:28 2016 -0500

tdf#96414 Remove showing navigator during slideshow

Change-Id: If3949c2527334107d1ca8af2bee50ec4b7b2947a

diff --git a/sd/source/ui/view/drviewsd.cxx b/sd/source/ui/view/drviewsd.cxx
index 572378f..4ba0ab3 100644
--- a/sd/source/ui/view/drviewsd.cxx
+++ b/sd/source/ui/view/drviewsd.cxx
@@ -156,7 +156,6 @@ void DrawViewShell::GetNavigatorWinState( SfxItemSet& rSet )
 sal_uInt16 nCurrentPage = 0;
 sal_uInt16 nFirstPage = 0;
 sal_uInt16 nLastPage;
-bool   bEndless = false;
 OUString aPageName;
 
 nState |= NAVTLB_UPDATE;
@@ -172,11 +171,7 @@ void DrawViewShell::GetNavigatorWinState( SfxItemSet& rSet 
)
 // first page / previous page
 if( nCurrentPage == nFirstPage )
 {
-nState |= NAVBTN_FIRST_DISABLED;
-if( !bEndless )
-nState |= NAVBTN_PREV_DISABLED;
-else
-nState |= NAVBTN_PREV_ENABLED;
+nState |= NAVBTN_FIRST_DISABLED | NAVBTN_PREV_DISABLED;
 }
 else
 {
@@ -186,11 +181,7 @@ void DrawViewShell::GetNavigatorWinState( SfxItemSet& rSet 
)
 // last page / next page
 if( nCurrentPage == nLastPage )
 {
-nState |= NAVBTN_LAST_DISABLED;
-if( !bEndless )
-nState |= NAVBTN_NEXT_DISABLED;
-else
-nState |= NAVBTN_NEXT_ENABLED;
+nState |= NAVBTN_LAST_DISABLED | NAVBTN_NEXT_DISABLED;
 }
 else
 {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 97602] Page Redraws ever 2 Seconds

2016-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97602

--- Comment #1 from Jan-Marek Glogowski  ---
Just select the whole document (Ctrl+a) => right click => character... => font
effects => uncheck "blinking".

Didn't knew that a blinking font effect exists (me just remembers 90s websides
with  tags... I feel old).

So someone just has to verify it also blinks with MS Office. Then I guess it's
NOTABUG.

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


[Libreoffice-bugs] [Bug 97334] [Numbers] Add iWorks' Numbers missing functions

2016-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97334

Dennis Roczek  changed:

   What|Removed |Added

  Component|General |General
Product|Document Liberation Project |libetonyek

--- Comment #6 from Dennis Roczek  ---
well I thought the same original. There are two parts: 

* (maybe) libetonyek import filter modifications (at least for stripduration)
* integrate the other missing functions

So I switch that to libetonyek (the correct part) first and afterwards we can
change it back to Calc's formula engine.

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


[Libreoffice-bugs] [Bug 95310] Enhancement: Disable profile 'one time' menu item

2016-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95310

--- Comment #5 from MM  ---
(In reply to V Stuart Foote from comment #4)

> Currently if we were to bypass the profile--everything would be written into
> the existing profile.
> 
> Would intent be to work from a temp directory, or would this launch be
> allowed to overwrite/clobber things in the existing profile?
> 

Well, the idea is to load the config as if you *would* have made a new profile.
Only, LO shouldn't copy the data. And maybe writing the config should be
disabled, as it is only for testing a possible buggy file or config just once.

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


[Libreoffice-bugs] [Bug 95079] add GHz to autocorrection exceptions

2016-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=95079

--- Comment #7 from Dennis Roczek  ---
Normally I would, but I'm highly busy at the moment with other tasks (e.g.
mapping for Numbers import filter)

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


[Libreoffice-bugs] [Bug 97579] Unable to link Access 2010 database

2016-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97579

--- Comment #8 from MM  ---
(In reply to markl536 from comment #3)
> (In reply to MM from comment #2)
> > Dup from bug 91189 ?!
> 
> No duplicate because I cannot open the linked database.

Well, as I said in bug 91189 , I couldn't open my supplied database
(http://www.ms-access2010.com/tutorials/Access2010DB.zip).

Not problems with .mdb files though.

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


[Libreoffice-commits] core.git: Branch 'aoo/trunk' - 3 commits - vcl/Library_vcl.mk vcl/Library_vclplug_gen.mk vcl/Library_vclplug_gtk.mk

2016-02-05 Thread Kay Schenk
 vcl/Library_vcl.mk |5 +++--
 vcl/Library_vclplug_gen.mk |2 +-
 vcl/Library_vclplug_gtk.mk |2 +-
 3 files changed, 5 insertions(+), 4 deletions(-)

New commits:
commit 62be661944e18f630cd7ca3a688bfb02f8dee3f5
Author: Kay Schenk 
Date:   Fri Feb 5 18:05:05 2016 +

#i126118# More fixes for null second op in ifndef statements.

diff --git a/vcl/Library_vclplug_gtk.mk b/vcl/Library_vclplug_gtk.mk
index 75a6346..ff40252 100755
--- a/vcl/Library_vclplug_gtk.mk
+++ b/vcl/Library_vclplug_gtk.mk
@@ -44,7 +44,7 @@ $(eval $(call gb_Library_set_defs,vclplug_gtk,\
 -DVERSION=\"$(UPD)$(LAST_MINOR)\" \
 ))
 
-ifneq ($(ENABLE_DBUS),)
+ifeq ($(ENABLE_DBUS),TRUE)
 $(eval $(call gb_Library_set_include,vclplug_gtk,\
 $$(INCLUDE) \
 $(shell pkg-config --cflags-only-I dbus-glib-1) \
commit 3ba2da6418ef50d77ce55b859f63bcbc8a973bb7
Author: Kay Schenk 
Date:   Fri Feb 5 18:03:36 2016 +

#i126118# More changes to fix null operands in ifndef statements.

diff --git a/vcl/Library_vclplug_gen.mk b/vcl/Library_vclplug_gen.mk
index eeebe12..bd2826a 100755
--- a/vcl/Library_vclplug_gen.mk
+++ b/vcl/Library_vclplug_gen.mk
@@ -116,7 +116,7 @@ $(eval $(call gb_Library_set_defs,vclplug_gen,\
 
 
 ## handle RandR 
-ifneq ($(ENABLE_RANDR),)
+ifeq ($(ENABLE_RANDR),TRUE)
 $(eval $(call gb_Library_set_defs,vclplug_gen,\
 $$(DEFS) \
 -DUSE_RANDR \
commit 476fd8ac05f0331e9d67dcf2eaa96e1a8b75bbbd
Author: Kay Schenk 
Date:   Fri Feb 5 18:01:59 2016 +

#i126118# more changes to fix null second op in ifndef statements.

diff --git a/vcl/Library_vcl.mk b/vcl/Library_vcl.mk
index 70eb695..bcc51dd 100755
--- a/vcl/Library_vcl.mk
+++ b/vcl/Library_vcl.mk
@@ -191,13 +191,13 @@ $(eval $(call gb_Library_set_defs,vcl,\
 -D_XSALSET_LIBNAME=\"$(call gb_Library_get_runtime_filename,spa)\" \
 ))
 ## handle fontconfig
-ifneq ($(ENABLE_FONTCONFIG),)
+ifeq ($(ENABLE_FONTCONFIG),TRUE)
 $(eval $(call gb_Library_set_defs,vcl,\
 $$(DEFS) \
 -DENABLE_FONTCONFIG \
 ))
 ## handle CUPS
-ifneq ($(ENABLE_CUPS),)
+ifeq ($(ENABLE_CUPS),TRUE)
 $(eval $(call gb_Library_set_defs,vcl,\
 $$(DEFS) \
 -DENABLE_CUPS \
@@ -522,6 +522,7 @@ $(eval $(call gb_Library_set_ldflags,vcl,\
 -framework Carbon \
 -framework CoreFoundation \
 ))
+# ??? what about this
 ifneq ($(MACOSX_DEPLOYMENT_TARGET),10.7)
 $(eval $(call gb_Library_set_ldflags,vcl, $$(LDFLAGS) -framework QuickTime ))
 endif
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 47/6fd8ac05f0331e9d67dcf2eaa96e1a8b75bbbd

2016-02-05 Thread Michael Stahl
 47/6fd8ac05f0331e9d67dcf2eaa96e1a8b75bbbd |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 80e4d12e4ca12d321d689f2407f5f0ac1e1ac967
Author: Michael Stahl 
Date:   Fri Feb 5 21:34:09 2016 +0100

Notes added by 'git notes add'

diff --git a/47/6fd8ac05f0331e9d67dcf2eaa96e1a8b75bbbd 
b/47/6fd8ac05f0331e9d67dcf2eaa96e1a8b75bbbd
new file mode 100644
index 000..3c19c6d
--- /dev/null
+++ b/47/6fd8ac05f0331e9d67dcf2eaa96e1a8b75bbbd
@@ -0,0 +1 @@
+reject: environment variables are TRUE/ already
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Bug 50050] Make LE (Link End) Index/Table Entry component character style match LS (Link Start) by default

2016-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=50050

jan iversen  changed:

   What|Removed |Added

   Keywords||difficultyInteresting

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


[Bug 60906] Make color configuration consistent

2016-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=60906

jan iversen  changed:

   What|Removed |Added

   Keywords||difficultyInteresting

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


[Libreoffice-bugs] [Bug 67741] EDITING: Date entry with numeric keypad

2016-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=67741

jan iversen  changed:

   What|Removed |Added

   Keywords||difficultyInteresting

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


[Bug 67741] EDITING: Date entry with numeric keypad

2016-02-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=67741

jan iversen  changed:

   What|Removed |Added

   Keywords||difficultyInteresting

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


  1   2   3   4   >