[Libreoffice-ux-advise] [Bug 87963] Add percentage value to new calculated compressed image size

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87963

Adolfo Jayme f...@libreoffice.org changed:

   What|Removed |Added

 CC|libreoffice-ux-advise@lists |
   |.freedesktop.org|
  Component|ux-advise   |Writer

-- 
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 87963] Add percentage value to new calculated compressed image size

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87963

Adolfo Jayme f...@libreoffice.org changed:

   What|Removed |Added

 CC|libreoffice-ux-advise@lists |
   |.freedesktop.org|
  Component|ux-advise   |Writer

-- 
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 82254] FILESAVE: UTF-8 BOM removed from CSV when saving file

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82254

--- Comment #3 from Dag Bakke d...@bakke.com ---
Ouch.

Not sure if this relates to shared code, but when saving a utf-8 text file from
writer (4.3.1.2), it will be saved *with* a BOM, even if the source file did
not have one. 

And my application is not suited to handle the BOM and rejects the resulting
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 83995] OSX - CRASH when attempting to open remote mysql table using native connector with connection timeout

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83995

Alex Thurgood ipla...@yahoo.co.uk changed:

   What|Removed |Added

 OS|Mac OS X (All)  |All

--- Comment #4 from Alex Thurgood ipla...@yahoo.co.uk ---
Also confirmed on Linux by Heinrich Stollinger on the user mailing list with LO
4352.

Changing platform to 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 83995] CRASH - when attempting to open remote mysql table using native connector with connection timeout

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83995

--- Comment #5 from Alex Thurgood ipla...@yahoo.co.uk ---
Adapted title to reflect behaviour on all platforms

-- 
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 82688] ODBC to SQLite3, table Design View does not offer Primary Key

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82688

--- Comment #8 from Lionel Elie Mamane lio...@mamane.lu ---
(In reply to Julien Nabet from comment #7)
 I'll quote Christian Werner, maintainer of sqllite odbc:
 
 SQL_OSC_MINIMUM is what
 SQLite and the driver can provide, higher values would be a cheat. There are
 other means in the ODBC spec to find out if a primary key is available on a
 table, think e.g. of SQLPrimaryKeys()
 

The question is not whether a particular table has a primary key (which is the
question SQLPrimaryKeys() answers), but whether the database supports the
concept of primary key in general, and (I guess) whether in its DDL SQL (Data
Definition Language) it supports the SQL-standard way of adding a primary key.

From a pure ODBC point of view, we might be able to get this information from
SQLGetInfo(SQL_CREATE_TABLE) or something like that (might be what is meant by
SQL_CT_TABLE_CONSTRAINT)... Need to check. Also need to check whether this can
map cleanly to some JDBC/SDBC interface to go through the layers of
abstraction in LibreOffice :) That is probably, one of the supportsFoo in
https://docs.oracle.com/javase/7/docs/api/java/sql/DatabaseMetaData.html

References for later usage:

 ODBC Minimum grammar (no mention of primary key from a cursory glance):
http://msdn.microsoft.com/en-us/library/ms711725%28v=vs.85%29.aspx

 ODBC SQLGetInfo reference:
http://msdn.microsoft.com/en-us/library/ms711681%28v=vs.85%29.aspx

 Haven't found the exact definition of SQL Core / Extended grammar (should be
somewhere...) but here's a third-party high-level description I've found:
https://www.progress.com/products/datadirect-connect/odbc-drivers/odbc-developer-center/odbc-definitions

-- 
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 83995] CRASH - when attempting to open remote mysql table using native connector with connection timeout

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83995

Alex Thurgood ipla...@yahoo.co.uk changed:

   What|Removed |Added

Summary|OSX - CRASH when attempting |CRASH - when attempting to
   |to open remote mysql table  |open remote mysql table
   |using native connector with |using native connector with
   |connection timeout  |connection timeout

-- 
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 83995] OSX - CRASH when attempting to open remote mysql table using native connector with connection timeout

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=83995

Alex Thurgood ipla...@yahoo.co.uk changed:

   What|Removed |Added

Version|4.4.0.0.alpha0+ Master  |4.3.5.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 57801] Multiscreen support positioning of LO menus dialogs

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57801

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

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

--- Comment #10 from Beluga todven...@suomi24.fi ---
I got this comment from #xfce:

Could be a problem with xfwm4. The user should try it again with xfwm4.10.1
and the latest stable LibreOffice release. If the problem remains, they should
use xfwm4.11.2 and the latest beta release of LibreOffice.

rosanna: can you comment on this please? Set back to UNCONFIRMED, if not solved
completely after updating xfwm4.

-- 
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 88013] Dates get replaced with ? after saving .odt in .doc format and opening .doc with word

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=88013

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #2 from Beluga todven...@suomi24.fi ---
Confirmed that it still looks like my attachment 109676 in MSO 2013.

Saved using Win 7 64-bit Version: 4.5.0.0.alpha0+
Build ID: 57626f2132f73e4e42b31e364b25c5867336e718
TinderBox: Win-x86@42, Branch:master, Time: 2014-12-26_09:26:33

-- 
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 88002] EDITING: Sorting ignores end column with formatting only

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=88002

raal r...@post.cz changed:

   What|Removed |Added

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

--- Comment #1 from raal r...@post.cz ---
I can not confirm with my file on LO 4.3.5, win7 and linux. 

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

-- 
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


Crash test update

2015-01-04 Thread Crashtest VM
New crashtest update available at 
http://dev-builds.libreoffice.org/crashtest/a7052b906dfd1d749f7da9ea64a3479d7c1cc2c9/


exportCrashes.csv
Description: Binary data


importCrash.csv
Description: Binary data


validationErrors.csv
Description: Binary data
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


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

2015-01-04 Thread Charu Tyagi
 sw/qa/extras/ooxmlimport/data/fdo79738.docx   |binary
 sw/qa/extras/ooxmlimport/ooxmlimport.cxx  |   11 +++
 writerfilter/source/dmapper/DomainMapper_Impl.cxx |   32 ++
 3 files changed, 43 insertions(+)

New commits:
commit 799e07f02dbca97f4dd9cff5b779392b13b9021c
Author: Charu Tyagi charu.ty...@ericsson.com
Date:   Fri Dec 19 13:56:26 2014 +0530

fdo#79738: Test case for patch that fixes 79738

Reviewed on:
https://gerrit.libreoffice.org/13541

Change-Id: I40ba14503ad9f5458d8326741a4fe7a13653b05a

diff --git a/sw/qa/extras/ooxmlimport/ooxmlimport.cxx 
b/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
index a9f0d24..5bec69c 100644
--- a/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
+++ b/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
@@ -242,6 +242,17 @@ DECLARE_OOXMLIMPORT_TEST(testFdo81486, fdo81486.docx)
 CPPUNIT_ASSERT_EQUAL(text-getString(),OUString(CustomTitle));
 }
 
