[Libreoffice-bugs] [Bug 94674] when i click on backround color libreOffice closes without saving work

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94674

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1

--- Comment #1 from Beluga  ---
Please give us detailed steps for how to reproduce the crash.
What LibreOffice version are you using?
What operating system are you using?

Set to NEEDINFO.
Change back to UNCONFIRMED after you have provided the information.

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


[Libreoffice-bugs] [Bug 94794] Base document is changed even if I don't introduce any changes

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94794

Joel Madero  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||jmadero@gmail.com
 Ever confirmed|0   |1

--- Comment #1 from Joel Madero  ---
Please attach a simple test case. Marking as NEEDINFO - once you attach a
simple test case, mark as UNCONFIRMED. Thanks

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


[Libreoffice-bugs] [Bug 94662] Clicking on one table of contents jumps to the other one in master document

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94662

Beluga  changed:

   What|Removed |Added

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

--- Comment #1 from Beluga  ---
Well, the first double-click goes to Sommaire, but subsequent double-clicks on
Sommaire just switch back and forth between the two ToCs.

Win 7 Pro 64-bit, Version: 5.0.2.2 (x64)
Build ID: 37b43f919e4de5eeaca9b9755ed688758a8251fe
Locale: fi-FI (fi_FI)

Version: 5.1.0.0.alpha1+
Build ID: 25de5cfa43b2b1cb7d7214470acc7719839e13fe
TinderBox: Win-x86@62-merge-TDF, Branch:MASTER, Time: 2015-10-01_08:49:54
Locale: en-US (fi_FI)

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


[Libreoffice-bugs] [Bug 94668] Enforce "Range contains column labels"

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94668

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1

--- Comment #1 from Beluga  ---
Tried both with 5.0 and 5.1 and they had the checkbox checked.

Please verify with a current version.

Set to NEEDINFO.
Change back to UNCONFIRMED, if the problem persists. Change to RESOLVED
WORKSFORME, if the problem went away.

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


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

2015-10-05 Thread Szymon Kłos
 fpicker/source/office/RemoteFilesDialog.cxx  |   11 +--
 svtools/source/dialogs/ServerDetailsControls.cxx |2 +-
 2 files changed, 10 insertions(+), 3 deletions(-)

New commits:
commit 45817662f3f7a77433d6ee57f2c8926e3db3e675
Author: Szymon Kłos 
Date:   Sun Oct 4 13:20:42 2015 +0200

Remember password after setting new service

Change-Id: I14ba319307f74b24fa474e742504b70c46539a08

