[Libreoffice-commits] core.git: bin/gbuild-to-ide

2017-01-21 Thread jan Iversen
 bin/gbuild-to-ide |   54 +-
 1 file changed, 21 insertions(+), 33 deletions(-)

New commits:
commit ad98ba87cb799cd31822168afecbdf6692a9cba8
Author: jan Iversen 
Date:   Sun Jan 22 08:55:14 2017 +0100

gbuild-to-ide, final cleanup in parser.

Now the json file can be expanded with new keys, without
the need to touch parser.

Change-Id: I8182e8030e206e302258bd156d7392ff5c98f3d4

diff --git a/bin/gbuild-to-ide b/bin/gbuild-to-ide
index 7cd2f44..22a08cd 100755
--- a/bin/gbuild-to-ide
+++ b/bin/gbuild-to-ide
@@ -89,39 +89,27 @@ class GbuildParser:
 for jsonfilename in os.listdir(os.path.join(self.workdir, 
'GbuildToJson', jsontype)):
 with open(os.path.join(self.workdir, 'GbuildToJson', jsontype, 
jsonfilename), 'r') as f:
 jsondata = json.load(f)
-
-(foundincludes, foundisystem) = 
GbuildParser.__split_includes(jsondata['INCLUDE'])
 match = 
GbuildParser._buildpattern[jsontype].match(os.path.basename(jsondata['MAKEFILE'])).group(1)
-location = os.path.dirname(jsondata['MAKEFILE'])
-
-# build Central data object (holds all json information is 
a easy accessible form
-obj = {'name': match,
-   'location': location,
-   'include' : foundincludes,
-   'include_sys' : foundisystem,
-   'defs': 
GbuildParser.__split_defs(jsondata['DEFS']),
-   'cxxflags': 
GbuildParser.__split_flags(jsondata['CXXFLAGS'], jsondata['CXXFLAGSAPPEND']),
-   'linked_libs' : 
jsondata['LINKED_LIBS'].strip().split(' '),
-   'cflags'  : 
GbuildParser.__split_flags(jsondata['CFLAGS'], jsondata['CFLAGSAPPEND']),
-   'ilibtarget'  : jsondata['ILIBTARGET'],
-'linked_static_libs' :  
jsondata['LINKED_STATIC_LIBS'],
-'linktarget' : jsondata['LINKTARGET'],
-'objcflags' :  
GbuildParser.__split_flags(jsondata['OBJCFLAGS'], jsondata['OBJCFLAGSAPPEND']),
-   'objcxxflags': 
GbuildParser.__split_flags(jsondata['OBJCXXFLAGS'], 
jsondata['OBJCXXFLAGSAPPEND']),
-   'build_type' : jsontype,
-   'target_name' : jsontype + '_' + match
-}
+jsondata['location'] = 
os.path.dirname(jsondata['MAKEFILE'])
+module = jsondata['location'].split('/')[-1]
+(jsondata['include'], jsondata['include_sys']) = 
GbuildParser.__split_includes(jsondata['INCLUDE'])
+jsondata['name'] = match
+jsondata['build_type'] = jsontype
+jsondata['target_name'] = module + '_' + jsontype + '_' + 
match
+jsondata['DEFS'] = 
GbuildParser.__split_defs(jsondata['DEFS'])
+jsondata['LINKED_LIBS'] = 
jsondata['LINKED_LIBS'].strip().split(' ')
+for i in ['CXXFLAGS', 'CFLAGS', 'OBJCFLAGS', 
'OBJCXXFLAGS']:
+jsondata[i] = GbuildParser.__split_flags(jsondata[i], 
jsondata[i+'APPEND'])
 for i in jsonSrc:
-obj[i] = sorted(GbuildParser.__split_objs(jsondata[i]))
+jsondata[i] = 
sorted(GbuildParser.__split_objs(jsondata[i]))
 
-module = location.split('/')[-1]
+module = jsondata['location'].split('/')[-1]
 if not module in moduleDict:
 moduleDict[module] = {'targets': [],'headers':{}}
-moduleDict[module]['targets'].append(obj)
+moduleDict[module]['targets'].append(jsondata)
 moduleDict[module]['headers'] =self.headers_of(module)
 
-
-moduleDict['include']={ 'targets': set(), 
'headers':self.headers_of('include')}
+moduleDict['include']={ 'targets': [], 
'headers':self.headers_of('include')}
 
 for module in sorted(moduleDict):
 self.modules[module] = moduleDict[module]
@@ -194,8 +182,8 @@ class 
EclipseCDTIntegrationGenerator(IdeIntegrationGenerator):
 defineset = set()
 for lib in modulelibs:
 for target in self.target_path[lib]:
-for i in target[0]['defs'].keys():
-tmp = str(i) +','+str(target[0]['defs'][i])
+for i in target[0]['DEFS'].keys():
+tmp = str(i) +','+str(target[0]['DEFS'][i])
 if tmp not in defineset:
 defineset.add(tmp)
 macrofile.write('\n'.join(defineset))
@@ -332,7 +320,7 @@ class 

[Libreoffice-bugs] [Bug 105471] New: FILESAVE: cannot save writer document

2017-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105471

Bug ID: 105471
   Summary: FILESAVE: cannot save writer document
   Product: LibreOffice
   Version: 5.3.0.2 rc
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rob...@iafrica.com

Version: 5.3.0.2
Build ID: 5ad7b2889021c491af62f7930a4b1cb631392f16
CPU Threads: 4; OS Version: Linux 4.4; UI Render: default; VCL: gtk2; Layout
Engine: new; 
Locale: en-ZA (en_GB.UTF-8); Calc: group

Downloaded and installed first v5.3.0.1
then this one - both from 
http://www.libreoffice.org/download/libreoffice-fresh/?type=deb-x86_64=5.3.0=en-US

got the same problem with both:
cannot save the document, get error "error in writing sub-document styles.xml"
cannot recover from this

Calc does not have the same problem, nor does Impress.

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


Re: make error: undefined reference to

2017-01-21 Thread Jan Iversen
HI

As I told you on IRC. 

you miss the Collada library, this was not downloaded when you downloaded 
build-dependencies. This is something that happens quite frequently, because 
the build-dependencies are fixed with the ubuntu version, and thus if we on 
master start using a new library it will be missing.

You need to either:
- download the library
or use “—DISABLE_COLLADA” in your autogen.input.

have a nice day.

rgds
jan I___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 105470] New: Missing Calc focus rectangle on Kubuntu 16.10

2017-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105470

Bug ID: 105470
   Summary: Missing Calc focus rectangle on Kubuntu 16.10
   Product: LibreOffice
   Version: 5.2.2.2 release
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: lazylion...@gmail.com

Created attachment 130604
  --> https://bugs.documentfoundation.org/attachment.cgi?id=130604=edit
A screenshot where there is no focus rectangle in Calc

After upgrading to Kubuntu 16.10 from 16.04, the focus rectangle for Calc is no
longer visible

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


[Libreoffice-bugs] [Bug 97313] Crashes in using nvda screen reader when i want to open a file by using control+o or in the file menu

2017-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97313

--- Comment #11 from zahra  ---
hi stuart.
quick starter is always uncheck for me and i did test with libreoffice 4.3,
4.4, 5.0 and 5.1 
the result in all of them is not responding of libreoffice and wanting to
recover my document!
i dont know the reason, because i also observed this problem in openoffice with
nvda too.
for instans, change it to inherited from OOO.
because the action in using nvda and trying to open one document with them is
the same.
with the newer versions of nvda and espeak, the problem i think is less.
but completely is not resolved for me!
i observe this behavior in using windows dialog for openning and saving
documents, not libreoffice document in general setting.

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


[Libreoffice-ux-advise] [Bug 97313] Crashes in using nvda screen reader when i want to open a file by using control+o or in the file menu

2017-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97313

--- Comment #11 from zahra  ---
hi stuart.
quick starter is always uncheck for me and i did test with libreoffice 4.3,
4.4, 5.0 and 5.1 
the result in all of them is not responding of libreoffice and wanting to
recover my document!
i dont know the reason, because i also observed this problem in openoffice with
nvda too.
for instans, change it to inherited from OOO.
because the action in using nvda and trying to open one document with them is
the same.
with the newer versions of nvda and espeak, the problem i think is less.
but completely is not resolved for me!
i observe this behavior in using windows dialog for openning and saving
documents, not libreoffice document in general setting.

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


[Libreoffice-bugs] [Bug 100967] libreoffice opens .doc file slow specially protected document is extremely opened slow.

2017-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100967

--- Comment #6 from zahra  ---
hi.
my documents all of them more than 200 pages and i dont have a document but
with the same structure with this one.
thanks so much and God bless you.

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


[Libreoffice-bugs] [Bug 101313] Copy-paste a Table With Merged Cells: Loss of formatting ( Cells Placed in Wrong Position)

2017-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101313

--- Comment #5 from Aron Budea  ---
This is the range of commits resulting from bibisect with bibisect-43all:
https://cgit.freedesktop.org/libreoffice/core/log/?qt=range=50b4cbe94e200288d57a135bc9386012164bc726..27d3fc221d042decbd84b72719107547562d2e12

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


[Libreoffice-bugs] [Bug 101313] Copy-paste a Table With Merged Cells: Loss of formatting ( Cells Placed in Wrong Position)

2017-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101313

Aron Budea  changed:

   What|Removed |Added

   Keywords|bibisectRequest |

--- Comment #4 from Aron Budea  ---
Bibisect with repo bibisect-43all.

80860139a96019d7487e02c7b488a8990e1e524f is the first bad commit
commit 80860139a96019d7487e02c7b488a8990e1e524f
Author: Bjoern Michaelsen 
Date:   Mon Dec 10 03:22:19 2012 +

source-hash-27d3fc221d042decbd84b72719107547562d2e12

commit 27d3fc221d042decbd84b72719107547562d2e12
Author: Michael Stahl 
AuthorDate: Thu Jul 26 15:53:28 2012 +0200
Commit: Michael Stahl 
CommitDate: Thu Jul 26 15:54:50 2012 +0200

warning C4018: '>': signed/unsigned mismatch

Change-Id: I25607ce79111b2c2933ab5e2c165df0594ed4363

# bad: [423a84c4f7068853974887d98442bc2a2d0cc91b]
source-hash-c15927f20d4727c3b8de68497b6949e72f9e6e9e
# good: [65fd30f5cb4cdd37995a33420ed8273c0a29bf00]
source-hash-d6cde02dbce8c28c6af836e2dc1120f8a6ef9932
git bisect start 'latest' 'oldest'
# bad: [e02439a3d6297a1f5334fa558ddec5ef4212c574]
source-hash-6b8393474974d2af7a2cb3c47b3d5c081b550bdb
git bisect bad e02439a3d6297a1f5334fa558ddec5ef4212c574
# bad: [8f4aeaad2f65d656328a451154142bb82efa4327]
source-hash-1885266f274575327cdeee9852945a3e91f32f15
git bisect bad 8f4aeaad2f65d656328a451154142bb82efa4327
# good: [369369915d3582924b3d01c9b01167268ed38f3b]
source-hash-45295f3cdceb4c289553791071b5d7f4962d2ec4
git bisect good 369369915d3582924b3d01c9b01167268ed38f3b
# good: [6fce03a944bf50e90cd31e2d559fe8705ccc993e]
source-hash-47e4a33a6405eb1b5186027f55bd9cb99b0c1fe7
git bisect good 6fce03a944bf50e90cd31e2d559fe8705ccc993e
# good: [da317333e5675622f55c9dda17396c659af65320]
source-hash-15af925c254f27046427de70a59011e2ac3d6bdb
git bisect good da317333e5675622f55c9dda17396c659af65320
# bad: [18518588d8414f446ece5591944766f5082ebef5]
source-hash-82c25249e624cb54ca6d3293d1c3d0d8ebc208e0
git bisect bad 18518588d8414f446ece5591944766f5082ebef5
# good: [89740762f0af849e492932bd71e59149cdcd5a00]
source-hash-06f20d73da21342046a480a6b22af69901351328
git bisect good 89740762f0af849e492932bd71e59149cdcd5a00
# good: [a429a2e082aeb9bff36833603d8deb55385c7905]
source-hash-b8fa8841c098f15ef2280aa4c82c55c4f96325c9
git bisect good a429a2e082aeb9bff36833603d8deb55385c7905
# bad: [80860139a96019d7487e02c7b488a8990e1e524f]
source-hash-27d3fc221d042decbd84b72719107547562d2e12
git bisect bad 80860139a96019d7487e02c7b488a8990e1e524f
# good: [489397741e799a5ad767e4b12be827c8c96ba60b]
source-hash-50b4cbe94e200288d57a135bc9386012164bc726
git bisect good 489397741e799a5ad767e4b12be827c8c96ba60b
# first bad commit: [80860139a96019d7487e02c7b488a8990e1e524f]
source-hash-27d3fc221d042decbd84b72719107547562d2e12

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


[Libreoffice-bugs] [Bug 103542] [META] vcl: scheduler tracker bug.

2017-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103542
Bug 103542 depends on bug 103515, which changed state.

Bug 103515 Summary: Assertion failed: SolarMutex not locked when opening 
database with Base
https://bugs.documentfoundation.org/show_bug.cgi?id=103515

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

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


[Libreoffice-bugs] [Bug 103515] Assertion failed: SolarMutex not locked when opening database with Base

2017-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103515

Aron Budea  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED
 Whiteboard||target:5.4.0

--- Comment #11 from Aron Budea  ---
Me neither. Closing as fixed.

Version: 5.4.0.0.alpha0+
Build ID: efd58dee26a534ba89d41efff44821b2d8967928
CPU Threads: 4; OS Version: Windows 6.1; UI Render: default; 
Locale: hu-HU (hu_HU); Calc: group

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


[Libreoffice-bugs] [Bug 100813] Writer crashes immediately after opening this .docx or on scroll ( Linux fixed here, Windows in other bug)

2017-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100813

--- Comment #59 from zahra  ---
hi Caolán
thanks extremely for your efforts to resolve my issues.
i realy appreciate it and admire it.
i pray for you and request divine extreme mercy for you in my five times daily
prayers.
could you please also solve it for libreoffice 5.2.5.2 also?
i realy wish that open all of my books without any problem with libreoffice.
most of my books are in docx format which the users of microsoft office give
me.
and also does it solve my issue related to bug 100859?
it was a very important book for me and God bless you for solving it.

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


[Libreoffice-bugs] [Bug 50299] MOD shows not existing, inconsistent, small remainder with calculated Dividend

2017-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=50299

--- Comment #41 from Aron Budea  ---
Could you open a new bug report on this newly mentioned issue, and repeat your
findings there? (and refer to the new report in a comment so we know about it)
The originally reported issues have been fixed, and it's easier to track this
other one separately.

I'd also suggest installing the latest version when testing (even if it's only
a release candidate, like 5.3.0.2 now), it can be done separately from your
installed version as described in [1].

[1] https://wiki.documentfoundation.org/Installing_in_parallel/Linux

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


[Libreoffice-bugs] [Bug 105462] GTK3 dialog boxes can't be moved to show the text behind

2017-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105462

--- Comment #4 from Luke  ---
Created attachment 130603
  --> https://bugs.documentfoundation.org/attachment.cgi?id=130603=edit
With GTK2 backend, I can move the dialog out of the way

With Windows, gtk2, and other native gtk3 applications such as Gnumeric and
gedit can all move dialogs. 


Not being able to see the content that your dialogs are supposed to be editing
is a major real-world usability issue for an office suite.

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


[Libreoffice-bugs] [Bug 105462] GTK3 dialog boxes can't be moved to show the text behind

2017-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105462

--- Comment #3 from Luke  ---
Created attachment 130602
  --> https://bugs.documentfoundation.org/attachment.cgi?id=130602=edit
Example of a dialog box blocking information