+DECLARE_OOXMLIMPORT_TEST(testFdo79738, fdo79738.docx)
+{
+uno::Reference style::XStyleFamiliesSupplier  xStylesSupplier( 
mxComponent, uno::UNO_QUERY_THROW );
+uno::Reference container::XNameAccess  xStyleFamilies = 
xStylesSupplier-getStyleFamilies();
+uno::Referencecontainer::XNameContainer xStyles;
+xStyleFamilies-getByName(ParagraphStyles) = xStyles;
+uno::Referencebeans::XPropertySet xPropertySetHeader( 
xStyles-getByName(Header), uno::UNO_QUERY );
+CPPUNIT_ASSERT_EQUAL(false, 
xPropertySetHeader-getPropertyValue(ParaLineNumberCount).getbool());
+uno::Referencebeans::XPropertySet xPropertySetFooter( 
xStyles-getByName(Footer), uno::UNO_QUERY );
+CPPUNIT_ASSERT_EQUAL(false, 
xPropertySetFooter-getPropertyValue(ParaLineNumberCount).getbool());
+}
 
 DECLARE_OOXMLIMPORT_TEST(testN751077, n751077.docx)
 {
commit e1c45f55cde70d71154fa12b2449b20a256d3a26
Author: Charu Tyagi charu.ty...@ericsson.com
Date:   Fri Dec 19 14:05:49 2014 +0530

fdo#79738: test document for patch that that fixes 79738

Reviewed on:
https://gerrit.libreoffice.org/13542

Change-Id: I8d6289b814a063ba8037d07a7600a44fa77f860d

diff --git a/sw/qa/extras/ooxmlimport/data/fdo79738.docx 
b/sw/qa/extras/ooxmlimport/data/fdo79738.docx
new file mode 100644
index 000..e6873e7
Binary files /dev/null and b/sw/qa/extras/ooxmlimport/data/fdo79738.docx differ
commit 5b743ccf8b5bb51b4d390e64f2916ac1759419a1
Author: Charu Tyagi charu.ty...@ericsson.com
Date:   Fri Dec 19 11:10:23 2014 +0530

fdo#79738: FILEOPEN: Number lines in footer not compatible with MSO

Reviewed on:
https://gerrit.libreoffice.org/13539

Change-Id: I309f9cfc31420e350acc05be7ff422c8aefad782

diff --git a/writerfilter/source/dmapper/DomainMapper_Impl.cxx 
b/writerfilter/source/dmapper/DomainMapper_Impl.cxx
index 678b19e..b903c51 100644
--- a/writerfilter/source/dmapper/DomainMapper_Impl.cxx
+++ b/writerfilter/source/dmapper/DomainMapper_Impl.cxx
@@ -42,6 +42,7 @@
 #include com/sun/star/text/SetVariableType.hpp
 #include com/sun/star/text/XFootnote.hpp
 #include com/sun/star/text/XLineNumberingProperties.hpp
+#include com/sun/star/style/XStyle.hpp
 #include com/sun/star/text/PageNumberType.hpp
 #include com/sun/star/text/HoriOrientation.hpp
 #include com/sun/star/text/VertOrientation.hpp
@@ -88,6 +89,30 @@ using namespace oox;
 namespace writerfilter {
 namespace dmapper{
 
+//line numbering for header/footer
+void lcl_linenumberingHeaderFooter( PropertyNameSupplier rPropNameSupplier, 
uno::Referencecontainer::XNameContainer xStyles, OUString rname, 
DomainMapper_Impl* dmapper )
+{
+const StyleSheetEntryPtr pEntry = 
dmapper-GetStyleSheetTable()-FindStyleSheetByISTD( rname );
+if (!pEntry)
+return;
+const StyleSheetPropertyMap* pStyleSheetProperties = dynamic_castconst 
StyleSheetPropertyMap*( pEntry-pProperties.get() );
+if ( !pStyleSheetProperties )
+return;
+sal_Int32 nListId = pStyleSheetProperties-GetListId();
+if( xStyles.is() )
+{
+if( xStyles-hasByName( rname ) )
+{
+uno::Reference style::XStyle  xStyle;
+xStyles-getByName( rname ) = xStyle;
+if( !xStyle.is() )
+return;
+uno::Referencebeans::XPropertySet xPropertySet( xStyle, 
uno::UNO_QUERY );
+xPropertySet-setPropertyValue( rPropNameSupplier.GetName( 
PROP_PARA_LINE_NUMBER_COUNT ), uno::makeAny( ( bool )( nListId = 0 ) ) );
+}
+}
+}
+
 // Populate Dropdown Field properties from FFData structure
 void lcl_handleDropdownField( const uno::Reference beans::XPropertySet  
rxFieldProps, FFDataHandler::Pointer_t pFFDataHandler )
 {
@@ -4654,6 +4679,13 @@ void DomainMapper_Impl::SetLineNumbering( sal_Int32 
nLnnMod, sal_uInt32 nLnc, sa
 {}
 }
 m_bLineNumberingSet = true;
+PropertyNameSupplier rPropNameSupplier = 
PropertyNameSupplier::GetPropertyNameSupplier();
+uno::Reference style::XStyleFamiliesSupplier  xStylesSupplier( 
GetTextDocument(), 

[Libreoffice-commits] core.git: i18nlangtag/source sax/source sccomp/source sdext/inc sdext/source sd/inc sd/source slideshow/inc slideshow/source sot/source svgio/inc svgio/source svx/inc svx/source

2015-01-04 Thread Caolán McNamara
 i18nlangtag/source/languagetag/languagetag.cxx  |  
  4 +-
 sax/source/fastparser/fastparser.cxx|  
  4 +-
 sccomp/source/solver/SolverComponent.hxx|  
  4 +-
 sd/inc/CustomAnimationPreset.hxx|  
  8 ++---
 sd/inc/TransitionPreset.hxx |  
  4 +-
 sd/inc/pch/precompiled_sd.hxx   |  
  2 -
 sd/source/filter/eppt/epptooxml.hxx |  
  2 -
 sd/source/filter/eppt/pptx-epptooxml.cxx|  
  1 
 sd/source/ui/framework/configuration/ConfigurationControllerBroadcaster.hxx |  
  6 ++--
 sd/source/ui/framework/configuration/ResourceFactoryManager.hxx |  
  4 +-
 sd/source/ui/framework/module/ModuleController.cxx  |  
  6 ++--
 sd/source/ui/framework/tools/FrameworkHelper.cxx|  
  4 +-
 sd/source/ui/sidebar/MasterPageObserver.cxx |  
  4 +-
 sd/source/ui/slidesorter/cache/SlsBitmapCache.cxx   |  
  2 -
 sd/source/ui/slidesorter/cache/SlsBitmapCache.hxx   |  
  1 
 sd/source/ui/slidesorter/cache/SlsPageCacheManager.cxx  |  
  2 -
 sd/source/ui/tools/IconCache.cxx|  
  4 +-
 sd/source/ui/unoidl/facreg.cxx  |  
  5 +--
 sd/source/ui/view/ViewShellManager.cxx  |  
 10 +++
 sdext/inc/pch/precompiled_PresentationMinimizer.hxx |  
  2 -
 sdext/source/minimizer/pppoptimizertoken.cxx|  
  4 +-
 sdext/source/pdfimport/filterdet.cxx|  
  4 +-
 sdext/source/pdfimport/inc/pdfihelper.hxx   |  
  4 +-
 sdext/source/pdfimport/inc/pdfparse.hxx |  
  4 +-
 sdext/source/pdfimport/pdfparse/pdfentries.cxx  |  
  8 ++---
 sdext/source/pdfimport/sax/saxattrlist.cxx  |  
  6 ++--
 sdext/source/pdfimport/sax/saxattrlist.hxx  |  
  6 ++--
 sdext/source/pdfimport/test/pdfunzip.cxx|  
  4 +-
 sdext/source/pdfimport/test/tests.cxx   |  
  6 ++--
 sdext/source/pdfimport/tree/pdfiprocessor.hxx   |  
 10 +++
 sdext/source/pdfimport/tree/style.cxx   |  
 14 +-
 sdext/source/pdfimport/tree/style.hxx   |  
 14 +-
 sdext/source/pdfimport/wrapper/wrapper.cxx  |  
  4 +-
 sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx   |  
  2 -
 sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.hxx   |  
  4 +-
 slideshow/inc/pch/precompiled_slideshow.hxx |  
  2 -
 slideshow/source/engine/eventmultiplexer.cxx|  
  3 --
 slideshow/source/engine/slide/layermanager.hxx  |  
  8 ++---
 slideshow/source/engine/slide/targetpropertiescreator.cxx   |  
  6 ++--
 sot/source/sdstor/stgcache.cxx  |  
  2 +
 sot/source/sdstor/stgcache.hxx  |  
  5 ++-
 svgio/inc/pch/precompiled_svgio.hxx |  
  2 -
 svgio/inc/svgio/svgreader/svgdocument.hxx   |  
  5 ++-
 svgio/inc/svgio/svgreader/svgnode.hxx   |  
  2 -
 svgio/inc/svgio/svgreader/svgtoken.hxx  |  
  1 
 svgio/source/svgreader/svgtoken.cxx |  
  3 +-
 svgio/source/svgreader/svgtools.cxx |  
  4 +-
 svx/inc/pch/precompiled_svx.hxx |  
  2 -
 svx/inc/pch/precompiled_svxcore.hxx |  
  2 -
 svx/source/accessibility/lookupcolorname.cxx|  
  4 +-
 svx/source/customshapes/EnhancedCustomShapeTypeNames.cxx|  
  6 ++--
 svx/source/table/propertyset.hxx|  
  8 +
 svx/source/unodraw/shapepropertynotifier.cxx|  
  4 +-
 svx/source/unodraw/unoprov.cxx  |  
  4 +-
 54 files changed, 120 insertions(+), 126 deletions(-)

New commits:
commit 0be5d2b2f6366b295a47a3b9d4e87091b6fd446b
Author: Caolán McNamara caol...@redhat.com
Date:   Sat Jan 3 21:24:08 2015 +


[Libreoffice-bugs] [Bug 79738] FILEOPEN: Number lines in footer not compatible with MSO

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=79738

Commit Notification libreoffice-comm...@lists.freedesktop.org changed:

   What|Removed |Added

 Whiteboard|filter:doc filter:docx  |filter:doc filter:docx
   ||target:4.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 79738] FILEOPEN: Number lines in footer not compatible with MSO

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=79738

--- Comment #9 from Commit Notification 
libreoffice-comm...@lists.freedesktop.org ---
Charu Tyagi committed a patch related to this issue.
It has been pushed to master:

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

fdo#79738: Test case for patch that fixes 79738

It will be available in 4.5.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 79738] FILEOPEN: Number lines in footer not compatible with MSO

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=79738

--- Comment #8 from Commit Notification 
libreoffice-comm...@lists.freedesktop.org ---
Charu Tyagi committed a patch related to this issue.
It has been pushed to master:

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

fdo#79738: test document for patch that that fixes 79738

It will be available in 4.5.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 79738] FILEOPEN: Number lines in footer not compatible with MSO

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=79738

--- Comment #7 from Commit Notification 
libreoffice-comm...@lists.freedesktop.org ---
Charu Tyagi committed a patch related to this issue.
It has been pushed to master:

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

fdo#79738: FILEOPEN: Number lines in footer not compatible with MSO

It will be available in 4.5.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 56194] when reference is update in word after exporting .odt to .doc file the font turns to black and gets bigger (see comment 11)

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56194

--- Comment #12 from Beluga todven...@suomi24.fi ---
Confirmed the result in comment 11 on Win 8.1 32-bit, MSO 2013.

.doc saved using Win 7 64-bit Version: 4.5.0.0.alpha0+
Build ID: 57626f2132f73e4e42b31e364b25c5867336e718
TinderBox: Win-x86@42, Branch:master, Time: 2014-12-26_09:26:33

-- 
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 56194] when reference is update in word after exporting .odt to .doc file the font turns to black and gets bigger (see comment 11)

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56194