diff --git a/fpicker/source/office/RemoteFilesDialog.cxx 
b/fpicker/source/office/RemoteFilesDialog.cxx
index 7ee410e..0761888 100644
--- a/fpicker/source/office/RemoteFilesDialog.cxx
+++ b/fpicker/source/office/RemoteFilesDialog.cxx
@@ -697,8 +697,10 @@ void RemoteFilesDialog::SavePassword( const OUString& 
rURL, const OUString& rUse
 
 try
 {
-if( m_xMasterPasswd->isPersistentStoringAllowed() &&
-( !bPersistent || m_xMasterPasswd->authorizateWithMasterPassword( 
Reference< XInteractionHandler>() ) ) )
+if( !bPersistent ||
+( m_xMasterPasswd->isPersistentStoringAllowed()
+&& m_xMasterPasswd->authorizateWithMasterPassword( Reference< 
XInteractionHandler>() ) )
+)
 {
 Reference< XInteractionHandler > xInteractionHandler(
 InteractionHandler::createWithParent( m_xContext, 0 ),
commit 3ff764c9f441c13330881520147b63bee23627b6
Author: Szymon Kłos 
Date:   Sat Oct 3 21:43:52 2015 +0200

Focus for file list after opening folder

Change-Id: Ibac322b873315fd8a0ec63c930f4c76562a5e704

diff --git a/fpicker/source/office/RemoteFilesDialog.cxx 
b/fpicker/source/office/RemoteFilesDialog.cxx
index d7b32f4..7ee410e 100644
--- a/fpicker/source/office/RemoteFilesDialog.cxx
+++ b/fpicker/source/office/RemoteFilesDialog.cxx
@@ -576,6 +576,8 @@ FileViewResult RemoteFilesDialog::OpenURL( OUString const & 
sURL )
 
 if( m_eMode != REMOTEDLG_MODE_SAVE )
 m_pName_ed->SetText( "" );
+
+m_pFileView->GrabFocus();
 }
 else
 {
commit 227aa18e234ec2ea31c8cfd639cb1a1e9b464435
Author: Szymon Kłos 
Date:   Sat Oct 3 21:36:42 2015 +0200

Focus for file name field after using it to open folder

Change-Id: Ic3ae0c899c5feea659d22100f98dbeca4df217eb

diff --git a/fpicker/source/office/RemoteFilesDialog.cxx 
b/fpicker/source/office/RemoteFilesDialog.cxx
index 83cd52c..d7b32f4 100644
--- a/fpicker/source/office/RemoteFilesDialog.cxx
+++ b/fpicker/source/office/RemoteFilesDialog.cxx
@@ -1142,6 +1142,9 @@ IMPL_LINK_NOARG_TYPED ( RemoteFilesDialog, OkHdl, 
Button*, void )
 OpenURL( sPathNoExt );
 m_pName_ed->SetText( "" );
 
+if( !bSelected )
+m_pName_ed->GrabFocus();
+
 return;
 }
 
commit 8e8247975ea37b3c335b1346c258b4d6260e1c39
Author: Szymon Kłos 
Date:   Sat Oct 3 21:15:13 2015 +0200

Temporary remember password even if persistent password storing is disabled

Change-Id: I2ca98889b2c31c40a84348a55d85750f7c031a92

diff --git a/svtools/source/dialogs/ServerDetailsControls.cxx 
b/svtools/source/dialogs/ServerDetailsControls.cxx
index 22edbf2..26fe15f 100644
--- a/svtools/source/dialogs/ServerDetailsControls.cxx
+++ b/svtools/source/dialogs/ServerDetailsControls.cxx
@@ -434,7 +434,7 @@ IMPL_LINK_NOARG_TYPED( CmisDetailsContainer, 
RefreshReposHdl, Button*, void  )
 // temporary remember the password
 try
 {
-if( xMasterPasswd->isPersistentStoringAllowed() && !sUrl.isEmpty() && 
!m_sUsername.isEmpty() && !m_sPassword.isEmpty() )
+if( !sUrl.isEmpty() && !m_sUsername.isEmpty() && 
!m_sPassword.isEmpty() )
 {
 Reference< XInteractionHandler > xInteractionHandler(
 InteractionHandler::createWithParent( xContext, 0 ),
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 94656] Inserted images do not load in saved .ods file

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94656

--- Comment #6 from Paul Hutchinson  ---
Created attachment 119315
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119315=edit
Org graphics used to build sheet

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


[Libreoffice-bugs] [Bug 94794] Base document is changed even if I don't introduce any changes

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94794

se...@riseup.net changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #7 from se...@riseup.net ---
I attached documents, produces running my steps I described before.

I forgot to mention, I'm using LO 4.2.8.2 from Ubuntu repositories.

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


[Libreoffice-bugs] [Bug 94656] Inserted images do not load in saved .ods file

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94656

--- Comment #7 from Paul Hutchinson  ---
The org spreadsheet was made by importing a .csv file with the file names in
column A, a 4 number with spaces between them in column B.

The file names where sorted in column A (reordering the whole spreadsheet).

Column C then had the graphic inserted using Insert->Image... for each file. 
The Anchor was then changed to cell.

A new column C was inserted.

The spreadsheet was them saved out and an attempt was made to reload the file
(into an empty spreadsheet)

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


[Libreoffice-bugs] [Bug 94663] Redraw during autosave while scrolling pages with mouse wheel

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94663

Beluga  changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #1 from Beluga  ---
You mean Tools - Options - Load/Save - General - Save AutoRecovery information
every 1 minutes?
Did not notice anything weird while scrolling.

Win 7 Pro 64-bit, Version: 5.0.2.2 (x64)
Build ID: 37b43f919e4de5eeaca9b9755ed688758a8251fe
Locale: fi-FI (fi_FI)

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


[Libreoffice-bugs] [Bug 94796] New: LINEST and INDEX problem

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94796

Bug ID: 94796
   Summary: LINEST and INDEX problem
   Product: LibreOffice
   Version: 5.0.2.2 release
  Hardware: Other
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: m...@mschaffer.net

There seems to be a problem using INDEX with LINEST.

For example, suppose we have the following array:
{7,100;9,105;11,104;12,108;15,111;17,120;19,133}
occupying A1:B7

Consider the two examples using linest using LINEST:
method 1:  LINEST(B1:B7,A1:A7)
yields an array (1 by 2)=> {2.442, 80.177}
method 2:  LINEST(B1:B7,A1:A7^{1,2})
yields an array (1 by 3) => {0.238, -3.768, 116.906}

These work as expected.  However, if I try to do the following with the
aforementioned examples:
method 1a: =INDEX(LINEST(B1:B7,A1:A7),1,1)
   yields the expected value of 2.442
method 1b: =INDEX(LINEST(B1:B7,A1:A7^{1,2}),1,1)
   yields an error Err:502  (should be 0.238)

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


[Libreoffice-bugs] [Bug 94671] Opening html table file (or copy/paste) goes wrong.

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94671

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||todven...@suomi24.fi
 Resolution|--- |INVALID

--- Comment #1 from Beluga  ---
You should try this answer:
https://ask.libreoffice.org/en/question/29627/import-html-table-with-images-in-calc/
Couldn't really test with your version as the images are gone and instead link
to some htm files.
Please also use a more current version than 4.3.

I'll close as invalid as this is really more of a user support question for
AskLibO or similar.

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


[Libreoffice-bugs] [Bug 94797] New: Dragging back selected fields to the Field List in Pivot Table (Needing Delete now)

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94797

Bug ID: 94797
   Summary: Dragging back selected fields to the Field List in
Pivot Table (Needing Delete now)
   Product: LibreOffice
   Version: 5.1.0.0.alpha0+ Master
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: nadeemi...@yahoo.com

While creating a Pivot Table, Once a filed has been dragged in to Row, Column
or Data field, DELETE is required to remove that field. It is suggested that
option may be provided to drag back any selected field to main list titled
"AVAILABLE FIELDS". (Like MS-Excel)

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


[Libreoffice-bugs] [Bug 94794] Base document is changed even if I don't introduce any changes

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94794

--- Comment #2 from se...@riseup.net ---
Created attachment 119316
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119316=edit
A fresh document

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


[Libreoffice-bugs] [Bug 94794] Base document is changed even if I don't introduce any changes

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94794

--- Comment #3 from se...@riseup.net ---
Created attachment 119317
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119317=edit
A document after running scenario 1

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


[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - icon-themes/sifr

2015-10-05 Thread Matthias Freund
 icon-themes/sifr/framework/res/recent-documents.png |binary
 1 file changed

New commits:
commit 27b822e3d321496c6adfd4deaa1e5c668e78862e
Author: Matthias Freund 
Date:   Mon Oct 5 18:18:58 2015 +0200

tdf#75256 sifr icons for the startcenter part 2

Adding recent-documents.png

Change-Id: I4336ea8c9493bcc2ce713d9f04c100e02961850f
Reviewed-on: https://gerrit.libreoffice.org/19165
Reviewed-by: Adolfo Jayme Barrientos 
Tested-by: Adolfo Jayme Barrientos 
(cherry picked from commit 9d6913646881d8decf4f0f7b344e1ba69bed376c)
Reviewed-on: https://gerrit.libreoffice.org/19169

diff --git a/icon-themes/sifr/framework/res/recent-documents.png 
b/icon-themes/sifr/framework/res/recent-documents.png
new file mode 100644
index 000..8524bb0
Binary files /dev/null and 
b/icon-themes/sifr/framework/res/recent-documents.png differ
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 94798] New: pivot table resets attribute

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94798

Bug ID: 94798
   Summary: pivot table resets attribute
   Product: LibreOffice
   Version: unspecified
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: major
  Priority: medium
 Component: Calc
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: ohde...@yahoo.it

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


[Libreoffice-bugs] [Bug 94689] Crash on new file, close file, open file

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94689

Beluga  changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #1 from Beluga  ---
I only see the cross icon, when I have one document open.

Trick for weird things like this:
https://wiki.documentfoundation.org/UserProfile#Resolving_corruption_in_the_user_profile

Win 7 Pro 64-bit, Version: 5.0.2.2 (x64)
Build ID: 37b43f919e4de5eeaca9b9755ed688758a8251fe
Locale: fi-FI (fi_FI)

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


[Libreoffice-bugs] [Bug 94690] EDIT - Large Master document fails to insert file properly

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94690

Beluga  changed:

   What|Removed |Added

 CC||todven...@suomi24.fi

--- Comment #2 from Beluga  ---
How big would they be as zipped?
Would they fit here (<50M): http://tinyupload.com/
Or perhaps here: (<200M): http://zippyshare.com/

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


[Libreoffice-bugs] [Bug 94793] Setting of "Same content on first page" on Template->Footer is overwritten by equivalent setting on Template->Header

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94793

Stefan  changed:

   What|Removed |Added

Summary|"Same content on first  |Setting of "Same content on
   |page" on Template->Footer   |first page" on
   |is overwritten by   |Template->Footer is
   |Template->Header|overwritten by equivalent
   ||setting on Template->Header

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


Re: Report from llvms static analysis tool

2015-10-05 Thread Michael Stahl
On 05.10.2015 18:28, Daniel wrote:
>> So if were to clear the scan-build warnings on that topic, mostly by
>> converting to assert, then when the dust settles we could perhaps mass
>> convert the remaining DBG_ASSERTs to SAL_WARN
> 
> Is the conversion of DBG_ASSERTs to assert + SAL_WARN something we could
> add as an EasyHack? I also wouldn't mind adding this to the list of "long
> term fixes" I'm working on :-)

i'm afraid no.

the problem is, should a legacy assertion be converted to assert or to
SAL_WARN.  that is easy to answer in some cases (like when a pointer is
asserted not to be null that is then unconditionally dereferenced), but
in general requires some thought about whether it is trying to detect an
invalid internal state, or just warn about a scenario that appeared
unlikely to the author but is supposed to work even if it hasn't been
tested - and that requires some experience.

since the assert will actually abort on failure, we can't add too many
of these in too short a time or developers will be overwhelmed by the
assertion failures and complain that they can't fix the bug that they
need to fix because of all the assertions getting in the way and stop
using debug builds.

also, QA will sometimes file bugs about assert failures, which is
actually very useful if there are sufficiently few such reports that
they can be fixed quickly.

of course we could convert everything automatically to SAL_WARN, but
leaving the legacy assertions has the advantage that it is obvious that
for those cases nobody has thought about whether it *should* be an
assert or not.



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


[Libreoffice-bugs] [Bug 94794] Base document is changed even if I don't introduce any changes

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94794

--- Comment #5 from se...@riseup.net ---
Created attachment 119319
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119319=edit
Diff after scenario 1

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


[Libreoffice-bugs] [Bug 94794] Base document is changed even if I don't introduce any changes

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94794

--- Comment #4 from se...@riseup.net ---
Created attachment 119318
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119318=edit
A document after running scenario 2

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


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

2015-10-05 Thread Eike Rathke
 sc/source/core/tool/interpr5.cxx |   26 +-
 1 file changed, 25 insertions(+), 1 deletion(-)

New commits:
commit 778d03b59c62d21fd171b81c9fab3ba8496e319d
Author: Eike Rathke 
Date:   Mon Oct 5 19:28:34 2015 +0200

Resolves: tdf#91453 use configuration of text to number conversion

... also in arithmetic matrix operations if both operands are matrix.

Change-Id: I84609656b166b4e059d9496a5ed732a96e731164

diff --git a/sc/source/core/tool/interpr5.cxx b/sc/source/core/tool/interpr5.cxx
index 8cb115c..0d2fb0a 100644
--- a/sc/source/core/tool/interpr5.cxx
+++ b/sc/source/core/tool/interpr5.cxx
@@ -1113,8 +1113,10 @@ static ScMatrixRef lcl_MatrixCalculation(
 {
 for (j = 0; j < nMinR; j++)
 {
+bool bVal1 = rMat1.IsValueOrEmpty(i,j);
+bool bVal2 = rMat2.IsValueOrEmpty(i,j);
 sal_uInt16 nErr;
-if (rMat1.IsValueOrEmpty(i,j) && rMat2.IsValueOrEmpty(i,j))
+if (bVal1 && bVal2)
 {
 double d = Op(rMat1.GetDouble(i,j), rMat2.GetDouble(i,j));
 xResMat->PutDouble( d, i, j);
@@ -1124,6 +1126,28 @@ static ScMatrixRef lcl_MatrixCalculation(
 {
 xResMat->PutError( nErr, i, j);
 }
+else if ((!bVal1 && rMat1.IsString(i,j)) || (!bVal2 && 
rMat2.IsString(i,j)))
+{
+sal_uInt16 nError1 = 0;
+short nFmt1 = 0;
+double fVal1 = (bVal1 ? rMat1.GetDouble(i,j) :
+pInterpreter->ConvertStringToValue( 
rMat1.GetString(i,j).getString(), nError1, nFmt1));
+
+sal_uInt16 nError2 = 0;
+short nFmt2 = 0;
+double fVal2 = (bVal2 ? rMat2.GetDouble(i,j) :
+pInterpreter->ConvertStringToValue( 
rMat2.GetString(i,j).getString(), nError2, nFmt2));
+
+if (nError1)
+xResMat->PutError( nError1, i, j);
+else if (nError2)
+xResMat->PutError( nError2, i, j);
+else
+{
+double d = Op( fVal1, fVal2);
+xResMat->PutDouble( d, i, j);
+}
+}
 else
 xResMat->PutError( errNoValue, i, j);
 }
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'aoo/trunk' - svl/GoogleTest_svl_urihelper.mk svl/Module_svl.mk svl/qa

2015-10-05 Thread Damjan Jovanovic
 svl/GoogleTest_svl_urihelper.mk |   53 
 svl/Module_svl.mk   |6 
 svl/qa/test_URIHelper.cxx   |   42 +++
 3 files changed, 80 insertions(+), 21 deletions(-)

New commits:
commit 540dd587d8419c7291e5434d16e251ddc19cbb18
Author: Damjan Jovanovic 
Date:   Mon Oct 5 17:07:22 2015 +

#i125003# migrate main/svl from cppunit to Google Test

diff --git a/svl/GoogleTest_svl_urihelper.mk b/svl/GoogleTest_svl_urihelper.mk
new file mode 100644
index 000..9792e73
--- /dev/null
+++ b/svl/GoogleTest_svl_urihelper.mk
@@ -0,0 +1,53 @@
+#**
+#  
+#  Licensed to the Apache Software Foundation (ASF) under one
+#  or more contributor license agreements.  See the NOTICE file
+#  distributed with this work for additional information
+#  regarding copyright ownership.  The ASF licenses this file
+#  to you under the Apache License, Version 2.0 (the
+#  "License"); you may not use this file except in compliance
+#  with the License.  You may obtain a copy of the License at
+#  
+#http://www.apache.org/licenses/LICENSE-2.0
+#  
+#  Unless required by applicable law or agreed to in writing,
+#  software distributed under the License is distributed on an
+#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+#  KIND, either express or implied.  See the License for the
+#  specific language governing permissions and limitations
+#  under the License.
+#  
+#**
+
+
+$(eval $(call gb_GoogleTest_GoogleTest,svl_urihelper))
+ 
+$(eval $(call gb_GoogleTest_add_exception_objects,svl_urihelper, \
+   svl/qa/test_URIHelper \
+))
+ 
+$(eval $(call gb_GoogleTest_add_linked_libs,svl_urihelper, \
+cppu \
+cppuhelper \
+sal \
+svl \
+stl \
+tl \
+utl \
+$(gb_STDLIBS) \
+))
+
+
+$(eval $(call gb_GoogleTest_set_include,svl_urihelper,\
+   $$(INCLUDE) \
+   -I$(SRCDIR)/svl/inc \
+   -I$(SRCDIR)/svl/inc/svl \
+   -I$(SRCDIR)/svl/inc/pch \
+   -I$(OUTDIR)/inc/offuh \
+))
+ 
+$(eval $(call gb_GoogleTest_set_ldflags,svl_urihelper,\
+$$(LDFLAGS) \
+))
+
+# vim: set noet sw=4 ts=4:
diff --git a/svl/Module_svl.mk b/svl/Module_svl.mk
index 39bb772..bd7e6f0 100644
--- a/svl/Module_svl.mk
+++ b/svl/Module_svl.mk
@@ -31,6 +31,12 @@ $(eval $(call gb_Module_add_targets,svl,\
 Package_inc \
 ))
 
+ifeq ($(ENABLE_UNIT_TESTS),YES)
+$(eval $(call gb_Module_add_check_targets,svl,\
+GoogleTest_svl_urihelper \
+))
+endif
+
 ifneq ($(OOO_JUNIT_JAR),)
 $(eval $(call gb_Module_add_subsequentcheck_targets,svl,\
 JunitTest_svl_complex \
diff --git a/svl/qa/test_URIHelper.cxx b/svl/qa/test_URIHelper.cxx
index 6d12d3f..940bbdd 100644
--- a/svl/qa/test_URIHelper.cxx
+++ b/svl/qa/test_URIHelper.cxx
@@ -50,7 +50,6 @@
 #include "cppuhelper/bootstrap.hxx"
 #include "cppuhelper/implbase1.hxx"
 #include "cppuhelper/implbase2.hxx"
-#include "testshl/simpleheader.hxx"
 #include "osl/diagnose.h"
 #include "rtl/strbuf.hxx"
 #include "rtl/string.h"
@@ -61,9 +60,13 @@
 #include "sal/types.h"
 #include "tools/solar.h"
 #include "unotools/charclass.hxx"
+#include "gtest/gtest.h"
 
 #include "urihelper.hxx"
 
+// FIXME:
+#define RUN_OLD_FAILING_TESTS 0
+
 // This test needs a UNO component context that supports various services (the
 // UCB, an UriReferenceFactory, ...), so it is best executed within an OOo
 // installation.
@@ -204,27 +207,17 @@ public:
 }
 };
 
-class Test: public CppUnit::TestFixture {
+class Test: public ::testing::Test {
 public:
-virtual void setUp();
+virtual void SetUp();
 
 void finish();
 
-void testNormalizedMakeRelative();
-
-void testFindFirstURLInText();
-
-CPPUNIT_TEST_SUITE(Test);
-CPPUNIT_TEST(testNormalizedMakeRelative);
-CPPUNIT_TEST(testFindFirstURLInText);
-CPPUNIT_TEST(finish);
-CPPUNIT_TEST_SUITE_END();
-
-private:
+protected:
 static css::uno::Reference< css::uno::XComponentContext > m_context;
 };
 
-void Test::setUp() {
+void Test::SetUp() {
 // For whatever reason, on W32 it does not work to create/destroy a fresh
 // component context for each test in Test::setUp/tearDown; therefore, a
 // single component context is used for all tests and destroyed in the last
@@ -239,7 +232,9 @@ void Test::finish() {
 m_context, css::uno::UNO_QUERY_THROW)->dispose();
 }
 
-void Test::testNormalizedMakeRelative() {
+#if RUN_OLD_FAILING_TESTS
+
+TEST_F(Test, testNormalizedMakeRelative) {
 css::uno::Sequence< css::uno::Any > args(2);
 args[0] <<= rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Local"));
 args[1] <<= rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Office"));
@@ -315,11 +310,13 @@ void Test::testNormalizedMakeRelative() {
 }
 msg = buf.makeStringAndClear();
 }
-CPPUNIT_ASSERT_MESSAGE(msg.getStr(), ok);
+

[Libreoffice-bugs] [Bug 93981] helpauthoring: Attribute localize=(false|true) is deleted

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93981

--- Comment #7 from Yousuf (Jay) Philips  ---
Is this taking into consideration that paragraph ids arent important for
bascode paragraphs or are we going to add ids to them anyway?

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


[Libreoffice-bugs] [Bug 94656] Inserted images do not load in saved .ods file

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94656

raal  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

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


[Libreoffice-bugs] [Bug 75934] Writer doesn't properly load Word 2007 document with mix of portrait and landscape orientation

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=75934

Timur  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||gti...@gmail.com
 Resolution|--- |WORKSFORME

--- Comment #5 from Timur  ---
Fixed long time ago.

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


[Libreoffice-bugs] [Bug 83165] EDITING: Text missing menu under the mouse in all components of LibreOffice

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=83165

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1

--- Comment #8 from Beluga  ---
I have never seen this in LibO with KDE.

How is version 5.0 for you?

Maybe also try this:
https://wiki.documentfoundation.org/UserProfile#Resolving_corruption_in_the_user_profile

Set to NEEDINFO.
Change back to UNCONFIRMED, if the problem persists. Change to RESOLVED
WORKSFORME, if the problem went away.

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


[Libreoffice-commits] core.git: icon-themes/sifr

2015-10-05 Thread Matthias Freund
 icon-themes/sifr/framework/res/recent-documents.png |binary
 1 file changed

New commits:
commit 9d6913646881d8decf4f0f7b344e1ba69bed376c
Author: Matthias Freund 
Date:   Mon Oct 5 18:18:58 2015 +0200

tdf#75256 sifr icons for the startcenter part 2

Adding recent-documents.png

Change-Id: I4336ea8c9493bcc2ce713d9f04c100e02961850f
Reviewed-on: https://gerrit.libreoffice.org/19165
Reviewed-by: Adolfo Jayme Barrientos 
Tested-by: Adolfo Jayme Barrientos 

diff --git a/icon-themes/sifr/framework/res/recent-documents.png 
b/icon-themes/sifr/framework/res/recent-documents.png
new file mode 100644
index 000..8524bb0
Binary files /dev/null and 
b/icon-themes/sifr/framework/res/recent-documents.png differ
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 94636] Creating labels prints one page full of duplicates per db record

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94636

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||todven...@suomi24.fi
 Ever confirmed|0   |1

--- Comment #2 from Beluga  ---
Which LibO version are you using?
What operating system?

You can search for other label bugs by looking for label in the summary:
https://bugs.documentfoundation.org/query.cgi?format=advanced
Set product to LibreOffice, component to Printing & PDF export and Resolution
to ---

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


[Libreoffice-bugs] [Bug 94793] Setting of "Same content on first page" on Template->Footer is overwritten by equivalent setting on Template->Header

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94793

--- Comment #1 from Stefan  ---
There was an error in the description (#2):

1.) Open Modify "Default Style" (Sidebar->Styles & Formatting)
2.) Open Tab "Header" -> set "Header on" & SET "Same content on first page"
3.) Open Tab "Footer" -> set "Footer on" & UNSET "Same content on first page"
4.) Click "OK" to Close
5.) Open the Dialog again and check the values. As you can see, "Same content
on first page" at "Footer" is activated again. The setting of "Header" will
overwrite these setting on "Footer"

Reproduced on 5.0.2.2

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


[Libreoffice-bugs] [Bug 59799] FILEOPEN: docx: wrong page break after the table

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=59799

Timur  changed:

   What|Removed |Added

 CC||gti...@gmail.com
Version|3.6.4.3 release |3.5.7.2 release
Summary|FILEOPEN: docx: wrong page  |FILEOPEN: docx: wrong page
   |break   |break after the table

--- Comment #8 from Timur  ---
There was no break in 3.5.0, introduced somewhere in 3.5.x.

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


[Libreoffice-bugs] [Bug 94692] FORMATTING: picture with captions is not respecting the page borders

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94692

Beluga  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||todven...@suomi24.fi
 Resolution|--- |INVALID

--- Comment #1 from Beluga  ---
You can also view non-printing chars Ctrl-F10, hit enter when in the weird
paragraph to the right side of Ill. 6 (cursor turns big, when in the para),
then hit backspace once.

Closing as invalid as this doesn't look like a bug.

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


[Libreoffice-bugs] [Bug 94758] LibreOffice does not render Urdu font (Nafees Nastaleeq) properly

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94758

--- Comment #2 from MalangBadshah  ---
I am using Fedora 22 and LibreOffice (LO) 5 has not been pushed to updates
repositories yet. In Fedora, I will check it with 5 as soon as 5 lands in
repos.

I briefly tried checking it with LO 5 in a Debian 8.2 Virtual Machine. As
compared to Fedora which has the following collection of Nafees Urdu fonts
nafees-pakistani-web-naskh-fonts
nafees-riqa-fonts
nafees-web-naskh-fonts
nafees-nastaleeq-fonts
nafees-tehreer-naskh-fonts
nafees-pakistani-naskh-fonts
nafees-naskh-fonts,
the Urdu font choice in Debian is limited to Nafees Web Naskh only and
apparently the problem does not occur. However, I think, it needs a bit more
testing with other Nafees font variants. I will try manually installing fonts
in Debian at the weekend and let you know the results. In the meanwhile, if LO
lands to Fedora updates repository, I will recheck and share the results. A
screenshot of Nafees Web Naskh in Debian 8.2 is available below.

http://postimg.org/image/3ndjanzxr/full/

Please let me know if you need more information.

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


[Libreoffice-bugs] [Bug 93981] helpauthoring: Attribute localize=(false|true) is deleted

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93981

--- Comment #8 from Regina Henschel  ---
They will get id-attributes too. An id-attribute is an required attribute for
all paragraphs, independent of the role. With my patch, if a paragraph has no
id or an empty id value, the import filter will generate a valid id.

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


[Libreoffice-bugs] [Bug 94753] Supplementary character change via KMfL inserts square boxes

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94753

Richard Wordingham  changed:

   What|Removed |Added

Version|3.5.2 release   |unspecified

--- Comment #1 from Richard Wordingham  ---
The bug is also present in Version: 4.4.4.3.0+
Build ID: ec4b4a26b51419ebb60ebb910c2c5b029bd88bd0.

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


[Libreoffice-bugs] [Bug 59799] FILEOPEN: docx: wrong page break after the table

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=59799

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


[Libreoffice-bugs] [Bug 94012] Constant crash after upgrade

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94012

Herb  changed:

   What|Removed |Added

Version|5.0.1.2 release |5.0.2.2 release

--- Comment #13 from Herb  ---
I downloaded the new version 5.0.2.2.
There was no problem installing it.
I have a spreadsheet with 11,000+ rows.
I opened it to do some editing and additions, that all seemed to work fine.
After working on it and adding data, the program crashed and closed.
It was after about 10 minutes of work.
When I re-opened the program, the file was just what I started with.
I had lost everything I had added.
Went through the same procedure four times, then stopped.
There didn't seem to be any common procedure that caused the crashes.
The next morning I opened the program, again no problem.
Tried to start working with the same file and this crash was different.
The outline of the Calc window was there, but no data in the window.
Could not get it to do anything, so used Task Manager to stop program.
When I tried to open the same file, it came up fine.
But lost the little I had entered.
Deleted 5.0.2.2 completely.  
Went back to 4.4.5.2.

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


[Libreoffice-bugs] [Bug 78756] FILEOPEN: DOC importer ignores table's "Wrap Around" property

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=78756

Timur  changed:

   What|Removed |Added

 CC||ivanet-m...@list.ru

--- Comment #16 from Timur  ---
*** Bug 60342 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
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 60342] FILEOPEN DOC: wrong page break

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=60342

Timur  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||gti...@gmail.com
 Resolution|--- |DUPLICATE

--- Comment #9 from Timur  ---
Same as in Bug 78756, when "Wrap Around" property of the table in Word is off,
Word renders the document like LO. 
Although that one is newer, I'll mark this one as a duplicate.

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

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


[Libreoffice-bugs] [Bug 92502] FORMATTING: Writer for Linux is broken since 4.4.0.2

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92502

--- Comment #5 from Timur  ---
Instead of emotions, you are required to give exact steps to reproduce a
problem. 
Where was the original document created, Win/Lin, and with which LO version? 
When you say Writer 4.4.0.1 was fine, is it for filesave/creating a file or
fileopen/opening a windows created file?

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


[Libreoffice-bugs] [Bug 94794] Base document is changed even if I don't introduce any changes

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94794

--- Comment #6 from se...@riseup.net ---
Created attachment 119320
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119320=edit
Diff after scenario 2

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


[Libreoffice-bugs] [Bug 94798] pivot table resets attribute

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94798

ohde...@yahoo.it changed:

   What|Removed |Added

 CC||ohde...@yahoo.it

--- Comment #1 from ohde...@yahoo.it ---
Created attachment 119321
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119321=edit
the file with problem

trouble: opening the interface to modify the pivot table, does reset the
attributes of a data field
cause of this bug in not possible to use pivots with "sum" in the data field.
1)in the file, click dx on pivot table
2)on context menu select "modify layout"
3)click ok
the sum field A in the pivot does disappear

last working version is 4.2

originale link
https://www.mail-archive.com/users@it.libreoffice.org/msg02548.html

*Problema:* l'apertura dell'interfaccia di modifica della Tabella Pivot
ANNULLA GLI ATTRIBUTI di un Campo Dati.
Con questo Bug è impossibile elaborare delle Pivot con, ad esempio,
l'attributo "Somma" in un Campo Dati.
Oggi vi do anche un file di esempio

da
testare:
1) *Click dx* sulla Tabella Pivot
2) Nel menù a tendina scegliere* "Modifica il layout..."*
3) Cliccare su *OK*
4) *L'attributo *SOMMA del Campo A *è scomparso!*

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