Are my instructions really that hard to follow? Maybe pictures will help.

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


[Libreoffice-bugs] [Bug 100959] Libreoffice writer crashes with large CTL (Arabic and Farsi) .docx document

2017-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=100959

--- Comment #13 from zahra  ---
hi.
could you please test this document in libreoffice 4.4.0 also?
i am sure that i could not open this file with the versions before 4.4.7.2
thanks so much for your efforts to resolve the issues and God bless you all.

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


CppCheck Report Update

2017-01-21 Thread cppcheck.libreoff...@gmail.com

A new cppcheck report is available at : 
http://dev-builds.libreoffice.org/cppcheck_reports/master/


Note:
The script generating this report was run at :
2017-22-01_02:25:11 with user buildslave at host vm140 as 
/home/buildslave/source/dev-tools/cppcheck/cppcheck-report.sh -s 
/home/buildslave/source/libo-core -c /home/buildslave/source/cppcheck -w 
/home/buildslave/tmp/www

It can be found and improved here:

https://gerrit.libreoffice.org/gitweb?p=dev-tools.git;a=blob;f=cppcheck/cppcheck-report.sh


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


[Libreoffice-bugs] [Bug 104998] PDF images disappear after a while in LO 5.3

2017-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104998

deepjungle.m...@gmail.com changed:

   What|Removed |Added

Summary|PDF images disappear after  |PDF images disappear after
   |a while |a while in LO 5.3

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


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

2017-01-21 Thread Jochen Nitschke
 filter/source/flash/swfwriter.cxx |   17 +++--
 filter/source/flash/swfwriter.hxx |2 +-
 2 files changed, 8 insertions(+), 11 deletions(-)

New commits:
commit 8be77aaea168684f48150c821485cb86a2578de2
Author: Jochen Nitschke 
Date:   Sat Jan 21 21:20:03 2017 +0100

cppcheck: funcArgOrderDifferent

fixes
> Function 'Writer' argument order different:
> declaration 'nDocWidthInput, nDocHeightInput, nDocWidth,
>  nDocHeight, nJPEGcompressMode'
> definition 'nTWIPWidthOutput, nTWIPHeightOutput, nDocWidthInput,
> nDocHeightInput, nJPEGcompressMode'

use arguments in initializer list

Change-Id: I746da5ef237b62a983df6745e1704342bcea5f9d
Reviewed-on: https://gerrit.libreoffice.org/33381
Tested-by: Jenkins 
Reviewed-by: Jochen Nitschke 

diff --git a/filter/source/flash/swfwriter.cxx 
b/filter/source/flash/swfwriter.cxx
index 1cd87e5..91cd5e4 100644
--- a/filter/source/flash/swfwriter.cxx
+++ b/filter/source/flash/swfwriter.cxx
@@ -38,11 +38,16 @@ static sal_Int32 map100thmm( sal_Int32 n100thMM )
 }
 
 
-Writer::Writer( sal_Int32 nTWIPWidthOutput, sal_Int32 nTWIPHeightOutput, 
sal_Int32 nDocWidthInput, sal_Int32 nDocHeightInput, sal_Int32 
nJPEGcompressMode )
-:   mpClipPolyPolygon( nullptr ),
+Writer::Writer( sal_Int32 nTWIPWidthOutput, sal_Int32 nTWIPHeightOutput, 
sal_Int32 nDocWidth, sal_Int32 nDocHeight, sal_Int32 nJPEGcompressMode )
+:   mnDocWidth( map100thmm(nDocWidth) ),
+mnDocHeight( map100thmm(nDocHeight) ),
+mnDocXScale( (double)nTWIPWidthOutput / mnDocWidth ),
+mnDocYScale( (double)nTWIPHeightOutput / mnDocHeight ),
+mpClipPolyPolygon( nullptr ),
 mpTag( nullptr ),
 mpSprite( nullptr ),
 mnNextId( 1 ),
+mnFrames( 0 ),
 mnGlobalTransparency(0),
 mnJPEGCompressMode(nJPEGcompressMode)
 {
@@ -54,14 +59,6 @@ Writer::Writer( sal_Int32 nTWIPWidthOutput, sal_Int32 
nTWIPHeightOutput, sal_Int
 mpMovieStream = maMovieTempFile.GetStream( 
StreamMode::WRITE|StreamMode::TRUNC );
 mpFontsStream = maFontsTempFile.GetStream( 
StreamMode::WRITE|StreamMode::TRUNC );
 
-mnFrames = 0;
-
-mnDocWidth = map100thmm( nDocWidthInput );
-mnDocHeight = map100thmm( nDocHeightInput );
-
-mnDocXScale = (double)nTWIPWidthOutput / mnDocWidth;
-mnDocYScale = (double)nTWIPHeightOutput / mnDocHeight;
-
 // define an invisible button with the size of a page
 Rectangle aRect( 0, 0, (long)( mnDocWidth * mnDocXScale ), (long)( 
mnDocHeight * mnDocYScale ) );
 tools::Polygon aPoly( aRect );
diff --git a/filter/source/flash/swfwriter.hxx 
b/filter/source/flash/swfwriter.hxx
index 0cbcb01..f942516 100644
--- a/filter/source/flash/swfwriter.hxx
+++ b/filter/source/flash/swfwriter.hxx
@@ -247,7 +247,7 @@ public:
 An invisible shape with the size of the document is placed at depth 1
 and it clips all shapes on depth 2 and 3.
 */
-Writer( sal_Int32 nDocWidthInput, sal_Int32 nDocHeightInput, sal_Int32 
nDocWidth, sal_Int32 nDocHeight, sal_Int32 nJPEGcompressMode );
+Writer( sal_Int32 nTWIPWidthOutput, sal_Int32 nTWIPHeightOutput, sal_Int32 
nDocWidth, sal_Int32 nDocHeight, sal_Int32 nJPEGcompressMode );
 ~Writer();
 
 void storeTo( css::uno::Reference< css::io::XOutputStream >  );
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: sc/qa

2017-01-21 Thread Zdeněk Crhonek
 sc/qa/unit/data/functions/addin/fods/hex2bin.fods | 5840 +
 sc/qa/unit/data/functions/addin/fods/hex2dec.fods | 5843 ++
 sc/qa/unit/data/functions/addin/fods/hex2oct.fods | 5840 +
 3 files changed, 17523 insertions(+)

New commits:
commit 77fef04a3d0e62a29eb316d0792bc8b97fd0d646
Author: Zdeněk Crhonek 
Date:   Fri Jan 20 17:39:20 2017 +0100

add HEX2BIN, HEX2DEC, HEX2OCT test case

Change-Id: I94232c713306f98816308840cc654b7ae1d3d6d3
Reviewed-on: https://gerrit.libreoffice.org/33357
Tested-by: Jenkins 
Reviewed-by: Zdenek Crhonek 

diff --git a/sc/qa/unit/data/functions/addin/fods/hex2bin.fods 
b/sc/qa/unit/data/functions/addin/fods/hex2bin.fods
new file mode 100644
index 000..f6e8fb8
--- /dev/null
+++ b/sc/qa/unit/data/functions/addin/fods/hex2bin.fods
@@ -0,0 +1,5840 @@
+
+
+http://www.w3.org/1999/xlink; 
xmlns:dc="http://purl.org/dc/elements/1.1/; 
xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" 
xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" 
xmlns:presentation="urn:oasis:names:tc:opendocument:xmlns:presentation:1.0" 
xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" 
xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" 
xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" 
xmlns:math="http://www.w3.org/1998/Math/MathML; 
xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:scr
 ipt="urn:oasis:names:tc:opendocument:xmlns:script:1.0" 
xmlns:config="urn:oasis:names:tc:opendocument:xmlns:config:1.0" 
xmlns:ooo="http://openoffice.org/2004/office; 
xmlns:ooow="http://openoffice.org/2004/writer; 
xmlns:oooc="http://openoffice.org/2004/calc; 
xmlns:dom="http://www.w3.org/2001/xml-events; 
xmlns:xforms="http://www.w3.org/2002/xforms; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xmlns:rpt="http://openoffice.org/2005/report; 
xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" 
xmlns:xhtml="http://www.w3.org/1999/xhtml; 
xmlns:grddl="http://www.w3.org/2003/g/data-view#; 
xmlns:tableooo="http://openoffice.org/2009/table; 
xmlns:drawooo="http://openoffice.org/2010/draw; 
xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0"
 
xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0"
 xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" 
xmlns:form
 x="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0" 
xmlns:css3t="http://www.w3.org/TR/css3-text/; office:version="1.2" 
office:mimetype="application/vnd.oasis.opendocument.spreadsheet">
+ 
2016-12-29T18:23:56.52200P0D1LibreOfficeDev/5.3.0.0.alpha1$Linux_X86_64
 
LibreOffice_project/883024d657fb45c7da459017d2f936aac5644bfb
+ 
+  
+   0
+   0
+   69530
+   360147
+   
+
+ view1
+ 
+  
+   2
+   8
+   0
+   0
+   0
+   0
+   2
+   0
+   0
+   0
+   0
+   0
+   120
+   60
+   true
+   false
+  
+  
+   2
+   22
+   0
+   0
+   0
+   0
+   2
+   0
+   0
+   0
+   12
+   0
+   120
+   60
+   true
+   false
+  
+ 
+ Sheet2
+ 1241
+ 0
+ 120
+ 60
+ false
+ true
+ true
+ true
+ 12632256
+ true
+ true
+ true
+ true
+ true
+ false
+ false
+ 1270
+ 1270
+ 1
+ 1
+ true
+ false
+
+   
+  
+  
+   7
+   false
+   false
+   true
+   true
+   false
+   false
+   false
+   1270
+   1270
+   true
+   true
+   true
+   true
+   true
+   false
+   12632256
+   false
+   Lexmark-E352dn
+   
+
+ cs
+ CZ
+ 
+ 
+ 
+
+
+ de
+ DE
+ 
+ 
+ 
+
+
+ en
+ US
+ 
+ 
+ 
+
+
+ nl
+ NL
+ 
+ 
+ 
+
+   
+   true
+   true
+   3
+   1
+   true
+   1
+   true
+   sgH+/0xleG1hcmstRTM1MmRuQ1VQUzpMZXhtYXJrLUUzNTJkbgAWAAMA0wAIAFZUAAAkbQAASm9iRGF0YSAxCnByaW50ZXI9TGV4bWFyay1FMzUyZG4Kb3JpZW50YXRpb249UG9ydHJhaXQKY29waWVzPTEKY29sbGF0ZT1mYWxzZQptYXJnaW5kYWp1c3RtZW50PTAsMCwwLDAKY29sb3JkZXB0aD0yNApwc2xldmVsPTAKcGRmZGV2aWNlPTEKY29sb3JkZXZpY2U9MApQUERDb250ZXhEYXRhClBhZ2VTaXplOkxldHRlcgBJbnB1dFNsb3Q6VHJheTEARHVwbGV4Ok5vbmUAABIAQ09NUEFUX0RVUExFWF9NT0RFDwBEdXBsZXhNb2RlOjpPZmY=
+   false
+   0
+  
+ 
+ 
+  
+   http://openoffice.org/2004/office; 
xmlns:xlink="http://www.w3.org/1999/xlink;>
+
+   
+  
+ 
+ 
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+ 
+ 
+  
+   
+   
+  
+  
+   
+  
+  
+   
+  
+  
+   
+
+   Kč
+  
+  
+   
+   -
+   
+
+   Kč
+   
+  
+  
+
+   
+
+ 

[Libreoffice-bugs] [Bug 101327] Impress crashes saving a pptx doc

2017-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=101327

Aron Budea  changed:

   What|Removed |Added

 Blocks||105469


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=105469
[Bug 105469] [META] Bugs hitting limit for GDI objects in Windows
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 105469] [META] Bugs hitting limit for GDI objects in Windows

2017-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105469

Aron Budea  changed:

   What|Removed |Added

 Depends on||101327
Summary|[META] Bugs hitting Windows |[META] Bugs hitting limit
   |GDI limit   |for GDI objects in Windows
  Alias||GDI-Limit

--- Comment #1 from Aron Budea  ---
More resources:
https://blogs.technet.microsoft.com/markrussinovich/2010/02/24/pushing-the-limits-of-windows-user-and-gdi-objects-part-1/
https://blogs.technet.microsoft.com/markrussinovich/2010/03/31/pushing-the-limits-of-windows-user-and-gdi-objects-part-2/


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=101327
[Bug 101327] Impress crashes saving a pptx doc
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 105469] [META] Bugs hitting Windows GDI limit

2017-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105469

Aron Budea  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Depends on||105118, 88070, 102688,
   ||87204
 Ever confirmed|0   |1


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=87204
[Bug 87204] FILESAVE: PowerPoint pps causes LO to crash or freeze...
https://bugs.documentfoundation.org/show_bug.cgi?id=88070
[Bug 88070] FILESAVE: "The File could not be written"  unable to save file with
3200+ comments
https://bugs.documentfoundation.org/show_bug.cgi?id=102688
[Bug 102688] Crash in: vcl::Window::dispose()
https://bugs.documentfoundation.org/show_bug.cgi?id=105118
[Bug 105118] Impress table cells use way too many GDI objects
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 105469] New: [META] Bugs hitting Windows GDI limit

2017-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105469

Bug ID: 105469
   Summary: [META] Bugs hitting Windows GDI limit
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ba...@caesar.elte.hu

There are a few bugs where LibreOffice hits the limit for Windows GDI handles.
Let's collect them here, maybe the approach to fixing them can be shared to
some extent.

GDI handle usage can be checked with this tool:
http://www.nirsoft.net/utils/gdi_handles.html

As a partial workaround, GDI limit can be increased with the following registry
setting:
https://msdn.microsoft.com/en-us/library/windows/desktop/ms724291(v=vs.85).aspx
Hint is from: https://bugs.documentfoundation.org/show_bug.cgi?id=88070#c10

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


[Libreoffice-bugs] [Bug 105118] Impress table cells use way too many GDI objects

2017-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105118

Aron Budea  changed:

   What|Removed |Added

 Blocks||105469


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=105469
[Bug 105469] [META] Bugs hitting Windows GDI limit
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 102688] Crash in: vcl::Window::dispose()

2017-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=102688

Aron Budea  changed:

   What|Removed |Added

 Blocks||105469


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=105469
[Bug 105469] [META] Bugs hitting Windows GDI limit
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 88070] FILESAVE: "The File could not be written" unable to save file with 3200+ comments

2017-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=88070

Aron Budea  changed:

   What|Removed |Added

 Blocks||105469


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=105469
[Bug 105469] [META] Bugs hitting Windows GDI limit
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 87204] FILESAVE: PowerPoint pps causes LO to crash or freeze...

2017-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=87204

Aron Budea  changed:

   What|Removed |Added

 Blocks||105469


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=105469
[Bug 105469] [META] Bugs hitting Windows GDI limit
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 97698] Calc very slows when spreadsheet has many notes (comments) and LO crash

2017-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97698

Aron Budea  changed:

   What|Removed |Added

   Keywords||perf

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


[Libreoffice-bugs] [Bug 97698] Calc very slows when spreadsheet has many notes (comments) and LO crash

2017-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=97698

Aron Budea  changed:

   What|Removed |Added

 CC||ba...@caesar.elte.hu
   See Also||https://bugs.documentfounda
   ||tion.org/show_bug.cgi?id=76
   ||324

--- Comment #6 from Aron Budea  ---
Duplicate of bug 76324?

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


[Libreoffice-bugs] [Bug 76324] CALC becomes very slow with 5000+ comments

2017-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=76324

Aron Budea  changed:

   What|Removed |Added

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

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


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

2017-01-21 Thread Caolán McNamara
 qadevOOo/tests/java/ifc/document/_XDocumentInsertable.java |   28 ++---
 qadevOOo/tests/java/ifc/sheet/_XFunctionDescriptions.java  |   16 ---
 2 files changed, 23 insertions(+), 21 deletions(-)