foss f...@openmailbox.org changed:

   What|Removed |Added

Summary|reference formatting|when reference is update in
   |mis-exported to .doc|word after exporting .odt
   ||to .doc file the font turns
   ||to black and gets bigger
   ||(see comment 11)

--- Comment #11 from foss f...@openmailbox.org ---
Translation of what this bug seems to be about:

Reproduce:

* open .odt file
* export as .doc file
* open .doc file with Word
* go to page 2, double click in header, then right-click the word foo-bar and
update from the right-click menu

Currently: after the update is done, the font changes from blue to black and
increases in size

Expected: font should stay the same.

There's a ton of other problems with this beautiful testfile but one issues per
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 56194] when reference is update in word after exporting .odt to .doc file the font turns to black and gets bigger (see comment 11)

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56194

foss f...@openmailbox.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

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


[Libreoffice-bugs] [Bug 88014] New: FILESAVE: Save after adding graphic to image control on REPORT causes LO to stop responding

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=88014

Bug ID: 88014
   Summary: FILESAVE: Save after adding graphic to image control
on REPORT causes LO to stop responding
   Product: LibreOffice
   Version: 4.3.5.2 release
  Hardware: x86-64 (AMD64)
OS: Mac OS X (All)
Status: UNCONFIRMED
  Severity: major
  Priority: medium
 Component: Database
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: byrn...@harte-lyne.ca

Created a simple Base report using the report design view.  Added an image
control to page header and saved.  Specified a png one colour graphic (1.5kb)
and saved as link.  Program becomes non-reponsive and consumes 60-70% of cpu
whilst in tht state.  Must use force-quit to exit.

Recovered document, edited report and added same graphic as an embedded file.
Attempt to save has same result.

Recovered document, edited report and added a 4kb black and white gif graphic
instead. Attempt to save has same result. Must use force-quit to exit LO.

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


[Libreoffice-bugs] [Bug 50077] FORMATTING: String to Number conversion does not work

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50077

A (Andy) stgohi-lob...@yahoo.de changed:

   What|Removed |Added

 CC||stgohi-lob...@yahoo.de

--- Comment #5 from A (Andy) stgohi-lob...@yahoo.de ---
Reproducible with LO 4.4.0.0.beta1 and 4.3.4.1 (Win 8.1).

But the MID function is a text function
(https://help.libreoffice.org/Calc/Text_Functions).
It extracts a text string out of a text and therefore the result is a text (LO
Help: Returns a text string of a text.:
https://help.libreoffice.org/Calc/Text_Functions#MID).

Therefore, I would mark it not as a bug.

I thought about where there could maybe be a need to extract a number out of a
larger number or text and I could there maybe think of a Personal ID Code or
other generated codes where you need to extract a number.
In this respect it is interesting to see, that LO can already calculate with
the text string result and if you add a number calculates a correct sum/number.
Therefore, I would mark it is an enhancement request that either the MID
function can also return a number as one further feature or implement a further
similiar function that returns a number.

-- 
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 88015] New: Calc crashes when copying/pasting

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=88015

Bug ID: 88015
   Summary: Calc crashes when copying/pasting
   Product: LibreOffice
   Version: 4.2.8.2 rc
  Hardware: x86 (IA32)
OS: Mac OS X (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Spreadsheet
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: t...@theomoye.co.uk

LibreOffice Calc crashes completely resulting in lost work. I think it's just
when copying and pasting.

-- 
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 86846] EDITING Feature request: Add code window for editing

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=86846

Dr. Matthias Weisser matthias.weis...@gmx.de changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #4 from Dr. Matthias Weisser matthias.weis...@gmx.de ---
I agree that Reveal Codes (bug 34002) sounds useful. But this must not be the
same implementation as intended here. It might differ.

My feeling is that just having a window showing the Code and having the
possibility of changing this will be useful as a first step. 

In addition to this - a Reveal Code feature might be implemented. 

So I see 2 steps of implementation:
1. having this window to see and change source code (I would prefer that).
2. having a feature quickly showing formatting like Reveal Code and being
able to modify easily. A Crossed Eyes feature might be of value. I did not
work with it until now. So hard to tell for me how convenient this is.

Having implemented point 1 it would be more easy finding out about the code
that LO produces and how to influence and change this to a more useful code. So
I feel having point 1 implemented would help getting better code.

-- 
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 81849] LibreOffice is slow with linked or embedded sound files (mostly Ubuntu 14.04)

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=81849

Petr Pisar petr.pi...@atlas.cz changed:

   What|Removed |Added

 CC||petr.pi...@atlas.cz

--- Comment #12 from Petr Pisar petr.pi...@atlas.cz ---
This is not specific to Ubuntu. I experience it on my Gentoo desktop too
(LibreOffice 4.2.8.2, amd64 platform, Java support disabled, gstreamer-1.2.4).
There is something wrong with the GUI as it spuriously steals a focus from
other X11 windows when it hiccups.

-- 
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 37573] Exporting to PDF with code128-font adds space after first character

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37573

foss f...@openmailbox.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #13 from foss f...@openmailbox.org ---
Hi all, I don't understand what the issue is here.

bug description says the exported pdf is invalid in both Adobe Reader and
Google Chrome.

For me the  PDF result of export ODS file with code 128 does load fine in
chromium, osx preview.app and acrobat.

So original problem is def. fixed and this bug is worksforme. If other bugs
with the test file are remaining, please open a new bug and add exact reproduce
steps.

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 88015] Calc crashes when editing data in the Formula Bar

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=88015

t...@theomoye.co.uk changed:

   What|Removed |Added

Summary|Calc crashes when   |Calc crashes when editing
   |copying/pasting |data in the Formula Bar

--- Comment #1 from t...@theomoye.co.uk ---
LibreOffice Calc crashes completely resulting in lost work when hitting 'Enter'
after altering formulae in the Formula Bar.
**Note** It is not when copying/pasting as stated previously.

-- 
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 88015] Calc crashes when editing data in the Formula Bar

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=88015

t...@theomoye.co.uk changed:

   What|Removed |Added

   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 88016] New: font color is not getting changed in liber calc

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=88016

Bug ID: 88016
   Summary: font color is not getting changed in liber calc
   Product: LibreOffice
   Version: 4.3.2.2 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Spreadsheet
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: sarojini.pal...@gmail.com

actual bug: when I select a font color for a paticular word color is not
getting changed it remains default as black


expected result: when a particular font color is selected for a word or cell it
should change to the selected color

step1: type the required data in the liber calc
step2: click on the font color
step3: list of colors will be displayed select the required color from the font
color option
step4: words should be typed in selected font color

-- 
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 87479] Formula not getting calculated in libre office 4.3.4.1

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87479

--- Comment #3 from aaker markus.weyerm...@gmx.net ---
(In reply to aaker from comment #2)
 SriJanani
 
 I assume your formula in AD is working as expected. Substituting al the
 refs by the appropriate values, you will get
 =O4/C4*20*(((C4*(1+E4))*(1+H4))*(1+K4))/20.
 Multiplying and subsequent dividing by 20 cancels out:
 =O4/C4*(((C4*(1+E4))*(1+H4))*(1+K4))
 Normalizing with the brackets you will get
 =O4/C4*C4*(1+E4)*(1+H4)*(1+K4)
 Once more dividing and subsequent multiplying by C4 cancels out.
 So changing the value in C4 will change nothing to the result of your
 formula in AD4.
 
 cheers
 Markus

Verify proper calculation of formula by changing value in O4

-- 
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 75644] Start Center better options to control LibO window resize of the start screen (StartModule) and last used window size of each document module (Summary comment 10)

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75644