[Libreoffice-bugs] [Bug 94717] OLE embedded Excel type spreadsheets dont open when double-clicked

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94717

Terrence Enger  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||lo_b...@iseries-guru.com
 Ever confirmed|0   |1

--- Comment #1 from Terrence Enger  ---
Thank you, gsubrec, for taking the time to help us improve
LibreOffice.

It will help us a lot if you can attach a presentation and a
spreadsheet which worked in LO 4.3 but which do not work in your
current version.  Be aware that attachments are visible to the whole
world, so remove any confidential information.

Please as well let us know the version of LibreOffice where you see
the failure and your version of Windows.

I am setting the bug status to NEEDINFO.  Please set it back to
UNCONFIRMED when you respond.

Thanks,
Terry.

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


[Libreoffice-bugs] [Bug 53816] FILEOPEN: Writer doesn't "allow row to break across pages" in DOCX with large multi-page table

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=53816

Timur  changed:

   What|Removed |Added

   Priority|medium  |high

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


[Libreoffice-bugs] [Bug 94122] [Impress] Automatic colors (white on dark background) (or colors predefined ?) are not exported to PPT or PPTX correctly

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94122

--- Comment #7 from Cor Nouws  ---
(In reply to Ljiljan from comment #6)
> Maybe the best solution is to disable autocolor? I would be forced to change
> color to white and no problem... Currently, you can't rely on LibreOffice
> auto-suggestion.

If we start doing that, there must be more features disabled in LibreOffice
since (export to) MsOffice does not (yet) support them. Not a reasonable option
I think.

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


[Libreoffice-bugs] [Bug 93860] crash after marking a table and moving the mouse wheel

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93860

--- Comment #5 from Commit Notification 
 ---
Oliver Specht committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=4d4bc508f03db9fa0ddae0c6aaa52e586cbe1172

tdf#93860: crash in table selection fixed

It will be available in 5.1.0.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds
Affected users are encouraged to test the fix and report feedback.

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


[Libreoffice-bugs] [Bug 93720] Crash "Assertion failed" with Draw Frame on table.

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93720

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|| target:5.1.0

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


[Libreoffice-bugs] [Bug 93720] Crash "Assertion failed" with Draw Frame on table.

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93720

--- Comment #4 from Commit Notification 
 ---
Oliver Specht committed a patch related to this issue.
It has been pushed to "master":

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

tdf#93720: Interactive frame insertion is disabled if table is selected

It will be available in 5.1.0.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds
Affected users are encouraged to test the fix and report feedback.

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


[Libreoffice-bugs] [Bug 93860] crash after marking a table and moving the mouse wheel

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=93860

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|bibisected  |bibisected target:5.1.0

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


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

2015-10-05 Thread Oliver Specht
 sw/source/uibase/shells/textsh.cxx |1 +
 1 file changed, 1 insertion(+)

New commits:
commit cd5906358bed831c3811bcb658eeaf98d5dba9b9
Author: Oliver Specht 
Date:   Mon Oct 5 16:11:45 2015 +0200

tdf#93720: Interactive frame insertion is disabled if table is selected

Current implementation does not support interactive frame insertion
that moves the table into the frame

Change-Id: I57a69f680f1218bd3014da494d41542ad0b72dd1
Reviewed-on: https://gerrit.libreoffice.org/19157
Tested-by: Jenkins 
Reviewed-by: Oliver Specht 

diff --git a/sw/source/uibase/shells/textsh.cxx 
b/sw/source/uibase/shells/textsh.cxx
index c7b0490..49a7df7 100644
--- a/sw/source/uibase/shells/textsh.cxx
+++ b/sw/source/uibase/shells/textsh.cxx
@@ -727,6 +727,7 @@ void SwTextShell::StateInsert( SfxItemSet  )
 case FN_INSERT_FRAME_INTERACT:
 {
 if( GetShell().IsSelFrmMode()
+|| rSh.IsTableMode()
 || GetShell().CrsrInsideInputField()
 || bCrsrInHidden )
 rSet.DisableItem(nWhich);
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 94012] Constant crash after upgrade

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94012

Beluga  changed:

   What|Removed |Added

Version|5.0.2.2 release |5.0.1.2 release

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


[Libreoffice-bugs] [Bug 91417] FILEOPEN: docx HYPERLINK field code misinterprets \h (history) switch

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91417

--- Comment #2 from Commit Notification 
 ---
Oliver Specht committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=501e757649b760229cca1327ac2cf1945dc745a4

tdf#91417: import hyperlink with history flag correctly

It will be available in 5.1.0.

The patch should be included in the daily builds available at
http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
http://wiki.documentfoundation.org/Testing_Daily_Builds
Affected users are encouraged to test the fix and report feedback.

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


[Libreoffice-bugs] [Bug 91417] FILEOPEN: docx HYPERLINK field code misinterprets \h (history) switch

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91417

Commit Notification  changed:

   What|Removed |Added

 Whiteboard|| target:5.1.0

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


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

2015-10-05 Thread Oliver Specht
 sw/qa/extras/ooxmlimport/data/tdf91417.docx   |binary
 sw/qa/extras/ooxmlimport/ooxmlimport.cxx  |   10 ++
 writerfilter/source/dmapper/DomainMapper_Impl.cxx |2 +-
 3 files changed, 11 insertions(+), 1 deletion(-)

New commits:
commit 501e757649b760229cca1327ac2cf1945dc745a4
Author: Oliver Specht 
Date:   Mon Oct 5 13:32:14 2015 +0200

tdf#91417: import hyperlink with history flag correctly

ignore '\h' flag in hyperlinks imported from docx
including import test

Change-Id: I512e811050704f118bf9b2c786378f99e5d04378
Reviewed-on: https://gerrit.libreoffice.org/19154
Tested-by: Jenkins 
Reviewed-by: Oliver Specht 

diff --git a/sw/qa/extras/ooxmlimport/data/tdf91417.docx 
b/sw/qa/extras/ooxmlimport/data/tdf91417.docx
new file mode 100755
index 000..1427f8c
Binary files /dev/null and b/sw/qa/extras/ooxmlimport/data/tdf91417.docx differ
diff --git a/sw/qa/extras/ooxmlimport/ooxmlimport.cxx 
b/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
index 4f21820..3b1024e 100644
--- a/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
+++ b/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
@@ -2851,6 +2851,16 @@ DECLARE_OOXMLIMPORT_TEST(testTdf93919, "tdf93919.docx")
 // This was 0, left margin was not inherited from the list style.
 CPPUNIT_ASSERT_EQUAL(static_cast(1270), 
getProperty(getParagraph(1), "ParaLeftMargin"));
 }