New commits:
commit efd58e2b7286645db66e22abe1cd234a98010bf5
Author: Caolán McNamara 
Date:   Sat Jan 21 21:25:50 2017 +

coverity#1399435 Unused value

and

coverity#1399438 Unused value
coverity#1399439 Unused value

its all ok as it was, but doesn't hurt to skip the exception test
if the previous test failed anyway

Change-Id: I110ac062d72514c51d415944a2250c3095584531

diff --git a/qadevOOo/tests/java/ifc/document/_XDocumentInsertable.java 
b/qadevOOo/tests/java/ifc/document/_XDocumentInsertable.java
index 767125c..860eedd 100644
--- a/qadevOOo/tests/java/ifc/document/_XDocumentInsertable.java
+++ b/qadevOOo/tests/java/ifc/document/_XDocumentInsertable.java
@@ -161,21 +161,22 @@ public class _XDocumentInsertable extends MultiMethodTest 
{
 result = false ;
 }
 
-try {
-PropertyValue [] szEmptyArgs = new PropertyValue [0];
-String docURL = "file:///c:/ThisIsAnInvaldURL";
-log.println("Inserting document from URL '" + docURL + "'");
-oObj.insertDocumentFromURL(docURL, szEmptyArgs);
-
-result=false;
-
-} catch (IOException ex) {
-log.println("expected exception was thrown -> ok");
-} catch (com.sun.star.lang.IllegalArgumentException ex) {
-log.println("expected exception was thrown -> ok");
+if (result) {
+try {
+PropertyValue [] szEmptyArgs = new PropertyValue [0];
+String docURL = "file:///c:/ThisIsAnInvaldURL";
+log.println("Inserting document from URL '" + docURL + "'");
+oObj.insertDocumentFromURL(docURL, szEmptyArgs);
+
+result=false;
+
+} catch (IOException ex) {
+log.println("expected exception was thrown -> ok");
+} catch (com.sun.star.lang.IllegalArgumentException ex) {
+log.println("expected exception was thrown -> ok");
+}
 }
 
-
 tRes.tested("insertDocumentFromURL()", result);
 }
 
@@ -187,4 +188,3 @@ public class _XDocumentInsertable extends MultiMethodTest {
 disposeEnvironment();
 }
 }  // finish class _XDocumentInsertable
-
diff --git a/qadevOOo/tests/java/ifc/sheet/_XFunctionDescriptions.java 
b/qadevOOo/tests/java/ifc/sheet/_XFunctionDescriptions.java
index 27c320c..20c4240 100644
--- a/qadevOOo/tests/java/ifc/sheet/_XFunctionDescriptions.java
+++ b/qadevOOo/tests/java/ifc/sheet/_XFunctionDescriptions.java
@@ -106,13 +106,15 @@ public class _XFunctionDescriptions extends 
MultiMethodTest {
 
 log.println("OK.");
 
-try {
-log.println("Now trying to get description with wrong id ... ");
-oObj.getById(-1);
-bResult = false;
-log.println("Exception expected! - FAILED");
-} catch (com.sun.star.lang.IllegalArgumentException e) {
-log.println("Expected exception " + e + " - OK!");
+if (bResult) {
+try {
+log.println("Now trying to get description with wrong id ... 
");
+oObj.getById(-1);
+bResult = false;
+log.println("Exception expected! - FAILED");
+} catch (com.sun.star.lang.IllegalArgumentException e) {
+log.println("Expected exception " + e + " - OK!");
+}
 }
 
 tRes.tested("getById()", bResult);
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 105301] sort options not remembered thoroughly in saved document

2017-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105301

--- Comment #7 from Paolo Benvenuto  ---
but in bug #105468 natural sort option is preserved

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


[Libreoffice-bugs] [Bug 105468] .uno:DataSort basic command doesn' t accept all sort options usable in ui dialog

2017-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105468

--- Comment #1 from Paolo Benvenuto  ---
surely related to bug #105301

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


[Libreoffice-bugs] [Bug 105301] sort options not remembered thoroughly in saved document

2017-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105301

--- Comment #6 from Paolo Benvenuto  ---
surely related to bug #105468

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


[Libreoffice-bugs] [Bug 105301] sort options not remembered thoroughly in saved document

2017-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105301

--- Comment #5 from Paolo Benvenuto  ---
Created attachment 130601
  --> https://bugs.documentfoundation.org/attachment.cgi?id=130601=edit
file with sort memory buggish

The document has been saved after a sort option performed on columns
(respectively) N O C D E and natural sort option set

The sort is relative to the cells defined in an area named "prova" (the area is
automatically selected when Data - Sort is run)

However, opening the file and issuing Data - Sort, the dialog only shows a sort
on columns (respectively) N O C, and natural sort option isnt' set

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


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

2017-01-21 Thread Caolán McNamara
 vcl/inc/impgraph.hxx|3 ++-
 vcl/source/gdi/impgraph.cxx |   16 ++--
 2 files changed, 12 insertions(+), 7 deletions(-)

New commits:
commit 761af268383e4e7b62e993b262df012f6e1fb332
Author: Caolán McNamara 
Date:   Sat Jan 21 20:45:23 2017 +

coverity#1399156 split ImplCreateSwapInfo and ImplClearGraphics

Change-Id: Iab449967c70a55c03c3e6b95de8e7d973cb68089

diff --git a/vcl/inc/impgraph.hxx b/vcl/inc/impgraph.hxx
index 4dea38c..6b4babd 100644
--- a/vcl/inc/impgraph.hxx
+++ b/vcl/inc/impgraph.hxx
@@ -69,7 +69,8 @@ private:
 booloperator==( const ImpGraphic& rImpGraphic ) const;
 booloperator!=( const ImpGraphic& rImpGraphic ) const { 
return !( *this == rImpGraphic ); }
 
-voidImplClearGraphics( bool bCreateSwapInfo );
+voidImplCreateSwapInfo();
+voidImplClearGraphics();
 voidImplClear();
 
 GraphicType ImplGetType() const { return meType;}
diff --git a/vcl/source/gdi/impgraph.cxx b/vcl/source/gdi/impgraph.cxx
index 2fba2a6..1a330c3 100644
--- a/vcl/source/gdi/impgraph.cxx
+++ b/vcl/source/gdi/impgraph.cxx
@@ -293,14 +293,17 @@ bool ImpGraphic::operator==( const ImpGraphic& 
rImpGraphic ) const
 return bRet;
 }
 
-void ImpGraphic::ImplClearGraphics( bool bCreateSwapInfo )
+void ImpGraphic::ImplCreateSwapInfo()
 {
-if( bCreateSwapInfo && !ImplIsSwapOut() )
+if (!ImplIsSwapOut())
 {
 maSwapInfo.maPrefMapMode = ImplGetPrefMapMode();
 maSwapInfo.maPrefSize = ImplGetPrefSize();
 }
+}
 
+void ImpGraphic::ImplClearGraphics()
+{
 maEx.Clear();
 maMetaFile.Clear();
 
@@ -345,12 +348,11 @@ void ImpGraphic::ImplClear()
 mbSwapOut = false;
 
 // cleanup
-ImplClearGraphics( false );
+ImplClearGraphics();
 meType = GraphicType::NONE;
 mnSizeBytes = 0;
 }
 
-
 void ImpGraphic::ImplSetDefaultType()
 {
 ImplClear();
@@ -1180,7 +1182,8 @@ bool ImpGraphic::ImplSwapOut()
 
 void ImpGraphic::ImplSwapOutAsLink()
 {
-ImplClearGraphics( true );
+ImplCreateSwapInfo();
+ImplClearGraphics();
 mbSwapOut = true;
 }
 
@@ -1198,7 +1201,8 @@ bool ImpGraphic::ImplSwapOut( SvStream* xOStm )
 
 if( !xOStm->GetError() )
 {
-ImplClearGraphics( true );
+ImplCreateSwapInfo();
+ImplClearGraphics();
 bRet = mbSwapOut = true;
 }
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 104702] German umlauts (ä, ö, ü) getting lost in exported pdf

2017-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104702

Telesto  changed:

   What|Removed |Added

 CC||tele...@surfxs.nl

--- Comment #17 from Telesto  ---
Export to PDF will be fine using PDF-Xchange (with probably every LibO version)
when the test document is created with Version: 4.1.0.4 (probably any version
in the 4.1 branch) Build ID: 89ea49ddacd9aa532507cbf852f2bb22b1ace28

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


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

2017-01-21 Thread Caolán McNamara
 qadevOOo/runner/helper/ProcessHandler.java |3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

New commits:
commit 56af72b6fa52df8722a6f5b369ec1c2bb39285dd
Author: Caolán McNamara 
Date:   Sat Jan 21 17:42:51 2017 +

coverity#1399443 UrF: Unread field

fix like...

commit b9d63d49be66ed1bfc4a76924f1c52ec3630adc8
Date:   Tue Jan 12 15:27:41 2016 +0200

remove some unused Java code

found by UCDetector

Change-Id: Ic0295a24b26e206eb53eda2da540755477df86df

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

diff --git a/qadevOOo/runner/helper/ProcessHandler.java 
b/qadevOOo/runner/helper/ProcessHandler.java
index aed7a12..14409d9 100644
--- a/qadevOOo/runner/helper/ProcessHandler.java
+++ b/qadevOOo/runner/helper/ProcessHandler.java
@@ -116,7 +116,6 @@ public class ProcessHandler
 private int exitValue = -1;
 private boolean isFinished = false;
 private boolean isStarted = false;
-private Pump stdout = null;
 private PrintStream stdIn = null;
 private Process m_aProcess = null;
 private boolean debug = false;
@@ -273,7 +272,7 @@ public class ProcessHandler
 return;
 }
 dbg("execute: pump io-streams");
-stdout = new Pump(m_aProcess.getInputStream(), log, "out > ", 
bUseOutput);
+new Pump(m_aProcess.getInputStream(), log, "out > ", bUseOutput);
 new Pump(m_aProcess.getErrorStream(), log, "err > ", bUseOutput);
 stdIn = new PrintStream(m_aProcess.getOutputStream());
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2017-01-21 Thread Caolán McNamara
 qadevOOo/runner/helper/ProcessHandler.java |   97 -
 1 file changed, 1 insertion(+), 96 deletions(-)

New commits:
commit 5d7d2beba7c8ab635fb0657075fa81810053324a
Author: Caolán McNamara 
Date:   Sat Jan 21 17:40:25 2017 +

coverity#1399442 UPM: Private method is never called

since

commit 10cb59eb914ba722c203242272de244d795a51e8
Date:   Mon Jan 16 16:41:53 2017 +0200

remove some unused Java code