foss f...@openmailbox.org changed:

   What|Removed |Added

 Status|NEEDINFO|NEW

--- Comment #19 from foss f...@openmailbox.org ---
Why is this NEEDINFO? It's a real problem and very annoying. NEW
If dev input is needed that should be a keyword instead of a status.

-- 
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 87972] Cannot repeat items labels on a pivot table

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87972

raal r...@post.cz changed:

   What|Removed |Added

 CC||r...@post.cz

--- Comment #1 from raal r...@post.cz ---
Please explain more what do you mean. Attach test file, screenshot etc.  Is it
this feature - 
http://www.extendoffice.com/documents/excel/1964-excel-repeat-item-labels.html
?

-- 
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 37573] Exporting to PDF with code128-font adds space after first character

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37573

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 CC||todven...@suomi24.fi
 Resolution|WORKSFORME  |---
 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 37573] Exporting to PDF with code128-font adds space after first character

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37573

Beluga todven...@suomi24.fi changed:

   What|Removed |Added

 Status|REOPENED|NEW

--- Comment #14 from Beluga todven...@suomi24.fi ---
Installed the code 128 font. Exported attachment 111579 from Calc to PDF and
can confirm that the gap is there.

Setting to NEW.

Win 7 64-bit Version: 4.5.0.0.alpha0+
Build ID: 57626f2132f73e4e42b31e364b25c5867336e718
TinderBox: Win-x86@42, Branch:master, Time: 2014-12-26_09:26:33

-- 
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 33082] Multiple operations does not generate a change in change control

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33082

foss f...@openmailbox.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #6 from foss f...@openmailbox.org ---
Confirmed.

* open new writer file
* type test
* turn on Edit / Track Changes / Record Changes
* mark the text and make it e.g. Title from apply style selection box

Currently: the text becomes a title as expected but no change is recorded

Expected: a change should have been recorded

Word 2011, OSX 10.10.1 behaves as expected so this is a bug and it is NEW.

-- 
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 51918] : Copying from Base table to Spreadsheet alphabetizes and misaligns headers

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51918

Tony Pursell a...@princeswalk.fsnet.co.uk changed:

   What|Removed |Added

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

--- Comment #15 from Tony Pursell a...@princeswalk.fsnet.co.uk ---
I have retested thus using LO version 4.2.7.2 and Ubuntu 14.04 and it seems to
be OK now so I am changing the status to RESOLVED/FIXED.

If any one else still has this problem using 4.2.7.2 or later, please put it
back to NEW.

-- 
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 88016] font color is not getting changed in liber calc

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=88016

raal r...@post.cz changed:

   What|Removed |Added

 CC||r...@post.cz

--- Comment #1 from raal r...@post.cz ---
I can not confirm with LO 4.3.5, win7. After step 3 are next letters colored.
When cursor is active in cell, then only next letters are colored. When whole
cell is selected, then every letter is colored. Works for me.

-- 
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 88019] FILESAVE FORMATTING saving sheet as xml loses user-defined date format

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=88019

marcelo finkielsztein mfi...@gmail.com changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #2 from marcelo finkielsztein mfi...@gmail.com ---
I can confirm: If i save with ods format and then re-open, the date shows
properly formatted.

-- 
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 50697] EDITING: terrible memory leak with documents containing cropped PostScript (.eps) images

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50697

Julien Nabet serval2...@yahoo.fr changed:

   What|Removed |Added

 Resolution|FIXED   |WORKSFORME

--- Comment #17 from Julien Nabet serval2...@yahoo.fr ---
Thank you Milan for your feedback!
Just nitpicking, since there's no specific fix, let's put this to WFM.

-- 
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 88018] After clicking on 'File' program stops for ca. 15 seconds

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=88018

leszek.gurczyn...@gmail.com changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

--- Comment #2 from leszek.gurczyn...@gmail.com ---
This issue persist on every LO I had since first update. This includes 4.4.0.1

I reseted my user profile. The problem disappeared. Thanks for the advice.

-- 
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 87790] Unexpected values in evaluating R2 using regr.lin (linear fit)

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87790

Julien Nabet serval2...@yahoo.fr changed:

   What|Removed |Added

URL||http://www.quepublishing.co
   ||m/articles/article.aspx?p=2
   ||019170

--- Comment #8 from Julien Nabet serval2...@yahoo.fr ---
I put an url which may help (for those who are fluent at statistics)

-- 
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 54042] Cannot change decimal separator from comma to period in italian

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54042

--- Comment #19 from lore lovecraf...@gmail.com ---
Because the issue here is not to press a comma instead of a period. The issue
here is that if you calculate =3/2 LO returns 1,5 no matter what and there's no
way that I know of to get 1.5 instead. At the same time, there's no way to get
1.5 (entered directly in a cell) recognized as a number instead of text.

-- 
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 79738] FILEOPEN: Number lines in footer not compatible with MSO

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=79738

--- Comment #10 from Jay Philips philip...@hotmail.com ---
Thanks Charu Tyagi for the patch. Hope that it can be backported to 4.4 as
well.

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


[Libreoffice-commits] core.git: 6 commits - cui/source officecfg/registry sc/source vcl/source

2015-01-04 Thread Tomaž Vajngerl
 cui/source/dialogs/zoom.cxx  |   35 ---
 officecfg/registry/schema/org/openoffice/Office/Calc.xcs |7 
 sc/source/ui/inc/tabview.hxx |1 
 sc/source/ui/view/tabview.cxx|  136 ++-
 sc/source/ui/view/tabview5.cxx   |9 
 vcl/source/control/scrbar.cxx|   16 +
 6 files changed, 135 insertions(+), 69 deletions(-)

New commits:
commit edc4fd31c9d2c57454e756d70a8fc5922fab703b
Author: Tomaž Vajngerl tomaz.vajng...@collabora.co.uk
Date:   Sun Jan 4 20:41:31 2015 +0900

Fix indent

Change-Id: Ia39df03be4f4a2470ec16dc55855916ddd758a8b

diff --git a/sc/source/ui/view/tabview.cxx b/sc/source/ui/view/tabview.cxx
index 0d52d8a..efc7758 100644
--- a/sc/source/ui/view/tabview.cxx
+++ b/sc/source/ui/view/tabview.cxx
@@ -433,15 +433,17 @@ void ScTabView::DoResize( const Point rOffset, const 
Size rSize, bool bInner )
  {
 if (nTabSize  nSizeLt-SC_SCROLLBAR_MIN)
 nTabSize = nSizeLt-SC_SCROLLBAR_MIN;
-if (nTabSize  SC_TABBAR_MIN) nTabSize = SC_TABBAR_MIN;
-nSizeLt -= nTabSize;
-}
+if (nTabSize  SC_TABBAR_MIN)
+nTabSize = SC_TABBAR_MIN;
+nSizeLt -= nTabSize;
+}
 else // right Scrollbar
 {
 if (nTabSize  nSizeRt-SC_SCROLLBAR_MIN)
 nTabSize = nSizeRt-SC_SCROLLBAR_MIN;
-if (nTabSize  SC_TABBAR_MIN) nTabSize = SC_TABBAR_MIN;
-nSizeRt -= nTabSize;
+if (nTabSize  SC_TABBAR_MIN)
+nTabSize = SC_TABBAR_MIN;
+nSizeRt -= nTabSize;
 }
 }
 }
commit 63a7a64ba9aaa29fdd40065f2bf3b06c74fd2e3b
Author: Tomaž Vajngerl tomaz.vajng...@collabora.co.uk
Date:   Sun Jan 4 20:39:24 2015 +0900

Remove nOverlap as it is constantly set to 0 now.

Change-Id: I31bfa39777d2cfe8c7fddc62f74273a8ba1a9bba

diff --git a/sc/source/ui/view/tabview.cxx b/sc/source/ui/view/tabview.cxx
index 06367a6..0d52d8a 100644
--- a/sc/source/ui/view/tabview.cxx
+++ b/sc/source/ui/view/tabview.cxx
@@ -339,8 +339,6 @@ void ScTabView::DoResize( const Point rOffset, const Size 
rSize, bool bInner )
 if ( aViewData.GetVSplitMode() == SC_SPLIT_FIX )
 nSplitSizeY = 1;
 
-const long nOverlap = 0;// ScrollBar::GetWindowOverlapPixel();
-
 aBorderPos = rOffset;
 aFrameSize = rSize;
 