+DECLARE_OOXMLIMPORT_TEST(testTdf91417, "tdf91417.docx")
+{
+// The first paragraph should contain a link to "http://www.google.com/;
+uno::Reference xTextDocument(mxComponent, 
uno::UNO_QUERY);
+uno::Reference 
xTextCursor(xTextDocument->getText()->createTextCursor( ), uno::UNO_QUERY);
+uno::Reference xCursorProps(xTextCursor, 
uno::UNO_QUERY);
+OUString aValue;
+xCursorProps->getPropertyValue("HyperLinkURL") >>= aValue;
+CPPUNIT_ASSERT_EQUAL(OUString("http://www.google.com/;), aValue);
+}
 
 CPPUNIT_PLUGIN_IMPLEMENT();
 
diff --git a/writerfilter/source/dmapper/DomainMapper_Impl.cxx 
b/writerfilter/source/dmapper/DomainMapper_Impl.cxx
index d6b1334c..ec8129a 100644
--- a/writerfilter/source/dmapper/DomainMapper_Impl.cxx
+++ b/writerfilter/source/dmapper/DomainMapper_Impl.cxx
@@ -3838,7 +3838,7 @@ void DomainMapper_Impl::CloseFieldCommand()
 
 sURL += "#" + *aPartIt;
 }
-else if ( *aPartIt == "\\m" || *aPartIt == "\\n" )
+else if (*aPartIt == "\\m" || *aPartIt == "\\n" || 
*aPartIt == "\\h")
 {
 }
 else if ( *aPartIt == "\\o" || *aPartIt == "\\t" )
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


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

2015-10-05 Thread Oliver Specht
 sw/source/uibase/shells/txtattr.cxx |6 ++
 1 file changed, 6 insertions(+)

New commits:
commit 4d4bc508f03db9fa0ddae0c6aaa52e586cbe1172
Author: Oliver Specht 
Date:   Mon Oct 5 15:44:55 2015 +0200

tdf#93860: crash in table selection fixed

state method of FN_GROW/SHRINK_FONT_SIZE must not access invalid pointers

Change-Id: I0db539d735663561db84cf186a6ef31c8ad3de53
Reviewed-on: https://gerrit.libreoffice.org/19156
Reviewed-by: Oliver Specht 
Tested-by: Oliver Specht 

diff --git a/sw/source/uibase/shells/txtattr.cxx 
b/sw/source/uibase/shells/txtattr.cxx
index d8a9661..7f6e938 100644
--- a/sw/source/uibase/shells/txtattr.cxx
+++ b/sw/source/uibase/shells/txtattr.cxx
@@ -637,6 +637,12 @@ void SwTextShell::GetAttrState(SfxItemSet )
 vFontHeight = rSh.GetItemWithPaM( RES_CHRATR_FONTSIZE 
);
 for ( std::pair< const SfxPoolItem*, 
std::unique_ptr>& pIt : vFontHeight )
 {
+if (!pIt.first)
+{
+rSet.DisableItem(FN_GROW_FONT_SIZE);
+rSet.DisableItem(FN_SHRINK_FONT_SIZE);
+break;
+}
 pSize = static_cast( 
pIt.first );
 sal_uInt32 nSize = pSize->GetHeight();
 if( nSize == nFontMaxSz )
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: icon-themes/galaxy officecfg/registry sdext/source sd/source

2015-10-05 Thread Miklos Vajna
 icon-themes/galaxy/sd/res/presenterscreen-ButtonRestartTimerMouseOver.png 
|binary
 icon-themes/galaxy/sd/res/presenterscreen-ButtonRestartTimerNormal.png
|binary
 officecfg/registry/data/org/openoffice/Office/PresenterScreen.xcu |   
53 +-
 sd/source/ui/app/res_bmp.src  |   
10 +
 sd/source/ui/inc/res_bmp.hrc  |
2 
 sd/source/ui/presenter/PresenterHelper.cxx|
4 
 sdext/source/presenter/PresenterController.cxx|   
14 ++
 sdext/source/presenter/PresenterController.hxx|   
12 ++
 sdext/source/presenter/PresenterProtocolHandler.cxx   |   
28 +
 sdext/source/presenter/PresenterToolBar.cxx   |   
10 +
 10 files changed, 129 insertions(+), 4 deletions(-)

New commits:
commit b1a6a99b9a78689c6d3649ce066fad66912188e2
Author: Miklos Vajna 
Date:   Tue Oct 6 07:47:08 2015 +0200

presenter console: add 'Restart Timer' button

Use case is that the presentation is started a few minutes in advance,
so the audience can check if they are at the correct room, seeing the
title side. Then previously the presentation had to be stopped and
started again, so the presenter had an idea how much time the talk took
so far. The side effect of this workaround was that the audience saw a
short flash while the presentation was not running.

Fix this by adding a button to just restart the timer, then it's not
needed to stop/start the presentation manually.

The two icons are just placeholders for now, real design is still
needed.

Change-Id: Id67e7e53a339ea5672dfb1c261f63d43466e9eff

diff --git 
a/icon-themes/galaxy/sd/res/presenterscreen-ButtonRestartTimerMouseOver.png 
b/icon-themes/galaxy/sd/res/presenterscreen-ButtonRestartTimerMouseOver.png
new file mode 100644
index 000..d43a1d2
Binary files /dev/null and 
b/icon-themes/galaxy/sd/res/presenterscreen-ButtonRestartTimerMouseOver.png 
differ
diff --git 
a/icon-themes/galaxy/sd/res/presenterscreen-ButtonRestartTimerNormal.png 
b/icon-themes/galaxy/sd/res/presenterscreen-ButtonRestartTimerNormal.png
new file mode 100644
index 000..651fe06
Binary files /dev/null and 
b/icon-themes/galaxy/sd/res/presenterscreen-ButtonRestartTimerNormal.png differ
diff --git a/officecfg/registry/data/org/openoffice/Office/PresenterScreen.xcu 
b/officecfg/registry/data/org/openoffice/Office/PresenterScreen.xcu
index 26d9483..513da54 100644
--- a/officecfg/registry/data/org/openoffice/Office/PresenterScreen.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/PresenterScreen.xcu
@@ -345,6 +345,53 @@
 
   
   
+
+  RestartTimer
+
+
+  Button
+
+
+  
+Restart
+  
+  
+
+  bitmaps/ButtonRestartTimerNormal.png
+
+  
+  
+vnd.org.libreoffice.presenterscreen:RestartTimer
+  
+  
+
+  12
+
+
+  Bold
+
+
+  B3B7BC
+
+
+  Center
+
+  
+
+
+  
+
+  bitmaps/ButtonRestartTimerMouseOver.png
+
+  
+  
+
+  FF
+
+  
+
+  
+  
 
   VerticalSeparator
 
@@ -356,7 +403,7 @@
   
 
   
-  
+  
 
   SwitchMonitor
 
@@ -410,7 +457,7 @@
   
 
   
-  
+  
 
   VerticalSeparator
 
@@ -422,7 +469,7 @@
   
 
   
-  
+  
 
   Help
 
diff --git a/sd/source/ui/app/res_bmp.src b/sd/source/ui/app/res_bmp.src
index 6d8cc04..45fc2df 100644
--- a/sd/source/ui/app/res_bmp.src
+++ b/sd/source/ui/app/res_bmp.src
@@ -553,6 +553,11 @@ Bitmap BMP_PRESENTERSCREEN_BUTTON_SWITCH_MONITOR_NORMAL
 File = "presenterscreen-ButtonSwitchMonitorNormal.png";
 };
 
+Bitmap BMP_PRESENTERSCREEN_BUTTON_RESTART_TIMER_NORMAL
+{
+File = "presenterscreen-ButtonRestartTimerNormal.png";
+};
+
 Bitmap BMP_PRESENTERSCREEN_BORDER_TOOLBAR_RIGHT
 {
 File = "presenterscreen-BorderToolbarRight.png";
@@ -608,6 +613,11 @@ Bitmap BMP_PRESENTERSCREEN_BUTTON_SWITCH_MONITOR_MOUSE_OVER
 File = "presenterscreen-ButtonSwitchMonitorMouseOver.png";
 };
 
+Bitmap 

[Libreoffice-bugs] [Bug 94799] New: EDITING - Writer Spell Checker Stopped Working After Version Upgrade and Fatal Error

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94799

Bug ID: 94799
   Summary: EDITING - Writer Spell Checker Stopped Working After
Version Upgrade and Fatal Error
   Product: LibreOffice
   Version: 5.0.2.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: critical
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: junk_2...@live.co.uk

Working on Windows 8.1.
Had upgraded LibreOffice from 4.4.5 to v5.
Subsequently upgraded to v5.0.1 bug fix release.
Didn't notice any problem when using this.
Then upgraded to v5.0.2.
LibreOffice did not work after this, it crashed when opening some documents.
Note sure why.
Uninstalled and re-installed LibreOffice and the document crashing went away.

Noticed the other evening that in writer spell checking as you type was not
working.
When I tried manually spell checking the document the spelling checking box
opened, but then the window that says it has finished appeared almost
immediately saying "The spellcheck is complete."
Obvious spelling mistakes were not being flagged.

I did an internet search and found references to people have had the problem
before about the spell checker not working and that I should check if:
Tools -> Options -> Language settings -> Writing Aids
and if the "Writing Aids" "Available language modules:" box was empty, as that
was the problem. It was empty.

Note that in the "User-defined dictionaries" box below, en-GB, en-US, standard
and technical dictionaries are defined and enabled.

In the "Options:" box "Check spelling as you type" etc is also enabled.

The suggested fix was to download and install the "English Dictionaries"
(dict-en.oxt) extension.

I downloaded this, but when I tried to install this using:

Tools -> Extension Manager…
The first time I tried to open the extension manager nothing happened, trying a
second time and the extension manager opened. As soon as I pressed the "Add…"
button a pop-up window with a fatal error message appeared (the message is
below). On pressing "OK" in the pop-up window LibreOffice closed.

Window banner message: LibreOffice 5.0 - Fatal Error
Window body message:
[context="user"] caught unexpected
com.sun.star.deployment.DeploymentException: Extension Manager:
failed to read data entry in configuration backend db:
file:///C:/Users/Colin/AppData/Roaming/LibreOffice/4/user/uno_packa
ges/cache/registry/com.sun.start.comp.deployment.configuration.Pack
ageRegistryBackend/backenddb.xml

I noticed that this message was referring to "LibreOffice/4/" and I am using
LibreOffice 5.

I have tried uninstalling both the language pack and LibreOffice, re-booting
the PC and then installing again, re-booting the machine. Both problems (no
spell checking and extension manager fatal crash) still occur.

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


[Libreoffice-bugs] [Bug 78897] FILEOPEN: Hashmarks instead of number (even if there's enough space for the number)

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=78897

--- Comment #13 from Adam Niedling  ---
Confirmed in version 5.0.2.2 (Ubuntu 15.10).

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


[Libreoffice-bugs] [Bug 94801] New: Fileopen: Text in table different in Writer (multiple lines) and Word (single line)

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94801

Bug ID: 94801
   Summary: Fileopen: Text in table different in Writer (multiple
lines) and Word (single line)
   Product: LibreOffice
   Version: Inherited From OOo
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: gti...@gmail.com

Created attachment 119322
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119322=edit
Text in table as open in MSO, LO from DOC, LO from DOCX

Text in table is different in Writer, which shows multiple lines where Word
shows a single line. As shown in the attached screenshot, it's the same for
import from doc or docx.

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


[Libreoffice-bugs] [Bug 94800] LibreOffice periodically doesn't register typing

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94800

Fuck You  changed:

   What|Removed |Added

   Hardware|Other   |PowerPC
 OS|All |Windows (All)

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


[Libreoffice-bugs] [Bug 94384] Icons appearing with black backgrounds when "use OpenGL for Rendering" is enabled

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94384

--- Comment #16 from Carlo  ---
(In reply to Carlo from comment #11)
> > Can you let us know more details about your graphics card?
> > Are you running the driver version of your graphics card?
> My graphic card is: AMD Radeon HD 7500M/7600M.
> Driver version: 15.200.1062.1004
Renderer: AMD Radeon HD 7500M/7600M Series
Vendor: ATI Technologies Inc.
Memory: 2048 MB
Version: 4.4.13399 Core Profile Forward-Compatible Context 15.200.1062.1004
Shading language version: 4.40

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


[Libreoffice-bugs] [Bug 94800] New: LibreOffice periodically doesn't register typing

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94800

Bug ID: 94800
   Summary: LibreOffice periodically doesn't register typing
   Product: LibreOffice
   Version: 4.4.5.2 release
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: alex_reyn...@hotmail.com

I have LibreOffice set up to backup every minute, because even though I had it
setup to backup every 15 minutes before, LibreOffice failed its job and I lost
hours worth of work a while ago. But that's beside the point. Every time it
saves now, it doesn't register the keys I've pressed. So I'll be typing along
and sometimes I notice it and sometimes I don't. Since I have to backup so
frequently, it often happens that I'll have to go back and re-type characters
that didn't show up onscreen when I typed them before. I swear I remember
LibreOffice registering typed characters during saving in an earlier version,
but I may be misremembering a different software. Nevertheless, I know there
are programs that allow you to type while saving, and I wish LibreOffice was
one of them.

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


[Libreoffice-bugs] [Bug 78334] EDITING: The Header and footer option under Edit is greyed out and that's unclear for user

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=78334

--- Comment #10 from Adam Niedling  ---
Still confirmed in version 5.0.2.2 (Ubuntu 15.10).

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


[Libreoffice-bugs] [Bug 94795] After I press the enable macro button I have a dialogue box that opens and states " BASIC syntax error.Syntax error." Another window opens called VBA Project stating tha

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94795

Maxim Monastirsky  changed:

   What|Removed |Added

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

--- Comment #1 from Maxim Monastirsky  ---
Hi,

(In reply to bignas_ from comment #0)
> I tried to answer your email message but it was returned stating 'Permanent
> Failure Relay access denied.
You should never respond to bugs via e-mail, please always use the web
interface instead. There you can respond to comments, as well as attach files. 

Your original report is at:
https://bugs.documentfoundation.org/show_bug.cgi?id=94783

So closing this report as INVALID.

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


[Libreoffice-ux-advise] [Bug 78334] EDITING: The Header and footer option under Edit is greyed out and that's unclear for user

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=78334

--- Comment #10 from Adam Niedling  ---
Still confirmed in version 5.0.2.2 (Ubuntu 15.10).

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


[Libreoffice-bugs] [Bug 94692] FORMATTING: picture with captions is not respecting the page borders

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94692

Dominik Kopp  changed:

   What|Removed |Added

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

--- Comment #2 from Dominik Kopp  ---
What you have described is a workaround.
I may helped for this document, but I have documents where you have to do the
workaround every time you load the document (I knew that workaround already).
However, I cannot upload these docs. That's why I have created this example
document, which was quite hard, because it seems the bug occurs only in more
complex documents.

I hope you have no problems if I change the bug status back, because
even you have confirmed the bug. (however, we have different opinions about how
to fix it)

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


[Libreoffice-bugs] [Bug 94737] Poor subpixel rendering on Linux

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94737

--- Comment #17 from S.  ---
Even stranger, the font rendering seems to be affected by what interface LibO
is using. When I start LibreOffice like...

SAL_USE_VCLPLUGIN=gtk3 lowriter

... it produces the bad rendering I explained here.

But when I start it like...

SAL_USE_VCLPLUGIN=gtk lowriter

... the rendering is good, even in LibreOffice 5.0.

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


[Libreoffice-bugs] [Bug 94122] [Impress] Automatic colors (white on dark background) (or colors predefined ?) are not exported to PPT or PPTX correctly

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94122

--- Comment #6 from Ljiljan  ---
Maybe the best solution is to disable autocolor? I would be forced to change
color to white and no problem... Currently, you can't rely on LibreOffice
auto-suggestion.

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


[Libreoffice-bugs] [Bug 82226] FORMATTING: Row Height Optimization Should Not Adjust with Deleting Content + Auto Row Height Does not Readjust with Undo

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=82226

--- Comment #16 from Adam Niedling  ---
Confirmed in version 5.0.2.2 (Ubuntu 15.10).

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


[Libreoffice-bugs] [Bug 94801] Fileopen: Text in table different in Writer (multiple lines) and Word (single line)

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94801

--- Comment #1 from Timur  ---
Created attachment 119323
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119323=edit
Text in table from DOCX

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


[Libreoffice-bugs] [Bug 94801] Fileopen: Text in table different in Writer (multiple lines) and Word (single line)

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94801

--- Comment #2 from Timur  ---
Created attachment 119324
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119324=edit
Text in table from DOC

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


[Libreoffice-ux-advise] [Bug 94760] Better default values for graphics cache

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94760

--- Comment #5 from Zolnai Tamás  ---
(In reply to Michael Stahl from comment #3)
> IIRC Tamas was looking at the graphic cache size some time ago?
> 
> Is the graphic cache size actually the same as what you set in the
> configuration or is there some multiplier applied?

I removed the multiplier last time, so I guess it's the same value. Except that
the old caching mechanism (GraphicCache class) still called in parallel with
the newer caching mechanism (GraphicObject class). So the real memory usage can
be twice of the configured value.

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


[Libreoffice-bugs] [Bug 94760] Better default values for graphics cache

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94760

--- Comment #5 from Zolnai Tamás  ---
(In reply to Michael Stahl from comment #3)
> IIRC Tamas was looking at the graphic cache size some time ago?
> 
> Is the graphic cache size actually the same as what you set in the
> configuration or is there some multiplier applied?

I removed the multiplier last time, so I guess it's the same value. Except that
the old caching mechanism (GraphicCache class) still called in parallel with
the newer caching mechanism (GraphicObject class). So the real memory usage can
be twice of the configured value.

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


[Libreoffice-bugs] [Bug 89613] Artifacts for icons and other UI elements (KDE3 vclplug is picked instead of GTK under KDE4)

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89613

Maxim Monastirsky  changed:

   What|Removed |Added

 CC||me...@telusplanet.net

--- Comment #82 from Maxim Monastirsky  ---
*** Bug 94769 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
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 94719] Embedded Word picture has wrong line width and some of the lines disappear

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94719

Terrence Enger  changed:

   What|Removed |Added

 CC||lo_b...@iseries-guru.com

--- Comment #4 from Terrence Enger  ---
I have reproduced the reported behavior in Win-32 daily build from
2015-08-13 running on Windows Vista 32-bit.  However, LibreOffice
3.5.0.3 running on Windows Vista 32-bit crashed twice on two attempts
to open the file.  So still no hint of a versions where this ever
worked.

On Linux, in daily dbgutil version 2015-10-05 and 3.5.4.2 as delivered
with debian-wheezy, the initial display of the picture is mangled and
stays mangled through double-click and the next Writer window that the
double-click invokes.  So, not the same, but close enough to make me
doubt whether Linux deserves its own bug report.

Terry.

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


[Libreoffice-bugs] [Bug 94802] New: Writer moves headers to next pages without any reason

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94802

Bug ID: 94802
   Summary: Writer moves headers to next pages without any reason
   Product: LibreOffice
   Version: unspecified
  Hardware: Other
OS: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: yanp...@gmail.com

User-Agent:   Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML,
like Gecko) Chrome/45.0.2454.101 Safari/537.36
Build Identifier: LibreOffice 5.0.2.2

Headers jump over the pages. Try create similar doc to my steps

Reproducible: Always

Steps to Reproduce:
1. Open attached doc, place cursor after "66gg"
2. Press Enter
3. All headers below are moved down!
4. Place cursor after "ggc", press enter
5. Header ggc is moved to the first page
Actual Results:  
Happens to all Header styles


[Information automatically included from LibreOffice]
Locale: ru
Module: TextDocument
[Information guessed from browser]
OS: Linux (All)
OS is 64bit: yes

Maybe related with https://bugs.documentfoundation.org/show_bug.cgi?id=93970
I use custom template for default Writer docs, this docs do not have header
indents


Reset User Profile?No

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


[Libreoffice-bugs] [Bug 92502] FORMATTING: Writer for Linux is broken since 4.4.0.2

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=92502

--- Comment #6 from moze...@inbox.ru ---
The exact steps are in Description and Comment1. Try to open attached file in
windows and Linux. Look at the screenshot in comment1.
I don't know where that document was created (it's just the first pages of a
big document). I downloaded the whole document from some web site long long
time ago.
We don't create new files, we modify that old document and then save as a copy.
>From 4.4.0.2 such documents opened in Linux LO are looking and printing
different from windows version and different from previous Linux LO versions.

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


[Libreoffice-bugs] [Bug 94477] missing "Format > Character" item in the customize keyboard command menu

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94477

Maxim Monastirsky  changed:

   What|Removed |Added

   Keywords||bisected
 CC||momonas...@gmail.com
 Whiteboard|bibisectRequest |

--- Comment #11 from Maxim Monastirsky  ---
It comes from:

commit 58a825b4d047c0f99d4f9a193c97af423b23fb97
Author: Oliver-Rainer Wittmann 
Date:   Wed Apr 17 11:50:36 2013 +

Resolves: #i122025# UNO commands introduced with sidebar

By comparing the commit with the details posted in the Apache Bugzilla, it's
clear that it was a pure mistake.

@Jay: Please also revert the changes for AccelConfig and MenuConfig. Thanks.

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


[Libreoffice-bugs] [Bug 94803] Font problems: Drop Caps and Lines Missing with Linux Libertine O and Linux Biolinum O

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94803

Frank Zimmerman  changed:

   What|Removed |Added

   Hardware|Other   |x86-64 (AMD64)
 OS|All |Windows (All)

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


[Libreoffice-bugs] [Bug 94804] New: Cross references break on reload.

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94804

Bug ID: 94804
   Summary: Cross references break on reload.
   Product: LibreOffice
   Version: 4.4.5.2 release
  Hardware: All
OS: All
Status: UNCONFIRMED
  Severity: major
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: taylorh...@gmail.com

Created attachment 119328
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119328=edit
Document with error example.

I added cross references to the Items listed in the attached file and after i
reload the file using FILE-> Reload the cross references are broken.
File should look like this:

1  References
1.1  Build Specifications
[1.0] Tester
[1.1] x64 BK Driver
[1.2] SystemInstaller



a) Build Tester by right clicking and selecting build.
b) Build x64 BK Driver by right clicking and selecting build.
c) Build SystemInstaller by right clicking and selecting build. If additional
media is requested obtain it from referenced sources.