Change-Id: I00c0b1b22f29165fea73b39b4bf946af453186a3
Reviewed-on: https://gerrit.libreoffice.org/33378
Tested-by: Jenkins 
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/qadevOOo/runner/helper/ProcessHandler.java 
b/qadevOOo/runner/helper/ProcessHandler.java
index 1e136d9..aed7a12 100644
--- a/qadevOOo/runner/helper/ProcessHandler.java
+++ b/qadevOOo/runner/helper/ProcessHandler.java
@@ -177,8 +177,7 @@ public class ProcessHandler
 
 /**
  * Executes the command immediately returns. The process
- * remains in running state. Control of its state should
- * be made by waitFor methods.
+ * remains in running state.
  *
  * @return true if process was successfully
  * started.
@@ -283,100 +282,6 @@ public class ProcessHandler
 flushInput();
 }
 
-
-
-/**
- * This method is useful when the process was executed
- * asynchronously. Waits during specified time for process
- * to exit and return its status.
- *
- * @param timeout  > 0
- *  Waits specified time in miliSeconds for
- *  process to exit and return its status.
- *
- *  = 0
- *  Waits for the process to end regulary
- *
- *  < 0
- *  Kills the process immediately
- *
- * @return true if process correctly exited
- * (exit code doesn't affect to this result).
- */
-private boolean waitFor(long timeout)
-{
-return waitFor(timeout, true);
-}
-
-private boolean waitFor(long timeout, boolean bKillProcessAfterTimeout)
-{
-if (isFinished())
-{
-return true;
-}
-if (!isStarted())
-{
-return false;
-}
-
-if (timeout == 0)
-{
-try
-{
-m_aProcess.waitFor();
-}
-catch (InterruptedException e)
-{
-log.println("The process was interrupted: " + e);
-}
-isFinished = true;
-try
-{
-exitValue = m_aProcess.exitValue();
-}
-catch (IllegalThreadStateException e)
-{
-}
-}
-else
-{
-try
-{
-while (!isFinished && timeout > 0)
-{
-isFinished = true;
-Thread.sleep(1000);
-timeout -= 1000;
-try
-{
-exitValue = m_aProcess.exitValue(); // throws 
exception if not finished
-}
-catch (IllegalThreadStateException e)
-{
-isFinished = false;
-}
-}
-if (timeout < 0)
-{
-log.println("The process has timed out!");
-}
-}
-catch (InterruptedException ex)
-{
-log.println("The process was interrupted: " + ex);
-}
-}
-
-if (bKillProcessAfterTimeout && !isFinished)
-{
-log.println("Going to destroy the process!!");
-m_aProcess.destroy();
-log.println("Process has been destroyed!");
-}
-
-return isFinished();
-}
-
 private void flushInput()
 {
 if (stdIn == null)
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2017-01-21 Thread Caolán McNamara
 qadevOOo/runner/helper/ProcessHandler.java |   42 ++---
 1 file changed, 9 insertions(+), 33 deletions(-)

New commits:
commit 711f203d1eeaeb0c2c75569c8606e98c394fd301
Author: Caolán McNamara 
Date:   Sat Jan 21 17:37:42 2017 +

coverity#1399444 UwF: Unwritten field

and

coverity#1399441 NP: Null pointer dereference

since

commit 10cb59eb914ba722c203242272de244d795a51e8
Date:   Mon Jan 16 16:41:53 2017 +0200

remove some unused Java code

Change-Id: Ieab0325c8685cdc89458570ac8e4d3292af84dff
Reviewed-on: https://gerrit.libreoffice.org/33377
Tested-by: Jenkins 
Reviewed-by: Caolán McNamara 
Tested-by: Caolán McNamara 

diff --git a/qadevOOo/runner/helper/ProcessHandler.java 
b/qadevOOo/runner/helper/ProcessHandler.java
index 7ec20a5..1e136d9 100644
--- a/qadevOOo/runner/helper/ProcessHandler.java
+++ b/qadevOOo/runner/helper/ProcessHandler.java
@@ -109,9 +109,7 @@ class Pump extends Thread
  */
 public class ProcessHandler
 {
-
 private String cmdLine;
-private String[] cmdLineArray;
 private String[] envVars = null;
 private File workDir = null;
 private PrintWriter log;
@@ -254,47 +252,25 @@ public class ProcessHandler
 final Runtime runtime = Runtime.getRuntime();
 try
 {
-if (cmdLine == null)
+if (workDir != null)
 {
-log.println(utils.getDateTime() + "execute: Starting command 
from array: ");
-for (int i = 0; i < cmdLineArray.length; i++)
-{
-log.println(cmdLineArray[i]);
-}
+log.println(utils.getDateTime() + "execute: Starting command: 
");
+log.println(cmdLine + " path=" + workDir.getAbsolutePath());
 showEnvVars();
-log.println("");
-initializeProcessKiller();
-m_aProcess = runtime.exec(cmdLineArray, envVars);
+m_aProcess = runtime.exec(cmdLine, envVars, workDir);
 }
 else
 {
-if (workDir != null)
-{
-log.println(utils.getDateTime() + "execute: Starting 
command: ");
-log.println(cmdLine + " path=" + 
workDir.getAbsolutePath());
-showEnvVars();
-m_aProcess = runtime.exec(cmdLine, envVars, workDir);
-}
-else
-{
-log.println(utils.getDateTime() + "execute: Starting 
command: ");
-log.println(cmdLine);
-showEnvVars();
-m_aProcess = runtime.exec(cmdLine, envVars);
-}
+log.println(utils.getDateTime() + "execute: Starting command: 
");
+log.println(cmdLine);
+showEnvVars();
+m_aProcess = runtime.exec(cmdLine, envVars);
 }
 isStarted = true;
 }
 catch (java.io.IOException e)
 {
-if (cmdLine == null)
-{
-log.println(utils.getDateTime() + "execute: The command array 
can't be started: " + e);
-}
-else
-{
-log.println(utils.getDateTime() + "execute: The command " + 
cmdLine + " can't be started: " + e);
-}
+log.println(utils.getDateTime() + "execute: The command " + 
cmdLine + " can't be started: " + e);
 return;
 }
 dbg("execute: pump io-streams");
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: sc/qa

2017-01-21 Thread Zdeněk Crhonek
 sc/qa/unit/data/functions/addin/fods/imabs.fods | 5730 +++
 sc/qa/unit/data/functions/addin/fods/imaginary.fods | 5804 
 2 files changed, 11534 insertions(+)

New commits:
commit 63f3d68d7fcfa1c677855c4c0eadc638999411de
Author: Zdeněk Crhonek 
Date:   Fri Jan 20 21:57:26 2017 +0100

add IMABS, IMAGINARY testcase

Change-Id: Icb4f4339318b88c4c2038cb4d1f16af7fc5057a2
Reviewed-on: https://gerrit.libreoffice.org/33361
Tested-by: Jenkins 
Reviewed-by: Zdenek Crhonek 

diff --git a/sc/qa/unit/data/functions/addin/fods/imabs.fods 
b/sc/qa/unit/data/functions/addin/fods/imabs.fods
new file mode 100644
index 000..14cf6b4
--- /dev/null
+++ b/sc/qa/unit/data/functions/addin/fods/imabs.fods
@@ -0,0 +1,5730 @@
+
+
+http://www.w3.org/1999/xlink; 
xmlns:dc="http://purl.org/dc/elements/1.1/; 
xmlns:meta="urn:oasis:names:tc:opendocument:xmlns:meta:1.0" 
xmlns:number="urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0" 
xmlns:presentation="urn:oasis:names:tc:opendocument:xmlns:presentation:1.0" 
xmlns:svg="urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0" 
xmlns:chart="urn:oasis:names:tc:opendocument:xmlns:chart:1.0" 
xmlns:dr3d="urn:oasis:names:tc:opendocument:xmlns:dr3d:1.0" 
xmlns:math="http://www.w3.org/1998/Math/MathML; 
xmlns:form="urn:oasis:names:tc:opendocument:xmlns:form:1.0" xmlns:scr
 ipt="urn:oasis:names:tc:opendocument:xmlns:script:1.0" 
xmlns:config="urn:oasis:names:tc:opendocument:xmlns:config:1.0" 
xmlns:ooo="http://openoffice.org/2004/office; 
xmlns:ooow="http://openoffice.org/2004/writer; 
xmlns:oooc="http://openoffice.org/2004/calc; 
xmlns:dom="http://www.w3.org/2001/xml-events; 
xmlns:xforms="http://www.w3.org/2002/xforms; 
xmlns:xsd="http://www.w3.org/2001/XMLSchema; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xmlns:rpt="http://openoffice.org/2005/report; 
xmlns:of="urn:oasis:names:tc:opendocument:xmlns:of:1.2" 
xmlns:xhtml="http://www.w3.org/1999/xhtml; 
xmlns:grddl="http://www.w3.org/2003/g/data-view#; 
xmlns:tableooo="http://openoffice.org/2009/table; 
xmlns:drawooo="http://openoffice.org/2010/draw; 
xmlns:calcext="urn:org:documentfoundation:names:experimental:calc:xmlns:calcext:1.0"
 
xmlns:loext="urn:org:documentfoundation:names:experimental:office:xmlns:loext:1.0"
 xmlns:field="urn:openoffice:names:experimental:ooo-ms-interop:xmlns:field:1.0" 
xmlns:form
 x="urn:openoffice:names:experimental:ooxml-odf-interop:xmlns:form:1.0" 
xmlns:css3t="http://www.w3.org/TR/css3-text/; office:version="1.2" 
office:mimetype="application/vnd.oasis.opendocument.spreadsheet">
+ 
2016-12-29T18:23:56.52200P0D1LibreOfficeDev/5.3.0.0.alpha1$Linux_X86_64
 
LibreOffice_project/883024d657fb45c7da459017d2f936aac5644bfb
+ 
+  
+   0
+   0
+   69530
+   359233
+   
+
+ view1
+ 
+  
+   2
+   8
+   0
+   0
+   0
+   0
+   2
+   0
+   0
+   0
+   0
+   0
+   110
+   60
+   true
+   false
+  
+  
+   2
+   17
+   0
+   0
+   0
+   0
+   2
+   0
+   0
+   0
+   0
+   0
+   110
+   60
+   true
+   false
+  
+ 
+ Sheet2
+ 1241
+ 0
+ 110
+ 60
+ false
+ true
+ true
+ true
+ 12632256
+ true
+ true
+ true
+ true
+ true
+ false
+ false
+ 1270
+ 1270
+ 1
+ 1
+ true
+ false
+
+   
+  
+  
+   7
+   false
+   false
+   true
+   true
+   false
+   false
+   false
+   1270
+   1270
+   true
+   true
+   true
+   true
+   true
+   false
+   12632256
+   false
+   Lexmark-E352dn
+   
+
+ cs
+ CZ
+ 
+ 
+ 
+
+
+ de
+ DE
+ 
+ 
+ 
+
+
+ en
+ US
+ 
+ 
+ 
+
+
+ nl
+ NL
+ 
+ 
+ 
+
+   
+   true
+   true
+   3
+   1
+   true
+   1
+   true
+   sgH+/0xleG1hcmstRTM1MmRuQ1VQUzpMZXhtYXJrLUUzNTJkbgAWAAMA0wAIAFZUAAAkbQAASm9iRGF0YSAxCnByaW50ZXI9TGV4bWFyay1FMzUyZG4Kb3JpZW50YXRpb249UG9ydHJhaXQKY29waWVzPTEKY29sbGF0ZT1mYWxzZQptYXJnaW5kYWp1c3RtZW50PTAsMCwwLDAKY29sb3JkZXB0aD0yNApwc2xldmVsPTAKcGRmZGV2aWNlPTEKY29sb3JkZXZpY2U9MApQUERDb250ZXhEYXRhClBhZ2VTaXplOkxldHRlcgBJbnB1dFNsb3Q6VHJheTEARHVwbGV4Ok5vbmUAABIAQ09NUEFUX0RVUExFWF9NT0RFDwBEdXBsZXhNb2RlOjpPZmY=
+   false
+   0
+  
+ 
+ 
+  
+   http://openoffice.org/2004/office; 
xmlns:xlink="http://www.w3.org/1999/xlink;>
+
+   
+  
+ 
+ 
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+  
+ 
+ 
+  
+   
+   
+  
+  
+   
+  
+  
+   
+  
+  
+   
+
+   Kč
+  
+  
+   
+   -
+   
+
+   Kč
+   
+  
+  
+
+   
+
+  
+  
+
+   (
+   
+   )
+  
+  
+
+   -
+   
+
+  
+  
+   
+
+   
+   
+   

[Libreoffice-bugs] [Bug 105437] Tabs in triple tab dialogs show inconsistent rounded edge behaviour

2017-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105437

Telesto  changed:

   What|Removed |Added

 CC||tele...@surfxs.nl

--- Comment #4 from Telesto  ---
Looks a bit like a dupe: bug 103896

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


[Libreoffice-bugs] [Bug 104332] Opening Tools menu is slow for the first time (Writer only)

2017-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104332

Telesto  changed:

   What|Removed |Added

 CC||tele...@surfxs.nl

--- Comment #8 from Telesto  ---
*** Bug 105439 has been marked as a duplicate of this bug. ***

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


[Libreoffice-bugs] [Bug 105439] Around 2-5 second delay when right clicking when launching for the first time after a system reboot

2017-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105439

Telesto  changed:

   What|Removed |Added

   Keywords|bibisectRequest, regression |
 Status|NEW |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #3 from Telesto  ---
Confirming Maxim Monastirsky suspicion

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

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


[Libreoffice-bugs] [Bug 105444] extra lines inserted at end of Comments

2017-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105444

--- Comment #9 from pcun...@msn.com ---
Behaviour confirmed. I now count 7 empty lines after A in the Comment. There
were 6 in the original.

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


[Libreoffice-bugs] [Bug 105461] Highlighting text in textbox is lost when exporting in pdf

2017-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105461

Telesto  changed:

   What|Removed |Added

 CC||tele...@surfxs.nl
Version|5.2.4.2 release |4.4.6.3 release

--- Comment #4 from Telesto  ---
Also found in:
Versie: 4.4.6.3 
Build ID: e8938fd3328e95dcf59dd64e7facd2c7d67c704d
Locale: nl_NL

No support for highlighting within a textbox in: 
Version: 4.3.0.4
Build ID: 62ad5818884a2fc2e5780dd45466868d41009ec0

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


[Libreoffice-bugs] [Bug 105444] extra lines inserted at end of Comments

2017-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105444

Telesto  changed:

   What|Removed |Added

 CC||tele...@surfxs.nl

--- Comment #8 from Telesto  ---
Created attachment 130600
  --> https://bugs.documentfoundation.org/attachment.cgi?id=130600=edit
Example file

1. Open attached file
2. Make a change to the main document (for example add 'C' after B)
3. Save the file (CTRL+S)
4. Reload the file (File -> reload). Comment will grow with one row.

It could be Win only.

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


[Libreoffice-commits] core.git: bin/gbuild-to-ide

2017-01-21 Thread jan Iversen
 bin/gbuild-to-ide |  183 ++
 1 file changed, 75 insertions(+), 108 deletions(-)

New commits:
commit 9da87ef8d9dadbd981f34f312ca446d59aa17a0f
Author: jan Iversen 
Date:   Sat Jan 21 20:16:40 2017 +0100

gbuild-to-ide clean replaced GbuildLinkTarget with dict

The class GbuildLinkTarget was removed and replaced by a dict.
This is first step in avoiding typing the json key names multiple times

Change-Id: I3a2006979929c5d21549693e51eb47df7233400d

diff --git a/bin/gbuild-to-ide b/bin/gbuild-to-ide
index 3d2c685..7cd2f44 100755
--- a/bin/gbuild-to-ide
+++ b/bin/gbuild-to-ide
@@ -22,26 +22,6 @@ import traceback
 import collections
 import subprocess
 
-class GbuildLinkTarget:
-def __init__(self, name, location, sources, include, include_sys, defs, 
cxxobjects, cxxflags, linked_libs,
- asmobjects, cflags, gencobjects, gencxxobjects, ilibtarget, 
linked_static_libs, linktarget,
- objcflags, objcobjects, objcxxflags, objcxxobjects, 
yaccobjects, build_type):
-(self.name, self.location, self.include,
- self.include_sys, self.defs, self.cxxobjects,
- self.cxxflags, self.linked_libs,
- self.asmobjects, self.cflags, self.gencobjects,
- self.gencxxobjects, self.ilibtarget, self.linked_static_libs,
- self.linktarget, self.objcflags, self.objcobjects,
- self.objcxxflags, self.objcxxobjects, self.yaccobjects,
- self.build_type) = (name, location, include,
- include_sys, defs, cxxobjects,
- cxxflags, linked_libs, asmobjects,
- cflags, gencobjects, gencxxobjects,
- ilibtarget, linked_static_libs, linktarget,
- objcflags, objcobjects, objcxxflags,
- objcxxobjects, yaccobjects, build_type)
-self.target_name = self.build_type + '_' + self.name
-self.sources = sources
 
 
 class GbuildParser:
@@ -96,8 +76,6 @@ class GbuildParser:
'ASMOBJECTS': '.s',
'YACCOBJECTS': '.y',
'GENCOBJECTS': '.c',
-
-# not in GbuildLinkTarget
'COBJECTS':  '.c',
'FLEXOBJECTS': '.l',
'JAVAOBJECTS': '.java',
@@ -115,41 +93,31 @@ class GbuildParser:
 (foundincludes, foundisystem) = 
GbuildParser.__split_includes(jsondata['INCLUDE'])
 match = 
GbuildParser._buildpattern[jsontype].match(os.path.basename(jsondata['MAKEFILE'])).group(1)
 location = os.path.dirname(jsondata['MAKEFILE'])
-sources = {}
+
+# build Central data object (holds all json information is 
a easy accessible form
+obj = {'name': match,
+   'location': location,
+   'include' : foundincludes,
+   'include_sys' : foundisystem,
+   'defs': 
GbuildParser.__split_defs(jsondata['DEFS']),
+   'cxxflags': 
GbuildParser.__split_flags(jsondata['CXXFLAGS'], jsondata['CXXFLAGSAPPEND']),
+   'linked_libs' : 
jsondata['LINKED_LIBS'].strip().split(' '),
+   'cflags'  : 
GbuildParser.__split_flags(jsondata['CFLAGS'], jsondata['CFLAGSAPPEND']),
+   'ilibtarget'  : jsondata['ILIBTARGET'],
+'linked_static_libs' :  
jsondata['LINKED_STATIC_LIBS'],
+'linktarget' : jsondata['LINKTARGET'],
+'objcflags' :  
GbuildParser.__split_flags(jsondata['OBJCFLAGS'], jsondata['OBJCFLAGSAPPEND']),
+   'objcxxflags': 
GbuildParser.__split_flags(jsondata['OBJCXXFLAGS'], 
jsondata['OBJCXXFLAGSAPPEND']),
+   'build_type' : jsontype,
+   'target_name' : jsontype + '_' + match
+}
 for i in jsonSrc:
-if i in jsondata and len(jsondata[i]) > 0:
-sources[i] = 
sorted(GbuildParser.__split_objs(jsondata[i]))
-else:
-sources[i] = []
-
-# TODO: extend GbuildLinkTarget with new json keys
-# Find a better way instead on a zillion parameters
-newObj = GbuildLinkTarget(match,
-  location,
-  sources,
-  foundincludes,
-  foundisystem,
-  
GbuildParser.__split_defs(jsondata['DEFS']),
-   

[Libreoffice-bugs] [Bug 105468] New: .uno:DataSort basic command doesn' t accept all sort options usable in ui dialog

2017-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105468

Bug ID: 105468
   Summary: .uno:DataSort basic command doesn't accept all sort
options usable in ui dialog
   Product: LibreOffice
   Version: 5.1.4.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: BASIC
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: paolobe...@gmail.com

I created a macro in order to sort a multicolumn range, and I recorded the sort
command setting 6 sort columns.

However when I looked at the recorded macro, I discovered that only 3 sort
columns are recorded.

I tried adding more columns, following the convention I saw for the previous
columns, but the interpreter didn't accept them.

I think more columns should be allowed in the basic macro. I think it's a
simple bug

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


[Libreoffice-bugs] [Bug 103236] Some Impress slide transitions crash LO on older GPUs that only support old OpenGL versions

2017-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103236

Aron Budea  changed:

   What|Removed |Added

Summary|Some Impress slide  |Some Impress slide
   |transitions crashes LO  |transitions crash LO on
   ||older GPUs that only
   ||support old OpenGL versions

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


[Libreoffice-bugs] [Bug 105464] Wrong question in presentation & draw

2017-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105464

V Stuart Foote  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||j...@documentfoundation.org
   ||, vstuart.fo...@utsa.edu
 Ever confirmed|0   |1
   Severity|normal  |enhancement

--- Comment #3 from V Stuart Foote  ---
Not a bug.

Both Impress and Draw simply use the same dialog.

The .uno:SelectBackground action is assigned to buttons "Set Background
Image..."

In Impress from the main menu's Slide menu, and the context menu for an active
slide or slide master.

In Draw it is used on the Page context menu, and is basis for the new "Insert
image" button on the Page content panel of the Sidebar.

The command could probably be duplicated to have unique strings, but as is with
much of the sd module it is simply reused.

Maybe an easy hack?


=-ref-=
http://opengrok.libreoffice.org/xref/core/officecfg/registry/data/org/openoffice/Office/UI/DrawImpressCommands.xcu#1441

http://opengrok.libreoffice.org/xref/core/sd/source/ui/app/strings.src#1009

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


[Libreoffice-bugs] [Bug 105467] EDITING: Formcontrols - properties got an empty tab without any property

2017-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105467

Xisco Faulí  changed:

   What|Removed |Added

   Keywords||bibisected, bisected
 Status|UNCONFIRMED |NEW
 CC||caol...@redhat.com,
   ||xiscofa...@libreoffice.org
 Ever confirmed|0   |1

--- Comment #2 from Xisco Faulí  ---
Regression introduced by:

author  Caolán McNamara 2016-11-05 20:28:27 (GMT)
committer   Caolán McNamara 2016-11-07 21:04:50
(GMT)
commit  64a708cba9b954afe3331f63c58218eb53b3d0ce (patch)
treeddc1bea3b63f32a1c6d377c1d1dd7aee0803fb70
parent  f01c49c4a89ecad2376fd0023625186e5cac642e (diff)
Revert "Reverts a commit series that cripple windows ci."
with addition of...

- svxlo-SvxColorListBox
+ svxcorelo-SvxColorListBox

This reverts commit db380aab1063e8a5e40111c40ee9f7921aa82601.

Adding Cc: to Caolán McNamara

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


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

2017-01-21 Thread Caolán McNamara
 qadevOOo/runner/helper/ProcessHandler.java |1 -
 1 file changed, 1 deletion(-)

New commits:
commit 0a09da40dd3178a38ad0234a9eae20b67a22
Author: Caolán McNamara 
Date:   Sat Jan 21 17:35:24 2017 +

this.cmdLine assigned twice

Change-Id: Icbc2393ac623d76c3ca5ae74525705f784b99c1c

diff --git a/qadevOOo/runner/helper/ProcessHandler.java 
b/qadevOOo/runner/helper/ProcessHandler.java
index 4ba1b5d..7ec20a5 100644
--- a/qadevOOo/runner/helper/ProcessHandler.java
+++ b/qadevOOo/runner/helper/ProcessHandler.java
@@ -166,7 +166,6 @@ public class ProcessHandler
 this.cmdLine = cmdLine;
 this.workDir = workDir;
 this.log = log;
-this.cmdLine = cmdLine;
 this.envVars = envVars;
 if (log == null)
 {
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


make error: undefined reference to

2017-01-21 Thread Alekhya Vellanki
Hi!

I have been trying to build LibreOffice from the past few days and I'm
getting stuck.

After running ./autogen.sh, I executed the command "make" just as how it as
mentioned here
. But I
got the following errors.

//LibreOffice/core/workdir/LinkTarget/StaticLibrary/libopencollada_parser.a(COLLADASaxFWLVersionParser.o):
In function `COLLADASaxFWL::VersionParser::parse15(char const*,
GeneratedSaxParser::ParserAttributes const&)':
COLLADASaxFWLVersionParser.cpp:(.text+0x342): undefined reference to
`COLLADASaxFWL15::ColladaParserAutoGen15Private::ColladaParserAutoGen15Private(COLLADASaxFWL15::ColladaParserAutoGen15*,
GeneratedSaxParser::IErrorHandler*)'
//LibreOffice/core/workdir/LinkTarget/StaticLibrary/libopencollada_parser.a(COLLADASaxFWLVersionParser.o):
In function `_GLOBAL__sub_I_COLLADASaxFWLVersionParser.cpp':
COLLADASaxFWLVersionParser.cpp:(.text.startup+0x11f): undefined
reference to 
`COLLADASaxFWL15::FunctionMapFactory::createFunctionMap__asset__allChildren()'

COLLADASaxFWLVersionParser.cpp:(.text.startup+0x12b): undefined
reference to 
`COLLADASaxFWL15::FunctionMapFactory::createFunctionMap__library_animation_clips__allChildren()'

COLLADASaxFWLVersionParser.cpp:(.text.startup+0x137): undefined
reference to 
`COLLADASaxFWL15::FunctionMapFactory::createFunctionMap__library_animations__allChildren()'

COLLADASaxFWLVersionParser.cpp:(.text.startup+0x143): undefined
reference to 
`COLLADASaxFWL15::FunctionMapFactory::createFunctionMap__library_cameras__allChildren()'

COLLADASaxFWLVersionParser.cpp:(.text.startup+0x14f): undefined
reference to 
`COLLADASaxFWL15::FunctionMapFactory::createFunctionMap__library_controllers__allChildren()'

COLLADASaxFWLVersionParser.cpp:(.text.startup+0x15b): undefined
reference to 
`COLLADASaxFWL15::FunctionMapFactory::createFunctionMap__library_effects__allChildren()'

COLLADASaxFWLVersionParser.cpp:(.text.startup+0x167): undefined
reference to 
`COLLADASaxFWL15::FunctionMapFactory::createFunctionMap__library_force_fields__allChildren()'

COLLADASaxFWLVersionParser.cpp:(.text.startup+0x173): undefined
reference to 
`COLLADASaxFWL15::FunctionMapFactory::createFunctionMap__library_geometries__allChildren()'

COLLADASaxFWLVersionParser.cpp:(.text.startup+0x17f): undefined
reference to 
`COLLADASaxFWL15::FunctionMapFactory::createFunctionMap__library_images__allChildren()'

COLLADASaxFWLVersionParser.cpp:(.text.startup+0x18b): undefined
reference to 
`COLLADASaxFWL15::FunctionMapFactory::createFunctionMap__library_lights__allChildren()'

COLLADASaxFWLVersionParser.cpp:(.text.startup+0x197): undefined
reference to 
`COLLADASaxFWL15::FunctionMapFactory::createFunctionMap__library_materials__allChildren()'

COLLADASaxFWLVersionParser.cpp:(.text.startup+0x1a3): undefined
reference to 
`COLLADASaxFWL15::FunctionMapFactory::createFunctionMap__library_nodes__allChildren()'

COLLADASaxFWLVersionParser.cpp:(.text.startup+0x1af): undefined
reference to 
`COLLADASaxFWL15::FunctionMapFactory::createFunctionMap__library_physics_materials__allChildren()'

COLLADASaxFWLVersionParser.cpp:(.text.startup+0x1bb): undefined
reference to 
`COLLADASaxFWL15::FunctionMapFactory::createFunctionMap__library_physics_models__allChildren()'

COLLADASaxFWLVersionParser.cpp:(.text.startup+0x1c7): undefined
reference to 
`COLLADASaxFWL15::FunctionMapFactory::createFunctionMap__library_physics_scenes__allChildren()'

COLLADASaxFWLVersionParser.cpp:(.text.startup+0x1d3): undefined
reference to 
`COLLADASaxFWL15::FunctionMapFactory::createFunctionMap__library_visual_scenes__allChildren()'

COLLADASaxFWLVersionParser.cpp:(.text.startup+0x1df): undefined
reference to 
`COLLADASaxFWL15::FunctionMapFactory::createFunctionMap__scene__allChildren()'

collect2: error: ld returned 1 exit status
make[1]:***[/../LibreOffice/core/instdir/program/libavmedialo.so] Error 1
make: *** [build] Error 2

How do I fix this? Please help!!

Thanks and regards
-- 
Alekhya Vellanki
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] core.git: 29 commits - cui/source desktop/unx filter/source include/test lotuswordpro/source sc/source sd/source sfx2/source sot/source svl/qa svx/source sw/qa sw/source vcl/sour

2017-01-21 Thread Caolán McNamara
 cui/source/dialogs/iconcdlg.cxx |6 +-
 cui/source/tabpages/swpossizetabpage.cxx|2 
 desktop/unx/source/splashx.c|8 ++-
 filter/source/msfilter/svdfppt.cxx  |   58 ++--
 include/test/testinteractionhandler.hxx |1 
 lotuswordpro/source/filter/lwpparastyle.cxx |2 
 sc/source/filter/excel/xiescher.cxx |2 
 sc/source/filter/lotus/op.cxx   |2 
 sc/source/ui/view/output2.cxx   |3 +
 sd/source/ui/func/fuolbull.cxx  |3 -
 sfx2/source/dialog/tabdlg.cxx   |2 
 sot/source/sdstor/stgole.cxx|2 
 svl/qa/unit/items/test_itempool.cxx |4 +
 svx/source/unodraw/UnoGraphicExporter.cxx   |4 -
 svx/source/unodraw/unopage.cxx  |   17 +++-
 sw/qa/extras/ooxmlexport/ooxmlexport3.cxx   |3 -
 sw/qa/extras/uiwriter/uiwriter.cxx  |8 ++-
 sw/source/core/crsr/findtxt.cxx |6 +-
 sw/source/core/doc/fmtcol.cxx   |   12 ++---
 sw/source/core/inc/frame.hxx|   15 +++
 sw/source/filter/basflt/fltshell.cxx|4 -
 sw/source/uibase/docvw/srcedtw.cxx  |1 
 sw/source/uibase/uno/unotxdoc.cxx   |2 
 vcl/source/outdev/polyline.cxx  |2 
 24 files changed, 92 insertions(+), 77 deletions(-)

New commits:
commit 0dace9ec07447407df5146555b1c8b56c0afe1e1
Author: Caolán McNamara 
Date:   Sat Jan 21 17:25:14 2017 +

coverity#1399047 Untrusted loop bound

Change-Id: I1c4c4613349935c803d1cf7729c52a3a18ee5375

diff --git a/sc/source/filter/lotus/op.cxx b/sc/source/filter/lotus/op.cxx
index dd0057e..7d0b47d 100644
--- a/sc/source/filter/lotus/op.cxx
+++ b/sc/source/filter/lotus/op.cxx
@@ -618,7 +618,7 @@ void OP_ApplyPatternArea123(LotusContext& rContext, 
SvStream& rStream)
 rStream.ReadUInt16( nData );
 rStream.SeekRel( nLength - 2 );
 if( nLevel == 1 )
-nTabCount = nData;
+nTabCount = SanitizeTab(nData);
 else if( nLevel == 2 )
 {
 nCol = nCol + nColCount;
commit f5c1909f042faf59ac4fd2462e18acf21ff577ec
Author: Caolán McNamara 
Date:   Sat Jan 21 16:28:48 2017 +

coverity#1399043 Resource leak

Change-Id: I11c23a02241712bbbae62c4716d0ca48c0436107

diff --git a/filter/source/msfilter/svdfppt.cxx 
b/filter/source/msfilter/svdfppt.cxx
index af09b9d..0c06194 100644
--- a/filter/source/msfilter/svdfppt.cxx
+++ b/filter/source/msfilter/svdfppt.cxx
@@ -6744,46 +6744,46 @@ PPTTextObj::PPTTextObj( SvStream& rIn, 
SdrPowerPointImport& rSdrPowerPointImport
 {
 ReadDffRecordHeader( rIn, aTextHd );
 sal_uInt16 nVal = 0;
-PPTFieldEntry* pEntry = nullptr;
+std::unique_ptr xEntry;
 switch ( aTextHd.nRecType )
 {
 case PPT_PST_DateTimeMCAtom :
 {
-pEntry = new PPTFieldEntry;
-rIn.ReadUInt16( pEntry->nPos )
+xEntry.reset(new PPTFieldEntry);
+rIn.ReadUInt16(xEntry->nPos)
.ReadUInt16( nVal )
.ReadUInt16( nVal );
-pEntry->SetDateTime( nVal & 0xff );
+xEntry->SetDateTime( nVal & 0xff );
 }
 break;
 
 case PPT_PST_FooterMCAtom :
 {
-pEntry = new PPTFieldEntry;
-rIn.ReadUInt16( pEntry->nPos );
-pEntry->pField1 = new SvxFieldItem( 
SvxFooterField(), EE_FEATURE_FIELD );
+xEntry.reset(new PPTFieldEntry);
+rIn.ReadUInt16(xEntry->nPos);
+xEntry->pField1 = new SvxFieldItem( 
SvxFooterField(), EE_FEATURE_FIELD );
 }
 break;
 
 case PPT_PST_HeaderMCAtom :
 {
-pEntry = new PPTFieldEntry;
-rIn.ReadUInt16( pEntry->nPos );
-pEntry->pField1 = new SvxFieldItem( 
SvxHeaderField(), 

[Libreoffice-bugs] [Bug 105462] GTK3 dialog boxes can't be moved to show the text behind

2017-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105462

Luke  changed:

   What|Removed |Added

 OS|All |Linux (All)

--- Comment #2 from Luke  ---
Most of them. Make sure you're using the gtk3 backend. Steps to reproduce.

1. SAL_USE_VCLPLUGIN=gtk3 ./libreoffice

2. New text document

3. right click -> paragraph

I could reproduce this problem with Fedora 25 with both wayland and xorg.

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


[Libreoffice-bugs] [Bug 105467] EDITING: Formcontrols - properties got an empty tab without any property

2017-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105467

rob...@familiegrosskopf.de changed:

   What|Removed |Added

   Keywords||regression

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


[Libreoffice-bugs] [Bug 105467] EDITING: Formcontrols - properties got an empty tab without any property

2017-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105467

--- Comment #1 from rob...@familiegrosskopf.de ---
Created attachment 130599
  --> https://bugs.documentfoundation.org/attachment.cgi?id=130599=edit
Open form and have a look at properties of textbox - 4th tab since LO 5.3

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


[Libreoffice-bugs] [Bug 105467] New: EDITING: Formcontrols - properties got an empty tab without any property

2017-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105467

Bug ID: 105467
   Summary: EDITING: Formcontrols - properties got an empty tab
without any property
   Product: LibreOffice
   Version: 5.3.0.2 rc
  Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Base
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: rob...@familiegrosskopf.de

Created attachment 130598
  --> https://bugs.documentfoundation.org/attachment.cgi?id=130598=edit
Shows a fourth tab in control-properties, but now content in this tab

Open the attached screenshot.
You could see the properties of a textbox.
There is a forth tab, containing no description, only "..." if you will open
it.

Tested with LO 5.3.0.2, but have seen this before in LO 5.3.0 beta.

My System: OpenSUSE 42.1 64bit rpm Linux

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


[Libreoffice-bugs] [Bug 105461] Highlighting text in textbox is lost when exporting in pdf

2017-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105461

V Stuart Foote  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||vstuart.fo...@utsa.edu,
   ||zolnaitamas2...@gmail.com
  Component|Writer  |Printing and PDF export
 Blocks||103378
 Ever confirmed|0   |1

--- Comment #3 from V Stuart Foote  ---
On Windows 10 Pro 64-bit en-US with
Version: 5.3.0.2 (x64)
Build ID: 5ad7b2889021c491af62f7930a4b1cb631392f16
CPU Threads: 8; OS Version: Windows 6.19; UI Render: default; Layout Engine:
new; 
Locale: en-US (en_US); Calc: group

Printing via a ghostscript based app to PDF retains the highlight of text in a
a Text Box.

Confirming that LibreOffice Export to PDF is dropping the highlighting of the
text. With default GDI and OpenGL based rendering.

Area fill of the Text box object's frame is passed through with both print and
export.


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=103378
[Bug 103378] [META] PDF export bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 103378] [META] PDF export bugs and enhancements

2017-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103378

V Stuart Foote  changed:

   What|Removed |Added

 Depends on||105461


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=105461
[Bug 105461] Highlighting text in textbox is lost when exporting in pdf
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


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

2017-01-21 Thread Caolán McNamara
 cui/source/customize/cfg.cxx |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 0b90c4a2856edefe4c91c51d5d72daa5a301b41c
Author: Caolán McNamara 
Date:   Sat Jan 21 17:03:10 2017 +

fix build

Change-Id: I501edaf90794df2ba776241e73c8b844e205ca3c

diff --git a/cui/source/customize/cfg.cxx b/cui/source/customize/cfg.cxx
index 4a77f42..ca667f3 100644
--- a/cui/source/customize/cfg.cxx
+++ b/cui/source/customize/cfg.cxx
@@ -5385,7 +5385,7 @@ bool SvxIconSelectorDialog::ReplaceGraphicItem(
 }
 pTbSymbol->InsertItem( nId,aImage, aURL, 
ToolBoxItemBits::NONE, 0 ); //modify
 
-xGraphic = aImage.GetXGraphic();
+xGraphic = Graphic(aImage.GetBitmapEx()).GetXGraphic();
 
 URLs[0] = aURL;
 aImportGraph[ 0 ] = xGraphic;
@@ -5548,7 +5548,7 @@ bool SvxIconSelectorDialog::ImportGraphic( const 
OUString& aURL )
 {
 pTbSymbol->InsertItem( nId, aImage, aURL, 
ToolBoxItemBits::NONE, 0 );
 
-xGraphic = aImage.GetXGraphic();
+xGraphic = Graphic(aImage.GetBitmapEx()).GetXGraphic();
 xGraphic->acquire();
 
 pTbSymbol->SetItemData(
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Re: Git commit adds ^M at end of line

2017-01-21 Thread Laurent BP
Thanks all for your answers. Sorry for the delay: I fell asleep, and just
wake up. ;-)

I think I found the root problem of this strange behavior. Many help files
contains some few lines ending with a ^M character. They are inserted after
 and before , for instance here:
http://opengrok.libreoffice.org/xref/help/source/text/sbasic/shared/03030108.xhp#40

I think that my KWrite detected these characters and decided to
automatically add one to each line. This was not the case for all the files
of the patch, because I changed my KWrite option during my patching.

Solution was to restart from scratch, and edit with vim. I could proposed my
change here:
https://gerrit.libreoffice.org/33240/

I will investigate about these extra ^M characters.

Best regards,



-
LibreOffice 5.1.4.1
--
View this message in context: 
http://nabble.documentfoundation.org/Git-commit-adds-M-at-end-of-line-tp4204025p4205924.html
Sent from the Dev mailing list archive at Nabble.com.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 105463] Checkbox in Base form corrupted

2017-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105463

rob...@familiegrosskopf.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #2 from rob...@familiegrosskopf.de ---
Could confirm the buggy behavior.
Open a form in a database - you don't need any table.
Create a checkbox.
Label will be written, checkbox doesn't exist any more.

Doesn't work in LO 5.3.0.2, works in LO 5.2.4.2

All tested here with OpenSUSE 42.1 64bit rpm Linux.

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


[Libreoffice-bugs] [Bug 105466] Crash when changing condition in conditional formatting

2017-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105466

Xisco Faulí  changed:

   What|Removed |Added

   Keywords||bibisected, bisected,
   ||regression
   Priority|medium  |highest
 Status|UNCONFIRMED |NEW
 CC||caol...@redhat.com,
   ||xiscofa...@libreoffice.org
 Ever confirmed|0   |1
   Severity|normal  |critical

--- Comment #1 from Xisco Faulí  ---
Regression introduced by:

author  Caolán McNamara 2017-01-06 16:18:37 (GMT)
committer   Caolán McNamara 2017-01-06 16:19:35
(GMT)
commit  ac561ab34ea9d26243fe3791f624c440dcf7ae6d (patch)
treee099c8cbd34d9a82045bada1a2aa7ab874fcf6c8
parent  abf38a157eabe867fb23a85901e149a50e6782cd (diff)
Resolves: tdf#105061 Only one text box shown in case of 'between'
non-layout ScCondFormatList widget not responding to layout child change

Adding Cc: to Caolán McNamara

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


[Libreoffice-bugs] [Bug 105466] New: Crash when changing condition in conditional formatting

2017-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105466

Bug ID: 105466
   Summary: Crash when changing condition in conditional
formatting
   Product: LibreOffice
   Version: 5.4.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: xiscofa...@libreoffice.org

Steps:
1. Open Calc
2. Go to Format - Conditional Formatting - Condition
3. Change condition from 'Cell value is' to another
4. Crash

Reproduced in

Version: 5.4.0.0.alpha0+
Build ID: d3ff66999d924e832f8219c65ced0526f1a67f82
CPU Threads: 4; OS Version: Linux 4.8; UI Render: default; VCL: gtk3; 
Locale: ca-ES (ca_ES.UTF-8); Calc: group

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


[Libreoffice-bugs] [Bug 103236] Some Impress slide transitions crashes LO

2017-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103236

Xisco Faulí  changed:

   What|Removed |Added

   Priority|high|highest
 CC||xiscofa...@libreoffice.org

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


[Libreoffice-bugs] [Bug 105462] GTK3 dialog boxes can't be moved to show the text behind

2017-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105462

Xisco Faulí  changed:

   What|Removed |Added

 CC||xiscofa...@libreoffice.org

--- Comment #1 from Xisco Faulí  ---
is it happening with an specific dialog? or with all of them?

Using 

Version: 5.4.0.0.alpha0+
Build ID: d3ff66999d924e832f8219c65ced0526f1a67f82
CPU Threads: 4; OS Version: Linux 4.8; UI Render: default; VCL: gtk3; 
Locale: ca-ES (ca_ES.UTF-8); Calc: group

I can move the dialogs...

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


Re: ODF TC issue 2049 custom shape enhancement

2017-01-21 Thread Regina Henschel

Hi Mark,

Mark Hung schrieb:

Hi Regina,

Sorry that being late to reply about this topic.


It is on the agenda of the TC, but we will surely not decide next Monday.

 I've spend some time in

oox last year. I try to make built-in shapes export to ooxml as much as
possible.


The problem with built-in shapes in the view of ODF file format is, that 
the rendering in LO depends on 'draw:type' attribute. But that should 
not be.


 It might be a little wired, but my major concern about

blending to another color value is how reset of the filters can emulate
the effect.  Currently users can group different shapes with different
transparency.  That might be an alternative although there are still
differences.


I do not understand you. The problem is how to specify changes to the 
color of a subpath in an enhanced geometry.


The current implementation has three concepts:
(1) Use the new commands H I J K inside the 'drawooo:enhanced-path' 
attribute in case of draw:type="ooxml-foo" and direct pptx import.
(2a) Use a value for the member nColorData which is set from constants 
inside the ctor of the enhanced-geometry. This is used in case of 
"mso_sptfoo".
(2b) Extract the value for the member nColorData from the value in 
draw:type. That is done for the cases draw:type="col-nnn". That is used 
for the shapes "Octagon Bevel" and "Diamond Bevel", but would work for 
other shapes too, see attached document.


The colors in (1) are currently different from the specification for the 
OOXML attribute 'ST_PathFillMode'. I think, that is a bug and have 
proposed a patch to change that.


But using nColorData allows colors, that cannot be represented with the 
four values possible in the OOXML attribute 'ST_PathFillMode'. On the 
other hand, besides the shapes "ActionButtonHome" and "CurvedArrow" only 
20% and 40% is actually used and LibreOffice is not effected for direct 
pptx import but only for documents which already contain shapes of type 
"mso_sptfoo" or "col-nnn".


Kind regards
Regina



Best Regards.

2017-01-14 23:34 GMT+08:00 Regina Henschel >:

Hi all,

the ODF TC is going to discuss
https://issues.oasis-open.org/browse/OFFICE-2049
.
The MS Office preset shapes have subpaths, which are lighten or
darken, e.g. the shape type “Borders”, which is “quad-bevel” in
LibreOffice. The issue is about adding a way to store such subpath
information in the file. In ODF 1.2 it is not possible.

Apache OpenOffice does not store the information, but renders the
shape depending on its type name. That works only for the preset
shapes of OOXML. In LibreOffice this subpath information is stored
as new path commands. LibreOffice uses an own namespace “drawooo”
for that. This has been added by commits by Radek Doulik at 2012-01-11.

But the implementation is faulty, see
https://bugs.documentfoundation.org/show_bug.cgi?id=105266
.
On the other hand there is the request for multiple colors for the
enhanced-geometry, see
https://bugs.documentfoundation.org/show_bug.cgi?id=103298


I can imagine this solution: Add a new attribute to the
 element which carries a list of value
pairs. Such pair has a factor from [0;1] for the degree of blending
and a color value for the blending color. Such attribute would be
able to carry the information needed for “lighten” and “darken”, but
give the additional opportunity to implement color change in subpath.

My question, should ODF 1.3 follow the current LO way and add new
path commands? Or do you like my other idea, or do you have a
different idea?

Kind regards
Regina
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org

https://lists.freedesktop.org/mailman/listinfo/libreoffice





--
Mark Hung




BlendingFromType.fodg
Description: application/vnd.oasis.opendocument.graphics-flat-xml
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-bugs] [Bug 50299] MOD shows not existing, inconsistent, small remainder with calculated Dividend

2017-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=50299

--- Comment #40 from k...@cox.net ---
Comment 38 can be deleted as incomplete.

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


[Libreoffice-bugs] [Bug 50299] MOD shows not existing, inconsistent, small remainder with calculated Dividend

2017-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=50299

--- Comment #39 from k...@cox.net ---
My apologies, Aron Budea, Like your normal users, I use what apt, apt-get or
the synaptic package manager give me from the (X)Ubuntu repositories. In the
future, I will not respond until my version of LO Calc is the same as or newer
than the last version mentioned as tested.

To expand on your "main issue", the calculated values of MOD(24.09,1)*100 and
MOD(24.09,1) are displayed in general number format as 9 and 0.09,
respectively. When they are copied to another document (e.g., gedit), they are
pasted as 9 and 0.09, respectively, and when their values are copied to other
cells, they are pasted as 8.99 and 0.0899,
respectively. This is acceptable for WYSIWYG and Excel does the same. However,
if the cells are tested against each other for equality, 
MOD(24.09,1)*100 = 8.99 = 9 and MOD(24.09,1) = 0.0899 =
0.09 and (9 – 8.99) = 0 and (0.09 – 0.0899) = 0.

However:   8.99 ≠ 9
 0.0899 ≠ 0.09
 (9 – 8.99) ≠ 0
(0.09 – 0.0899) ≠ 0

Calculations should be done on actual values if ROUND() is not used, so if the
above applies to the current version of LO Calc, something is still wrong (in
medicine or finance, a calculation that is randomly off by one month is a
serious error).

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


[Libreoffice-commits] core.git: 2 commits - framework/source include/vcl svtools/source sw/source toolkit/source vcl/source

2017-01-21 Thread Caolán McNamara
 framework/source/uiconfiguration/imagemanagerimpl.cxx |   18 +-
 include/vcl/image.hxx |1 -
 svtools/source/graphic/provider.cxx   |8 
 sw/source/filter/ww8/ww8par.cxx   |4 ++--
 toolkit/source/awt/vclxmenu.cxx   |2 +-
 toolkit/source/awt/vclxwindows.cxx|2 +-
 vcl/source/image/Image.cxx|7 ---
 7 files changed, 21 insertions(+), 21 deletions(-)

New commits:
commit 07bcb812c95617ee543e51568cbc8fa83fed243e
Author: Caolán McNamara 
Date:   Sat Jan 21 14:45:02 2017 +

coverity#704055 Unchecked return value

Change-Id: Ie0c8155955ba975c913738adf40ef6ec092adba0

diff --git a/sw/source/filter/ww8/ww8par.cxx b/sw/source/filter/ww8/ww8par.cxx
index a586b9a..25f499a 100644
--- a/sw/source/filter/ww8/ww8par.cxx
+++ b/sw/source/filter/ww8/ww8par.cxx
@@ -3671,8 +3671,8 @@ bool SwWW8ImplReader::ReadChar(long nPosCp, long nCpOfs)
 {
 WW8_FC nPos;
 void *pData;
-pTest->Get(nPos, pData);
-sal_uInt32 nData = 
SVBT32ToUInt32(*static_cast(pData));
+sal_uInt32 nData = pTest->Get(nPos, pData) ? 
SVBT32ToUInt32(*static_cast(pData))
+   : 0;
 if (nData & 0x2) // Might be how it works
 {
 TabCellEnd();
commit f9b87a2e50e7cc46a19b5fdee61e14d53550393d
Author: Caolán McNamara 
Date:   Fri Jan 20 17:21:59 2017 +

move GetXGraphic to its only user

Change-Id: I72ec4a7e72ca3355a97f987fab70b3e3a8e45168

diff --git a/framework/source/uiconfiguration/imagemanagerimpl.cxx 
b/framework/source/uiconfiguration/imagemanagerimpl.cxx
index d1e73bc..33c6dd7 100644
--- a/framework/source/uiconfiguration/imagemanagerimpl.cxx
+++ b/framework/source/uiconfiguration/imagemanagerimpl.cxx
@@ -717,6 +717,14 @@ throw (css::lang::IllegalArgumentException, 
css::uno::RuntimeException)
 return false;
 }
 
+namespace
+{
+css::uno::Reference< css::graphic::XGraphic > GetXGraphic(const Image 
)
+{
+return Graphic(rImage.GetBitmapEx()).GetXGraphic();
+}
+}
+
 Sequence< uno::Reference< XGraphic > > ImageManagerImpl::getImages(
 ::sal_Int16 nImageType,
 const Sequence< OUString >& aCommandURLSequence )
@@ -759,7 +767,7 @@ throw ( css::lang::IllegalArgumentException, 
css::uno::RuntimeException )
 aImage = rGlobalImageList->getImageFromCommandURL( nIndex, 
aStrArray[n] );
 }
 
-aGraphSeq[n] = aImage.GetXGraphic();
+aGraphSeq[n] = GetXGraphic(aImage);
 }
 
 return aGraphSeq;
@@ -909,7 +917,7 @@ throw ( css::lang::IllegalArgumentException,
 {
 if ( !pReplacedImages )
 pReplacedImages = new CmdToXGraphicNameAccess();
-pReplacedImages->addElement( aCommandURLSequence[i], 
aNewImage.GetXGraphic() );
+pReplacedImages->addElement(aCommandURLSequence[i], 
GetXGraphic(aNewImage));
 }
 } // if ( m_bUseGlobal )
 else
@@ -1013,14 +1021,14 @@ void ImageManagerImpl::reload()
 if ( !pReplacedImages )
 pReplacedImages = new CmdToXGraphicNameAccess();
 pReplacedImages->addElement( aNewUserCmdImageSet[j],
- pImageList->GetImage( 
aNewUserCmdImageSet[j] ).GetXGraphic() );
+ 
GetXGraphic(pImageList->GetImage(aNewUserCmdImageSet[j])) );
 }
 else
 {
 if ( !pInsertedImages )
 pInsertedImages = new CmdToXGraphicNameAccess();
 pInsertedImages->addElement( aNewUserCmdImageSet[j],
- pImageList->GetImage( 
aNewUserCmdImageSet[j] ).GetXGraphic() );
+ 
GetXGraphic(pImageList->GetImage(aNewUserCmdImageSet[j])) );
 }
 }
 
@@ -1058,7 +1066,7 @@ void ImageManagerImpl::reload()
 // Image has been found in the module/global 
image list => replace user image
 if ( !pReplacedImages )
 pReplacedImages = new 
CmdToXGraphicNameAccess();
-pReplacedImages->addElement( pIter->first, 
aImage.GetXGraphic() );
+pReplacedImages->addElement(pIter->first, 
GetXGraphic(aImage));
 }
 } // if ( 

[Libreoffice-bugs] [Bug 104520] [META] DOCX (OOXML) bug tracker

2017-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104520

Gabor Kelemen  changed:

   What|Removed |Added

 Depends on||105458


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=105458
[Bug 105458] ROUNDTRIP DOCX: Text within a comment isn't saved into DOCX
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 105458] ROUNDTRIP DOCX: Text within a comment isn't saved into DOCX

2017-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105458

Gabor Kelemen  changed:

   What|Removed |Added

 Blocks||104520


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=104520
[Bug 104520] [META] DOCX (OOXML) bug tracker
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 105458] ROUNDTRIP DOCX: Text within a comment isn't saved into DOCX

2017-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105458

Gabor Kelemen  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||kelem...@ubuntu.com
 Ever confirmed|0   |1

--- Comment #3 from Gabor Kelemen  ---
Reproduced with 5.2.4.2 on Ubuntu.
The text added to the comment is lost if you save it while the cursor is still
in the comment.
If you click into the document text area after pressing Ctrl-S in the comment,
the modified state of the document changes to modified - without even pressing
a key!
Then you can save the document again and then the changes to the comment are
saved and can be loaded.

Also this does not happen when using ODT or DOC format. Saving comment changes
while the cursor is still in the comment works as expected.

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


[Libreoffice-bugs] [Bug 50299] MOD shows not existing, inconsistent, small remainder with calculated Dividend

2017-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=50299

--- Comment #38 from k...@cox.net ---
My apologies, Aron Budea, I only use the versions of LibreOffice Calc that the
(X)Ubuntu repositories give me using sudo apt, sudo apt-get or the synaptic
package manager. However, to expand on your "main issue", the calculated values
of MOD(24.09,1)*100 and MOD(24.09,1) are displayed in general number format as
9 and 0.09, respectively. When they are copied to another document (e.g.,
gedit), they are pasted as 9 and 0.09, respectively; when their values are
copied to other cells, they are pasted as 8.99 and
0.0899, respectively; and if the cells are tested against each
other for equality, 
MOD(24.09,1)*100 = 8.99 = 9 and MOD(24.09,1) = 0.0899 =
0.09 and 9 8.99 = 0 and . But 8.99 ≠ 9 and
0.0899 ≠ 0.09

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


[Libreoffice-commits] core.git: helpcontent2

2017-01-21 Thread Stephan Bergmann
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 879aebdf9cd83b07edbca919d623880d94adb40c
Author: Stephan Bergmann 
Date:   Sat Jan 21 14:59:53 2017 +0100

Updated core
Project: help  8e2bbff94a6584e31f2b9adaf22dd94c2afc5446

Duplicate ID

Change-Id: I3b4721de7485b3676857de78163df9a4feab26cf

diff --git a/helpcontent2 b/helpcontent2
index d61d111..8e2bbff 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit d61d111c356296112ff6f0b35028742b7f1a0ba4
+Subproject commit 8e2bbff94a6584e31f2b9adaf22dd94c2afc5446
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] help.git: source/text

2017-01-21 Thread Stephan Bergmann
 source/text/shared/optionen/online_update.xhp |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8e2bbff94a6584e31f2b9adaf22dd94c2afc5446
Author: Stephan Bergmann 
Date:   Sat Jan 21 14:59:53 2017 +0100

Duplicate ID

Change-Id: I3b4721de7485b3676857de78163df9a4feab26cf

diff --git a/source/text/shared/optionen/online_update.xhp 
b/source/text/shared/optionen/online_update.xhp
index 9369574..5891b86 100644
--- a/source/text/shared/optionen/online_update.xhp
+++ b/source/text/shared/optionen/online_update.xhp
@@ -64,7 +64,7 @@
 Download updates automatically
 Enable the automatic download of 
updates.
 
-Change
+Change
 Click to select a folder to download the 
files.
 
 Download updates automatically
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2017-01-21 Thread Jochen Nitschke
 svtools/source/contnr/imivctl.hxx  |4 +---
 svtools/source/contnr/imivctl2.cxx |   30 --
 2 files changed, 13 insertions(+), 21 deletions(-)

New commits:
commit fb6326c7be3d6705d02b9c19b574cd11d3f99932
Author: Jochen Nitschke 
Date:   Sat Jan 21 14:03:29 2017 +0100

function argument cleanup

fix for cppcheck funcArgOrderDifferent
> Function 'SearchRow' argument order different:
> declaration 'nRow, nRight, nLeft, nPref, bRight, bSimple'
> definition 'nRow, nLeft, nRight, , bRight, bSimple'

remove unused nPref argument
swap arguments where nTop was obviously bigger than
nBottom or nLeft bigger than nRight
use std::swap

no logic change intended

Change-Id: I65fd313636edcd8bca8fde2ca9b35de90d1e8ad4
Reviewed-on: https://gerrit.libreoffice.org/33372
Tested-by: Jenkins 
Reviewed-by: Jochen Nitschke 

diff --git a/svtools/source/contnr/imivctl.hxx 
b/svtools/source/contnr/imivctl.hxx
index d43208c..b6ee38a 100644
--- a/svtools/source/contnr/imivctl.hxx
+++ b/svtools/source/contnr/imivctl.hxx
@@ -515,16 +515,14 @@ class IcnCursor_Impl
 sal_uInt16 nCol,
 sal_uInt16 nTop,
 sal_uInt16 nBottom,
-sal_uInt16 nPref,
 bool bDown,
 bool bSimple
 );
 
 SvxIconChoiceCtrlEntry* SearchRow(
 sal_uInt16 nRow,
-sal_uInt16 nRight,
 sal_uInt16 nLeft,
-sal_uInt16 nPref,
+sal_uInt16 nRight,
 bool bRight,
 bool bSimple
 );
diff --git a/svtools/source/contnr/imivctl2.cxx 
b/svtools/source/contnr/imivctl2.cxx
index e9a914d..0730f7a 100644
--- a/svtools/source/contnr/imivctl2.cxx
+++ b/svtools/source/contnr/imivctl2.cxx
@@ -111,7 +111,7 @@ void IcnCursor_Impl::Clear()
 }
 
 SvxIconChoiceCtrlEntry* IcnCursor_Impl::SearchCol(sal_uInt16 nCol, sal_uInt16 
nTop, sal_uInt16 nBottom,
-sal_uInt16, bool bDown, bool bSimple )
+bool bDown, bool bSimple )
 {
 DBG_ASSERT(pCurEntry, "SearchCol: No reference entry");
 IconChoiceMap::iterator mapIt = xColumns->find( nCol );
@@ -159,11 +159,8 @@ SvxIconChoiceCtrlEntry* 
IcnCursor_Impl::SearchCol(sal_uInt16 nCol, sal_uInt16 nT
 }
 
 if( nTop > nBottom )
-{
-sal_uInt16 nTemp = nTop;
-nTop = nBottom;
-nBottom = nTemp;
-}
+std::swap(nTop, nBottom);
+
 long nMinDistance = LONG_MAX;
 SvxIconChoiceCtrlEntry* pResult = nullptr;
 for( sal_uInt16 nCur = 0; nCur < nCount; nCur++ )
@@ -190,7 +187,7 @@ SvxIconChoiceCtrlEntry* 
IcnCursor_Impl::SearchCol(sal_uInt16 nCol, sal_uInt16 nT
 }
 
 SvxIconChoiceCtrlEntry* IcnCursor_Impl::SearchRow(sal_uInt16 nRow, sal_uInt16 
nLeft, sal_uInt16 nRight,
-sal_uInt16, bool bRight, bool bSimple )
+bool bRight, bool bSimple )
 {
 DBG_ASSERT(pCurEntry,"SearchRow: No reference entry");
 IconChoiceMap::iterator mapIt = xRows->find( nRow );
@@ -238,11 +235,8 @@ SvxIconChoiceCtrlEntry* 
IcnCursor_Impl::SearchRow(sal_uInt16 nRow, sal_uInt16 nL
 
 }
 if( nRight < nLeft )
-{
-sal_uInt16 nTemp = nRight;
-nRight = nLeft;
-nLeft = nTemp;
-}
+std::swap(nRight, nLeft);
+
 long nMinDistance = LONG_MAX;
 SvxIconChoiceCtrlEntry* pResult = nullptr;
 for( sal_uInt16 nCur = 0; nCur < nCount; nCur++ )
@@ -298,9 +292,9 @@ SvxIconChoiceCtrlEntry* IcnCursor_Impl::GoLeftRight( 
SvxIconChoiceCtrlEntry* pCt
 // neighbor in same row?
 if( bRight )
 pResult = SearchRow(
-nY, nX, sal::static_int_cast< sal_uInt16 >(nCols-1), nX, true, 
true );
+nY, nX, sal::static_int_cast< sal_uInt16 >(nCols-1), true, true );
 else
-pResult = SearchRow( nY, nX ,0, nX, false, true );
+pResult = SearchRow( nY, 0, nX, false, true );
 if( pResult )
 return pResult;
 
@@ -322,7 +316,7 @@ SvxIconChoiceCtrlEntry* IcnCursor_Impl::GoLeftRight( 
SvxIconChoiceCtrlEntry* pCt
 sal_uInt16 nRowMax = nY;
 do
 {
-SvxIconChoiceCtrlEntry* pEntry = 
SearchCol((sal_uInt16)nCurCol,nRowMin,nRowMax,nY,true, false);
+SvxIconChoiceCtrlEntry* pEntry = SearchCol((sal_uInt16)nCurCol, 
nRowMin, nRowMax, true, false);
 if( pEntry )
 return pEntry;
 if( nRowMin )
@@ -417,9 +411,9 @@ SvxIconChoiceCtrlEntry* IcnCursor_Impl::GoUpDown( 
SvxIconChoiceCtrlEntry* pCtrlE
 // neighbor in same column?
 if( bDown )
 pResult = SearchCol(
-nX, nY, sal::static_int_cast< sal_uInt16 >(nRows-1), nY, true, 
true );
+  

[Libreoffice-bugs] [Bug 105465] New: UI: When selecting font color 'automatic' in the color picker, the font color seems to be set to no fill

2017-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105465

Bug ID: 105465
   Summary: UI: When selecting font color 'automatic' in the color
picker, the font color seems to be set to no fill
   Product: LibreOffice
   Version: 4.3.7.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: LibreOffice
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: tele...@surfxs.nl

Description:
When resetting to Font color to default setting by selecting Font color
'Automatic' (using the toolbar) I always get an uncomfortable feeling. It has
the same look as 'No Fill' for the Highlighting tool.  

Steps to Reproduce:
1. Open Writer
2. Select the Font Color color picker arrow and select 'Automatic' 
3. Select the Highlighting tool color picker arrow and select 'No Fill'  

Actual Results:  
Font Color 'Automatic' has the same look as 'No Fill' for the Highlighting
tool.

Expected Results:
I personally would prefer something less confusing. For example same look as
setting direct formatting to black. 


Reproducible: Always

User Profile Reset: No

Additional Info:


User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_1)
AppleWebKit/602.2.14 (KHTML, like Gecko) Version/10.0.1 Safari/602.2.14

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


[Libreoffice-bugs] [Bug 105429] Names of cell style in Calc not localized

2017-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105429

thack...@nexgo.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #1 from thack...@nexgo.de ---
Hello Leif, *,
thank you for reporting this bug :) I can confirm it with

OS: Debian Testing AMD64
LO: Version: 5.3.0.2
Build-ID: 5ad7b2889021c491af62f7930a4b1cb631392f16
CPU-Threads: 4; BS-Version: Linux 4.5; UI-Render: Standard; VCL: gtk2;
Layout-Engine: neu; 
Gebietsschema: de-DE (de_DE.UTF-8); Calc: group
(parallel installed, following the instructions from
https://wiki.documentfoundation.org/Installing_in_parallel/Linux with de_DE
lang- as well as helppack)

so setting the status to "NEW".
HTH
Thomas.

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


[Libreoffice-bugs] [Bug 81821] Available paper formats depend on system (CUPS) settings

2017-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=81821

thack...@nexgo.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #4 from thack...@nexgo.de ---
Hello gscscnd, *,
thank you for reporting this bug :) I can confirm it with

OS: Debian Testing AMD64
Printer: Samsung XPress M2070 series
CUPS: 2.2.1-4
LO: Version: 5.1.6.2
Build-ID: 07ac168c60a517dba0f0d7bc7540f5afa45f0909
CPU-Threads: 4; BS-Version: Linux 4.5; UI-Render: Standard; 
Gebietsschema: de-DE (de_DE.UTF-8); Calc: group

and

LO: Version: 5.3.0.2
Build-ID: 5ad7b2889021c491af62f7930a4b1cb631392f16
CPU-Threads: 4; BS-Version: Linux 4.5; UI-Render: Standard; VCL: gtk2;
Layout-Engine: neu; 
Gebietsschema: de-DE (de_DE.UTF-8); Calc: group

so setting status to "NEW". In both LO version, I have no choice to change the
paper size nor orientation (= both options are greyed out) ... :(
Have a nice day
Thomas.

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


[Libreoffice-bugs] [Bug 94129] LibO not in foreground when double-clicking file in Windows explorer ( and LibO wasn't opened before since booting)

2017-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94129

--- Comment #11 from Alan Rew  ---
It's different behaviour, but the bug still occurs.

Here's what I've done:

(1) install suggested alpha release
(2) restart windows
(3) open windows explorer (Win + E)
(4) browse to folder containing spreadsheet
(5) double click on spreadsheet
(6) spreadsheet opens, & Calc is correctly in the foreground
(7) close Calc
(8) close windows explorer
(9) open windows explorer again
(10) browse to folder containing spreadsheet
(11) double click on same spreadsheet as before
(12) file opens, but Calc is *not* in the foreground this time.

Further info: after installation, I *didn't* configure LO to pre-load during
start up.

Hope this helps you diagnose the problem further. Please ask if you need any
more info

KR

Alan

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


[Libreoffice-commits] help.git: AllLangHelp_simpress.mk source/text

2017-01-21 Thread Gabor Kelemen
 AllLangHelp_simpress.mk  |1 
 source/text/simpress/02/0404.xhp |   39 ---
 2 files changed, 40 deletions(-)

New commits:
commit d61d111c356296112ff6f0b35028742b7f1a0ba4
Author: Gabor Kelemen 
Date:   Sat Jan 21 13:27:12 2017 +0100

Drop Transition Speed page, this feature is no more

Change-Id: I3b053954f68cdf1b695d2c6b8e617125b3b2205d
Reviewed-on: https://gerrit.libreoffice.org/33371
Reviewed-by: Gabor Kelemen 
Tested-by: Gabor Kelemen 

diff --git a/AllLangHelp_simpress.mk b/AllLangHelp_simpress.mk
index 0146ac6..ef59925 100644
--- a/AllLangHelp_simpress.mk
+++ b/AllLangHelp_simpress.mk
@@ -123,7 +123,6 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,simpress,\
 helpcontent2/source/text/simpress/02/0401 \
 helpcontent2/source/text/simpress/02/0402 \
 helpcontent2/source/text/simpress/02/0403 \
-helpcontent2/source/text/simpress/02/0404 \
 helpcontent2/source/text/simpress/02/0406 \
 helpcontent2/source/text/simpress/02/0407 \
 helpcontent2/source/text/simpress/02/0802 \
diff --git a/source/text/simpress/02/0404.xhp 
b/source/text/simpress/02/0404.xhp
deleted file mode 100644
index 087d53e..000
--- a/source/text/simpress/02/0404.xhp
+++ /dev/null
@@ -1,39 +0,0 @@
-
-
-
-
-   
-
-
-
-Transition Speed
-/text/simpress/02/0404.xhp
-
-
-Sun Microsystems, Inc.
-
-
-
-
-Transition SpeedUFI: Help-ID is in 
0604
-
-
-
-
-
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: helpcontent2

2017-01-21 Thread Gabor Kelemen
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 793f40cc6f3b5a4752375e240c0b7c4997de15b5
Author: Gabor Kelemen 
Date:   Sat Jan 21 13:27:12 2017 +0100

Updated core
Project: help  d61d111c356296112ff6f0b35028742b7f1a0ba4

Drop Transition Speed page, this feature is no more

Change-Id: I3b053954f68cdf1b695d2c6b8e617125b3b2205d
Reviewed-on: https://gerrit.libreoffice.org/33371
Reviewed-by: Gabor Kelemen 
Tested-by: Gabor Kelemen 

diff --git a/helpcontent2 b/helpcontent2
index b3cc89a..d61d111 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit b3cc89aa41637615553203f4293dbc9fbf4c636d
+Subproject commit d61d111c356296112ff6f0b35028742b7f1a0ba4
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 105371] Find & Replace Dialog: tune up

2017-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105371

Heiko Tietze  changed:

   What|Removed |Added

 Status|REOPENED|ASSIGNED
   Assignee|libreoffice-b...@lists.free |tietze.he...@gmail.com
   |desktop.org |

--- Comment #21 from Heiko Tietze  ---
Created attachment 130597
  --> https://bugs.documentfoundation.org/attachment.cgi?id=130597=edit
Reworked dialog on gtk3

Removed the fix width (both 80 and 120px are bad) and added some code in order
to set the width on runtime in respect to the longest text. Took me a while to
find out why the buttons were squeezed- the code is uncommented now. And
finally I unset the resizable flag for this dialog.

Changes are in https://gerrit.libreoffice.org/#/c/33370/1. Unfortunately there
is something wrong with my code, it's my first real code contribution, which
leads to a crash when the dialog is closed. Hope to get a solution from the
reviewers.

PS: Learn more about how to submit patches at
https://wiki.documentfoundation.org/Development/gerrit/SubmitPatch Your
contribution is very welcome.

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


[Libreoffice-ux-advise] [Bug 105371] Find & Replace Dialog: tune up

2017-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105371

Heiko Tietze  changed:

   What|Removed |Added

 Status|REOPENED|ASSIGNED
   Assignee|libreoffice-b...@lists.free |tietze.he...@gmail.com
   |desktop.org |

--- Comment #21 from Heiko Tietze  ---
Created attachment 130597
  --> https://bugs.documentfoundation.org/attachment.cgi?id=130597=edit
Reworked dialog on gtk3

Removed the fix width (both 80 and 120px are bad) and added some code in order
to set the width on runtime in respect to the longest text. Took me a while to
find out why the buttons were squeezed- the code is uncommented now. And
finally I unset the resizable flag for this dialog.

Changes are in https://gerrit.libreoffice.org/#/c/33370/1. Unfortunately there
is something wrong with my code, it's my first real code contribution, which
leads to a crash when the dialog is closed. Hope to get a solution from the
reviewers.

PS: Learn more about how to submit patches at
https://wiki.documentfoundation.org/Development/gerrit/SubmitPatch Your
contribution is very welcome.

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


[Libreoffice-commits] help.git: source/text

2017-01-21 Thread Gabor Kelemen
 source/text/simpress/01/0604.xhp |   48 ---
 1 file changed, 22 insertions(+), 26 deletions(-)

New commits:
commit b3cc89aa41637615553203f4293dbc9fbf4c636d
Author: Gabor Kelemen 
Date:   Sat Jan 21 13:18:10 2017 +0100

Fix Slide Transitions page

Fix bookmarks, even the good ones contained a typo
Sync content with UI changes
.uno:DiaSpeed seems to be gone

Change-Id: I25b2a181b4a70294df353c563ae4bc38a069f53b
Reviewed-on: https://gerrit.libreoffice.org/33369
Reviewed-by: Gabor Kelemen 
Tested-by: Gabor Kelemen 

diff --git a/source/text/simpress/01/0604.xhp 
b/source/text/simpress/01/0604.xhp
index 4a5552a..4765ffc 100644
--- a/source/text/simpress/01/0604.xhp
+++ b/source/text/simpress/01/0604.xhp
@@ -37,43 +37,39 @@
 
 
 Slide Transition
-Defines the special effect that plays when you 
display a slide during a slide show.
+Defines the special effect that plays when you 
display a slide during a slide show.
 
 
   
 
-To apply the same transition effect to more than one slide, switch 
to the Slide 
Sorter, select the slides, and then choose Slide Show - Slide 
Transition.
-
-
-UFI: removed a help 
idApply to selected slides
-Select the slide 
transition you want to use for the selected slides.
-Modify transition
-Enter the transition properties.
-
-
-Speed
-Sets the 
speed of the slide transition.
-
-
-
-Sound
-Lists 
sounds that can played during the slide transition.
-Loop until next sound
+To apply the same transition effect to more than one slide, switch 
to the Slide 
Sorter, select the slides, and then choose Slide - Slide 
Transition.
+
+
+Slide Transition
+Select the slide transition you want to use for the 
selected slides.
+
+Variant
+Select a variation of the transition. This 
list is only available for certain transitions.
+
+Duration
+Sets the duration of the slide 
transition.
+
+Sound
+Lists sounds that can played during the slide 
transition.
+Loop until next sound
 Select to play the sound repeatedly until another 
sound starts.
 Advance slide
 Specifies how to get the next 
slide.
-On mouse click
+On mouse click
 Select to advance to the next slide on a mouse 
click.
-
-Automatically after
+
+Automatically after
 Select to advance to the next slide after a number of 
seconds. Enter the seconds in the numerical field next to the spin button, or 
click the spin button.
-Apply to All Slides
+Apply Transition to All Slides
 Applies the selected slide transition to all slides 
in the current presentation document.
-Play
+Play
 Shows the current slide transition as a 
preview.
-Slide Show
-Starts the slide show from the current 
slide.
-Automatic preview
+Automatic preview
 Select to see the slide transitions automatically in 
the document.
 
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: helpcontent2

2017-01-21 Thread Gabor Kelemen
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1e13a08cc7fb5071a62f7ecb68f74fe795d0ad61
Author: Gabor Kelemen 
Date:   Sat Jan 21 13:18:10 2017 +0100

Updated core
Project: help  b3cc89aa41637615553203f4293dbc9fbf4c636d

Fix Slide Transitions page

Fix bookmarks, even the good ones contained a typo
Sync content with UI changes
.uno:DiaSpeed seems to be gone

Change-Id: I25b2a181b4a70294df353c563ae4bc38a069f53b
Reviewed-on: https://gerrit.libreoffice.org/33369
Reviewed-by: Gabor Kelemen 
Tested-by: Gabor Kelemen 

diff --git a/helpcontent2 b/helpcontent2
index 5d1e0e3..b3cc89a 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 5d1e0e3cc71005c90fce00b47022816aa4b32d84
+Subproject commit b3cc89aa41637615553203f4293dbc9fbf4c636d
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: helpcontent2

2017-01-21 Thread Gabor Kelemen
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2702cdd30b8564e5dfc31eb868e2fe107c0922d1
Author: Gabor Kelemen 
Date:   Fri Jan 20 23:47:59 2017 +0100

Updated core
Project: help  5d1e0e3cc71005c90fce00b47022816aa4b32d84

Move help paragraphs to the Online Update settings page

...where it actually belongs.
Tailor the text a bit to make some more sense.

Change-Id: Id7e2c07c425e797116073a65fd0be590e837ca66
Reviewed-on: https://gerrit.libreoffice.org/33368
Reviewed-by: Gabor Kelemen 
Tested-by: Gabor Kelemen 

diff --git a/helpcontent2 b/helpcontent2
index 529ebd0..5d1e0e3 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 529ebd059a6f8cebeee0e1c1a30e52b17bf6a3b2
+Subproject commit 5d1e0e3cc71005c90fce00b47022816aa4b32d84
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] help.git: source/text

2017-01-21 Thread Gabor Kelemen
 source/text/shared/01/online_update.xhp   |5 -
 source/text/shared/optionen/online_update.xhp |9 -
 2 files changed, 8 insertions(+), 6 deletions(-)

New commits:
commit 5d1e0e3cc71005c90fce00b47022816aa4b32d84
Author: Gabor Kelemen 
Date:   Fri Jan 20 23:47:59 2017 +0100

Move help paragraphs to the Online Update settings page

...where it actually belongs.
Tailor the text a bit to make some more sense.

Change-Id: Id7e2c07c425e797116073a65fd0be590e837ca66
Reviewed-on: https://gerrit.libreoffice.org/33368
Reviewed-by: Gabor Kelemen 
Tested-by: Gabor Kelemen 

diff --git a/source/text/shared/01/online_update.xhp 
b/source/text/shared/01/online_update.xhp
index aed3c90..c8cfb1d 100644
--- a/source/text/shared/01/online_update.xhp
+++ b/source/text/shared/01/online_update.xhp
@@ -32,11 +32,6 @@
 
 Check for Updates
 UFI: changed name of page, see 
i76016Next time start download automatically
-
-Mark to enable the automatic 
check for updates. Choose %PRODUCTNAME - Online Update in the Options dialog 
box to disable or enable this feature.
-
-Click to select a folder to 
download the files.
-
 You 
can check for updates manually or automatically.
   Checking for updates will also look for updates of all installed 
extensions.
   Choose Help - Check for Updates to 
check manually.
diff --git a/source/text/shared/optionen/online_update.xhp 
b/source/text/shared/optionen/online_update.xhp
index e343a77..9369574 100644
--- a/source/text/shared/optionen/online_update.xhp
+++ b/source/text/shared/optionen/online_update.xhp
@@ -59,7 +59,14 @@
   A check will be performed once a 
month.
 
 Check now
-  A check will be performed 
now.Autodownload help id is in 
shared/01/online_update.xhp
+  A check will be performed now.
+
+Download updates automatically
+Enable the automatic download of 
updates.
+
+Change
+Click to select a folder to download the 
files.
+
 Download updates automatically
   Select to download an available online update file 
automatically to the specified folder.
   Download destination
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 104819] Formatting: Corrupt Document/ Format After Save When Starting With Empty .docx Document