@@ -377,7 +375,7 @@ void ScTabView::DoResize( const Point rOffset, const Size 
rSize, bool bInner )
 if (bVScroll)
 {
 nBarX = nScrollBarSize;
-nSizeX -= nBarX - nOverlap;
+nSizeX -= nBarX;
 }
 if (bHScroll)
 {
@@ -386,14 +384,14 @@ void ScTabView::DoResize( const Point rOffset, const 
Size rSize, bool bInner )
 if (!mbInlineWithScrollbar)
 nBarY += nScrollBarSize;
 
-nSizeY -= nBarY - nOverlap;
+nSizeY -= nBarY;
 }
 
 //  window at the bottom right
 lcl_SetPosSize( aScrollBarBox, Point( nPosX+nSizeX, nPosY+nSizeY ), 
Size( nBarX, nBarY ),
 nTotalWidth, bLayoutRTL );
 
-if (bHScroll)   // Scrollbars horizontal
+if (bHScroll) // Scrollbars horizontal
 {
 long nSizeLt = 0;   // left scroll bar
 long nSizeRt = 0;   // right scroll bar
@@ -403,7 +401,7 @@ void ScTabView::DoResize( const Point rOffset, const Size 
rSize, bool bInner )
 {
 case SC_SPLIT_NONE:
 nSizeSp = nSplitSizeX;
-nSizeLt = nSizeX - nSizeSp + nOverlap;  // Ecke 
ueberdecken
+nSizeLt = nSizeX - nSizeSp; // Covert the corner
 break;
 case SC_SPLIT_NORMAL:
 nSizeSp = nSplitSizeX;
@@ -429,7 +427,7 @@ void ScTabView::DoResize( const Point rOffset, const Size 
rSize, bool bInner )
 
 if (mbInlineWithScrollbar)
 {
-nTabSize = pTabControl-GetSizePixel().Width() - nOverlap;
+nTabSize = pTabControl-GetSizePixel().Width();
 
  if ( aViewData.GetHSplitMode() != SC_SPLIT_FIX ) // left 
Scrollbar
  {
@@ -450,42 +448,41 @@ void ScTabView::DoResize( const Point rOffset, const 
Size rSize, bool bInner )
 
 if (mbInlineWithScrollbar)
 {
-Point aTabPoint(nPosX - nOverlap, nPosY + nSizeY);
-Size aTabSize(nTabSize + nOverlap, nBarY);
+Point aTabPoint(nPosX, nPosY + nSizeY);

[Libreoffice-bugs] [Bug 87684] UI regression: Calc sheet tabs and horizontal scroll bar are now wasting twice the space

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87684

--- Comment #12 from Commit Notification 
libreoffice-comm...@lists.freedesktop.org ---
Tomaž Vajngerl committed a patch related to this issue.
It has been pushed to master:

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

fdo#87684 option to make tabbar inline with scrollbar again

It will be available in 4.5.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 87684] UI regression: Calc sheet tabs and horizontal scroll bar are now wasting twice the space

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87684

Commit Notification libreoffice-comm...@lists.freedesktop.org changed:

   What|Removed |Added

 Whiteboard|| target:4.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 54042] Cannot change decimal separator from comma to period in italian

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54042

--- Comment #18 from m.a.riosv mari...@miguelangel.mobi ---
If that solves what you want, why not.

-- 
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 88015] Calc crashes when editing data in the Formula Bar

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=88015

m.a.riosv mari...@miguelangel.mobi changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||mari...@miguelangel.mobi
 Ever confirmed|0   |1

--- Comment #2 from m.a.riosv mari...@miguelangel.mobi ---
Hello @theo,

Thank you for reporting the bug. To be certain the reported issue is not
related to corruption in the user profile, could you rename this LibreOffice
user directory ( see
https://wiki.documentfoundation.org/UserProfile#Default_location or
http://ask.libreoffice.org/en/question/903/where-are-the-libreoffice-data-profile-files/
) and re-test?

-- 
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 80934] START CENTER: A means to filter the list by application

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=80934

Jay Philips philip...@hotmail.com changed:

   What|Removed |Added

 Status|RESOLVED|UNCONFIRMED
 Resolution|DUPLICATE   |---
 Ever confirmed|1   |0

--- Comment #7 from Jay Philips philip...@hotmail.com ---
Sorry Adolfo but this isnt a duplicate of bug 56696 as this is about filtering
the entries in the start center and not the filtering of recent document list
found in File  Recent Files when you are in a module.

-- 
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 61914] [META] Start Center -- implementation UI and UX

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61914

Jay Philips philip...@hotmail.com changed:

   What|Removed |Added

 Depends on||80934

-- 
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 80934] START CENTER: A means to filter the list by application

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=80934

Jay Philips philip...@hotmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Blocks||61914
 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 79935] VIEWING: Picture(s) are not shown correctly

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=79935

foss f...@openmailbox.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #3 from foss f...@openmailbox.org ---
Akira, please fill all the questions being asked. There's a reason they are
asked and that is to being able to properly process your bug.

With that little info, I do not even know what the issue is you are seeing. The
attached screenshot tells me nothing.

Also Cor Nouws question Do you use CTL ? was never answered.

NEEDINFO, please provide as much info as possible. That is very important info
for us. Doesn't matter if the english isn't perfect. Mine isn't! Ideally
provide exact steps to reproduce the problem.

Maybe attach an impress example file to test this with. Then QA can just open
that file, fire up impress remote and then maybe see the problem.

Are you using Impress remote on Android or iOS?

Which Ubuntu are you using? Can you try with LO 4.4 and the latest impress
remote?

After adding that info set the bug back to UNCONFIRMED

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


[Libreoffice-bugs] [Bug 71064] Failed to open display error in the help message when using LO via SSH

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=71064

foss f...@openmailbox.org changed:

   What|Removed |Added

Summary|Failed to open display|Failed to open display
   |error in the help message   |error in the help message
   ||when using LO via SSH

-- 
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: sccomp/source

2015-01-04 Thread Caolán McNamara
 sccomp/source/solver/CoinMPSolver.cxx |1 +
 1 file changed, 1 insertion(+)

New commits:
commit 18861c30a63dd419f3be47896a760109ac06c47a
Author: Caolán McNamara caol...@redhat.com
Date:   Sun Jan 4 11:51:28 2015 +

stdexcept for std::runtime_error

Change-Id: Ic917730ced5ce60036dbab08c1f97ebefb6e86e8

diff --git a/sccomp/source/solver/CoinMPSolver.cxx 
b/sccomp/source/solver/CoinMPSolver.cxx
index 47c0d8d..b650d06 100644
--- a/sccomp/source/solver/CoinMPSolver.cxx
+++ b/sccomp/source/solver/CoinMPSolver.cxx
@@ -28,6 +28,7 @@
 #include com/sun/star/uno/XComponentContext.hpp
 
 #include rtl/math.hxx
+#include stdexcept
 #include vector
 
 using namespace com::sun::star;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 88001] Default document view

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=88001

--- Comment #3 from Jay Philips philip...@hotmail.com ---
Hi Stuart,

(In reply to V Stuart Foote from comment #2)
 As is, with an empty profile, on the initial launch of Writer if its window
 is maximized, the document mode will be two-page. But if module window is
 sized anything less for Writer it will open in single-page mode.

So is there no means of forcing Writer to always load in single-page mode no
matter what the window size is?

-- 
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 88018] New: After clicking on 'File' program stops for ca. 15 seconds

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=88018

Bug ID: 88018
   Summary: After clicking on 'File' program stops for ca. 15
seconds
   Product: LibreOffice
   Version: 4.2.8.2 rc
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: BASIC
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: leszek.gurczyn...@gmail.com

It happens with all LibreOffice components, Windows shows the 'No respond' -
error message. After that I'm able to select every option. The program works
fine after that.

-- 
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 75702] FILEOPEN: line-break ignored

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75702

foss f...@openmailbox.org changed:

   What|Removed |Added

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

--- Comment #8 from foss f...@openmailbox.org ---
OSX behaves identical thus OS  All.

Not sure if this should or should not be working. Setting to Enhancement and
NEW.

We need a dev to chime in on this if this enhancement request makes sense or
not.

-- 
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 88019] New: FILESAVE FORMATTING saving sheet as xml loses user-defined date format

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=88019

Bug ID: 88019
   Summary: FILESAVE FORMATTING saving sheet as xml loses
user-defined date format
   Product: LibreOffice
   Version: 4.3.4.1 release
  Hardware: x86-64 (AMD64)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Spreadsheet
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: mfi...@gmail.com

Problem description: 
FILESAVE FORMATTING saving sheet as xml loses user-defined date format.
Defining a user-defined format like DD-MMM- is not properly saved when the
sheet is saved using as Microsoft XMl format (*.xml)

Steps to reproduce:
1. create new sheet
2. set a cell with value 1-Apr-2015
3. right click  format cell  format code
4. enter DD-MMM-
   spreadsheet shows 1-Apr-2015, as expected.

5. file  save as Microsoft XML 2003 (*.xml)

6. close sheet.  open saved xml sheet

Current behavior:
  Date appears formatted as 1-Apr-14.  
  User-defined format got lost while saving as *.xml

  If you open the xml file you can confirm that is was saved as NumberFormat