but instead looks like this:

1  References
1.1  Build Specifications
[1.0] Tester
[1.1] x64 BK Driver
[1.2] SystemInstaller



a) Build Tester by right clicking and selecting build.
b) Build Error: Reference source not found by right clicking and selecting
build.
c) Build Error: Reference source not found by right clicking and selecting
build. If additional media is requested obtain it from referenced sources.

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


[Libreoffice-bugs] [Bug 94614] crash on page style organizer tab, on the default template and russian localisation

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94614

Lera  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||lera.goncha...@gmail.com
 Ever confirmed|0   |1

--- Comment #8 from Lera  ---
I confirm it Bug.

Today I and kompilainne discussed this problem in chat. It is specific for the
Russian localization and is not confirmed in English.

Chat logs can be viewed here:
http://irclog.whitequark.org/libreoffice-ru/2015-10-05#14215509;

I include on the CC list kompilainenn

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


[Libreoffice-bugs] [Bug 78756] FILEOPEN: DOC importer ignores table's "Wrap Around" property

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=78756

Timur  changed:

   What|Removed |Added

   Priority|medium  |high
   Severity|normal  |major

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


[Libreoffice-bugs] [Bug 94769] LibreOffice 5 display is impossible to use menus or buttons.

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94769

Maxim Monastirsky  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||momonas...@gmail.com
 Resolution|--- |DUPLICATE