2017-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104819

--- Comment #13 from junk_2...@live.co.uk ---
Created attachment 130596
  --> https://bugs.documentfoundation.org/attachment.cgi?id=130596=edit
Screenshots of options and dialogue box

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


[Libreoffice-bugs] [Bug 104819] Formatting: Corrupt Document/ Format After Save When Starting With Empty .docx Document

2017-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=104819

--- Comment #12 from junk_2...@live.co.uk ---
I believe I now understand why I am getting a corrupt document and user
Buovjaga is not.

I believe it is dependent on the setting of the option:
"Warn when not saving in ODF or default format"

If the option is unselected, I have the behaviour I reported and end up with a
corrupt document.
If the option is selected, I get the behaviour reported by user Buovjaga, with
a dialogue box prompting me to save using either "Use Text Format" or "Use ODF
Format" format.

I do not believe that the behaviour with the option selected (Dialogue box
pop-up) is correct. As I was editing a blank Microsoft Word (.docx) document I
would expect to at least have an option to save in the Microsoft Word (.docx)
format as well.

This pop-up dialogue box also gives the user the option of unchecking a box:
"Ask when not saving in ODF or default format".
If I uncheck this it unsets the option:
"Warn when not saving in ODF or default format"

I will attached a document showing screenshots of the option and dialogue box.

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