ss:Format=Medium Date, hence losing the specific format.

Expected behavior:
xml file should be able to save (remember) the user-defined format.

-- 
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 88015] Calc crashes when editing data in the Formula Bar

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=88015

--- Comment #3 from t...@theomoye.co.uk ---
Thanks, I renamed the user directory and restarted LibreOffice. When I edited a
formula in the formula bar, the first attempt was successful. On the second
attempt it crashed again.

-- 
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 75550] FORMATTING: changed format font after saving file

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=75550

foss f...@openmailbox.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME
 OS|Windows (All)   |All

--- Comment #15 from foss f...@openmailbox.org ---
WORKSFORME

Win 8.1, LO Version: 4.4.0.0.alpha0+
Build ID: 1f4d9846aeb40af1fbb0126f666766fe6c60d8ff
TinderBox: Win-x86@42, Branch:master, Time: 2014-08-12_23:04:05

Installed that font. opened example file (it is arial).
Set the fiel with text to that font vbNtcIPA
save ods file
reopen ods file

- the text field is in vbNtcIPA

So this WORKSFORME in 4.4 and higher.

-- 
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 88019] FILESAVE FORMATTING saving sheet as xml loses user-defined date format

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=88019

foss f...@openmailbox.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #1 from foss f...@openmailbox.org ---
Can you please open a ods file with a date formatted as needed. After that set
the bug back to UNCONFIRMED

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


[Libreoffice-bugs] [Bug 88018] After clicking on 'File' program stops for ca. 15 seconds

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=88018

foss f...@openmailbox.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #1 from foss f...@openmailbox.org ---
Thanks for taking the time to report this problem.

Could you please try resetting your user profile to make sure the issue is not
related to that:
https://wiki.documentfoundation.org/UserProfile#Resetting_the_user_profile

Does this issue persist with LO 4.4.0.1?
http://www.libreoffice.org/download/pre-releases/

After adding the requested info set the bug back to UNCONFIRMED please.

-- 
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 88020] New: the menu bar the bookmarksmenu has two exchanged letters bookmarskmenu

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=88020

Bug ID: 88020
   Summary: the menu bar the bookmarksmenu has two exchanged
letters bookmarskmenu
   Product: LibreOffice
   Version: 4.3.5.2 release
  Hardware: x86 (IA32)
OS: Windows (All)
Status: UNCONFIRMED
  Severity: minor
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: f20j13...@gmx.de

In the German version of Writer in the menu bar the bookmarksmenu is written
bookmarskmenu (in English and with two exchanged letters).

-- 
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 76131] Existing pinned icon on Win7/8 is taskbar invalid after re-installation/update

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=76131

Lukas lukas-mailingli...@gmx.net changed:

   What|Removed |Added

 CC||lukas-mailingli...@gmx.net

--- Comment #2 from Lukas lukas-mailingli...@gmx.net ---
I see the same problem and want to emphasize statement of rj_libreoffice.
It would be very helpful if pinned documents are kept while update
installation.

-- 
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 50697] EDITING: terrible memory leak with documents containing cropped PostScript (.eps) images

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50697

Milan Bouchet-Valat nalimi...@club.fr changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |FIXED

--- Comment #16 from Milan Bouchet-Valat nalimi...@club.fr ---
Looks like it's been fixed in 4.3.4.1 on Fedora 20, AFAICT from the reproducer
I posted here (I no longer use EPS images -- I've moved to SVGs since I hit
this bug). 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 88021] New: Barcode font incompatibility

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=88021

Bug ID: 88021
   Summary: Barcode font incompatibility
   Product: LibreOffice
   Version: 4.5.0.0.alpha0+ Master
  Hardware: Other
OS: All
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Writer
  Assignee: libreoffice-bugs@lists.freedesktop.org
  Reporter: davian...@gmail.com

Enter ÐLM600123456USpÓ in Writer and format it with the Code128 font attached.
The first and last characters will be displayed as squares.

-- 
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 88021] Barcode font incompatibility

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=88021

--- Comment #2 from Urmas davian...@gmail.com ---
Created attachment 111719
  -- https://bugs.freedesktop.org/attachment.cgi?id=111719action=edit
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-bugs] [Bug 88021] Barcode font incompatibility

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=88021

--- Comment #1 from Urmas davian...@gmail.com ---
Created attachment 111718
  -- https://bugs.freedesktop.org/attachment.cgi?id=111718action=edit
Test 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 88020] the menu bar the bookmarksmenu has two exchanged letters bookmarskmenu

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=88020

Julien Nabet serval2...@yahoo.fr changed:

   What|Removed |Added

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

--- Comment #1 from Julien Nabet serval2...@yahoo.fr ---
Could you attach a screenshot by using this link?
https://bugs.freedesktop.org/attachment.cgi?bugid=88020action=enter

-- 
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 54042] Cannot change decimal separator from comma to period in italian

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54042

--- Comment #19 from lore lovecraf...@gmail.com ---
Because the issue here is not to press a comma instead of a period. The issue
here is that if you calculate =3/2 LO returns 1,5 no matter what and there's no
way that I know of to get 1.5 instead. At the same time, there's no way to get
1.5 (entered directly in a cell) recognized as a number instead of text.

-- 
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 88015] Calc crashes when editing data in the Formula Bar

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=88015

Julien Nabet serval2...@yahoo.fr changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr

--- Comment #4 from Julien Nabet serval2...@yahoo.fr ---
Could you give a try to last stable LO version 4.3.5?

Also, if you still reproduce this, could you attach your file by using this
link
https://bugs.freedesktop.org/attachment.cgi?bugid=88015action=enter ? (have in
mind that any attachment is automatically made public, so remove any
private/confidential part).

-- 
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 88018] After clicking on 'File' program stops for ca. 15 seconds

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=88018

Adolfo Jayme f...@libreoffice.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #3 from Adolfo Jayme f...@libreoffice.org ---
Thanks for your feedback. I’m changing this bug’s status to WORKSFORME since
you’ve stated the problem went away after resetting the profile. Do not
hesitate to reopen this report if the problem appears again in future.

-- 
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 87909] Search and Replace can grind to a halt on large documents for certain strings

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87909

--- Comment #7 from Oldbwl d...@oldbwl.co.uk ---
@JayPhillips: As long as it is not published online yes,

-- 
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 88005] FILEOPEN Can't open doc format with jpeg images. 100% cpu

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=88005

Julien Nabet serval2...@yahoo.fr changed:

   What|Removed |Added

 CC||fridrich.st...@bluewin.ch,
   ||f...@gnome.org,
   ||serval2...@yahoo.fr

--- Comment #2 from Julien Nabet serval2...@yahoo.fr ---
On pc Debian x86-64 with master sources updated yesterday, I could open the
file but seems empty.

I noticed this console log:
VisioDocument: version 0
Found xml parser severity error Extra content at the end of the document

Fridrich/Valek: any thoughts about this Visio error?

-- 
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: bridges/source connectivity/source embedserv/source extensions/source scripting/source sfx2/inc sfx2/source stoc/source ucb/source

2015-01-04 Thread Caolán McNamara
 bridges/source/cpp_uno/gcc3_linux_x86-64/cpp2uno.cxx   |3 -
 bridges/source/cpp_uno/gcc3_linux_x86-64/rtti.cxx  |5 +
 connectivity/source/commontools/TSkipDeletedSet.cxx|1 
 connectivity/source/drivers/mork/MColumnAlias.hxx  |4 -
 connectivity/source/drivers/mork/MQueryHelper.hxx  |6 --
 connectivity/source/drivers/mozab/MColumnAlias.hxx |4 -
 connectivity/source/drivers/mozab/mozillasrc/MLdapAttributeMap.cxx |5 -
 connectivity/source/drivers/mozab/mozillasrc/MQueryHelper.hxx  |4 -
 connectivity/source/drivers/postgresql/pq_connection.hxx   |7 +-
 connectivity/source/drivers/postgresql/pq_databasemetadata.cxx |2 
 connectivity/source/drivers/postgresql/pq_statics.hxx  |6 --
 connectivity/source/drivers/postgresql/pq_tools.hxx|2 
 connectivity/source/drivers/postgresql/pq_xcontainer.hxx   |8 +--
 connectivity/source/inc/TSkipDeletedSet.hxx|2 
 embedserv/source/inc/embeddoc.hxx  |6 +-
 extensions/source/bibliography/framectr.cxx|4 -
 extensions/source/ole/oleobjw.cxx  |8 +--
 extensions/source/ole/oleobjw.hxx  |6 +-
 extensions/source/ole/unoconversionutilities.hxx   |   26 