--- Comment #1 from Maxim Monastirsky  ---
It's caused by KDE3 libs that present on your system. Either uninstall them, or
alternatively uninstall the libobasis5.0-kde-integration package (that comes
with LO).

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

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


[Libreoffice-bugs] [Bug 91384] docx form fileopen formatting is totally lost ( checkbox and radio unusable )

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=91384

Timur  changed:

   What|Removed |Added

 CC||gti...@gmail.com

--- Comment #7 from Timur  ---
(In reply to Oliver Specht from comment #6)
> - The section properties contain a " are wrongly interpreted as page break
Is it Bug 64372? 

And numbering problem, so "4 Fragebogen und Planausschnitte" starts from 1.
Couldn't find a reported bug. 

Also, I don't understand why checkbox and radio button are not working in this
file.

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


[Libreoffice-bugs] [Bug 94802] Writer moves headers to next pages without any reason

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94802

--- Comment #2 from Yan Pashkovsky  ---
Unticking "Keep with next paragraph" in style settings seems to improve
behavior. Problem is with this tick I guess

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


[Libreoffice-bugs] [Bug 94803] New: Font problems: Drop Caps and Lines Missing with Linux Libertine O and Linux Biolinum O

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94803

Bug ID: 94803
   Summary: Font problems: Drop Caps and Lines Missing with Linux
Libertine O and Linux Biolinum O
   Product: LibreOffice
   Version: 5.0.2.2 release
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: fz1...@gmail.com

Created attachment 119327
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119327=edit
Shows the DropCap and missing text problems with Linux Libertine "O" and Linux
Biolinum "O"

This problem just happened after I installed the latest 5.0.2.2 update.

I'm having problems with Linux Libertine O and Linux Biolinum O. 

1. With Libertine O, DropCaps are getting messed up. If the paragraph starts
with the word "The" (for example), both the "T" and the "h" are getting put
into the DropCap (even though only one letter is defined in the DropCap
settings), then the "h" is repeated again for the normal part of the paragraph.
I've attached a screenshot.

2. With Biolinum O, 4 or 5 lines of text just disappear. If I change the style
to use Biolinum G, then the text magically re-appears. I've attached a
screenshot of before and after changing the font.

As well, I've attached the sample page document that shows the problem.

Some background: for a while I debated as to which version of the Linux fonts
to use, the "O" or the "G". After researching on the web, I came to the
conclusion that the "O" series would be best. I think that may have been the
ones also distributed in Linux (I was using Kubuntu for a while). Now I'm on a
laptop with Windows 10, and everytime I install an update to LibreOffice, the
"G" series gets installed again. So I end up with both on my system. This was
not a problem until now, when there is a definite difference in the way these
two different series of fonts are being handled.

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


[Libreoffice-bugs] [Bug 94783] UK Health and Safety Executive tool-kits spreadsheet freeze when being opened.

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94783

raal  changed:

   What|Removed |Added

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

--- Comment #2 from raal  ---
Hello,
Thank you for reporting the bug. Unfortunately without clear steps to reproduce
it, we cannot track down the origin of the problem. Please provide a clearer
set of step-by-step instructions on how to reproduce the problem.

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


[Libreoffice-bugs] [Bug 94803] Font problems: Drop Caps and Lines Missing with Linux Libertine O and Linux Biolinum O

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94803

--- Comment #1 from Frank Zimmerman  ---
One more comment. 

When typing "Th" with Linux Libertine O, they seem to get replaced with a
combined form. This could be causing the problem.

Also, I just discovered that the Linux Biolinum O problem occurs when typing
"tt". I believe this is another case of substituting a combined form of these
two letters. Once you type the second "t", the whole line just disappears.

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


[Libreoffice-commits] core.git: Branch 'refs/notes/commits' - 54/0dd587d8419c7291e5434d16e251ddc19cbb18

2015-10-05 Thread Caolán McNamara
 54/0dd587d8419c7291e5434d16e251ddc19cbb18 |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 6f4bedb666227288e5afcfed788f2d10e78413b5
Author: Caolán McNamara 
Date:   Mon Oct 5 20:35:08 2015 +0100

Notes added by 'git notes add'

diff --git a/54/0dd587d8419c7291e5434d16e251ddc19cbb18 
b/54/0dd587d8419c7291e5434d16e251ddc19cbb18
new file mode 100644
index 000..a5c0c77
--- /dev/null
+++ b/54/0dd587d8419c7291e5434d16e251ddc19cbb18
@@ -0,0 +1 @@
+ignore: googletest
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'aoo/trunk' - sal/qa

2015-10-05 Thread Damjan Jovanovic
 sal/qa/osl/file/osl_File.cxx |  278 +++
 1 file changed, 128 insertions(+), 150 deletions(-)

New commits:
commit 4fe9fcf7c27be4de507254e369c41a2d92a71975
Author: Damjan Jovanovic 
Date:   Mon Oct 5 18:41:29 2015 +

Fix an incompletely ported Google Test.

diff --git a/sal/qa/osl/file/osl_File.cxx b/sal/qa/osl/file/osl_File.cxx
index 0a4967d..c52565a 100644
--- a/sal/qa/osl/file/osl_File.cxx
+++ b/sal/qa/osl/file/osl_File.cxx
@@ -767,179 +767,158 @@ namespace osl_FileBase
 
 class getAbsoluteFileURL:public ::testing::Test
 {
-//::osl::FileBase   aFileBase;
-::rtl::OUString aResultURL1, aResultURL2, aResultURL3, 
aResultURL4, aResultURL5, aResultURL6;
-// ::osl::FileBase::RC  nError;
+protected:
+::osl::FileBase aFileBase;
+::rtl::OUString aResultURL1, aResultURL2, aResultURL3, 
aResultURL4, aResultURL5, aResultURL6;
+::osl::FileBase::RC nError;
 sal_BoolbOk;
 
 public:
-
+void SetUp();
+void TearDown();
 void check_getAbsoluteFileURL( rtl::OUString const& _suBaseURL,  
rtl::OString const& _sRelativeURL, ::osl::FileBase::RC _nAssumeError, 
rtl::OUString const& _suAssumeResultStr );
-
-  void getAbsoluteFileURL_001_1();
-  void getAbsoluteFileURL_001_2();
-  void getAbsoluteFileURL_001_3();
-  void getAbsoluteFileURL_001_4();
-  void getAbsoluteFileURL_001_5();
-  void getAbsoluteFileURL_001_6();
-  void getAbsoluteFileURL_001_7();
-  void getAbsoluteFileURL_001_8();
-  void getAbsoluteFileURL_002();
-  void getAbsoluteFileURL_003();
-  void getAbsoluteFileURL_004();
 }; //class getAbsoluteFileURL
 
-/* use coding format as same as getSystemPathFromFileURL
-// initialization
-void setUp( )
-{
-sal_Char pResultURL1[]  = "/relative/file1";
-sal_Char pResultURL2[]  = "/relative/file2";
-sal_Char pResultURL3[]  = "/file3";
-sal_Char pResultURL4[]  = "/file4";
-sal_Char pResultURL5[]  = "/canonical.name";
-sal_Char pResultURL6[]  = "/relative/";
-aResultURL1 = aUserDirectoryURL.concat( 
rtl::OUString::createFromAscii( pResultURL1 ) );
-aResultURL2 = aUserDirectoryURL.concat( 
rtl::OUString::createFromAscii( pResultURL2 ) );
-aResultURL3 = aUserDirectoryURL.concat( 
rtl::OUString::createFromAscii( pResultURL3 ) );
-aResultURL4 = aUserDirectoryURL.concat( 
rtl::OUString::createFromAscii( pResultURL4 ) );
-aResultURL5 = aUserDirectoryURL.concat( 
rtl::OUString::createFromAscii( pResultURL5 ) );
-aResultURL6 = aUserDirectoryURL.concat( 
rtl::OUString::createFromAscii( pResultURL6 ) );
-}
+/* use coding format as same as getSystemPathFromFileURL*/
+// initialization
+void getAbsoluteFileURL::SetUp( )
+{
+sal_Char pResultURL1[]  = "/relative/file1";
+sal_Char pResultURL2[]  = "/relative/file2";
+sal_Char pResultURL3[]  = "/file3";
+sal_Char pResultURL4[]  = "/file4";
+sal_Char pResultURL5[]  = "/canonical.name";
+sal_Char pResultURL6[]  = "/relative/";
+aResultURL1 = aUserDirectoryURL.concat( 
rtl::OUString::createFromAscii( pResultURL1 ) );
+aResultURL2 = aUserDirectoryURL.concat( 
rtl::OUString::createFromAscii( pResultURL2 ) );
+aResultURL3 = aUserDirectoryURL.concat( 
rtl::OUString::createFromAscii( pResultURL3 ) );
+aResultURL4 = aUserDirectoryURL.concat( 
rtl::OUString::createFromAscii( pResultURL4 ) );
+aResultURL5 = aUserDirectoryURL.concat( 
rtl::OUString::createFromAscii( pResultURL5 ) );
+aResultURL6 = aUserDirectoryURL.concat( 
rtl::OUString::createFromAscii( pResultURL6 ) );
+}
 
-void tearDown( )
-{
-}
+void getAbsoluteFileURL::TearDown( )
+{
+}
 
-// test code
-void getAbsoluteFileURL_001( )
-{
-::rtl::OUString aUStr_AbsURL;
-
-::osl::FileBase::RC nError11 = aFileBase.getAbsoluteFileURL( 
aUserDirectoryURL,  aRelURL1, aUStr_AbsURL );
-::rtl::OUString suError = ::rtl::OUString::createFromAscii("test 
for getAbsoluteFileURL(' ");
-suError += aUserDirectoryURL;
-suError += ::rtl::OUString::createFromAscii("', '");
-suError += aRelURL1;
-suError += ::rtl::OUString::createFromAscii("', '");
-suError += aUStr_AbsURL;
-suError += outputError( aUStr_AbsURL, aResultURL1, "' ),");
-
-sal_Bool nError12 = aUStr_AbsURL.equals( aResultURL1 );
-::osl::FileBase::RC nError21 = aFileBase.getAbsoluteFileURL( 
aUserDirectoryURL,  aRelURL2, aUStr_AbsURL );
-sal_Bool nError22 = aUStr_AbsURL.equals( aResultURL2 );
-::osl::FileBase::RC nError31 = aFileBase.getAbsoluteFileURL( 

[Libreoffice-bugs] [Bug 94802] Writer moves headers to next pages without any reason

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94802

Yan Pashkovsky  changed:

   What|Removed |Added

 CC||yanp...@gmail.com

--- Comment #1 from Yan Pashkovsky  ---
Created attachment 119326
  --> https://bugs.documentfoundation.org/attachment.cgi?id=119326=edit
test file

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


[Libreoffice-bugs] [Bug 64372] Section Breaks in .DOCX not handled similarly between LibO and Word

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=64372

Timur  changed:

   What|Removed |Added

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

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


[Libreoffice-bugs] [Bug 94757] Enabling drawing toolbar causes some buttons to be hidden by chevron

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94757

Maxim Monastirsky  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #1 from Maxim Monastirsky  ---
Confirmed with:

Version: 5.1.0.0.alpha1+
Build ID: 6e8e898acb9f6825104f01d090f447e8dfc7e4a2
TinderBox: Linux-rpm_deb-x86_64@70-TDF, Branch:master, Time:
2015-10-01_05:44:30
Locale: en-US (en_US.utf8)

(In reply to Yousuf (Jay) Philips from comment #0)
> @Maxim: Could this be due to your last patch in bug 84277?
Unlikely as I don't have this bug in a build from 20/09.

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


[Libreoffice-bugs] [Bug 94786] I am unable to refresh or auto refresh Pivot table in Libre office 5.0.2, could you please help me on this.

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94786

raal  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

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


[Libreoffice-bugs] [Bug 94786] I am unable to refresh or auto refresh Pivot table in Libre office 5.0.2, could you please help me on this.

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94786

raal  changed:

   What|Removed |Added

 CC||r...@post.cz

--- Comment #1 from raal  ---
Hello,

Thank you for filing the bug. Please send us a sample document, as this makes
it easier for us to verify the bug. 
I have set the bug's status to 'NEEDINFO', so please do change it back to
'UNCONFIRMED' once you have attached a document.
(Please note that the attachment will be public, remove any sensitive
information before attaching it.)
How can I eliminate confidential data from a sample document?
https://wiki.documentfoundation.org/QA/FAQ#How_can_I_eliminate_confidential_data_from_a_sample_document.3F
Thank you

I can not reproduce with LO 5.0.2.2, win7

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


[Libreoffice-bugs] [Bug 94803] Font problems: Drop Caps and Lines Missing with Linux Libertine O and Linux Biolinum O

2015-10-05 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=94803

--- Comment #2 from Frank Zimmerman  ---
One more comment: the Linux Biolinum O problem (with typing "tt") does not
happen with bold or italic variations. Only with the regular font.

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


[Libreoffice-commits] core.git: icon-themes/sifr

2015-10-05 Thread Matthias Freund
 icon-themes/sifr/framework/res/folder_32.png   |binary
 icon-themes/sifr/framework/res/templates_32.png|binary
 icon-themes/sifr/res/lx03253.png   |binary
 icon-themes/sifr/res/lx03254.png   |binary
 icon-themes/sifr/res/lx03255.png   |binary
 icon-themes/sifr/res/odb_32_8.png  |binary
 icon-themes/sifr/res/odf_32_8.png  |binary
 icon-themes/sifr/res/odg_32_8.png  |binary
 icon-themes/sifr/res/odm_32_8.png  |binary
 icon-themes/sifr/res/odp_32_8.png  |binary
 icon-themes/sifr/res/ods_32_8.png  |binary
 icon-themes/sifr/res/odt_32_8.png  |binary
 icon-themes/sifr/res/sx03253.png   |binary
 icon-themes/sifr/res/sx03254.png   |binary
 icon-themes/sifr/res/sx03255.png   |binary
 icon-themes/sifr/svx/res/doc_modified_feedback.png |binary
 icon-themes/sifr/svx/res/selection_10x22.png   |binary
 17 files changed

New commits:
commit 5ffa83a2b39cc77b36ef6f2ecc46ae5482e3e68c
Author: Matthias Freund 
Date:   Sun Oct 4 22:07:56 2015 +0200

tdf#75256 sifr icons for the startcenter part 1

I'm adding 32px version of the startcenter icons.
Have to do the recentfiles icon later.

Change-Id: I4794a9900dd6b74f27853648768667456bc0a862
Reviewed-on: https://gerrit.libreoffice.org/19135
Tested-by: Jenkins 
Reviewed-by: Samuel Mehrbrodt 

diff --git a/icon-themes/sifr/framework/res/folder_32.png 
b/icon-themes/sifr/framework/res/folder_32.png
new file mode 100644
index 000..e229761
Binary files /dev/null and b/icon-themes/sifr/framework/res/folder_32.png differ
diff --git a/icon-themes/sifr/framework/res/templates_32.png 
b/icon-themes/sifr/framework/res/templates_32.png
new file mode 100644
index 000..8b17e88
Binary files /dev/null and b/icon-themes/sifr/framework/res/templates_32.png 
differ
diff --git a/icon-themes/sifr/res/lx03253.png b/icon-themes/sifr/res/lx03253.png
new file mode 100644
index 000..1bf9ccb
Binary files /dev/null and b/icon-themes/sifr/res/lx03253.png differ
diff --git a/icon-themes/sifr/res/lx03254.png b/icon-themes/sifr/res/lx03254.png
new file mode 100644
index 000..1424260
Binary files /dev/null and b/icon-themes/sifr/res/lx03254.png differ
diff --git a/icon-themes/sifr/res/lx03255.png b/icon-themes/sifr/res/lx03255.png
new file mode 100644
index 000..b42516c
Binary files /dev/null and b/icon-themes/sifr/res/lx03255.png differ
diff --git a/icon-themes/sifr/res/odb_32_8.png 
b/icon-themes/sifr/res/odb_32_8.png
new file mode 100644
index 000..5353be9
Binary files /dev/null and b/icon-themes/sifr/res/odb_32_8.png differ
diff --git a/icon-themes/sifr/res/odf_32_8.png 
b/icon-themes/sifr/res/odf_32_8.png
new file mode 100644
index 000..4fe0b4a
Binary files /dev/null and b/icon-themes/sifr/res/odf_32_8.png differ
diff --git a/icon-themes/sifr/res/odg_32_8.png 
b/icon-themes/sifr/res/odg_32_8.png
new file mode 100644
index 000..e8c607a
Binary files /dev/null and b/icon-themes/sifr/res/odg_32_8.png differ
diff --git a/icon-themes/sifr/res/odm_32_8.png 
b/icon-themes/sifr/res/odm_32_8.png
new file mode 100644
index 000..18fec9c
Binary files /dev/null and b/icon-themes/sifr/res/odm_32_8.png differ
diff --git a/icon-themes/sifr/res/odp_32_8.png 
b/icon-themes/sifr/res/odp_32_8.png
new file mode 100644
index 000..0fe23cd
Binary files /dev/null and b/icon-themes/sifr/res/odp_32_8.png differ
diff --git a/icon-themes/sifr/res/ods_32_8.png 
b/icon-themes/sifr/res/ods_32_8.png
new file mode 100644
index 000..e60ee61
Binary files /dev/null and b/icon-themes/sifr/res/ods_32_8.png differ
diff --git a/icon-themes/sifr/res/odt_32_8.png 
b/icon-themes/sifr/res/odt_32_8.png
new file mode 100644
index 000..7f8433a
Binary files /dev/null and b/icon-themes/sifr/res/odt_32_8.png differ
diff --git a/icon-themes/sifr/res/sx03253.png b/icon-themes/sifr/res/sx03253.png
new file mode 100644
index 000..7a69cf5
Binary files /dev/null and b/icon-themes/sifr/res/sx03253.png differ
diff --git a/icon-themes/sifr/res/sx03254.png b/icon-themes/sifr/res/sx03254.png
new file mode 100644
index 000..38038e1
Binary files /dev/null and b/icon-themes/sifr/res/sx03254.png differ
diff --git a/icon-themes/sifr/res/sx03255.png b/icon-themes/sifr/res/sx03255.png
new file mode 100644
index 000..966300e
Binary files /dev/null and b/icon-themes/sifr/res/sx03255.png differ
diff --git a/icon-themes/sifr/svx/res/doc_modified_feedback.png 
b/icon-themes/sifr/svx/res/doc_modified_feedback.png
new file mode 100644
index 000..c48f694
Binary files /dev/null and b/icon-themes/sifr/svx/res/doc_modified_feedback.png 
differ
diff --git a/icon-themes/sifr/svx/res/selection_10x22.png 
b/icon-themes/sifr/svx/res/selection_10x22.png
new file mode 100644
index 000..c4ddcfe
Binary 

[Libreoffice-commits] core.git: vcl/android vcl/headless vcl/inc vcl/ios vcl/osx vcl/source vcl/unx vcl/win

2015-10-05 Thread Noel Grandin
 vcl/android/androidinst.cxx  |6 -
 vcl/headless/svpframe.cxx|   10 +-
 vcl/headless/svpinst.cxx |4 
 vcl/inc/android/androidinst.hxx  |4 
 vcl/inc/headless/svpframe.hxx|4 
 vcl/inc/headless/svpinst.hxx |4 
 vcl/inc/ios/iosinst.hxx  |4 
 vcl/inc/osx/salframe.h   |4 
 vcl/inc/osx/salinst.h|4 
 vcl/inc/salframe.hxx |   61 +++--
 vcl/inc/salinst.hxx  |5 -
 vcl/inc/unx/gtk/gtkframe.hxx |   26 ++---
 vcl/inc/unx/gtk/gtkinst.hxx  |4 
 vcl/inc/unx/salframe.h   |   20 ++--
 vcl/inc/unx/salinst.h|4 
 vcl/inc/win/salframe.h   |2 
 vcl/inc/win/salinst.h|6 -
 vcl/ios/iosinst.cxx  |4 
 vcl/osx/salframe.cxx |   22 ++--
 vcl/osx/salframeview.mm  |   22 ++--
 vcl/osx/salinst.cxx  |4 
 vcl/osx/vclnsapp.mm  |2 
 vcl/source/window/window.cxx |   32 +++
 vcl/unx/generic/app/salinst.cxx  |4 
 vcl/unx/generic/app/wmadaptor.cxx|   12 +-
 vcl/unx/generic/window/salframe.cxx  |  158 +--
 vcl/unx/gtk/app/gtkinst.cxx  |4 
 vcl/unx/gtk/window/gtksalframe.cxx   |   86 +--
 vcl/unx/kde/salnativewidgets-kde.cxx |2 
 vcl/unx/kde4/KDESalFrame.cxx |2 
 vcl/win/source/app/salinst.cxx   |   10 +-
 vcl/win/source/window/salframe.cxx   |   52 +--
 32 files changed, 298 insertions(+), 290 deletions(-)

New commits:
commit 0e30af6fdc496ee1b935d68e979aa63729cef878
Author: Noel Grandin 
Date:   Fri Oct 2 11:37:49 2015 +0200

convert SAL_FRAME_STYLE to scoped enum

Change-Id: Ic3f7fddcea36c18ffe43c4c633d415f596a58cbc
Reviewed-on: https://gerrit.libreoffice.org/19094
Reviewed-by: Noel Grandin 
Tested-by: Noel Grandin 

diff --git a/vcl/android/androidinst.cxx b/vcl/android/androidinst.cxx
index ce46fee..787beba 100644
--- a/vcl/android/androidinst.cxx
+++ b/vcl/android/androidinst.cxx
@@ -118,7 +118,7 @@ class AndroidSalFrame : public SvpSalFrame
 public:
 AndroidSalFrame( AndroidSalInstance *pInstance,
  SalFrame   *pParent,
- sal_uLong   nSalFrameStyle,
+ SalFrameStyleFlags  nSalFrameStyle,
  SystemParentData   *pSysParent )
 : SvpSalFrame( pInstance, pParent, nSalFrameStyle,
true, basebmp::Format::ThirtyTwoBitTcMaskRGBA,
@@ -177,12 +177,12 @@ public:
 }
 };
 
-SalFrame *AndroidSalInstance::CreateChildFrame( SystemParentData* pParent, 
sal_uLong nStyle )
+SalFrame *AndroidSalInstance::CreateChildFrame( SystemParentData* pParent, 
SalFrameStyleFlags nStyle )
 {
 return new AndroidSalFrame( this, NULL, nStyle, pParent );
 }
 
-SalFrame *AndroidSalInstance::CreateFrame( SalFrame* pParent, sal_uLong nStyle 
)
+SalFrame *AndroidSalInstance::CreateFrame( SalFrame* pParent, 
SalFrameStyleFlags nStyle )
 {
 return new AndroidSalFrame( this, pParent, nStyle, NULL );
 }
diff --git a/vcl/headless/svpframe.cxx b/vcl/headless/svpframe.cxx
index 4d4a225..408e05d 100644
--- a/vcl/headless/svpframe.cxx
+++ b/vcl/headless/svpframe.cxx
@@ -69,7 +69,7 @@ void SvpSalFrame::enableDamageTracker( bool bOn )
 
 SvpSalFrame::SvpSalFrame( SvpSalInstance* pInstance,
   SalFrame* pParent,
-  sal_uLong nSalFrameStyle,
+  SalFrameStyleFlags nSalFrameStyle,
   bool  bTopDown,
   basebmp::Format nScanlineFormat,
   SystemParentData* ) :
@@ -137,9 +137,9 @@ SvpSalFrame::~SvpSalFrame()
 SvpSalFrame* pFrame = 
const_cast(static_cast(*it));
 if( pFrame->m_bVisible&&
 pFrame->m_pParent == NULL &&
-(pFrame->m_nStyle & (SAL_FRAME_STYLE_MOVEABLE |
- SAL_FRAME_STYLE_SIZEABLE |
- SAL_FRAME_STYLE_CLOSEABLE) ) != 0
+(pFrame->m_nStyle & (SalFrameStyleFlags::MOVEABLE |
+ SalFrameStyleFlags::SIZEABLE |
+ SalFrameStyleFlags::CLOSEABLE) )
 )
 {
 pFrame->GetFocus();
@@ -155,7 +155,7 @@ void SvpSalFrame::GetFocus()
 if( s_pFocusFrame == this )
 return;
 
-if( (m_nStyle & (SAL_FRAME_STYLE_OWNERDRAWDECORATION | 
SAL_FRAME_STYLE_FLOAT)) == 0 )
+if( (m_nStyle & (SalFrameStyleFlags::OWNERDRAWDECORATION | 
SalFrameStyleFlags::FLOAT)) == SalFrameStyleFlags::NONE )
 {
 if( s_pFocusFrame )
 s_pFocusFrame->LoseFocus();

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

2015-10-05 Thread Miklos Vajna
 sw/source/core/inc/flyfrm.hxx  |   76 ++---
 sw/source/core/layout/fly.cxx  |   62 +++---
 sw/source/core/layout/flycnt.cxx   |4 -
 sw/source/core/layout/flyincnt.cxx |8 +--
 sw/source/core/layout/flylay.cxx   |   30 +++---
 5 files changed, 90 insertions(+), 90 deletions(-)

New commits:
commit 0e30cae512f91bc7b92b214e3c9760a38d873026
Author: Miklos Vajna 
Date:   Mon Oct 5 09:05:37 2015 +0200

sw: prefix members of SwFlyFrm

Change-Id: I69ff87617e4be128b1db6a04c80ce948c1901683

diff --git a/sw/source/core/inc/flyfrm.hxx b/sw/source/core/inc/flyfrm.hxx
index a619b08..054318b 100644
--- a/sw/source/core/inc/flyfrm.hxx
+++ b/sw/source/core/inc/flyfrm.hxx
@@ -74,7 +74,7 @@ class SwFlyFrm : public SwLayoutFrm, public SwAnchoredObject
 
 protected:
 // Predecessor/Successor for chaining with text flow
-SwFlyFrm *pPrevLink, *pNextLink;
+SwFlyFrm *m_pPrevLink, *m_pNextLink;
 
 private:
 // It must be possible to block Content-bound flys so that they will be not
@@ -83,38 +83,38 @@ private:
 // the constructor call of the root object since otherwise the anchor will
 // be formatted before the root is anchored correctly to a shell and
 // because too much would be formatted as a result.
-bool bLocked :1;
+bool m_bLocked :1;
 // true if the background of NotifyDTor needs to be notified at the end
 // of a MakeAll() call.
-bool bNotifyBack :1;
+bool m_bNotifyBack :1;
 
 protected:
 // Pos, PrtArea or SSize have been invalidated - they will be evaluated
 // again immediately because they have to be valid _at all time_.
 // The invalidation is tracked here so that LayAction knows about it and
 // can handle it properly. Exceptions prove the rule.
-bool bInvalid :1;
+bool m_bInvalid :1;
 
 // true if the proposed height of an attribute is a minimal height
 // (this means that the frame can grow higher if needed)
-bool bMinHeight :1;
+bool m_bMinHeight :1;
 // true if the fly frame could not format position/size based on its
 // attributes, e.g. because there was not enough space.
-bool bHeightClipped :1;
-bool bWidthClipped :1;
+bool m_bHeightClipped :1;
+bool m_bWidthClipped :1;
 // If true then call only the format after adjusting the width (CheckClip);
 // but the width will not be re-evaluated based on the attributes.
-bool bFormatHeightOnly :1;
+bool m_bFormatHeightOnly :1;
 
-bool bInCnt :1;///< FLY_AS_CHAR, anchored as character
-bool bAtCnt :1;///< FLY_AT_PARA, anchored at paragraph
-bool bLayout :1;   ///< FLY_AT_PAGE, FLY_AT_FLY, at page or at frame
-bool bAutoPosition :1; ///< FLY_AT_CHAR, anchored at character
+bool m_bInCnt :1;///< FLY_AS_CHAR, anchored as character
+bool m_bAtCnt :1;///< FLY_AT_PARA, anchored at paragraph
+bool m_bLayout :1;   ///< FLY_AT_PAGE, FLY_AT_FLY, at page or at frame
+bool m_bAutoPosition :1; ///< FLY_AT_CHAR, anchored at character
 
-bool bNoShrink :1; ///< temporary forbid shrinking to avoid loops
+bool m_bNoShrink :1; ///< temporary forbid shrinking to avoid loops
 // If true, the content of the fly frame will not be deleted when it
 // is moved to an invisible layer.
-bool bLockDeleteContent :1;
+bool m_bLockDeleteContent :1;
 
 friend class SwNoTextFrm; // is allowed to call NotifyBackground
 
@@ -125,8 +125,8 @@ protected:
 void MakePrtArea( const SwBorderAttrs  );
 void MakeContentPos( const SwBorderAttrs  );
 
-void Lock() { bLocked = true; }
-void Unlock()   { bLocked = false; }
+void Lock() { m_bLocked = true; }
+void Unlock()   { m_bLocked = false; }
 
 Size CalcRel( const SwFormatFrmSize  ) const;
 SwTwips CalcAutoWidth() const;
@@ -175,8 +175,8 @@ public:
 
 bool FrmSizeChg( const SwFormatFrmSize & );
 
-SwFlyFrm *GetPrevLink() const { return pPrevLink; }
-SwFlyFrm *GetNextLink() const { return pNextLink; }
+SwFlyFrm *GetPrevLink() const { return m_pPrevLink; }
+SwFlyFrm *GetNextLink() const { return m_pNextLink; }
 
 static void ChainFrames( SwFlyFrm *pMaster, SwFlyFrm *pFollow );
 static void UnchainFrames( SwFlyFrm *pMaster, SwFlyFrm *pFollow );
@@ -189,26 +189,26 @@ public:
 void NotifyDrawObj();
 
 void ChgRelPos( const Point  );
-bool IsInvalid() const { return bInvalid; }
-void Invalidate() const { const_cast(this)->bInvalid = true; }
-void Validate() const { const_cast(this)->bInvalid = false; }
-
-bool IsMinHeight()  const { return bMinHeight; }
-bool IsLocked() const { return bLocked; }
-bool IsAutoPos()const { return bAutoPosition; }
-bool IsFlyInCntFrm() const { return bInCnt; }
-bool IsFlyFreeFrm() const { return bAtCnt || bLayout; }
-bool 

  1   2   3   4   >