[Libreoffice-commits] help.git: source/text

2017-01-21 Thread Gabor Kelemen
 source/text/shared/01/online_update.xhp |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 529ebd059a6f8cebeee0e1c1a30e52b17bf6a3b2
Author: Gabor Kelemen 
Date:   Fri Jan 20 23:35:40 2017 +0100

Remove an obsolete bookmark and ahelp

Change-Id: I808bc9b12c9216d1518bc78d6f982bdf1c298873
Reviewed-on: https://gerrit.libreoffice.org/33367
Reviewed-by: Gabor Kelemen 
Tested-by: Gabor Kelemen 

diff --git a/source/text/shared/01/online_update.xhp 
b/source/text/shared/01/online_update.xhp
index 0260d21..aed3c90 100644
--- a/source/text/shared/01/online_update.xhp
+++ b/source/text/shared/01/online_update.xhp
@@ -36,8 +36,8 @@
 Mark to enable the automatic 
check for updates. Choose %PRODUCTNAME - Online Update in the Options dialog 
box to disable or enable this feature.
 
 Click to select a folder to 
download the files.
-
-You can check for updates manually or 
automatically.
+
+You 
can check for updates manually or automatically.
   Checking for updates will also look for updates of all installed 
extensions.
   Choose Help - Check for Updates to 