+-
 extensions/source/ole/unoobjw.cxx  |6 +-
 extensions/source/ole/unoobjw.hxx  |6 +-
 extensions/source/propctrlr/browserlistbox.hxx |2 
 extensions/source/propctrlr/eventhandler.cxx   |2 
 extensions/source/propctrlr/eventhandler.hxx   |2 
 extensions/source/propctrlr/pcrcommontypes.hxx |4 -
 extensions/source/propctrlr/propcontroller.hxx |   10 +--
 scripting/source/dlgprov/dlgevtatt.hxx |   11 +---
 scripting/source/provider/ActiveMSPList.hxx|   22 
+++-
 scripting/source/provider/BrowseNodeFactoryImpl.cxx|8 +--
 scripting/source/provider/ProviderCache.hxx|5 +
 scripting/source/stringresource/stringresource.hxx |6 +-
 scripting/source/vbaevents/eventhelper.cxx |6 +-
 sfx2/inc/pch/precompiled_sfx.hxx   |2 
 sfx2/source/appl/imagemgr.cxx  |4 -
 sfx2/source/appl/newhelp.cxx   |4 -
 sfx2/source/appl/workwin.cxx   |4 -
 sfx2/source/control/bindings.cxx   |4 -
 sfx2/source/doc/Metadatable.cxx|   18 
+++---
 sfx2/source/toolbox/imgmgr.cxx |7 +-
 sfx2/source/view/sfxbasecontroller.cxx |7 +-
 stoc/source/corereflection/base.hxx|6 +-
 stoc/source/corereflection/lrucache.hxx|4 -
 stoc/source/inspect/introspection.cxx  |6 +-
 stoc/source/invocation_adapterfactory/iafactory.cxx|   11 +---
 stoc/source/namingservice/namingservice.cxx|5 +
 stoc/source/security/file_policy.cxx   |6 +-
 stoc/source/security/lru_cache.h   |4 -
 stoc/source/servicemanager/servicemanager.cxx  |   13 ++---
 ucb/source/core/ucbstore.cxx   |   16 
--
 ucb/source/ucp/file/filnot.hxx |5 -
 ucb/source/ucp/file/filtask.hxx|7 +-
 ucb/source/ucp/file/shell.hxx  |   12 ++--
 ucb/source/ucp/hierarchy/hierarchyprovider.hxx |8 ---
 ucb/source/ucp/package/pkgprovider.cxx |   14 -
 ucb/source/ucp/webdav-neon/ContentProperties.hxx   |   11 
 ucb/source/ucp/webdav-neon/NeonSession.cxx |4 -
 ucb/source/ucp/webdav-neon/PropertyMap.hxx |4 -
 ucb/source/ucp/webdav/ContentProperties.hxx|   11 
 ucb/source/ucp/webdav/PropertyMap.hxx  |6 --
 ucb/source/ucp/webdav/webdavresponseparser.cxx |7 --
 60 files changed, 174 insertions(+), 235 deletions(-)

New commits:
commit ca8787a98171070c771dc167b43d5bdb98c52ce4
Author: Caolán McNamara caol...@redhat.com
Date:   Sun Jan 4 11:10:45 2015 +

boost::unordered_map-std::unordered_map

Change-Id: I5d458f43616edc395faa8c27edaddc7d515166db


[Libreoffice-bugs] [Bug 51918] : Copying from Base table to Spreadsheet alphabetizes and misaligns headers

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51918

Adolfo Jayme f...@libreoffice.org changed:

   What|Removed |Added

 Resolution|FIXED   |WORKSFORME

--- Comment #16 from Adolfo Jayme f...@libreoffice.org ---
(We reserve the FIXED resolution when we know the exact commit that fixed a
bug. When a bug becomes obsolete or is not reproducible anymore, we set the
WORKSFORME status.)

-- 
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 54042] Cannot change decimal separator from comma to period in italian

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54042

--- Comment #20 from m.a.riosv mari...@miguelangel.mobi ---
Created attachment 111720
  -- https://bugs.freedesktop.org/attachment.cgi?id=111720action=edit
Sample file

If you want the cell formatted with dot as decimal separator select a language
with dot as decimal separator in the cell format, number's tab.

-- 
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 54042] Cannot change decimal separator from comma to period in italian

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54042

--- Comment #20 from m.a.riosv mari...@miguelangel.mobi ---
Created attachment 111720
  -- https://bugs.freedesktop.org/attachment.cgi?id=111720action=edit
Sample file

If you want the cell formatted with dot as decimal separator select a language
with dot as decimal separator in the cell format, number's tab.

-- 
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 88019] FILESAVE FORMATTING saving sheet as xml loses user-defined date format

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=88019

--- Comment #3 from marcelo finkielsztein mfi...@gmail.com ---
Created attachment 111721
  -- https://bugs.freedesktop.org/attachment.cgi?id=111721action=edit
ods file.  when saved as xml, loses date format

user defined format works on ods files.
when saved as *.xml format, the file loses the uer-defined date format.

-- 
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 80853] Calc freezes while filtering large data

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=80853

Matthew Francis fdb...@neosheffield.co.uk changed:

   What|Removed |Added

 CC||fdb...@neosheffield.co.uk
 Whiteboard|bibisected  |perf bibisected

--- Comment #6 from Matthew Francis fdb...@neosheffield.co.uk ---
The behaviour changed somewhere in the patch set
c7bdee8dbd1cf260a8513a0d31b36f90daa70f1c..4c99a427ee4adaeddb2682c192384bad21d9d09b
which begins as below. Building the commits individually doesn't seem to work,
so a single commit can't easily be identified.


commit c7bdee8dbd1cf260a8513a0d31b36f90daa70f1c
Author: Kohei Yoshida kohei.yosh...@gmail.com
Date:   Wed May 22 20:27:24 2013 -0400

Define block types for string, edit text and formula cell elements.

Also, remove the custom_ prefix from block names.

Change-Id: If3dfdbdacc2d0113fa8d631bec7a914b51668115

-- 
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 54042] Cannot change decimal separator from comma to period in italian

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54042

--- Comment #21 from lore lovecraf...@gmail.com ---
Thanks for this trick!

In any case, that doesn't look to me like a real solution to the problem here.
Besides, it'll work as long as you don't enter the value by hand: if your cell
language is set to english, you still have to write 12,2 to get 12.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-ux-advise] [Bug 54042] Cannot change decimal separator from comma to period in italian

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54042

--- Comment #21 from lore lovecraf...@gmail.com ---
Thanks for this trick!

In any case, that doesn't look to me like a real solution to the problem here.
Besides, it'll work as long as you don't enter the value by hand: if your cell
language is set to english, you still have to write 12,2 to get 12.2…

-- 
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 87961] Error when opening rtf document Writer General Input-Output error

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87961

--- Comment #12 from Den Hook harco.van.h...@gmail.com ---
First, thanx for all the support !
I couldn't answer earlier because my other pc (Win 8.1) has also a problem with
the internetconnection. So now this reaction by the Ipad !

I'll try the posted restored documents as soon as possible and if this works,
you've made my day !

The message that the drawing might be the problem, could be true working with
drawings is very tricky and after saving and opening bits are moved to other
places and copying doesn't work well

So i'm anxious to try it out and then restore my Zorin PC with Open Office (a
stable version)

I'll let you know

-- 
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 87961] Error when opening rtf document Writer General Input-Output error

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87961

--- Comment #13 from Julien Nabet serval2...@yahoo.fr ---
Den: just for information, LibreOffice is a fork from OpenOffice.
This bugtracker concerns LibreOffice :-)

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


[Libreoffice-bugs] [Bug 81048] memory leak

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=81048

Julien Nabet serval2...@yahoo.fr changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 CC||serval2...@yahoo.fr
 Resolution|--- |WORKSFORME

--- Comment #4 from Julien Nabet serval2...@yahoo.fr ---
Following last comments, I put it WFM.
Don't hesitate to reopen this tracker if you still reproduce this with last
stable LO version 4.3.5

-- 
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 88005] FILEOPEN Can't open doc format with jpeg images. 100% cpu

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=88005

--- Comment #3 from Julien Nabet serval2...@yahoo.fr ---
Created attachment 111722
  -- https://bugs.freedesktop.org/attachment.cgi?id=111722action=edit
bt with debug symbols (4.4)

On pc Debian x86-64 with 4.4 sources updated some days ago, I could reproduce
this.