check manually.
   You can disable or enable the automatic check in %PRODUCTNAME - 
PreferencesTools - 
Options - %PRODUCTNAME - Online Update.
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: helpcontent2

2017-01-21 Thread Gabor Kelemen
 helpcontent2 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f371aa18349be9111cd21ad3706e6ddadaea4ce5
Author: Gabor Kelemen 
Date:   Fri Jan 20 23:35:40 2017 +0100

Updated core
Project: help  529ebd059a6f8cebeee0e1c1a30e52b17bf6a3b2

Remove an obsolete bookmark and ahelp

Change-Id: I808bc9b12c9216d1518bc78d6f982bdf1c298873
Reviewed-on: https://gerrit.libreoffice.org/33367
Reviewed-by: Gabor Kelemen 
Tested-by: Gabor Kelemen 

diff --git a/helpcontent2 b/helpcontent2
index 19715d0..529ebd0 16
--- a/helpcontent2
+++ b/helpcontent2
@@ -1 +1 @@
-Subproject commit 19715d0fd1198603141ee18e632d117ba61ed4ed
+Subproject commit 529ebd059a6f8cebeee0e1c1a30e52b17bf6a3b2
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 105427] : trendline formula wrong for second degree polynomial approximation

2017-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105427

steve -_-  changed:

   What|Removed |Added

 Resolution|FIXED   |NOTABUG