I noticed this kind of loop:
#18 0x2aaacbaf6ada in SwTxtFrm::Format (this=0x570be00) at
/home/julien/compile-libreoffice/libo_4_4/sw/source/core/text/frmform.cxx:1813
#19 0x2aaacb984ca1 in SwCntntFrm::MakeAll (this=0x570be00) at
/home/julien/compile-libreoffice/libo_4_4/sw/source/core/layout/calcmove.cxx:1333
#20 0x2aaacb97f54f in SwFrm::PrepareMake (this=0x570be00) at
/home/julien/compile-libreoffice/libo_4_4/sw/source/core/layout/calcmove.cxx:277
#21 0x2aaacb79a22a in SwFrm::Calc (this=0x570be00) at
/home/julien/compile-libreoffice/libo_4_4/sw/source/core/inc/frame.hxx:1034
#22 0x2aaacbaf0ced in SwTxtFrm::CalcFollow (this=0x55c9350, nTxtOfst=0) at
/home/julien/compile-libreoffice/libo_4_4/sw/source/core/text/frmform.cxx:283
#23 0x2aaacbaf2125 in SwTxtFrm::_AdjustFollow (this=0x55c9350, rLine=...,
nOffset=0, nEnd=9, nMode=3 '\003')
at
/home/julien/compile-libreoffice/libo_4_4/sw/source/core/text/frmform.cxx:594
#24 0x2aaacbaf3e73 in SwTxtFrm::FormatAdjust (this=0x55c9350, rLine=...,
rFrmBreak=..., nStrLen=9, bDummy=false)
at
/home/julien/compile-libreoffice/libo_4_4/sw/source/core/text/frmform.cxx:1106
#25 0x2aaacbaf570e in SwTxtFrm::_Format (this=0x55c9350, rLine=...,
rInf=..., bAdjust=false)
at
/home/julien/compile-libreoffice/libo_4_4/sw/source/core/text/frmform.cxx:1556
#26 0x2aaacbaf5c5b in SwTxtFrm::_Format (this=0x55c9350, pPara=0x570b470)
at
/home/julien/compile-libreoffice/libo_4_4/sw/source/core/text/frmform.cxx:1666
#27 0x2aaacbaf6ada in SwTxtFrm::Format (this=0x55c9350) at
/home/julien/compile-libreoffice/libo_4_4/sw/source/core/text/frmform.cxx:1813

-- 
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 88005] FILEOPEN Can't open doc format with jpeg images. 100% cpu

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=88005

--- Comment #4 from Julien Nabet serval2...@yahoo.fr ---
Now the question is:
is the pb of loop in bt fixed or is the Visio symptom just hiding 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-commits] core.git: connectivity/source

2015-01-04 Thread Miklos Vajna
 connectivity/source/drivers/postgresql/pq_connection.hxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 311a92f23b744c8dfd8fb45be13a8e355b3f7b75
Author: Miklos Vajna vmik...@collabora.co.uk
Date:   Sun Jan 4 14:21:13 2015 +0100

connectivity: fix gcc-4.8 build

Change-Id: I2df7eb2af12f235cfa05bc75da32e8baf1455b5b

diff --git a/connectivity/source/drivers/postgresql/pq_connection.hxx 
b/connectivity/source/drivers/postgresql/pq_connection.hxx
index 3d3bb13..20526ce 100644
--- a/connectivity/source/drivers/postgresql/pq_connection.hxx
+++ b/connectivity/source/drivers/postgresql/pq_connection.hxx
@@ -158,7 +158,7 @@ typedef ::std::vector OString  OStringVector;
 
 typedef std::unordered_map
 
-const sal_Int32,
+sal_Int32,
 OUString,
 ::boost::hash sal_Int32 ,
 ::std::equal_to sal_Int32 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-bugs] [Bug 54042] Cannot change decimal separator from comma to period in italian

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54042

Adolfo Jayme f...@libreoffice.org changed:

   What|Removed |Added

 CC|libreoffice-ux-advise@lists |
   |.freedesktop.org|
  Component|ux-advise   |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 87974] Base does not appear to execute Sub Main or allocate GLOBAL variables.

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87974

--- Comment #14 from Bill Gradwohl bill-l...@ycc.com ---
Robert: I've been a Professional Software developer for over 30 years. I've
written code in 22 languages. Main has a special meaning in many computer
languages. It is the Main entry point to start the execution. Main is NOT
special in Basic. However, using Main in LibreOffice's pseudo language does
give the impression that LibreOffice supports the concept of Main as it's
commonly understood. 

Main has that meaning in LibreOffice Calc, for example. In a Calc sheet, Main
is executed without having to specify it in any event list. Main works in Calc
as expected 100% of the time. I wrote a Point Of Sale system in Calc's Basic
that is 6000 lines of macro code. Main never fails to execute when expected in
Calc.

I don't want Main to execute when the document opens. I want main to execute
when the Form is started, and it should be re-executed every time the form is
started from within the same document.

After specifying Main in the event list of Base as you suggested, things do
work as expected sometimes. If any modification is made to the Basic code while
the document is up, Main is NOT executed when you restart a form execution. The
Globals are NOT initialized as would be expected. You must close the document,
effectively closing Base, and then starting from scratch to reacquire the
facility of the Main entry point. That is time consuming and frustrating in a
testing environment, and is unlike Calc where that does not happen.

BTW - My first language was German. I was born in Graz, Austria, but spent most
of my life in the US, so appreciate your efforts in using English. My German
isn't anywhere near as good as your English.

-- 
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 54042] Cannot change decimal separator from comma to period in italian

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54042

Adolfo Jayme f...@libreoffice.org changed:

   What|Removed |Added

 CC|libreoffice-ux-advise@lists |
   |.freedesktop.org|
  Component|ux-advise   |Spreadsheet

-- 
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 71447] File menu takes long time to open when network files on recent documents list are offline

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=71447

Urmas davian...@gmail.com changed:

   What|Removed |Added

 CC||leszek.gurczyn...@gmail.com

--- Comment #33 from Urmas davian...@gmail.com ---
*** Bug 88018 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 88018] After clicking on 'File' program stops for ca. 15 seconds

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=88018

Urmas davian...@gmail.com changed:

   What|Removed |Added

 Resolution|WORKSFORME  |DUPLICATE

--- Comment #4 from Urmas davian...@gmail.com ---


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

-- 
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 88019] FILESAVE FORMATTING saving sheet as xml loses user-defined date format

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=88019

foss f...@openmailbox.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #4 from foss f...@openmailbox.org ---
I see 04-Di-2015
Not sure why 14.04.2015 would display that way. Maybe due to Locale: de_?

OSX 10.10.1
Version: 4.5.0.0.alpha0+
Build ID: 2d59c0c940ac61240992502256c966b2cb4f9daa
TinderBox: MacOSX-x86_64@49-TDF, Branch:master, Time: 2015-01-04_01:16:22
Locale: de_

Re-opening the saved .xml file shows 14-4-15 instead of the previous
04-Di-2015.
When I look at the cell formatting I see that it's set to date and the last
possible option is set (just as previously was the case).

I'm not entirely sure what to make of this, but can confirm that date format
changes after saved to .xml thus NEW.

-- 
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 54042] Cannot change decimal separator from comma to period in italian

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54042

--- Comment #22 from Adolfo Jayme f...@libreoffice.org ---
(In reply to tommy27 from comment #11)
 should we allow users to do what they want (setting the decimal separator
 regardless of the language) even if this is against some countries
 typographic rules? 

Yes. Calc is generally not about fancy typography.

-- 
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 87974] Base does not appear to execute Sub Main or allocate GLOBAL variables.

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=87974

Julien Nabet serval2...@yahoo.fr changed:

   What|Removed |Added

 CC||and...@pitonyak.org

--- Comment #15 from Julien Nabet serval2...@yahoo.fr ---
Andrew: thought you might be interested in this one.
Any idea?

-- 
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 84228] EDITING: Shadow preview rendered incorrectly

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=84228

Katarina Behrens bu...@bubli.org changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |bu...@bubli.org
   |desktop.org |

--- Comment #5 from Katarina Behrens bu...@bubli.org ---
Reverting given commit however makes the original issue reappear - if a shape
fill colour is changed in Area tab, this change is not reflected upon switching
to Shadow tab. The preview still contains the original colour of the shape. 

Lemme see if I can find a better fix for this

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


[Libreoffice-bugs] [Bug 61174] Enhancement: rework of Recent Documents List, options to prevent logging and to manage entries on the list

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61174

V Stuart Foote vstuart.fo...@utsa.edu changed:

   What|Removed |Added

   See Also||https://bugs.freedesktop.or
   ||g/show_bug.cgi?id=80934

-- 
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 80934] START CENTER: A means to filter the list by application

2015-01-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=80934

V Stuart Foote vstuart.fo...@utsa.edu changed:

   What|Removed |Added

   See Also||https://bugs.freedesktop.or
   ||g/show_bug.cgi?id=61174

--- Comment #8 from V Stuart Foote vstuart.fo...@utsa.edu ---
Agree, as in comment 3 comment 4 -- this is UI enhancement to Start Center to
graphically represent by module selection content of the recent documents list
held in registrymodifications.xcu

Very likely will require other aspects of bug 61174, but it is not the same as
bug 56696-- to enhance the Recent Documents list with resort and list of just
currently active module--rather this GUI work is to select a module and
suppress the thumbnail views of all other documents displayed StartCenter.

-- 
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


  1   2   3   4   >