--- Comment #8 from steve -_-  ---
Since there is no specific commit fixing this issue, setting to WORKSFORME. Or
if I understood the discussion correctly it's actually working as expected so
NOTABUG is correct here.

Feel free to update if you disagree.

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


[Libreoffice-bugs] [Bug 103236] Some Impress slide transitions crashes LO

2017-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=103236

--- Comment #37 from Aron Budea  ---
(In reply to billy78 from comment #36)
> In my previous tests, I got the crash from 5.2.0 beta2, not from earlier
> versions.

Ok, actually, they are very likely related, since they affect the same slide
transitions, and as I found there were a bunch of commits affecting those.
However, if you could do a bibisect to identify the particular commit that
broke this on your system, that would provide additional details to the dev
picking up this bug report, and would be appreciated.

For bibisecting this particular bug, you need Cygwin, bibisect-win32-5.2 git
repository from [1] (6 GB), and to take the steps described there (about 15
mins of work).

[1] https://wiki.documentfoundation.org/QA/Bibisect/Windows


Btw, I linked the commit from 5.1 branch in my previous comment, the same
change in the master branch is:
https://cgit.freedesktop.org/libreoffice/core/commit/?id=facfbeb5cbff191da956827bc37df7bc74ed0b81

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


[Libreoffice-bugs] [Bug 105464] Wrong question in presentation & draw

2017-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105464

--- Comment #1 from alireza  ---
Created attachment 130594
  --> https://bugs.documentfoundation.org/attachment.cgi?id=130594=edit
Impress

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


[Libreoffice-bugs] [Bug 105464] Wrong question in presentation & draw

2017-01-21 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=105464

--- Comment #2 from alireza  ---
Created attachment 130595
  --> https://bugs.documentfoundation.org/attachment.cgi?id=130595=edit
Draw

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


  1   2   >