[Libreoffice-commits] .: android/experimental

2012-07-01 Thread Tor Lillqvist
 
android/experimental/LibreOffice4Android/src/org/libreoffice/ui/FileUtilities.java
 |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit daa5157a631d203e4ee80e41032b3d24400e8100
Author: Tor Lillqvist tlillqv...@suse.com
Date:   Sun Jul 1 09:43:43 2012 +0300

This is Java, not C++

Change-Id: I287fcb74ca4351867c27035c6d82def93c044056

diff --git 
a/android/experimental/LibreOffice4Android/src/org/libreoffice/ui/FileUtilities.java
 
b/android/experimental/LibreOffice4Android/src/org/libreoffice/ui/FileUtilities.java
index 40975f8..dc6b04c 100644
--- 
a/android/experimental/LibreOffice4Android/src/org/libreoffice/ui/FileUtilities.java
+++ 
b/android/experimental/LibreOffice4Android/src/org/libreoffice/ui/FileUtilities.java
@@ -1,4 +1,4 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+/* -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
 /*
  * This file is part of the LibreOffice project.
  *
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Re: [Libreoffice-qa] Importing from Mindview worth our time??

2012-07-01 Thread Joel Madero
I'm going to mark it as WONTFIX and add the whiteboard status, if this
changes I can filter it out myself and change it appropriately. I'll add
Michaels comment to the bug as well.

Thanks for the input all, I look forward on sitting in on that conference
call in a couple weeks.

Joel

On Sat, Jun 30, 2012 at 10:49 AM, Rainer Bielefeld 
libreoff...@bielefeldundbuss.de wrote:

 Joel Madero schrieb:


  We could put WONTFIX with a message to the reporter that states.


 Hi all,

 during the last QA call we decided to do a mass close for NEEDINFO bugs
 without reaction for a too long time ( 1000). There simply is too much
 time wasted by several people asking again and again for details without an
 answer. A very polite comment will be added that that closing was not
 because of a explicit refusal to a request or because we decided that we
 can live with a particular bug, but because we currently have no time to
 ask more than 2 times for more information. Additionally it is planned to
 add a key word to the whiteboard, so that these bugs can be found easily if
 required or if QA / developers will have boredom and too much time some day
 in future tho that they need something where they can work on ;-)

 Details will be published and discussed the next days here, who wants to
 know more details or  wants to influence should join the next QA call
 (2012-07-13).

 Best regards


 Rainer

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


[PATCH] translate german comments vcl/inc

2012-07-01 Thread Luc Castermans
Hi,

herewith patch to take out all German comments of vcl/inc

hope this helps

-- 
Luc Castermans
mailto:luc.casterm...@gmail.com


0001-translate-German-comments.patch
Description: Binary data
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] .: Branch 'feature/pdf-signing' - filter/source

2012-07-01 Thread Gökcen Eraslan
 filter/source/pdf/impdialog.cxx |   14 ++
 1 file changed, 14 insertions(+)

New commits:
commit 64f614d93e0ff2b719e8dd360c0ed684569439bc
Author: Gökçen Eraslan gokcen.eras...@gmail.com
Date:   Sun Jul 1 11:35:12 2012 +0300

Add CertificateChooser code in comment.

When I solve #include xmlsecurity/... problem, I will use that code.

Change-Id: Ia119557d90ba231d848b7eaac41249a8acd897a2

diff --git a/filter/source/pdf/impdialog.cxx b/filter/source/pdf/impdialog.cxx
index 1ca8a9a..cc26818 100644
--- a/filter/source/pdf/impdialog.cxx
+++ b/filter/source/pdf/impdialog.cxx
@@ -33,6 +33,7 @@
 #include vcl/msgbox.hxx
 #include sfx2/passwd.hxx
 #include svtools/miscopt.hxx
+//#include xmlsecurity/certificatechooser.hxx
 
 #include comphelper/storagehelper.hxx
 
@@ -1697,6 +1698,19 @@ ImpPDFTabSigningPage::~ImpPDFTabSigningPage()
 IMPL_LINK_NOARG( ImpPDFTabSigningPage, ClickmaPbSignSelectCert )
 {
 // Certificate selection dialog will pop up
+/*
+Reference dcss::xml::crypto::XSecurityEnvironment  xSecEnv;
+Reference XComponentContext  mxCtx;
+
+XMLSignatureHelper aSignatureHelper( mxCtx );
+if ( aSignatureHelper.Init() )
+xSecEnv = aSignatureHelper.GetSecurityEnvironment();
+
+SignatureInformations maCurrentSignatureInformations = 
maSignatureHelper.GetSignatureInformations();
+CertificateChooser aChooser( this, mxCtx, xSecEnv, 
maCurrentSignatureInformations );
+aChooser.Execute();
+*/
+
 return 0;
 }
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: vcl/inc

2012-07-01 Thread Philipp Riemer
 vcl/inc/helpwin.hxx  |4 +-
 vcl/inc/ilstbox.hxx  |   48 +-
 vcl/inc/outfont.hxx  |   46 -
 vcl/inc/salwtype.hxx |   65 +++
 vcl/inc/svdata.hxx   |   40 ++--
 vcl/inc/unx/saldisp.hxx  |2 -
 vcl/inc/vcl/accel.hxx|   10 +++
 vcl/inc/vcl/gdimtf.hxx   |8 ++---
 vcl/inc/vcl/menu.hxx |   24 -
 vcl/inc/vcl/salbtype.hxx |   12 +++-
 vcl/inc/vcl/seleng.hxx   |   24 -
 vcl/inc/vcl/svapp.hxx|6 ++--
 vcl/inc/vcl/window.hxx   |8 ++---
 vcl/inc/win/saldata.hxx  |   16 +--
 14 files changed, 156 insertions(+), 157 deletions(-)

New commits:
commit 5d2038b673de2bfc8a8271b0e745b65090b93a20
Author: Luc Castermans l...@bassenge.castermans.org
Date:   Sun Jul 1 09:39:59 2012 +0200

translate German comments

Change-Id: I831fdc2aad07242e1eae401e50f33291e1684cc2

diff --git a/vcl/inc/helpwin.hxx b/vcl/inc/helpwin.hxx
index 0c1368b..40a969f 100644
--- a/vcl/inc/helpwin.hxx
+++ b/vcl/inc/helpwin.hxx
@@ -40,9 +40,9 @@ class HelpTextWindow : public FloatingWindow
 {
 private:
 Point   maPos;
-Rectangle   maHelpArea; // Wenn naechste Hilfe fuers gleiche 
Rectangle, gleicher Text, dann Fenster stehen lassen
+Rectangle   maHelpArea; // If next Help for the same rectangle w/ 
same text, then keep window
 
-Rectangle   maTextRect; // Bei umgebrochenen Text in QuickHelp
+Rectangle   maTextRect; // For wrapped text in QuickHelp
 
 String  maHelpText;
 String  maStatusText;
diff --git a/vcl/inc/ilstbox.hxx b/vcl/inc/ilstbox.hxx
index e8074eb..a583f9b 100644
--- a/vcl/inc/ilstbox.hxx
+++ b/vcl/inc/ilstbox.hxx
@@ -205,48 +205,48 @@ public:
 class ImplListBoxWindow : public Control, public ::vcl::ISearchableStringList
 {
 private:
-ImplEntryList*  mpEntryList; // EntryListe
+ImplEntryList*  mpEntryList; // EntryList
 Rectangle   maFocusRect;
 
 SizemaUserItemSize;
 
-longmnMaxTxtHeight;  // Maximale Hoehe eines Text-Items
-longmnMaxTxtWidth;   // Maximale Breite eines Text-Items
- // Entry ohne Image
-longmnMaxImgTxtWidth;// Maximale Breite eines Text-Items
- // Entry UND Image
-longmnMaxImgWidth;   // Maximale Breite eines Image-Items
-longmnMaxImgHeight;  // Maximale Hoehe eines Image-Items
-longmnMaxWidth;  // Maximale Breite eines Eintrags
-longmnMaxHeight; // Maximale Hoehe eines Eintrags
+longmnMaxTxtHeight;  // Maximum height of a text item
+longmnMaxTxtWidth;   // Maximum width of a text item
+ // Entry without Image
+longmnMaxImgTxtWidth;// Maximum width of a text item
+ // Entry AND Image
+longmnMaxImgWidth;   // Maximum width of an image item
+longmnMaxImgHeight;  // Maximum height of an image item
+longmnMaxWidth;  // Maximum width of an entry
+longmnMaxHeight; // Maximum heigth of an entry
 
 sal_uInt16  mnCurrentPos;// Position (Focus)
-sal_uInt16  mnTrackingSaveSelection; // Selektion vor Tracking();
+sal_uInt16  mnTrackingSaveSelection; // Selection before 
Tracking();
 
 sal_uInt16  mnSeparatorPos; // Separator
 
 sal_uInt16  mnUserDrawEntry;
 
-sal_uInt16  mnTop;   // Ausgabe ab Zeile
-longmnLeft;  // Ausgabe ab Spalte
-longmnBorder;// Abstand Rahmen - Text
-longmnTextHeight;// Texthoehe
+sal_uInt16  mnTop;   // output from line on
+longmnLeft;  // output from column on
+longmnBorder;// distance border - text
+longmnTextHeight;// text height
 ProminentEntry  meProminentType; // where is the prominent entry
 
 sal_uInt16  mnSelectModifier;   // Modifiers
 
 sal_BoolmbHasFocusRect: 1,
-mbSort: 1,  // ListBox sortiert
+mbSort: 1,  // ListBox sorted
 mbTrack:1,  // Tracking
 mbMulti:1,  // MultiListBox
 mbStackMode:1,  // StackSelection
-mbSimpleMode:   1,  // SimpleMode fuer MultiListBox
-mbImgsDiffSz:   1,  // Images haben verschiedene 
Groessen
+mbSimpleMode:   1,  // SimpleMode for MultiListBox
+mbImgsDiffSz:   1,  // 

Re: [PATCH] translate german comments vcl/inc

2012-07-01 Thread Miklos Vajna
Hi Luc,

On Sun, Jul 01, 2012 at 09:44:40AM +0200, Luc Castermans 
luc.casterm...@gmail.com wrote:
 herewith patch to take out all German comments of vcl/inc

Thanks a lot, sounds like Philipp Riemer already pushed this. ;-)

Keep up the good work!

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


Re: Questions regarding code peculiarities

2012-07-01 Thread Miklos Vajna
Hi Philipp,

On Sat, Jun 30, 2012 at 11:37:19PM +0200, Philipp Riemer 
ruderphil...@gmail.com wrote:
 (1) Where should I put documentation?
 At the moment I just translate every (German) text I find in the
 source files into English. But I was wondering if this is useful...
 Where does Doxygen look for documentation? Header file declarations or
 directly at the function implementation?

It is definitely useful for poor folks like me not speaking German. ;-)

Anyway yes, doxygen ignores normal comments, more on this here:

http://wiki.documentfoundation.org/Development/Doxygen

And doxygen comments are preferred in header files.

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


Re: [PUSHED] translate german comments vcl/inc

2012-07-01 Thread Miklos Vajna
Forgot to update subject.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] .: dbaccess/source

2012-07-01 Thread Andras Timar
 dbaccess/source/ui/dlg/directsql.cxx |   55 +--
 dbaccess/source/ui/dlg/directsql.hrc |3 +
 dbaccess/source/ui/dlg/directsql.src |   41 +++---
 dbaccess/source/ui/inc/directsql.hxx |8 +
 4 files changed, 95 insertions(+), 12 deletions(-)

New commits:
commit 10a7bcdf97c7634922626a2d858539a2f8bb0f7b
Author: Phil Hart html.wal...@gmail.com
Date:   Fri Jun 29 11:00:59 2012 +0800

fdo#51497 Show output from SELECT statements in Execute SQL dialog.

These changes allow the user to optionally display the output
from SQL SELECT statements in the Execute SQL Statement
dialog.

Change-Id: I9209a9e3b5ed100a88fa467078deb9f38c571d42

diff --git a/dbaccess/source/ui/dlg/directsql.cxx 
b/dbaccess/source/ui/dlg/directsql.cxx
index 9fbce80..6fdbc05 100644
--- a/dbaccess/source/ui/dlg/directsql.cxx
+++ b/dbaccess/source/ui/dlg/directsql.cxx
@@ -27,6 +27,7 @@
 #include osl/mutex.hxx
 #include tools/diagnose_ex.h
 #include rtl/strbuf.hxx
+#include com/sun/star/sdbc/XRow.hpp
 
 //
 namespace dbaui
@@ -82,6 +83,9 @@ DBG_NAME(DirectSQLDialog)
 ,m_pSQLHistory(new LargeEntryListBox(this, ModuleRes(LB_HISTORY)))
 ,m_aStatusFrame (this, ModuleRes(FL_STATUS))
 ,m_aStatus  (this, ModuleRes(ME_STATUS))
+,m_pShowOutput(new CheckBox(this, ModuleRes(CB_SHOWOUTPUT)))
+,m_aOutputFrame (this, ModuleRes(FL_OUTPUT))
+,m_aOutput  (this, ModuleRes(ME_OUTPUT))
 ,m_aButtonSeparator (this, ModuleRes(FL_BUTTONS))
 ,m_aHelp(this, ModuleRes(PB_HELP))
 ,m_aClose   (this, ModuleRes(PB_CLOSE))
@@ -214,15 +218,51 @@ DBG_NAME(DirectSQLDialog)
 ::osl::MutexGuard aGuard(m_aMutex);
 
 String sStatus;
+::com::sun::star::uno::Reference ::com::sun::star::sdbc::XResultSet  
xResultSet;
 try
 {
 // create a statement
 Reference XStatement  xStatement = 
m_xConnection-createStatement();
 OSL_ENSURE(xStatement.is(), 
DirectSQLDialog::implExecuteStatement: no statement returned by the 
connection!);
 
-// execute it
+// clear the output box
+m_aOutput.SetText(String::CreateFromAscii());
 if (xStatement.is())
-xStatement-execute(_rStatement);
+{
+if 
(::rtl::OUString(_rStatement).toAsciiUpperCase().compareTo(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(SELECT)),6)==0
  m_pShowOutput-IsChecked())
+{
+// execute it as a query
+xResultSet = xStatement-executeQuery(_rStatement);
+// get a handle for the rows
+::com::sun::star::uno::Reference 
::com::sun::star::sdbc::XRow  xRow( xResultSet, 
::com::sun::star::uno::UNO_QUERY );
+// work through each of the rows
+while (xResultSet-next())
+{
+// initialise the output line for each row
+String out = 
::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM());
+// work along the columns until that are none left
+int i = 1;
+try
+{
+for (;;)
+{
+// be dumb, treat everything as a string
+out += xRow-getString(i) + 
::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(,));
+i++;
+}
+}
+// trap for when we fall off the end of the row
+catch (const SQLException e)
+{
+}
+// report the output
+addOutputText(::rtl::OUString(out));
+}
+} else {
+// execute it
+xStatement-execute(_rStatement);
+}
+}
 
 // successfull
 sStatus = String(ModuleRes(STR_COMMAND_EXECUTED_SUCCESSFULLY));
@@ -259,6 +299,17 @@ DBG_NAME(DirectSQLDialog)
 }
 
 //
+void DirectSQLDialog::addOutputText(const String _rMessage)
+{
+String sAppendMessage = _rMessage;
+sAppendMessage += String::CreateFromAscii(\n);
+
+String sCompleteMessage = m_aOutput.GetText();
+sCompleteMessage += sAppendMessage;
+m_aOutput.SetText(sCompleteMessage);
+}
+
+//
 void DirectSQLDialog::executeCurrent()
 {
 CHECK_INVARIANTS(DirectSQLDialog::executeCurrent);
diff 

Re: [PUSHED] 51497

2012-07-01 Thread Andras Timar
2012/6/30 Phil Hart html.wal...@gmail.com:


 On Sat, Jun 30, 2012 at 11:44 PM, Andras Timar tima...@gmail.com wrote:

 Hi,

 2012/6/30 Phil Hart html.wal...@gmail.com:
  Hello LibreOffice,
 
  Please find attached a patch for bug 51497.
 

 When I add an ORDER BY clause to a query, the value of the column that
 I order by is added to the output row. Why?

 Best regards,
 Andras


 Hello Andras,

 I have reproduced the behaviour here. The simple answer is that it is
 because the underlying database engine returns it as part of the row.

 My patch is extremely dumb: it displays *everything* that it finds in the
 row in the order returned to it by the DB engine.

 The patch is dumb by design: I wanted to see the data that the DB engine
 returns in as raw a form as possible.

 I hope this helps.

 Best regards,
 philhart


Fair enough, I pushed it to master. Thanks again. :)

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


[Libreoffice-commits] .: vcl/aqua vcl/inc vcl/ios vcl/unx vcl/win

2012-07-01 Thread Ivan Timofeev
 vcl/aqua/source/gdi/salnativewidgets.cxx |2 --
 vcl/inc/vcl/salnativewidgets.hxx |5 -
 vcl/ios/source/gdi/salnativewidgets.cxx  |1 -
 vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx |8 +---
 vcl/unx/kde/salnativewidgets-kde.cxx |1 -
 vcl/unx/kde4/KDESalGraphics.cxx  |7 ---
 vcl/win/source/gdi/salnativewidgets-luna.cxx |   17 -
 7 files changed, 1 insertion(+), 40 deletions(-)

New commits:
commit 914c8163e3a5014d9d2885444b6383f6fdcea529
Author: Ivan Timofeev timofeev@gmail.com
Date:   Sun Jul 1 15:18:59 2012 +0400

vcl: CTRL_FIXEDBORDER is dead since ef877aab7e

Change-Id: I568b55c3b0b799bdc91ba081e7375debce9618aa

diff --git a/vcl/aqua/source/gdi/salnativewidgets.cxx 
b/vcl/aqua/source/gdi/salnativewidgets.cxx
index df6c6fa..bb7392e 100644
--- a/vcl/aqua/source/gdi/salnativewidgets.cxx
+++ b/vcl/aqua/source/gdi/salnativewidgets.cxx
@@ -314,7 +314,6 @@ sal_Bool AquaSalGraphics::IsNativeControlSupported( 
ControlType nType, ControlPa
 case CTRL_TAB_ITEM:
 case CTRL_TAB_PANE:
 case CTRL_TAB_BODY:  // see vcl/source/window/tabpage.cxx
-case CTRL_FIXEDBORDER:
 if( nPart == PART_ENTIRE_CONTROL ||
 nPart == PART_TABS_DRAW_RTL ||
 nPart == HAS_BACKGROUND_TEXTURE )
@@ -517,7 +516,6 @@ sal_Bool AquaSalGraphics::drawNativeControl(ControlType 
nType,
 }
 break;
 
-case CTRL_FIXEDBORDER:
 case CTRL_TOOLBAR:
 {
 HIThemeMenuItemDrawInfo aMenuItemDrawInfo;
diff --git a/vcl/inc/vcl/salnativewidgets.hxx b/vcl/inc/vcl/salnativewidgets.hxx
index c082b38..a3c9bab 100644
--- a/vcl/inc/vcl/salnativewidgets.hxx
+++ b/vcl/inc/vcl/salnativewidgets.hxx
@@ -109,11 +109,6 @@ typedef sal_uInt32  ControlType;
 // A separator line
 #define CTRL_FIXEDLINE  80
 
-// A rectangular border, like a
-// Tab Pane, but without the
-// possible gap for a tab
-#define CTRL_FIXEDBORDER90
-
 // A toolbar control with buttons and a grip
 #define CTRL_TOOLBAR100
 
diff --git a/vcl/ios/source/gdi/salnativewidgets.cxx 
b/vcl/ios/source/gdi/salnativewidgets.cxx
index c2d5068..71dda98 100644
--- a/vcl/ios/source/gdi/salnativewidgets.cxx
+++ b/vcl/ios/source/gdi/salnativewidgets.cxx
@@ -121,7 +121,6 @@ sal_Bool IosSalGraphics::IsNativeControlSupported( 
ControlType nType, ControlPar
 case CTRL_TAB_ITEM:
 case CTRL_TAB_PANE:
 case CTRL_TAB_BODY:  // see vcl/source/window/tabpage.cxx
-case CTRL_FIXEDBORDER:
 if( nPart == PART_ENTIRE_CONTROL ||
 nPart == PART_TABS_DRAW_RTL ||
 nPart == HAS_BACKGROUND_TEXTURE )
diff --git a/vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx 
b/vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx
index 2b5d3c8..7735a74 100644
--- a/vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx
+++ b/vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx
@@ -592,7 +592,6 @@ sal_Bool GtkSalGraphics::IsNativeControlSupported( 
ControlType nType, ControlPar
 case CTRL_TAB_ITEM:
 case CTRL_TAB_PANE:
 case CTRL_TAB_BODY:
-case CTRL_FIXEDBORDER:
 if(nPart==PART_ENTIRE_CONTROL || nPart==PART_TABS_DRAW_RTL)
 return true;
 break;
@@ -870,7 +869,7 @@ sal_Bool GtkSalGraphics::drawNativeControl(ControlType 
nType,
 {
 returnVal = NWPaintGTKComboBox( gdkDrawable, nType, nPart, aCtrlRect, 
aClip, nState, aValue, rCaption );
 }
-else if ( (nType==CTRL_TAB_ITEM) || (nType==CTRL_TAB_PANE) || 
(nType==CTRL_TAB_BODY) || (nType==CTRL_FIXEDBORDER) )
+else if ( (nType==CTRL_TAB_ITEM) || (nType==CTRL_TAB_PANE) || 
(nType==CTRL_TAB_BODY) )
 {
 if ( nType == CTRL_TAB_BODY )
 returnVal = sal_True;
@@ -2593,7 +2592,6 @@ sal_Bool GtkSalGraphics::NWPaintGTKTabItem( ControlType 
nType, ControlPart,
 case CTRL_TAB_BODY:
 break;
 
-case CTRL_FIXEDBORDER:
 case CTRL_TAB_PANE:
 gtk_paint_box_gap( gWidgetData[m_nXScreen].gNotebookWidget-style, 
pixmap, GTK_STATE_NORMAL, GTK_SHADOW_OUT, NULL, 
gWidgetData[m_nXScreen].gNotebookWidget,
 (char *)notebook, 0, 0, pixmapRect.GetWidth(), 
pixmapRect.GetHeight(), GTK_POS_TOP, 0, 0 );
@@ -2633,10 +2631,6 @@ sal_Bool GtkSalGraphics::NWPaintGTKTabItem( ControlType 
nType, ControlPart,
 break;
 }
 
-// Crux seems to think it can make the pane without a left edge
-if ( nType == CTRL_FIXEDBORDER )
-pixmapRect.Move( 1, 0 );
-
 // cache data
 if( nType == CTRL_TAB_ITEM )
 aCacheItems.Fill( nType, nState, pixmapRect, pixmap );
diff --git a/vcl/unx/kde/salnativewidgets-kde.cxx 
b/vcl/unx/kde/salnativewidgets-kde.cxx
index e9e4d65..6e9871b 100644
--- a/vcl/unx/kde/salnativewidgets-kde.cxx
+++ b/vcl/unx/kde/salnativewidgets-kde.cxx
@@ -1215,7 +1215,6 @@ sal_Bool KDESalGraphics::IsNativeControlSupported( 
ControlType nType, 

port spreadsheet engine to iOS

2012-07-01 Thread ios Libreoffice
Hi there,

I'm going to port the spreadsheet engine to iOS platform. I was just
wondering is there anyone here who once did the same work before? Or could
someone give me some directions/suggestions to do so?

Regarding of the spreadsheet engine, I mean I do not need any GUI or no any
UI related logic and functionality. What I am going to do is try to build a
lib which

1) has the ability to load Microsoft excel file. (xls eg).
2) support most of the excel formula,
3) if I change the value of specific cell or a range programly, it will
calculate all related formula. And I could get all affected cells and their
new value programly.

Best regards.

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


[Libreoffice-commits] .: sd/source

2012-07-01 Thread Takeshi Abe
 sd/source/filter/eppt/epptbase.hxx   |
2 -
 sd/source/filter/eppt/pptexanimations.hxx|
2 -
 sd/source/filter/html/htmlex.hxx |
4 ---
 sd/source/filter/ppt/pptinanimations.hxx |
1 
 sd/source/ui/inc/AccessibleTreeNode.hxx  |
2 -
 sd/source/ui/inc/DrawController.hxx  |
4 ---
 sd/source/ui/inc/FormShellManager.hxx|
2 -
 sd/source/ui/inc/OutlineView.hxx |
1 
 sd/source/ui/inc/OutlineViewShell.hxx|
2 -
 sd/source/ui/inc/PaneDockingWindow.hxx   |
1 
 sd/source/ui/inc/PaneShells.hxx  |
2 -
 sd/source/ui/inc/SdUnoDrawView.hxx   |
1 
 sd/source/ui/inc/ShellFactory.hxx|
1 
 sd/source/ui/inc/SlideSorter.hxx |
1 
 sd/source/ui/inc/ViewShellManager.hxx|
1 
 sd/source/ui/inc/ViewTabBar.hxx  |
5 ---
 sd/source/ui/inc/fuconrec.hxx|
1 
 sd/source/ui/inc/fusel.hxx   |
1 
 sd/source/ui/inc/pubdlg.hxx  |
2 -
 sd/source/ui/inc/slideshow.hxx   |
5 ---
 sd/source/ui/inc/tabtempl.hxx|
6 
 sd/source/ui/inc/unomodel.hxx|
1 
 sd/source/ui/slidesorter/cache/SlsBitmapCache.hxx|
1 
 sd/source/ui/slidesorter/cache/SlsBitmapFactory.hxx  |
4 ---
 sd/source/ui/slidesorter/cache/SlsCacheCompactor.hxx |
1 
 sd/source/ui/slidesorter/inc/cache/SlsPageCache.hxx  |
5 ---
 sd/source/ui/slidesorter/inc/cache/SlsPageCacheManager.hxx   |   
10 ---
 sd/source/ui/slidesorter/inc/controller/SlideSorterController.hxx|
2 -
 sd/source/ui/slidesorter/inc/controller/SlsClipboard.hxx |
4 ---
 sd/source/ui/slidesorter/inc/controller/SlsInsertionIndicatorHandler.hxx |
3 --
 sd/source/ui/slidesorter/inc/controller/SlsPageSelector.hxx  |
4 ---
 sd/source/ui/slidesorter/inc/controller/SlsSelectionFunction.hxx |
5 ---
 sd/source/ui/slidesorter/inc/controller/SlsSlideFunction.hxx |
5 ---
 sd/source/ui/slidesorter/inc/model/SlideSorterModel.hxx  |
6 
 sd/source/ui/slidesorter/inc/model/SlsPageDescriptor.hxx |
2 -
 sd/source/ui/slidesorter/inc/view/SlideSorterView.hxx|
1 
 sd/source/ui/slidesorter/inc/view/SlsFontProvider.hxx|
2 -
 sd/source/ui/slidesorter/inc/view/SlsInsertionIndicatorOverlay.hxx   |
6 
 sd/source/ui/slidesorter/inc/view/SlsLayouter.hxx|
2 -
 sd/source/ui/slidesorter/inc/view/SlsPageObjectViewObjectContact.hxx |
2 -
 sd/source/ui/slidesorter/view/SlsLayeredDevice.hxx   |
2 -
 sd/source/ui/unoidl/sddetect.hxx |   
13 --
 sd/source/ui/unoidl/unocpres.hxx |
2 -
 sd/source/ui/unoidl/unopage.hxx  |
2 -
 44 files changed, 1 insertion(+), 131 deletions(-)

New commits:
commit b876538a6d90926b9771fb014432ccfb8c8125be
Author: Takeshi Abe t...@fixedpoint.jp
Date:   Mon Jul 2 00:08:18 2012 +0900

removed unnecessary forward declarations of class

except moving SdXImpressDocument to sd/source/ui/unoidl/unopage.hxx

Change-Id: I855d8369b09ca0fb6d604410f4ed204b11ee4211

diff --git a/sd/source/filter/eppt/epptbase.hxx 
b/sd/source/filter/eppt/epptbase.hxx
index c2bb4e3..85207a2 100644
--- a/sd/source/filter/eppt/epptbase.hxx
+++ b/sd/source/filter/eppt/epptbase.hxx
@@ -70,9 +70,7 @@
 
 #define EPP_LAYOUT_SIZE 25
 
-class Polygon;
 class PptEscherEx;
-class XStatusIndicatorRef;
 
 struct PHLayout
 {
diff --git a/sd/source/filter/eppt/pptexanimations.hxx 
b/sd/source/filter/eppt/pptexanimations.hxx
index 448f3c9..df60729 100644
--- a/sd/source/filter/eppt/pptexanimations.hxx
+++ b/sd/source/filter/eppt/pptexanimations.hxx
@@ -45,8 +45,6 @@
 
 #include list
 
-class DffRecordHeader;
-class SdPage;
 class SvStream;
 
 namespace ppt
diff --git a/sd/source/filter/html/htmlex.hxx b/sd/source/filter/html/htmlex.hxx
index 084cd5f..b85c0cd 100644
--- a/sd/source/filter/html/htmlex.hxx
+++ b/sd/source/filter/html/htmlex.hxx
@@ -72,10 +72,6 @@ class 

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-07-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361

Rainer Bielefeld libreoff...@bielefeldundbuss.de changed:

   What|Removed |Added

 Depends on||46099

--- Comment #337 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-07-01 08:16:23 PDT ---
Add Bug 46099 - Missing Search and Replace shortcut: If you use LibO for WORK
that's worse than plague

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] .: 3 commits - sc/source sd/inc sd/sdi sd/source svx/AllLangResTarget_svx.mk svx/Library_svxcore.mk svx/Package_inc.mk svx/inc svx/sdi svx/source sw/inc sw/sdi sw/source

2012-07-01 Thread Tomaž Vajngerl
 sc/source/ui/drawfunc/graphsh.cxx|1 
 sd/inc/app.hrc   |1 
 sd/inc/sdcommands.h  |1 
 sd/inc/sdgrffilter.hxx   |7 -
 sd/sdi/_drvwsh.sdi   |2 
 sd/sdi/sdraw.sdi |   27 -
 sd/source/filter/grf/sdgrffilter.cxx |  176 --
 sd/source/ui/app/menuids_tmpl.src|9 -
 sd/source/ui/app/popup2_tmpl.src |2 
 sd/source/ui/app/strings.src |4 
 sd/source/ui/inc/strings.hrc |   16 +--
 sd/source/ui/view/drviews2.cxx   |   14 +-
 sd/source/ui/view/drviewsj.cxx   |4 
 svx/AllLangResTarget_svx.mk  |3 
 svx/Library_svxcore.mk   |3 
 svx/Package_inc.mk   |1 
 svx/inc/globlmn_tmpl.hrc |5 
 svx/inc/svx/dialogs.hrc  |6 -
 svx/inc/svx/extedit.hxx  |2 
 svx/inc/svx/graphichelper.hxx|   45 
 svx/inc/svx/svxids.hrc   |3 
 svx/sdi/svx.sdi  |   24 
 svx/source/core/extedit.cxx  |   34 --
 svx/source/core/graphichelper.cxx|  178 +++
 svx/source/core/graphichelper.src|   24 
 sw/inc/cmdid.h   |3 
 sw/inc/swcommands.h  |1 
 sw/sdi/_grfsh.sdi|2 
 sw/sdi/swriter.sdi   |   24 
 sw/source/ui/app/mn.src  |   12 --
 sw/source/ui/docvw/docvw.hrc |3 
 sw/source/ui/docvw/docvw.src |4 
 sw/source/ui/docvw/romenu.cxx|  131 -
 sw/source/ui/shells/grfsh.cxx|   10 -
 34 files changed, 323 insertions(+), 459 deletions(-)

New commits:
commit d82a77197cab00258e1e2b370c931d69f1e24fa2
Author: Tomaž Vajngerl qui...@gmail.com
Date:   Sun Jul 1 17:43:57 2012 +0200

Combine popup menu entries and IDs (SID_SAVE_GRAPHIC)

Change-Id: I9d0e4f31d073ad416934358c6507dc6564754758

diff --git a/sd/inc/app.hrc b/sd/inc/app.hrc
index 67636c9..71aabc1 100644
--- a/sd/inc/app.hrc
+++ b/sd/inc/app.hrc
@@ -372,7 +372,6 @@
 #define SID_NOTES_MASTERPAGE(SID_SD_START+350)
 #define SID_TITLE_MASTERPAGE(SID_SD_START+351)
 #define SID_INSERTPAGE_QUICK(SID_SD_START+352)
-#define SID_SAVEGRAPHIC (SID_SD_START+353)
 // free
 #define SID_INSERT_FLD_DATE_VAR (SID_SD_START+357)
 #define SID_INSERT_FLD_DATE_FIX (SID_SD_START+358)
diff --git a/sd/inc/sdcommands.h b/sd/inc/sdcommands.h
index cee596e..02839d1 100644
--- a/sd/inc/sdcommands.h
+++ b/sd/inc/sdcommands.h
@@ -89,7 +89,6 @@
 #define CMD_SID_NOTESMODE   .uno:NotesMode
 #define CMD_SID_POSITION.uno:ObjectPosition
 #define CMD_SID_ORIGINAL_SIZE   .uno:OriginalSize
-#define CMD_SID_SAVEGRAPHIC .uno:SaveGraphic
 #define CMD_SID_OUTLINEMODE .uno:OutlineMode
 #define CMD_SID_OUTLINE_TEXT_AUTOFIT.uno.OutlineTextAutofit
 #define CMD_SID_PAGESETUP   .uno:PageSetup
diff --git a/sd/sdi/_drvwsh.sdi b/sd/sdi/_drvwsh.sdi
index 018e7d0..7cb4c10 100644
--- a/sd/sdi/_drvwsh.sdi
+++ b/sd/sdi/_drvwsh.sdi
@@ -70,7 +70,7 @@ interface DrawView
 ExecMethod = FuTemporary ;
 StateMethod = GetMenuState ;
 ]
-SID_SAVEGRAPHIC
+SID_SAVE_GRAPHIC
 [
 ExecMethod = FuTemporary ;
 StateMethod = GetMenuState ;
diff --git a/sd/sdi/sdraw.sdi b/sd/sdi/sdraw.sdi
index 4b6ddae..03208aa 100644
--- a/sd/sdi/sdraw.sdi
+++ b/sd/sdi/sdraw.sdi
@@ -4729,31 +4729,6 @@ SfxVoidItem OriginalSize SID_ORIGINAL_SIZE
 ]
 
 //--
-SfxVoidItem SaveGraphic SID_SAVEGRAPHIC
-()
-[
-/* flags: */
-AutoUpdate = FALSE,
-Cachable = Cachable,
-FastCall = FALSE,
-HasCoreId = FALSE,
-HasDialog = FALSE,
-ReadOnlyDoc = TRUE,
-Toggle = FALSE,
-Container = FALSE,
-RecordAbsolute = FALSE,
-RecordPerSet;
-Synchron;
-
-/* config: */
-AccelConfig = FALSE,
-MenuConfig = FALSE,
-StatusBarConfig = FALSE,
-ToolBoxConfig = FALSE,
-GroupId = GID_MODIFY;
-]
-
-//--
 SfxBoolItem OutlineMode SID_OUTLINEMODE
 
 [
@@ -7210,5 +7185,3 @@ SfxVoidItem TaskPaneShowPanel SID_SHOW_TOOL_PANEL (
 ToolBoxConfig = FALSE,
 GroupId = GID_VIEW;
 ]
-
-
diff --git a/sd/source/ui/app/menuids_tmpl.src 
b/sd/source/ui/app/menuids_tmpl.src
index 604e952..5bd1663 100644
--- a/sd/source/ui/app/menuids_tmpl.src
+++ b/sd/source/ui/app/menuids_tmpl.src
@@ -846,14 +846,6 @@
 Text [ en-US ] = ~Original Size ; \
 };
 
-#define MN_SAVEGRAPHIC\
-MenuItem\
-{\
-Identifier = SID_SAVEGRAPHIC ; \
-HelpId = CMD_SID_SAVEGRAPHIC ; \
-  

[Libreoffice-commits] .: Branch 'feature/template-dialog' - 11 commits - sfx2/inc sfx2/source

2012-07-01 Thread Rafael Dominguez
 sfx2/inc/sfx2/templatefolderview.hxx   |4 +
 sfx2/inc/sfx2/templateview.hxx |   12 
 sfx2/inc/sfx2/thumbnailview.hxx|1 
 sfx2/inc/templatedlg.hxx   |4 +
 sfx2/source/control/templatefolderview.cxx |   35 -
 sfx2/source/control/templateview.cxx   |   75 -
 sfx2/source/control/thumbnailview.cxx  |   13 ++---
 sfx2/source/doc/templatedlg.cxx|   65 ++---
 sfx2/source/doc/templatedlg.hrc|8 ++-
 sfx2/source/doc/templatedlg.src|   12 
 10 files changed, 209 insertions(+), 20 deletions(-)

New commits:
commit 4524c0c609c64d86f24b70d8c6e5e4cab262a4b7
Author: Rafael Dominguez venccsra...@gmail.com
Date:   Sun Jul 1 09:01:30 2012 -0430

Delete templates when clicking the No folder option in move menu.

Change-Id: Ifcbcfc0623758b32eeb20e184c3dc0b5896851cb

diff --git a/sfx2/source/doc/templatedlg.cxx b/sfx2/source/doc/templatedlg.cxx
index 81a9d63..4494065 100644
--- a/sfx2/source/doc/templatedlg.cxx
+++ b/sfx2/source/doc/templatedlg.cxx
@@ -454,6 +454,14 @@ IMPL_LINK(SfxTemplateManagerDlg, MoveMenuSelectHdl, Menu*, 
pMenu)
 }
 else if (nMenuId == MNI_MOVE_DELETE)
 {
+std::setconst ThumbnailViewItem*::const_iterator pIter;
+for (pIter = maSelTemplates.begin(); pIter != maSelTemplates.end();)
+{
+if (maView-removeTemplate((*pIter)-mnId))
+maSelTemplates.erase(pIter++);
+else
+++pIter;
+}
 }
 else
 {
commit dddc14f2365c188757a40ad3defdc6223df9f2c6
Author: Rafael Dominguez venccsra...@gmail.com
Date:   Sun Jul 1 08:57:40 2012 -0430

Display No folder entry and append available folders in move menu.

Change-Id: Ic6dc682167aae2dc8354bb6f74dd3bee107630a9

diff --git a/sfx2/inc/templatedlg.hxx b/sfx2/inc/templatedlg.hxx
index 004974f..f729b6e 100644
--- a/sfx2/inc/templatedlg.hxx
+++ b/sfx2/inc/templatedlg.hxx
@@ -86,7 +86,6 @@ private:
 TemplateFolderView *maView;
 PopupMenu *mpCreateMenu;
 PopupMenu *mpActionMenu;
-PopupMenu *mpMoveMenu;
 
 int mnSelectionCount;
 std::setconst ThumbnailViewItem* maSelTemplates;
diff --git a/sfx2/source/doc/templatedlg.cxx b/sfx2/source/doc/templatedlg.cxx
index 39efc52..81a9d63 100644
--- a/sfx2/source/doc/templatedlg.cxx
+++ b/sfx2/source/doc/templatedlg.cxx
@@ -92,10 +92,6 @@ SfxTemplateManagerDlg::SfxTemplateManagerDlg (Window *parent)
 
mpActionMenu-InsertItem(MNI_ACTION_SORT_NAME,SfxResId(STR_ACTION_SORT_NAME).toString());
 mpActionMenu-SetSelectHdl(LINK(this,SfxTemplateManagerDlg,MenuSelectHdl));
 
-mpMoveMenu = new PopupMenu;
-mpMoveMenu-InsertItem(MNI_MOVE_NEW,SfxResId(STR_MOVE_NEW).toString());
-
mpMoveMenu-SetSelectHdl(LINK(this,SfxTemplateManagerDlg,MoveMenuSelectHdl));
-
 Size aWinSize = GetOutputSize();
 
 // Calculate thumbnail view minimum size
@@ -206,7 +202,6 @@ SfxTemplateManagerDlg::~SfxTemplateManagerDlg ()
 delete maView;
 delete mpCreateMenu;
 delete mpActionMenu;
-delete mpMoveMenu;
 }
 
 IMPL_LINK_NOARG(SfxTemplateManagerDlg,ViewAllHdl)
@@ -335,15 +330,38 @@ IMPL_LINK(SfxTemplateManagerDlg, TBXDropdownHdl, 
ToolBox*, pBox)
 pBox-Invalidate();
 break;
 case TBI_TEMPLATE_MOVE:
+{
 pBox-SetItemDown( nCurItemId, true );
 
-mpMoveMenu-Execute(pBox,pBox-GetItemRect(TBI_TEMPLATE_MOVE),
+std::vectorrtl::OUString aNames = maView-getFolderNames();
+
+PopupMenu *pMoveMenu = new PopupMenu;
+
pMoveMenu-SetSelectHdl(LINK(this,SfxTemplateManagerDlg,MoveMenuSelectHdl));
+
+pMoveMenu-InsertItem(MNI_MOVE_NEW,SfxResId(STR_MOVE_NEW).toString());
+
+if (!aNames.empty())
+{
+pMoveMenu-InsertSeparator();
+
+for (size_t i = 0, n = aNames.size(); i  n; ++i)
+pMoveMenu-InsertItem(MNI_MOVE_FOLDER_BASE+i,aNames[i]);
+}
+
+pMoveMenu-InsertSeparator();
+
+
pMoveMenu-InsertItem(MNI_MOVE_DELETE,SfxResId(STR_MOVE_DELETE).toString());
+
+pMoveMenu-Execute(pBox,pBox-GetItemRect(TBI_TEMPLATE_MOVE),
 POPUPMENU_EXECUTE_DOWN);
 
+delete pMoveMenu;
+
 pBox-SetItemDown( nCurItemId, false );
 pBox-EndSelection();
 pBox-Invalidate();
 break;
+}
 default:
 break;
 }
@@ -434,6 +452,9 @@ IMPL_LINK(SfxTemplateManagerDlg, MoveMenuSelectHdl, Menu*, 
pMenu)
 if (nMenuId == MNI_MOVE_NEW)
 {
 }
+else if (nMenuId == MNI_MOVE_DELETE)
+{
+}
 else
 {
 }
diff --git a/sfx2/source/doc/templatedlg.hrc b/sfx2/source/doc/templatedlg.hrc
index a978f31..245466f 100644
--- a/sfx2/source/doc/templatedlg.hrc
+++ b/sfx2/source/doc/templatedlg.hrc
@@ -46,8 +46,10 @@
 #define STR_ACTION_SORT_NAME264
 
 #define MNI_MOVE_NEW265
-#define MNI_MOVE_FOLDER_BASE

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - officecfg/registry

2012-07-01 Thread Andras Timar
 officecfg/registry/data/org/openoffice/Office/Accelerators.xcu |   30 
++
 1 file changed, 20 insertions(+), 10 deletions(-)

New commits:
commit b4ad75c7fe021f446259545a349fe7454deda96c
Author: Andras Timar ati...@suse.com
Date:   Sun Jul 1 18:00:28 2012 +0200

fdo#46099 Search dialog shourtcut on Mac

Change-Id: I781a46aa0b983062d2d4ad5a1f9b9b557c39f0a3

diff --git a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu 
b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
index cba478e..3f61e8b 100644
--- a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
@@ -87,10 +87,11 @@
/node
node oor:name=F_MOD1_MOD2 oor:op=replace
 prop oor:name=Commandvalue xml:lang=x-no-translateI10N SHORTCUTS - 
NO TRANSLATE/value
+ value xml:lang=en-US install:module=macosx.uno:SearchDialog/value
  value xml:lang=de.uno:SearchDialog/value
 /prop
/node
-   node oor:name=H_MOD1 oor:op=replace
+   node oor:name=H_MOD1 oor:op=replace install:module=unxwnt
 prop oor:name=Commandvalue xml:lang=x-no-translateI10N SHORTCUTS - 
NO TRANSLATE/value
  value xml:lang=en-US.uno:SearchDialog/value
 /prop
@@ -245,7 +246,7 @@
   value xml:lang=en-USvnd.sun.star.findbar:FocusToFindbar/value
  /prop
 /node
-node oor:name=H_MOD1 oor:op=replace
+node oor:name=H_MOD1 oor:op=replace install:module=unxwnt
  prop oor:name=Commandvalue xml:lang=x-no-translateI10N SHORTCUTS 
- NO TRANSLATE/value
   value xml:lang=en-US.uno.SearchDialog/value
  /prop
@@ -626,6 +627,7 @@
 /node
 node oor:name=F_MOD1_MOD2 oor:op=replace
  prop oor:name=Commandvalue xml:lang=x-no-translateI10N SHORTCUTS 
- NO TRANSLATE/value
+  value xml:lang=en-US install:module=macosx.uno:SearchDialog/value
   value xml:lang=de.uno:SearchDialog/value
  /prop
 /node
@@ -1183,6 +1185,7 @@
 /node
 node oor:name=F_MOD1_MOD2 oor:op=replace
  prop oor:name=Commandvalue xml:lang=x-no-translateI10N SHORTCUTS 
- NO TRANSLATE/value
+  value xml:lang=en-US install:module=macosx.uno:SearchDialog/value
   value xml:lang=de.uno:SearchDialog/value
  /prop
 /node
@@ -1207,7 +1210,7 @@
   value xml:lang=en-US.uno:FormatUngroup/value
  /prop
 /node
-node oor:name=H_MOD1 oor:op=replace
+node oor:name=H_MOD1 oor:op=replace install:module=unxwnt
  prop oor:name=Commandvalue xml:lang=x-no-translateI10N SHORTCUTS 
- NO TRANSLATE/value
   value xml:lang=de.uno:SuperScript/value
  /prop
@@ -1684,6 +1687,7 @@
 /node
 node oor:name=F_MOD1_MOD2 oor:op=replace
  prop oor:name=Commandvalue xml:lang=x-no-translateI10N SHORTCUTS 
- NO TRANSLATE/value
+  value xml:lang=en-US install:module=macosx.uno:SearchDialog/value
   value xml:lang=de.uno:SearchDialog/value
  /prop
 /node
@@ -1719,7 +1723,7 @@
   value xml:lang=en-US.uno:StartOfDocumentSel/value
  /prop
 /node
-node oor:name=H_MOD1 oor:op=replace
+node oor:name=H_MOD1 oor:op=replace install:module=unxwnt
  prop oor:name=Commandvalue xml:lang=x-no-translateI10N SHORTCUTS 
- NO TRANSLATE/value
   value xml:lang=de.uno:SuperScript/value
  /prop
@@ -2182,6 +2186,7 @@
 /node
 node oor:name=F_MOD1_MOD2 oor:op=replace
  prop oor:name=Commandvalue xml:lang=x-no-translateI10N SHORTCUTS 
- NO TRANSLATE/value
+  value xml:lang=en-US install:module=macosx.uno:SearchDialog/value
   value xml:lang=de.uno:SearchDialog/value
  /prop
 /node
@@ -2206,7 +2211,7 @@
   value xml:lang=en-US.uno:FormatUngroup/value
  /prop
 /node
-node oor:name=H_MOD1 oor:op=replace
+node oor:name=H_MOD1 oor:op=replace install:module=unxwnt
  prop oor:name=Commandvalue xml:lang=x-no-translateI10N SHORTCUTS 
- NO TRANSLATE/value
   value xml:lang=de.uno:SuperScript/value
  /prop
@@ -2750,6 +2755,7 @@
 /node
 node oor:name=F_MOD1_MOD2 oor:op=replace
  prop oor:name=Commandvalue xml:lang=x-no-translateI10N SHORTCUTS 
- NO TRANSLATE/value
+  value xml:lang=en-US install:module=macosx.uno:SearchDialog/value
   value xml:lang=de.uno:SearchDialog/value
  /prop
 /node
@@ -2785,7 +2791,7 @@
   value xml:lang=en-US.uno:StartOfDocumentSel/value
  /prop
 /node
-node oor:name=H_MOD1 oor:op=replace
+node oor:name=H_MOD1 oor:op=replace install:module=unxwnt
  prop oor:name=Commandvalue xml:lang=x-no-translateI10N SHORTCUTS 
- NO TRANSLATE/value
   value xml:lang=de.uno:SuperScript/value
  /prop
@@ -3385,6 +3391,7 @@
 /node
 node oor:name=F_MOD1_MOD2 oor:op=replace
  prop oor:name=Commandvalue xml:lang=x-no-translateI10N SHORTCUTS 
- NO TRANSLATE/value
+  value xml:lang=en-US install:module=macosx.uno:SearchDialog/value
   value xml:lang=de.uno:SearchDialog/value
  /prop
 /node
@@ -3425,7 +3432,7 @@
   value 

[Libreoffice-commits] .: officecfg/registry

2012-07-01 Thread Andras Timar
 officecfg/registry/data/org/openoffice/Office/Accelerators.xcu |   30 
++
 1 file changed, 20 insertions(+), 10 deletions(-)

New commits:
commit 840190893aaea628798edce947ee370d46a16060
Author: Andras Timar ati...@suse.com
Date:   Sun Jul 1 18:00:28 2012 +0200

fdo#46099 Search dialog shourtcut on Mac

Change-Id: I781a46aa0b983062d2d4ad5a1f9b9b557c39f0a3

diff --git a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu 
b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
index cba478e..3f61e8b 100644
--- a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
+++ b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu
@@ -87,10 +87,11 @@
/node
node oor:name=F_MOD1_MOD2 oor:op=replace
 prop oor:name=Commandvalue xml:lang=x-no-translateI10N SHORTCUTS - 
NO TRANSLATE/value
+ value xml:lang=en-US install:module=macosx.uno:SearchDialog/value
  value xml:lang=de.uno:SearchDialog/value
 /prop
/node
-   node oor:name=H_MOD1 oor:op=replace
+   node oor:name=H_MOD1 oor:op=replace install:module=unxwnt
 prop oor:name=Commandvalue xml:lang=x-no-translateI10N SHORTCUTS - 
NO TRANSLATE/value
  value xml:lang=en-US.uno:SearchDialog/value
 /prop
@@ -245,7 +246,7 @@
   value xml:lang=en-USvnd.sun.star.findbar:FocusToFindbar/value
  /prop
 /node
-node oor:name=H_MOD1 oor:op=replace
+node oor:name=H_MOD1 oor:op=replace install:module=unxwnt
  prop oor:name=Commandvalue xml:lang=x-no-translateI10N SHORTCUTS 
- NO TRANSLATE/value
   value xml:lang=en-US.uno.SearchDialog/value
  /prop
@@ -626,6 +627,7 @@
 /node
 node oor:name=F_MOD1_MOD2 oor:op=replace
  prop oor:name=Commandvalue xml:lang=x-no-translateI10N SHORTCUTS 
- NO TRANSLATE/value
+  value xml:lang=en-US install:module=macosx.uno:SearchDialog/value
   value xml:lang=de.uno:SearchDialog/value
  /prop
 /node
@@ -1183,6 +1185,7 @@
 /node
 node oor:name=F_MOD1_MOD2 oor:op=replace
  prop oor:name=Commandvalue xml:lang=x-no-translateI10N SHORTCUTS 
- NO TRANSLATE/value
+  value xml:lang=en-US install:module=macosx.uno:SearchDialog/value
   value xml:lang=de.uno:SearchDialog/value
  /prop
 /node
@@ -1207,7 +1210,7 @@
   value xml:lang=en-US.uno:FormatUngroup/value
  /prop
 /node
-node oor:name=H_MOD1 oor:op=replace
+node oor:name=H_MOD1 oor:op=replace install:module=unxwnt
  prop oor:name=Commandvalue xml:lang=x-no-translateI10N SHORTCUTS 
- NO TRANSLATE/value
   value xml:lang=de.uno:SuperScript/value
  /prop
@@ -1684,6 +1687,7 @@
 /node
 node oor:name=F_MOD1_MOD2 oor:op=replace
  prop oor:name=Commandvalue xml:lang=x-no-translateI10N SHORTCUTS 
- NO TRANSLATE/value
+  value xml:lang=en-US install:module=macosx.uno:SearchDialog/value
   value xml:lang=de.uno:SearchDialog/value
  /prop
 /node
@@ -1719,7 +1723,7 @@
   value xml:lang=en-US.uno:StartOfDocumentSel/value
  /prop
 /node
-node oor:name=H_MOD1 oor:op=replace
+node oor:name=H_MOD1 oor:op=replace install:module=unxwnt
  prop oor:name=Commandvalue xml:lang=x-no-translateI10N SHORTCUTS 
- NO TRANSLATE/value
   value xml:lang=de.uno:SuperScript/value
  /prop
@@ -2182,6 +2186,7 @@
 /node
 node oor:name=F_MOD1_MOD2 oor:op=replace
  prop oor:name=Commandvalue xml:lang=x-no-translateI10N SHORTCUTS 
- NO TRANSLATE/value
+  value xml:lang=en-US install:module=macosx.uno:SearchDialog/value
   value xml:lang=de.uno:SearchDialog/value
  /prop
 /node
@@ -2206,7 +2211,7 @@
   value xml:lang=en-US.uno:FormatUngroup/value
  /prop
 /node
-node oor:name=H_MOD1 oor:op=replace
+node oor:name=H_MOD1 oor:op=replace install:module=unxwnt
  prop oor:name=Commandvalue xml:lang=x-no-translateI10N SHORTCUTS 
- NO TRANSLATE/value
   value xml:lang=de.uno:SuperScript/value
  /prop
@@ -2750,6 +2755,7 @@
 /node
 node oor:name=F_MOD1_MOD2 oor:op=replace
  prop oor:name=Commandvalue xml:lang=x-no-translateI10N SHORTCUTS 
- NO TRANSLATE/value
+  value xml:lang=en-US install:module=macosx.uno:SearchDialog/value
   value xml:lang=de.uno:SearchDialog/value
  /prop
 /node
@@ -2785,7 +2791,7 @@
   value xml:lang=en-US.uno:StartOfDocumentSel/value
  /prop
 /node
-node oor:name=H_MOD1 oor:op=replace
+node oor:name=H_MOD1 oor:op=replace install:module=unxwnt
  prop oor:name=Commandvalue xml:lang=x-no-translateI10N SHORTCUTS 
- NO TRANSLATE/value
   value xml:lang=de.uno:SuperScript/value
  /prop
@@ -3385,6 +3391,7 @@
 /node
 node oor:name=F_MOD1_MOD2 oor:op=replace
  prop oor:name=Commandvalue xml:lang=x-no-translateI10N SHORTCUTS 
- NO TRANSLATE/value
+  value xml:lang=en-US install:module=macosx.uno:SearchDialog/value
   value xml:lang=de.uno:SearchDialog/value
  /prop
 /node
@@ -3425,7 +3432,7 @@
   value 

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-07-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361

Bug 37361 depends on bug 46099, which changed state.

Bug 46099 Summary: Missing Search and Replace shortcut
https://bugs.freedesktop.org/show_bug.cgi?id=46099

   What|Old Value   |New Value

 Resolution||FIXED
 Status|NEW |RESOLVED

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-07-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361

Bug 37361 depends on bug 46230, which changed state.

Bug 46230 Summary: EDITING: impossible to perform a drag  drop of entire 
row/column
https://bugs.freedesktop.org/show_bug.cgi?id=46230

   What|Old Value   |New Value

 Resolution|FIXED   |
 Status|RESOLVED|REOPENED

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] .: sysui/desktop

2012-07-01 Thread David Tardon
 sysui/desktop/share/translate.pl |  125 +++
 1 file changed, 62 insertions(+), 63 deletions(-)

New commits:
commit b9c376111b7ed3137d7ff72286888e7373487142
Author: David Tardon dtar...@redhat.com
Date:   Sun Jul 1 18:38:07 2012 +0200

rewrite a horrible perl script to saner form

The old form duplicated the last line of the processed file if the key
was not present. This was not a problem before we added Unity-specific
keys to the desktop files, because all keys were always present...

Change-Id: Ifef6a90250fd303b913807944c7a23e04a5aafb1

diff --git a/sysui/desktop/share/translate.pl b/sysui/desktop/share/translate.pl
index 89c9da0..c55ee25 100755
--- a/sysui/desktop/share/translate.pl
+++ b/sysui/desktop/share/translate.pl
@@ -29,15 +29,9 @@ eval 'exec perl -wS $0 ${1+$@}'
 #
 #*
 
-
-#*
-#
-# main
-#
-
 my ($prefix, $ext, $key);
-$productname = LibreOffice;
-$workdir = .;
+my $productname = LibreOffice;
+my $workdir = .;
 
 while ($_ = $ARGV[0], /^-/) {
 shift;
@@ -65,63 +59,36 @@ while ($_ = $ARGV[0], /^-/) {
 }
 
 # hack for unity section
-$outkey = $key;
+my $outkey = $key;
 if ( $outkey eq UnityQuicklist ) {
 $outkey = Name;
 }
 
+my %templates;
+
 # open input file
 unless (open(SOURCE, $ARGV[0])) {
 print STDERR Can't open $ARGV[0] file: $!\n;
 return;
 }
 
+# currently read template
+my $template;
 
-# For every section in the specified ulf file there should exist
-# a template file in $workdir ..
+# read ulf file
 while (SOURCE) {
-$line = $_;
+my $line = $_;
 
 if ( [ eq substr($line, 0, 1) ) {
-# Pass the tail of the template to the output file
-while (TEMPLATE) {
-print OUTFILE;
-}
-
-close(TEMPLATE);
-
-if (close(OUTFILE)) {
-system mv -f $outfile.tmp $outfile\n;
-}
-
-$_ = substr($line, 1, index($line,])-1);
-$outfile = $workdir/$prefix$_.$ext;
-
-# open the template file - ignore sections for which no
-# templates exist
-unless(open(TEMPLATE, $outfile)) {
-print STDERR Warning: No template found for item $_: $outfile: 
$!\n;
-next;
-}
-
-# open output file
-unless (open(OUTFILE,  $outfile.tmp)) {
-print STDERR Can't create output file $outfile.tmp: $!\n;
-exit -1;
-}
-
-# Pass the head of the template to the output file
-KEY:while (TEMPLATE) {
-$keyline = $_;
-last KEY if (/$key/);
-print OUTFILE;
-}
-$keyline=~s/^$key/$outkey/;
-print OUTFILE $keyline;
-
+$template = substr($line, 1, index($line,])-1);
+my %entry;
+# For every section in the specified ulf file there should exist
+# a template file in $workdir ..
+$entry{'outfile'} = $workdir/$prefix$template.$ext;
+$templates{$template} = \%entry;
 } else {
 # split locale = value into 2 strings
-($locale, $value) = split(' = ', $line);
+my ($locale, $value) = split(' = ', $line);
 
 if ( $locale ne $line ) {
 # replace en-US with en
@@ -135,23 +102,55 @@ KEY:while (TEMPLATE) {
 
 $locale=~s/-/_/;
 
-if (not $value eq '') {
-if ($ext eq desktop) {
-print OUTFILE $outkey\[$locale\]=$value\n;
-} else {
-print OUTFILE  \t\[$locale\]$outkey=$value\n;
-}
-}
+$templates{$template}-{'locale'} = $locale;
+$templates{$template}-{'value'} = $value;
 }
 }
 }
 
-while (TEMPLATE) {
-print OUTFILE;
-}
+close(SOURCE);
 
-if (close(OUTFILE)) {
-system mv -f $outfile.tmp $outfile\n;
-}
+# process templates
+foreach $template (keys %templates) {
+my $outfile = $templates{$template}-{'outfile'};
+print processing template $template in $outfile\n;
+
+# open the template file - ignore sections for which no
+# templates exist
+unless(open(TEMPLATE, $outfile)) {
+print STDERR Warning: No template found for item $_: $outfile: $!\n;
+next;
+}
+
+# open output file
+unless (open(OUTFILE,  $outfile.tmp)) {
+print STDERR Can't create output file $outfile.tmp: $!\n;
+exit -1;
+}
 
-close(TEMPLATE);
+# emit the template to the output file
+while (TEMPLATE) {
+my $keyline = $_;
+$keyline =~ s/^$key/$outkey/;
+print OUTFILE $keyline;
+if (/$key/) {
+my $locale = $templates{$template}-{'locale'};
+my $value = $templates{$template}-{'value'};
+print locale is $locale\n;
+print value is $value\n;
+if ($value) {
+if ($ext eq desktop) {
+print 

[Libreoffice-commits] .: Branch 'libreoffice-3-6' - sysui/desktop

2012-07-01 Thread David Tardon
 sysui/desktop/share/translate.pl |  125 +++
 1 file changed, 62 insertions(+), 63 deletions(-)

New commits:
commit 462be03401d5cf17f75d6c60132069fef842fc22
Author: David Tardon dtar...@redhat.com
Date:   Sun Jul 1 18:38:07 2012 +0200

rewrite a horrible perl script to saner form

The old form duplicated the last line of the processed file if the key
was not present. This was not a problem before we added Unity-specific
keys to the desktop files, because all keys were always present...

Change-Id: Ifef6a90250fd303b913807944c7a23e04a5aafb1

diff --git a/sysui/desktop/share/translate.pl b/sysui/desktop/share/translate.pl
index 89c9da0..c55ee25 100755
--- a/sysui/desktop/share/translate.pl
+++ b/sysui/desktop/share/translate.pl
@@ -29,15 +29,9 @@ eval 'exec perl -wS $0 ${1+$@}'
 #
 #*
 
-
-#*
-#
-# main
-#
-
 my ($prefix, $ext, $key);
-$productname = LibreOffice;
-$workdir = .;
+my $productname = LibreOffice;
+my $workdir = .;
 
 while ($_ = $ARGV[0], /^-/) {
 shift;
@@ -65,63 +59,36 @@ while ($_ = $ARGV[0], /^-/) {
 }
 
 # hack for unity section
-$outkey = $key;
+my $outkey = $key;
 if ( $outkey eq UnityQuicklist ) {
 $outkey = Name;
 }
 
+my %templates;
+
 # open input file
 unless (open(SOURCE, $ARGV[0])) {
 print STDERR Can't open $ARGV[0] file: $!\n;
 return;
 }
 
+# currently read template
+my $template;
 
-# For every section in the specified ulf file there should exist
-# a template file in $workdir ..
+# read ulf file
 while (SOURCE) {
-$line = $_;
+my $line = $_;
 
 if ( [ eq substr($line, 0, 1) ) {
-# Pass the tail of the template to the output file
-while (TEMPLATE) {
-print OUTFILE;
-}
-
-close(TEMPLATE);
-
-if (close(OUTFILE)) {
-system mv -f $outfile.tmp $outfile\n;
-}
-
-$_ = substr($line, 1, index($line,])-1);
-$outfile = $workdir/$prefix$_.$ext;
-
-# open the template file - ignore sections for which no
-# templates exist
-unless(open(TEMPLATE, $outfile)) {
-print STDERR Warning: No template found for item $_: $outfile: 
$!\n;
-next;
-}
-
-# open output file
-unless (open(OUTFILE,  $outfile.tmp)) {
-print STDERR Can't create output file $outfile.tmp: $!\n;
-exit -1;
-}
-
-# Pass the head of the template to the output file
-KEY:while (TEMPLATE) {
-$keyline = $_;
-last KEY if (/$key/);
-print OUTFILE;
-}
-$keyline=~s/^$key/$outkey/;
-print OUTFILE $keyline;
-
+$template = substr($line, 1, index($line,])-1);
+my %entry;
+# For every section in the specified ulf file there should exist
+# a template file in $workdir ..
+$entry{'outfile'} = $workdir/$prefix$template.$ext;
+$templates{$template} = \%entry;
 } else {
 # split locale = value into 2 strings
-($locale, $value) = split(' = ', $line);
+my ($locale, $value) = split(' = ', $line);
 
 if ( $locale ne $line ) {
 # replace en-US with en
@@ -135,23 +102,55 @@ KEY:while (TEMPLATE) {
 
 $locale=~s/-/_/;
 
-if (not $value eq '') {
-if ($ext eq desktop) {
-print OUTFILE $outkey\[$locale\]=$value\n;
-} else {
-print OUTFILE  \t\[$locale\]$outkey=$value\n;
-}
-}
+$templates{$template}-{'locale'} = $locale;
+$templates{$template}-{'value'} = $value;
 }
 }
 }
 
-while (TEMPLATE) {
-print OUTFILE;
-}
+close(SOURCE);
 
-if (close(OUTFILE)) {
-system mv -f $outfile.tmp $outfile\n;
-}
+# process templates
+foreach $template (keys %templates) {
+my $outfile = $templates{$template}-{'outfile'};
+print processing template $template in $outfile\n;
+
+# open the template file - ignore sections for which no
+# templates exist
+unless(open(TEMPLATE, $outfile)) {
+print STDERR Warning: No template found for item $_: $outfile: $!\n;
+next;
+}
+
+# open output file
+unless (open(OUTFILE,  $outfile.tmp)) {
+print STDERR Can't create output file $outfile.tmp: $!\n;
+exit -1;
+}
 
-close(TEMPLATE);
+# emit the template to the output file
+while (TEMPLATE) {
+my $keyline = $_;
+$keyline =~ s/^$key/$outkey/;
+print OUTFILE $keyline;
+if (/$key/) {
+my $locale = $templates{$template}-{'locale'};
+my $value = $templates{$template}-{'value'};
+print locale is $locale\n;
+print value is $value\n;
+if ($value) {
+if ($ext eq desktop) {
+print 

Re: port spreadsheet engine to iOS

2012-07-01 Thread Tor Lillqvist
 I'm going to port the spreadsheet engine to iOS platform. I was just
 wondering is there anyone here who once did the same work before? Or could
 someone give me some directions/suggestions to do so?

Well, yes, most of the LIbreOffice platform-independent code compiles
just fine for iOS. What remains to be done is to fill in more of the
the details so that necessary UNO components that aren't dynamically
loaded on iOS but statically linked, get statically linked. Of course,
which UNO components will be needed at run-time depends on the app the
code is used in. And other bits and pieces. Of course if one wants to
build an actual app that uses LO code to handle text, spreadsheet
and/or presentation documents, all UI code is missing. Assuming the
plan we have been following so far (for Android) is the right one,
i.e. that UI code needs to be platform-specific, and that re-use of
desktop UI components in LO for touch platforms is wrong.

Just have a look in README.cross and learn to build the stuff
yourself. And then you need to understand a bit about how LibreOffice
works, UNO etc, before you can work on getting more of that to hang
properly together. There is a unit test program in ios/qa that builds
using Xcode into an iOS .app that corresponds to the sc_filters_test
unt test. That is the test program I have been tinkering with now and
then. All the relevant other bits of LO has to be built first, using
LO's normal build mechanism, before you can build the Xcode project
there.

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


[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-07-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361

Bug 37361 depends on bug 46230, which changed state.

Bug 46230 Summary: EDITING: impossible to perform a drag  drop of entire 
row/column
https://bugs.freedesktop.org/show_bug.cgi?id=46230

   What|Old Value   |New Value

 Status|REOPENED|NEEDINFO
 Resolution||FIXED
 Status|NEEDINFO|RESOLVED

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] .: svx/source

2012-07-01 Thread Tomaž Vajngerl
 svx/source/core/extedit.cxx |2 --
 1 file changed, 2 deletions(-)

New commits:
commit a4a4bde34e5e3f60143ca8d5ae053237da18712e
Author: Tomaž Vajngerl qui...@gmail.com
Date:   Sun Jul 1 19:50:22 2012 +0200

Cleanup in ExternalEdit

Change-Id: I989888693620eecdc6a774feda864b14c76686a5

diff --git a/svx/source/core/extedit.cxx b/svx/source/core/extedit.cxx
index c52d0cf..fce7021 100644
--- a/svx/source/core/extedit.cxx
+++ b/svx/source/core/extedit.cxx
@@ -62,8 +62,6 @@ void ExternalToolEdit::HandleCloseEvent(ExternalToolEdit* 
pData)
 GraphicConverter::Import(*pStream, newGraphic);
 
 // Now update the Graphic in the shell by re-reading from the 
newGraphic
-// TODO: Make this action Undoable !
-//rSh-ReRead(aEmptyStr, aEmptyStr, (const Graphic*) newGraphic);
 pData-Update( newGraphic );
 
 delete(pStream);
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: Branch 'feature/template-dialog' - sfx2/inc sfx2/source

2012-07-01 Thread Rafael Dominguez
 sfx2/inc/sfx2/templatefolderview.hxx   |6 ++
 sfx2/source/control/templatefolderview.cxx |   87 +
 sfx2/source/doc/templatedlg.cxx|3 +
 3 files changed, 96 insertions(+)

New commits:
commit c296909f4707e08903736b30e66debddbde26f34
Author: Rafael Dominguez venccsra...@gmail.com
Date:   Sun Jul 1 14:12:16 2012 -0430

Implement moving templates between folders.

Change-Id: I33763aad192eb667f4865a02a3f2d91b5d3b9e8f

diff --git a/sfx2/inc/sfx2/templatefolderview.hxx 
b/sfx2/inc/sfx2/templatefolderview.hxx
index 9b23005..2f604d9 100644
--- a/sfx2/inc/sfx2/templatefolderview.hxx
+++ b/sfx2/inc/sfx2/templatefolderview.hxx
@@ -10,6 +10,8 @@
 #ifndef TEMPLATEFOLDERVIEW_HXX
 #define TEMPLATEFOLDERVIEW_HXX
 
+#include set
+
 #include sfx2/thumbnailview.hxx
 
 class SfxDocumentTemplates;
@@ -36,6 +38,8 @@ public:
 // Fill view with template folders thumbnails
 void Populate ();
 
+std::vectorrtl::OUString getFolderNames ();
+
 // Check if the overlay is visible or not.
 bool isOverlayVisible () const;
 
@@ -52,6 +56,8 @@ public:
 
 bool removeTemplate (const sal_uInt16 nItemId);
 
+bool moveTemplates (std::setconst ThumbnailViewItem* rItems, const 
sal_uInt16 nTargetItem);
+
 void copyFrom (TemplateFolderViewItem *pItem, const rtl::OUString rPath);
 
 private:
diff --git a/sfx2/source/control/templatefolderview.cxx 
b/sfx2/source/control/templatefolderview.cxx
index 15ac471..e2fc4ba 100644
--- a/sfx2/source/control/templatefolderview.cxx
+++ b/sfx2/source/control/templatefolderview.cxx
@@ -334,6 +334,17 @@ void TemplateFolderView::Populate ()
 Invalidate();
 }
 
+std::vectorrtl::OUString TemplateFolderView::getFolderNames()
+{
+size_t n = mItemList.size();
+std::vectorrtl::OUString ret(n);
+
+for (size_t i = 0; i  n; ++i)
+ret[i] = mItemList[i]-maText;
+
+return ret;
+}
+
 bool TemplateFolderView::isOverlayVisible () const
 {
 return mpItemView-IsVisible();
@@ -423,6 +434,82 @@ bool TemplateFolderView::removeTemplate (const sal_uInt16 
nItemId)
 return true;
 }
 
+bool TemplateFolderView::moveTemplates(std::setconst ThumbnailViewItem * 
rItems, const sal_uInt16 nTargetItem)
+{
+bool ret = true;
+bool refresh = false;
+
+sal_uInt16 nSrcRegionId = mpItemView-getRegionId();
+sal_uInt16 nSrcRegionItemId = nSrcRegionId + 1;
+
+TemplateFolderViewItem *pTarget = NULL;
+TemplateFolderViewItem *pSrc = NULL;
+
+for (size_t i = 0, n = mItemList.size(); i  n; ++i)
+{
+if (mItemList[i]-mnId == nTargetItem)
+pTarget = static_castTemplateFolderViewItem*(mItemList[i]);
+else if (mItemList[i]-mnId == nSrcRegionItemId)
+pSrc = static_castTemplateFolderViewItem*(mItemList[i]);
+}
+
+if (pTarget  pSrc)
+{
+std::setconst ThumbnailViewItem*::iterator aSelIter;
+for ( aSelIter = rItems.begin(); aSelIter != rItems.end(); ++aSelIter )
+{
+sal_uInt16 nTargetRegion = pTarget-mnId-1;
+sal_uInt16 nTargetIdx = pTarget-maTemplates.back()-mnId; // Last 
Assigned in filesystem is mnId-1
+
+if 
(!mpDocTemplates-Move(nTargetRegion,nTargetIdx,mpItemView-getRegionId(),(*aSelIter)-mnId-1))
+{
+ret = false;
+continue;
+}
+
+// move template to destination
+const TemplateViewItem *pViewItem = static_castconst 
TemplateViewItem*(*aSelIter);
+
+TemplateViewItem *pTemplateItem = new 
TemplateViewItem(*mpItemView,mpItemView);
+pTemplateItem-mnId = nTargetIdx + 1;
+pTemplateItem-maText = pViewItem-maText;
+pTemplateItem-setPath(pViewItem-getPath());
+pTemplateItem-setFileType(pViewItem-getFileType());
+pTemplateItem-maPreview1 = pViewItem-maPreview1;
+
+pTarget-maTemplates.push_back(pTemplateItem);
+
+// remove template for overlay and from cached data
+
+std::vectorTemplateViewItem*::iterator pIter;
+for (pIter = pSrc-maTemplates.begin(); pIter != 
pSrc-maTemplates.end(); ++pIter)
+{
+if ((*pIter)-mnId == pViewItem-mnId)
+{
+delete *pIter;
+
+pSrc-maTemplates.erase(pIter);
+
+mpItemView-RemoveItem(pViewItem-mnId);
+break;
+}
+}
+
+refresh = true;
+}
+}
+else
+ret = false;
+
+if (refresh)
+{
+Invalidate();
+mpItemView-Invalidate();
+}
+
+return ret;
+}
+
 void TemplateFolderView::copyFrom (TemplateFolderViewItem *pItem, const 
rtl::OUString rPath)
 {
 sal_uInt16 nId = 0;
diff --git a/sfx2/source/doc/templatedlg.cxx b/sfx2/source/doc/templatedlg.cxx
index 4494065..12ddd1c 100644
--- a/sfx2/source/doc/templatedlg.cxx
+++ b/sfx2/source/doc/templatedlg.cxx
@@ -465,6 +465,9 

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-07-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361

--- Comment #338 from Alex Thurgood ipla...@yahoo.co.uk 2012-07-01 13:31:39 
UTC ---
Adding #51618, nasty crash and regression over 3.5.4 when opening a report
based on a parameterized query on Linux 64bit

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-07-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361

--- Comment #339 from Alex Thurgood ipla...@yahoo.co.uk 2012-07-01 13:32:23 
PDT ---
Sorry, that should read #51619

Alex

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] .: Branch 'feature/tubes2' - 3 commits - sc/source tubes/inc tubes/source

2012-07-01 Thread Matus Kukan
 sc/source/ui/collab/contacts.cxx |   25 +
 sc/source/ui/inc/docsh.hxx   |1 +
 tubes/inc/tubes/manager.hxx  |8 +---
 tubes/source/manager.cxx |   26 --
 4 files changed, 39 insertions(+), 21 deletions(-)

New commits:
commit c2412e1f2a6c78f491b55c097b3f8a70fd6343ed
Author: Matúš Kukan matus.ku...@gmail.com
Date:   Sun Jul 1 23:43:33 2012 +0200

tubes: correctly set pDocFunc

diff --git a/sc/source/ui/collab/contacts.cxx b/sc/source/ui/collab/contacts.cxx
index bfc7710..078bcdd 100644
--- a/sc/source/ui/collab/contacts.cxx
+++ b/sc/source/ui/collab/contacts.cxx
@@ -74,7 +74,7 @@ class TubeContacts : public ModelessDialog
 boost::shared_ptrScDocFuncDirect pDirect( new ScDocFuncDirect( 
*pScDocShell ) );
 boost::shared_ptrScDocFuncRecv pReceiver( new ScDocFuncRecv( 
pDirect ) );
 pSender = new ScDocFuncSend( *pScDocShell, pReceiver );
-pDocFunc = pSender;
+pScDocShell-SetDocFunc( pSender );
 }
 // This is a hack to work around:
 //  `error registering client handler: Name
diff --git a/sc/source/ui/inc/docsh.hxx b/sc/source/ui/inc/docsh.hxx
index a00e98e..827a3e9 100644
--- a/sc/source/ui/inc/docsh.hxx
+++ b/sc/source/ui/inc/docsh.hxx
@@ -241,6 +241,7 @@ public:
 
 ScDocument* GetDocument()   { return aDocument; }
 ScDocFunc  GetDocFunc(){ return *pDocFunc; }
+voidSetDocFunc( ScDocFunc *pDF ) { pDocFunc = pDF; }
 
 SfxPrinter* GetPrinter( sal_Bool bCreateIfNotExist = sal_True );
 sal_uInt16  SetPrinter( SfxPrinter* pNewPrinter, sal_uInt16 
nDiffFlags = SFX_PRINTER_ALL );
commit da2da6094b879157efb1f501c440e49917855971
Author: Matúš Kukan matus.ku...@gmail.com
Date:   Sat Jun 30 12:52:57 2012 +0200

tubes: make TeleManager::startGroupSession work and use it

diff --git a/sc/source/ui/collab/contacts.cxx b/sc/source/ui/collab/contacts.cxx
index d1f27ec..bfc7710 100644
--- a/sc/source/ui/collab/contacts.cxx
+++ b/sc/source/ui/collab/contacts.cxx
@@ -107,6 +107,21 @@ class TubeContacts : public ModelessDialog
 }
 }
 
+void StartGroupSession()
+{
+AccountContact *pAC = NULL;
+if (maList.FirstSelected())
+pAC = static_castAccountContact* 
(maList.FirstSelected()-GetUserData());
+if (pAC)
+{
+TpAccount* pAccount = pAC-mpAccount;
+fprintf( stderr, picked %s\n, tp_account_get_display_name( 
pAccount ) );
+TeleManager *pManager = TeleManager::get();
+if (!pManager-startGroupSession( pAccount, 
rtl::OUString(liboroom), rtl::OUString(conference.jabber.org) ))
+fprintf( stderr, could not start group session\n );
+}
+}
+
 public:
 TubeContacts() :
 ModelessDialog( NULL, ScResId( RID_SCDLG_CONTACTS ) ),
@@ -188,7 +203,11 @@ public:
 
 IMPL_LINK_NOARG( TubeContacts, BtnConnectHdl )
 {
+#if 0
 StartBuddySession();
+#else
+StartGroupSession();
+#endif
 Close();
 return 0;
 }
diff --git a/tubes/inc/tubes/manager.hxx b/tubes/inc/tubes/manager.hxx
index c780fd2..326cc51 100644
--- a/tubes/inc/tubes/manager.hxx
+++ b/tubes/inc/tubes/manager.hxx
@@ -101,9 +101,11 @@ public:
  */
 ContactList*getContactList() const;
 
-#if 0
 /** Start a group session in a MUC.
 
+@param pAccount
+The account to use. This must be a valid Jabber account.
+
 @param rConferenceRoom
 The MUC to be created/joined, e.g. LibreOffice. If empty, the
 conference's UUID is used.
@@ -113,9 +115,9 @@ public:
 empty, only the conference's UUID is used and rConferenceRoom is
 ignored, hopefully resulting in a local DBus tube.
  */
-boolstartGroupSession( const rtl::OUString 
rConferenceRoom,
+boolstartGroupSession( TpAccount *pAccount,
+   const rtl::OUString 
rConferenceRoom,
const rtl::OUString 
rConferenceServer );
-#endif
 
 /** Start a session with a buddy.
 
diff --git a/tubes/source/manager.cxx b/tubes/source/manager.cxx
index 2e0cd3e..06b1533 100644
--- a/tubes/source/manager.cxx
+++ b/tubes/source/manager.cxx
@@ -442,8 +442,6 @@ bool TeleManager::connect()
 
 /* TODO: setup filters for LibreOfficeCalc, LibreOfficeWriter, ... */
 
-/* FIXME: once we can handle MUCs, this is additional to buddy channels! */
-#if 0
 // Setup client handler for MUC channels with our service.
 tp_base_client_take_handler_filter( pImpl-mpClient,
 tp_asv_new(
@@ -451,7 +449,6 @@ bool TeleManager::connect()
 TP_PROP_CHANNEL_TARGET_HANDLE_TYPE, G_TYPE_UINT, 
TP_HANDLE_TYPE_ROOM,
 TP_PROP_CHANNEL_TYPE_DBUS_TUBE_SERVICE_NAME, G_TYPE_STRING, 
getFullServiceName().getStr(),
 NULL));

Re: [GSoC 2012][Collaboration] Problems with replacing pDocFunc ?

2012-07-01 Thread Matúš Kukan
On 29 June 2012 20:07, Matúš Kukan matus.ku...@gmail.com wrote:
 Hello there,

 I've pushed a few new patches but I can't get the code in
 TubeContacts::Listen to work.

All right, this was silly.
Fixed with 
http://cgit.freedesktop.org/libreoffice/core/commit/?h=feature/tubes2id=c2412e1f2a6c78f491b55c097b3f8a70fd6343ed

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


Re: [PUSHED] [PATCH] translate german comments vcl/source

2012-07-01 Thread Philipp Riemer
2012/7/1 Luc Castermans luc.casterm...@gmail.com:
 herewith another patch with comment translations

Thank you very much! Pushed to master after additional cleanup.

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


[Libreoffice-commits] .: 3 commits - chart2/source cui/source dbaccess/source fpicker/source i18npool/inc sc/source sd/inc sd/source sfx2/inc sfx2/source svl/inc svtools/inc svx/inc sw/inc sw/source v

2012-07-01 Thread Thomas Arnhold
 chart2/source/controller/dialogs/tp_Wizard_TitlesAndObjects.src |1 
 cui/source/tabpages/tabarea.src |1 
 dbaccess/source/ui/inc/dbu_resource.hrc |1 
 fpicker/source/win32/filepicker/VistaFilePicker.cxx |   23 --
 i18npool/inc/servicename.hxx|   10 -
 sc/source/filter/inc/colrowst.hxx   |2 
 sd/inc/sduiks.hrc   |   40 -
 sd/source/ui/slidesorter/controller/SlsFocusManager.cxx |2 
 sfx2/inc/sfx2/sfxbasemodel.hxx  |1 
 sfx2/source/view/sfxbasecontroller.cxx  |3 
 sfx2/source/view/view.hrc   |2 
 svl/inc/svl/cntwids.hrc |3 
 svtools/inc/svtools/wizdlg.hxx  |1 
 svx/inc/uiks.hxx|   80 
--
 sw/inc/globals.hrc  |1 
 sw/inc/swtypes.hxx  |2 
 sw/inc/unomap.hxx   |2 
 sw/inc/unoprnms.hxx |3 
 sw/source/ui/app/apphdl.cxx |1 
 vcl/inc/headless/svpinst.hxx|1 
 20 files changed, 180 deletions(-)

New commits:
commit 1136fa4fc40cba46272e06b529064a02a140803f
Author: Thomas Arnhold tho...@arnhold.org
Date:   Mon Jul 2 06:28:57 2012 +0200

Remove unused defines

Change-Id: Ibc46eb4565d4df88e83882045b2ed6d31e487d16

diff --git a/chart2/source/controller/dialogs/tp_Wizard_TitlesAndObjects.src 
b/chart2/source/controller/dialogs/tp_Wizard_TitlesAndObjects.src
index 2039892..c323497 100644
--- a/chart2/source/controller/dialogs/tp_Wizard_TitlesAndObjects.src
+++ b/chart2/source/controller/dialogs/tp_Wizard_TitlesAndObjects.src
@@ -36,7 +36,6 @@
 #define WIZ_POSX2_A (WIZ_POSX2)
 #define WIZ_POSX2_B (WIZ_POSX2_A+9)
 
-#define WIZ_SECOND_FIXEDLINE_WIDTH (CHART_WIZARD_PAGEWIDTH-10-(WIZ_POSX2))
 #define WIZ_COMPLETE_FIXEDLINE_WIDTH (CHART_WIZARD_PAGEWIDTH-10-(WIZ_POSX1))
 #define WIZ_VERTICAL_FIXEDLINE_HEIGHT ( 88 )
 
diff --git a/cui/source/tabpages/tabarea.src b/cui/source/tabpages/tabarea.src
index 3bc0ca8..c704969 100644
--- a/cui/source/tabpages/tabarea.src
+++ b/cui/source/tabpages/tabarea.src
@@ -35,7 +35,6 @@
  // RID_SVXPAGE_AREA --
 #define TRANS_GRAD_OFFSET_X 6
 #define TRANS_GRAD_OFFSET_Y 64
-#define TRANS_GRAD_FIELD_SEPARATION 24
 
 TabPage RID_SVXPAGE_TRANSPARENCE
 {
diff --git a/dbaccess/source/ui/inc/dbu_resource.hrc 
b/dbaccess/source/ui/inc/dbu_resource.hrc
index 6364b23..0caa88f 100644
--- a/dbaccess/source/ui/inc/dbu_resource.hrc
+++ b/dbaccess/source/ui/inc/dbu_resource.hrc
@@ -126,7 +126,6 @@
 #define PAGE_LDAP   RID_PAGE_START + 15
 #define TAB_PAGE_USERADMIN  RID_PAGE_START + 16
 #define PAGE_MYSQL_ODBC RID_PAGE_START + 17
-#define TAB_PAGE_TABLEPRIVILEGESRID_PAGE_START + 18
 #define PAGE_USERDRIVER RID_PAGE_START + 19
 #define PAGE_MYSQL_JDBC RID_PAGE_START + 20
 #define PAGE_GENERATED_VALUES   RID_PAGE_START + 22
diff --git a/fpicker/source/win32/filepicker/VistaFilePicker.cxx 
b/fpicker/source/win32/filepicker/VistaFilePicker.cxx
index 144be50..b2f7692 100644
--- a/fpicker/source/win32/filepicker/VistaFilePicker.cxx
+++ b/fpicker/source/win32/filepicker/VistaFilePicker.cxx
@@ -137,29 +137,6 @@ namespace
 #endif
 
 
//-
-#define VISTAFILEDIALOG_CHECKED_COMCALL(PARAM_CODE, PARAM_LOGMESSAGE, 
PARAM_ERRORMESSAGE)   \
-{  
 \
-HRESULT aResult;   
 \
-VISTAFILEDIALOG_CHECKED_COMCALL_WITH_RETURN(aResult, PARAM_CODE, 
PARAM_LOGMESSAGE, PARAM_ERRORMESSAGE)  \
-}
-
-//-
-#define VISTAFILEDIALOG_CHECKED_COMCALL_WITH_RETURN(RETURN_HR, PARAM_CODE, 
PARAM_LOGMESSAGE, PARAM_ERRORMESSAGE)\
-{  
 \
-LOG_FILE(PARAM_LOGMESSAGE) 
 \
-RETURN_HR = PARAM_CODE;
   

Re: [Libreoffice-qa] Importing from Mindview worth our time??

2012-07-01 Thread Joel Madero
I'm going to mark it as WONTFIX and add the whiteboard status, if this
changes I can filter it out myself and change it appropriately. I'll add
Michaels comment to the bug as well.

Thanks for the input all, I look forward on sitting in on that conference
call in a couple weeks.

Joel

On Sat, Jun 30, 2012 at 10:49 AM, Rainer Bielefeld 
libreoff...@bielefeldundbuss.de wrote:

 Joel Madero schrieb:


  We could put WONTFIX with a message to the reporter that states.


 Hi all,

 during the last QA call we decided to do a mass close for NEEDINFO bugs
 without reaction for a too long time ( 1000). There simply is too much
 time wasted by several people asking again and again for details without an
 answer. A very polite comment will be added that that closing was not
 because of a explicit refusal to a request or because we decided that we
 can live with a particular bug, but because we currently have no time to
 ask more than 2 times for more information. Additionally it is planned to
 add a key word to the whiteboard, so that these bugs can be found easily if
 required or if QA / developers will have boredom and too much time some day
 in future tho that they need something where they can work on ;-)

 Details will be published and discussed the next days here, who wants to
 know more details or  wants to influence should join the next QA call
 (2012-07-13).

 Best regards


 Rainer

___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/

[Libreoffice-bugs] [Bug 51610] New: UI: Allow partial PDF Export with Embedded ODF file

2012-07-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51610

 Bug #: 51610
   Summary: UI: Allow partial PDF Export with Embedded ODF file
Classification: Unclassified
   Product: LibreOffice
   Version: 3.3.0 Beta2
  Platform: Other
OS/Version: Windows (All)
Status: UNCONFIRMED
  Severity: enhancement
  Priority: medium
 Component: Printing and PDF export
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: libreoff...@bielefeldundbuss.de


Created attachment 63659
  -- https://bugs.freedesktop.org/attachment.cgi?id=63659
Sample Document

Currently embedding of ODF contents only is possible if you export the complede
document to PDF. That is inexpedient for many applications. 

The complete PDF export in attached sample shows lots of source data what is
necessary for creation of the charts, what should be hidden in the PDF output.
You can reach that goal by hiding sheets with source  data, but that proceeding
will fail if the source data tables are in the same sheet as the charts  I want
to show in the PDF. For these applications a partial PDF export
_For_The_Vieible_Contents_, but containing all ODF source, would ease the
handling and would be big progress

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 51609] Images pasted from the web should be embedded by default

2012-07-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51609

Rainer Bielefeld libreoff...@bielefeldundbuss.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||NOTABUG
 CC||LibreOffice@bielefeldundbus
   ||s.de

--- Comment #1 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-06-30 23:46:57 PDT ---
Of course that would be possible, but if we change the behavior other half of
users will ask to link pictures from Web. 

Some problems with links caused by bugs that should be fixed is no reason to
modify the behavior.

So we will have to fix bugs causing problems with linked contents, but I can't
see any comprehensible reason why we should change the default behavior to
Embed Pictures from Web).

@ale.carrazz...@gmail.com:
Please feel free to reopen this report if you can contribute a comprehensible 
concept with cogent, urgent reasons why embedding Pasted pictures from web
would be the better way.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 48462] PDF as a graphical image

2012-07-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48462

Joel Madero jmad...@usa.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Priority|medium  |low
 Ever Confirmed|0   |1

--- Comment #1 from Joel Madero jmad...@usa.com 2012-06-30 23:52:29 PDT ---
Marked as NEW (CONFIRMED) and set as MEDIUM ENHANCEMENT because I think that it
is useful for a reasonable amount of people but might be hard to implement.
We'll keep it on the list of to do's and hopefully get to it soon. Thanks for
the suggestion

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 48671] EDITING: improving formula editing

2012-07-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48671

Joel Madero jmad...@usa.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever Confirmed|0   |1

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 48782] Allow easily creating a new document through command line

2012-07-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48782

Joel Madero jmad...@usa.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Priority|medium  |lowest
 Ever Confirmed|0   |1

--- Comment #1 from Joel Madero jmad...@usa.com 2012-06-30 23:57:56 PDT ---
I agree that this would be useful and currently is not supported. Marked as
NEW, LOWEST priority ENHANCEMENT. I don't think too many people will benefit
from this but it would be useful if one of the devs can get it done. Thanks for
the suggestion

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 48967] : Request for a Firefox Style Menu Button

2012-07-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48967

Joel Madero jmad...@usa.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever Confirmed|0   |1

--- Comment #1 from Joel Madero jmad...@usa.com 2012-06-30 23:59:58 PDT ---
I'm going to put this as NEEDINFO as I think it needs a much greater expansion
on what you're thinking. If you could provide a mock up (using GIMP or some
other software) that would be incredibly helpful, if not just a really detailed
explanation of what you mean and how you would envision this. I think that a
major UI change is not in the works currently so this may be put as WONTFIX
with a whiteboard comment of some kind so that when/if we start doing a major
change we can check out comments that have suggestions like this one. Thanks

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 49407] FORMATTING: Lack of Font Effects in Draw.

2012-07-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49407

Joel Madero jmad...@usa.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Priority|medium  |high
 Ever Confirmed|0   |1

--- Comment #1 from Joel Madero jmad...@usa.com 2012-07-01 00:03:10 PDT ---
Yeah I think that this should be included and won't be too hard to include.
Marking as NEW and making it HIGH priority as the code is already there, just
needs to be brought into Draw. Furthermore, it would/should be uniform across
all of the software packaged with LO. Thanks for the heads up on this one

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 50907] FILEOPEN FORMATTING pptx some unreadable text at the top of slide

2012-07-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50907

Korrawit Pruegsanusak detective.conan.1...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever Confirmed|0   |1

--- Comment #9 from Korrawit Pruegsanusak detective.conan.1...@gmail.com 
2012-07-01 00:12:41 PDT ---
(In reply to comment #8)
 Confirmed with:

Thanks! Set as NEW.

 Text field with stacked texts present as on screenshot. Field is deletable, 
 but
 LO is quite unresponsive while working with it.

Yes, I confirm this.

Anyway, checking again, I find that this problem is solved in master, but not
in libreoffice-3-6 branch. It is solved between build from tinderbox
W2008R2@16-minimal_build, pull time 2012-06-24 23:37:39 and 2012-06-26
13:20:00.

Commit range is
http://cgit.freedesktop.org/libreoffice/core/log/?qt=rangeq=555a8955c71f28f93b032e8dd2c627ab3e794b02..13b6a02ed34e469faa2530537b1595e7f06459d3

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 50856] Resizing Start Center window sometimes screws up control locations or background

2012-07-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50856

--- Comment #15 from Ivan Timofeev timofeev@gmail.com 2012-07-01 00:43:01 
PDT ---
BTW, I accidentally reproduced similar effect on Ubuntu: in
vcl/source/window/window.cxx, method Window::ImplInit I changed the resize
timer timeout from 50 to 5 in this line:
  mpWindowImpl-mpFrameData-maResizeTimer.SetTimeout( 50 );
and then I got rid of it that effect by removing this call from
ImplHandleResizeTimerHdl:
  mpWindowImpl-mpFrameData-maPaintTimer.GetTimeoutHdl().Call( NULL );

HTH...

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 42977] LIbreoffice bundles rhino and swingExSrc without system switch

2012-07-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42977

Joel Madero jmad...@usa.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED

--- Comment #5 from Joel Madero jmad...@usa.com 2012-07-01 00:44:19 UTC ---
I am closing this bug as it has been resolved according to the last comment and
committed to master. Thanks Tomas for doing this :)

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 50086] : Main menu items hardly visible - too transparent

2012-07-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50086

--- Comment #4 from s-joyemuseq...@vf.uni-konstanz.de 2012-07-01 00:46:05 PDT 
---
It works for me. Tested under Windows Vista 64 with MASTER,
W2008R2@20-With-Symbol-Bytemark-Hosting, pull time 2012-06-29 22:10:28.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 51589] UI: Conditional formatting : new style not displayed by default in styles list

2012-07-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51589

Rainer Bielefeld libreoff...@bielefeldundbuss.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||LibreOffice@bielefeldundbus
   ||s.de
 Ever Confirmed|0   |1

--- Comment #1 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-07-01 00:49:53 PDT ---
IMHO the problem is a more general one Allow creation of new style from
Conditional formatting. Has there been any conclusion that that should be done
by a New Style in the styles pulldwon and not by an extra button?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 50371] CONFIGURATION: JRE 7.x incompatibility not resolved

2012-07-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50371

--- Comment #14 from Hermann Mucke hermannmuck...@gmail.com 2012-07-01 
00:55:18 PDT ---
With several people independently confirming that this is actually a bug (at
least with Win64), may I ask the administrator to make the case appear in the
LibO bug list, and assign it to further processing? We've been at this for over
a month now, resolving it will certainly take much longer, and Java 6 won't get
security updates forever. - Greetings, HM

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 51601] Cannot open xlsx file

2012-07-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51601

--- Comment #2 from Peter Page p...@ppeter98.orangehome.co.uk 2012-07-01 
01:35:20 PDT ---
File attached.  I have blacked out some information and locked the sheets,
otherwise it is unchanged.  You may destroy this file when you are finished
with it.


Peter Page

This e-mail was scanned with Norton Internet Security 


This email was sent on 01 Jul, 2012 at 9:27 AM by Peter Page

-Original Message-
From: bugzilla-dae...@freedesktop.org [mailto:bugzilla-dae...@freedesktop.org] 
Sent: 30 June 2012 22:11
To: p...@ppeter98.orangehome.co.uk
Subject: [Bug 51601] Cannot open xlsx file

https://bugs.freedesktop.org/show_bug.cgi?id=51601

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

   What|Removed |Added

 CC||serval2...@yahoo.fr

--- Comment #1 from Julien Nabet serval2...@yahoo.fr 2012-06-30 14:11:17 PDT
--- Could you attach the file so we can try to reproduce the problem ?

--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: --- You reported the bug.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 51611] New: Macros: Cursor's GotoEndOfWord selects dot

2012-07-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51611

 Bug #: 51611
   Summary: Macros: Cursor's GotoEndOfWord selects dot
Classification: Unclassified
   Product: LibreOffice
   Version: 3.5.4 release
  Platform: Other
OS/Version: All
Status: UNCONFIRMED
 Status Whiteboard: BSA
  Severity: normal
  Priority: medium
 Component: BASIC
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: mini...@poczta.onet.pl


Problem description: 
Function GotoEndOfWord selects dot after the word.
Please try following macro:
#v+
Sub Main
Dim sText As String
xDoc=ThisComponent
oText=xDoc.Text
xSelection = xDoc.CurrentController.getSelection
xRange=xSelection(0)
xCursor=xRange.getText.createTextCursorByRange(xRange)
xCursor.gotoStartOfWord(False)
xCursor.GotoEndOfWord(True)
sText=xCursor.GetString()
msgbox(sText: + sText)
End Sub
#v-

When cursor is in word that ends with dot, dot is treated as part of word and
displayed. I have also checked other characters:
, : ; | „ ”  ` ' ] ) -
every one of these is not treated as part of the word by above macro.

Dot is NOT selected when I double-click in middle of the word.

This may or may not be related to #49629

Expected behavior:
Dot is definitely not part of word, so it should not be treated as such.

Platform (if different from the browser): 
Browser: Opera/9.80 (X11; Linux x86_64; U; pl) Presto/2.10.289 Version/12.00
OS: Debian wheezy (testing) amd64
LO: 3.5.4 from Debian repo

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 36635] WMV/WMA missing in All movie and sound files filter of insert movie and sound command

2012-07-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36635

Gerry gerry.trep...@googlemail.com changed:

   What|Removed |Added

 OS/Version|Windows (All)   |All
   Severity|minor   |normal

--- Comment #3 from Gerry gerry.trep...@googlemail.com 2012-07-01 01:44:11 
PDT ---
I absolutely second this request and it should be *very easy to fix*. 

Until I saw this bug report, I thought that WMV is not a recognized video
format by LibreOffice at all! But in fact, it is just the file extensions
missing in the dialog. Please add the file extensions .wmv and .wma to the
import dialog. 

I suggest this bug as one for the EasyHack list. Please add it.



P.S. I changed importance back to normal and changed the OS to ALL, since I
could reproduce it on Ubuntu 11.10.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 51612] New: EDITING: it is impossible to remove (yellow) hihglighting

2012-07-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51612

 Bug #: 51612
   Summary: EDITING: it is impossible to remove (yellow)
hihglighting
Classification: Unclassified
   Product: LibreOffice
   Version: 3.5.3 release
  Platform: Other
OS/Version: All
Status: UNCONFIRMED
 Status Whiteboard: BSA
  Severity: normal
  Priority: medium
 Component: Writer
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: tuge...@gmail.com


Problem description: 

Steps to reproduce:
1. insert a text
2. make a word active by mouse
3. klick on highlighting button
4. save


Current behavior:when it is necessary to remove highlighting (make a background
white), there are no controls to remove highlighting. The button only
highlights.

Expected behavior: any possibility to remove highlighting and make the
background white.

Platform (if different from the browser): linuxmint 13 maya mate

Browser: Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:13.0) Gecko/20100101
Firefox/13.0.1

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 51612] EDITING: it is impossible to remove (yellow) hihglighting

2012-07-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51612

Rainer Bielefeld libreoff...@bielefeldundbuss.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||INVALID
 CC||LibreOffice@bielefeldundbus
   ||s.de

--- Comment #1 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-07-01 02:36:41 PDT ---
Of course it ie possible to remove highlighting color by Toolbar Icon
'Highlighting - no filling'

User Error or may be DUP of Bug 42029 - can't access pickers with smaller LO
window? INVALID for now

@reporter:
Please feel free to reopen this bug if you find out that the problem still
exists with the current stable LibreOffice version and if you can contribute
additional complete and detailed information due to
http://wiki.documentfoundation.org/BugReport (especially BugReport Details)!

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 51601] Cannot open xlsx file

2012-07-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51601

Jean-Baptiste Faure jbf.fa...@orange.fr changed:

   What|Removed |Added

 CC||jbf.fa...@orange.fr

--- Comment #3 from Jean-Baptiste Faure jbf.fa...@orange.fr 2012-07-01 
02:50:26 PDT ---
I do not reproduce with LO version 3.6.0.0.beta2+ (Build ID: 86869de) under
Ubuntu 11.10 x86_64 with gnome-shell.
Open fine (but it take a longer time than LO 3.6) with LibreOffice 3.5.4.2 
Version ID : 165a79a-7059095-e13bb37-fef39a4-9503d18

But crash with LO 3.5.5.2 (Version ID :
24b32b4-b87ec2e-85c8e98-87a4e20-9a1b8c1)

Best regards. JBF

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 51613] New: FILESAVE: Saving Mean Value Lines in XLS/X format not possible

2012-07-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51613

 Bug #: 51613
   Summary: FILESAVE: Saving Mean Value Lines in XLS/X format not
possible
Classification: Unclassified
   Product: LibreOffice
   Version: 3.5.4 release
  Platform: Other
OS/Version: All
Status: UNCONFIRMED
 Status Whiteboard: BSA
  Severity: normal
  Priority: medium
 Component: Spreadsheet
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: cms.schuerm...@gmx.de


Problem description: 
Mean Value Lines within a chart is not visible after reopen a file in xls/x
file format. In odt file format it is OK.

Steps to reproduce:
1. Creat a chart with a Mean Value Line
2. Save file in xls or xlsx file format
3. close LibreOffice
4. open file again
5. Mean Value Line is not visible (i.e. it is lost)

Current behavior:
Mean Value Line is not visible (i.e. it is lost) within a chart after reopen
a file in xls or xlsx file format.

Expected behavior:
Mean Value Line should be visible within a chart after reopen a file in xls
or xlsx file format. 
Trend Line in xls or xlsx files are OK.
Mean Value Lines in odt files are OK.

Platform (if different from the browser): 

Browser: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20100101
Firefox/13.0.1

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 50943] Opening large spreadsheet and making any changes extremely slow

2012-07-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50943

Rainer Bielefeld libreoff...@bielefeldundbuss.de changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution||INVALID

--- Comment #4 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-07-01 03:53:17 PDT ---
Closing Bug due to reporter's inactivity as INVALID.

@reporter:
Please feel free to reopen this bug if you find out that the problem still
exists with the current stable LibreOffice version and if you can contribute
requested additional information due to
http://wiki.documentfoundation.org/BugReport (especially BugReport Details)!

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 51614] New: All conditional formating disappeard

2012-07-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51614

 Bug #: 51614
   Summary: All conditional formating disappeard
Classification: Unclassified
   Product: LibreOffice
   Version: 3.6.0.0.beta2
  Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: UNCONFIRMED
  Severity: normal
  Priority: medium
 Component: Spreadsheet
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: bunty.surc...@gmail.com


Created attachment 63661
  -- https://bugs.freedesktop.org/attachment.cgi?id=63661
File I've been working in

Hello,

I noticed another bug concerning CALC. After a research I found this:

Bug 45294 - FILEOPEN: Calc removed all the formulas inside my xlsx file

Yet, even if it seems to be likefull, the bug I have, concern ods extension
files also. I was working with a file (see attachement), and I finally noticed
that every of all my conditional formatings are gone. Even worse, the
conditional formating popul window does not show any field to make a
conditional formating. When the ADD button is pressed, a field appeard, but
when pressed sevaral times, the former fields are affected (see attached file)

Sorry if ever this is a duplicate. Otherwise, hope that this will help.

Bunty

UBUNTU 12.04 LTS 64 Bits
GNOME 3.4.0
LibO 3.6.0 Beta 2 - Libreoffice 3.5.4.2

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 36824] The use of function in a view prevents the database connection

2012-07-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36824

--- Comment #11 from pierre-yves samyn pierre-yves.sa...@laposte.net 
2012-07-01 04:07:07 PDT ---
Hello

Still occurs with Windows 7 64bits  LibO Version 3.6.0.0.beta2 (Build ID:
f010139)

Regards
Pierre-Yves

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 51384] Search in help crashes LibreOffice

2012-07-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51384

Korrawit Pruegsanusak detective.conan.1...@gmail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||detective.conan.1412@gmail.
   ||com
 Ever Confirmed|0   |1

--- Comment #1 from Korrawit Pruegsanusak detective.conan.1...@gmail.com 
2012-07-01 04:07:11 PDT ---
More info please :-)
such as LibO version, OS and version, detailed steps to reproduce, etc.

[NOT REPRODUCIBLE] with master daily build 3.7.0.0.alpha0+, Build ID: ff27d84,
tinderbox Linux-Fedora15-x86_64@4-gcc-4.6-dbgutil, pull time 2012-06-25
23:42:59, on Fedora 15 x86_64 with English LOCALHELP installed.

1. open Start Center
2. press F1, localhelp appear
3. select tab Find
4. typing search without quotes, Enter
5. result appears and browse-able

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 51614] All conditional formating disappeard

2012-07-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51614

--- Comment #1 from SURCOUF bunty.surc...@gmail.com 2012-07-01 04:09:08 UTC 
---
Created attachment 63662
  -- https://bugs.freedesktop.org/attachment.cgi?id=63662
File illustrating the bug

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 51615] New: EDITING: replace doesn't lead to next match

2012-07-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51615

 Bug #: 51615
   Summary: EDITING: replace doesn't lead to next match
Classification: Unclassified
   Product: LibreOffice
   Version: 3.5.4 release
  Platform: Other
OS/Version: All
Status: UNCONFIRMED
 Status Whiteboard: BSA
  Severity: normal
  Priority: medium
 Component: Spreadsheet
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: centmillediables2-libreoff...@yahoo.fr


Problem description: 
In a search and replace session, I click on Search. It founds first match.
Right. Then I click on Replace. It replaces well. But it doesn't lead
automatically to next match. So I had to click on Search, Replace, Search,
Replace, and so on, instead of clicking only on Replace.

Steps to reproduce:
1. 
2. 
3. 

Current behavior:

Expected behavior:

Platform (if different from the browser): 

Browser: Mozilla/5.0 (Windows NT 5.1; rv:13.0) Gecko/20100101 Firefox/13.0.1

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 51614] All conditional formating disappeard

2012-07-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51614

vitriol vitriol_vitr...@katamail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever Confirmed|0   |1

--- Comment #2 from vitriol vitriol_vitr...@katamail.com 2012-07-01 04:15:34 
PDT ---
Duplicate of Bug 51555?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 50907] FILEOPEN FORMATTING pptx some unreadable text at the top of slide

2012-07-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50907

--- Comment #10 from Korrawit Pruegsanusak detective.conan.1...@gmail.com 
2012-07-01 04:20:26 PDT ---
Checking on Fedora 15 x86_64 with build from tinderbox
Linux-Fedora15-x86_64@4-gcc-4.6-dbgutil; the problem is solved between pull
time 2012-06-24 22:37:03 (d4e2a95a2f7376c36c1241f91a55021fc856c758) and
2012-06-25 23:42:59 (ff27d84e08951660edb77938db6ee7dbf806f4f8).

Intersecting with range in comment 9, we get
http://cgit.freedesktop.org/libreoffice/core/log/?qt=rangeq=555a8955c71f28f93b032e8dd2c627ab3e794b02..ff27d84e08951660edb77938db6ee7dbf806f4f8

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 46717] UI: Unable to move a sheet after moving/copying from another spreadsheet

2012-07-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46717

pierre-yves samyn pierre-yves.sa...@laposte.net changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||FIXED

--- Comment #1 from pierre-yves samyn pierre-yves.sa...@laposte.net 
2012-07-01 04:28:04 PDT ---
No longer occurs in version 3.5.4 or 3.6

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 38643] UI:AutoInput stops proposing after 1 letter if input starts with +

2012-07-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38643

--- Comment #3 from pierre-yves samyn pierre-yves.sa...@laposte.net 
2012-07-01 04:32:02 PDT ---
Still persists with Version 3.6.0.0.beta2 (Build ID: f010139)

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 51606] : Print preview crash

2012-07-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51606

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 2012-07-01 04:35:07 PDT 
---
It could be a problem with lo-menubar package (see
https://bugs.freedesktop.org/show_bug.cgi?id=37762)
Could you check if it's installed ? if yes, uninstall it and try again.

If you still reproduce the problem, could you try with a brand new LO profile ?
(see http://wiki.documentfoundation.org/UserProfile)

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 51614] All conditional formating disappeard

2012-07-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51614

Jean-Baptiste Faure jbf.fa...@orange.fr changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution||DUPLICATE
 CC||jbf.fa...@orange.fr

--- Comment #3 from Jean-Baptiste Faure jbf.fa...@orange.fr 2012-07-01 
05:23:36 PDT ---
(In reply to comment #2)
 Duplicate of Bug 51555?

I guess it is a duplicate of bug 51507 which has been fixed yesterday. With the
fix of this bug conditional formatting of type formula is are there.

@surcouf : it seems you can read French, so please have a look at this
discussion on fr-discuss mailing list :
http://nabble.documentfoundation.org/3-6-0-0-beta2-Formatage-conditionnel-dans-Calc-tp3992588.html

Please test again when beta3 will be out next week.

Best regards. JBF

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

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 50751] database crashes

2012-07-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50751

--- Comment #8 from Julien Nabet serval2...@yahoo.fr 2012-07-01 05:26:35 PDT 
---
I found a command which may help (make a backup of your file first).
Tools menu, SQL, then execute this command :
SHUTDOWN COMPACT

In brief, it cleans up the database.

(see http://hsqldb.org/doc/1.8/guide/ch09.html#shutdown-section for more
information)

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 51614] All conditional formating disappeard

2012-07-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51614

--- Comment #4 from SURCOUF bunty.surc...@gmail.com 2012-07-01 05:44:46 UTC 
---
(In reply to comment #3)
 (In reply to comment #2)
  Duplicate of Bug 51555?
 
 I guess it is a duplicate of bug 51507 which has been fixed yesterday. With 
 the
 fix of this bug conditional formatting of type formula is are there.
 
 @surcouf : it seems you can read French, so please have a look at this
 discussion on fr-discuss mailing list :
 http://nabble.documentfoundation.org/3-6-0-0-beta2-Formatage-conditionnel-dans-Calc-tp3992588.html
 
 Please test again when beta3 will be out next week.
 
 Best regards. JBF
 
 *** This bug has been marked as a duplicate of bug 51507 ***

Thanks for the deatils. I took a glance to the link you proposed. It's indeed
the same bug. Sorry for the duplicate.

I'll wait for the beta 3 version to see.

Good day

Bunty

UBUNTU 12.04 LTS 64 Bits
GNOME 3.4.0
LibO 3.6.0 Beta 2 - Libreoffice 3.5.4.2

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 50751] database crashes

2012-07-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50751

--- Comment #9 from Julien Nabet serval2...@yahoo.fr 2012-07-01 05:49:32 PDT 
---
I forgot to add that you must close then reopen the file after having this.
You can also try CHECKPOINT DEFRAG.

I read the docs but don't know if SHUTDOWN COMPACT includes in a way what
does CHECKPOINT DEFRAG.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 48967] : Request for a Firefox Style Menu Button

2012-07-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48967

--- Comment #2 from Patrick Gillespie vtp...@myfairpoint.net 2012-07-01 
05:55:48 PDT ---
Created attachment 63665
  -- https://bugs.freedesktop.org/attachment.cgi?id=63665
Mock Up of Firefox Button for Libre Office

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 48967] : Request for a Firefox Style Menu Button

2012-07-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=48967

--- Comment #3 from Patrick Gillespie vtp...@myfairpoint.net 2012-07-01 
05:58:22 UTC ---
I'm no graphic artist.

The mock up shows my butt-ugly Firefox Button on the top left. This would
eliminate the menu bar and give users a little extra precious space. If the
devs were to take this seriously, then a nicer button could be designed.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 51512] Calc ODF import of column width broken

2012-07-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51512

Rainer Bielefeld libreoff...@bielefeldundbuss.de changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE

--- Comment #2 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-07-01 06:00:18 PDT ---
No objections, so DUP

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

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 51446] FILEOPEN: All columns have the same default width 22, 58mm

2012-07-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51446

Rainer Bielefeld libreoff...@bielefeldundbuss.de changed:

   What|Removed |Added

 CC||mst...@redhat.com

--- Comment #1 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-07-01 06:00:18 PDT ---
*** Bug 51512 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 46056] FILESAVE: Import/saving problem

2012-07-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46056

Kristinn kristinn...@netscape.net changed:

   What|Removed |Added

   Platform|Other   |PowerPC
 OS/Version|All |Mac OS X (All)
   Severity|normal  |critical
   Priority|medium  |highest
 CC||kristinn...@netscape.net
Version|3.4.4 release   |3.5.4 release

--- Comment #2 from Kristinn kristinn...@netscape.net 2012-07-01 06:35:28 PDT 
---
Bookmarks are not saved.   When they ar inserted all works well,  hyperlinks
jump to it, but when the file is saved and closed, all bookmarks in the file
are lost when the file is reopened.
This happens only in the PPC  (macinthos) version, not in intel version.

This bug is in all version of Libreoffice for PPC

Best regards
Mr. Kristinn Sigurjonsson
Baughusum 46
IS-112
Reykjavik
Iceland

kristinn...@netscape.net   andkristinn...@orkumidlun.is

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 46056] FILESAVE: Import/saving problem

2012-07-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46056

--- Comment #3 from Kristinn kristinn...@netscape.net 2012-07-01 06:37:07 UTC 
---
Bookmarks are not saved.   When they ar inserted all works well,  hyperlinks
jump to it, but when the file is saved and closed, all bookmarks in the file
are lost when the file is reopened.
This happens only in the PPC  (macinthos) version, not in intel version.

This bug is in all version of Libreoffice for PPC

Best regards
Mr. Kristinn Sigurjonsson
Baughusum 46
IS-112
Reykjavik
Iceland

kristinn...@netscape.net   andkristinn...@orkumidlun.is

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 50869] MS-Word doc in Writer: missing table data, misplaced objects, 3 pages instead of 2.

2012-07-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50869

John Smith lbalba...@gmail.com changed:

   What|Removed |Added

Summary|MS-Word 2003 doc: missing   |MS-Word doc in Writer:
   |table data, misplaced   |missing table data,
   |objects, 3 pages instead of |misplaced objects, 3 pages
   |2.  |instead of 2.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 38377] Copy paste objects with connectors: connectors are not connected any more

2012-07-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38377

Rainer Bielefeld libreoff...@bielefeldundbuss.de changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution||WORKSFORME
 CC||LibreOffice@bielefeldundbus
   ||s.de

--- Comment #4 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-07-01 06:43:45 PDT ---
NOT Reproducible with LibreOffice 3.4.1 RC1 - WIN7  Home Premium (64bit)
German UI [OOO340m1 (Build:201)] 

NOT Reproducible with LibreOffice  3.5.5.2.  German UI/Locale [Build-ID:
24b32b4-b87ec2e-85c8e98-87a4e20-9a1b8c1] on German WIN7 Home Premium (64bit) 

So CLOSED

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 51615] EDITING: replace doesn't lead to next match

2012-07-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51615

Jean-Baptiste Faure jbf.fa...@orange.fr changed:

   What|Removed |Added

 CC||jbf.fa...@orange.fr

--- Comment #1 from Jean-Baptiste Faure jbf.fa...@orange.fr 2012-07-01 
07:27:28 UTC ---
Yes it doesn't go automatically to the next match, but clicking Replace
button does what you want : search next match, select the matching cell and
replace the matching string.

I suggest to close this bug report as WorksForMe.

Best regards. JBF

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 51586] Calc UI: Conditional formatting dialog broken in LO 3.6.0 Beta2

2012-07-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51586

Jean-Baptiste Faure jbf.fa...@orange.fr changed:

   What|Removed |Added

 CC||jbf.fa...@orange.fr

--- Comment #2 from Jean-Baptiste Faure jbf.fa...@orange.fr 2012-07-01 
07:56:39 UTC ---
Yes there is several problems with this new dialog. It is a work in progress,
at least until beta-3.
But, please be more specific : add detail on what is broken from your point of
view.

Best regards. JBF

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 51618] New: : Copy path of open fil eto the clipboard

2012-07-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51618

 Bug #: 51618
   Summary: : Copy path of open fil eto the clipboard
Classification: Unclassified
   Product: LibreOffice
   Version: 3.5.2 release
  Platform: Other
OS/Version: All
Status: UNCONFIRMED
 Status Whiteboard: BSA
  Severity: normal
  Priority: medium
 Component: Libreoffice
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: dov.grobg...@gmail.com


Problem description: 

It is currently difficult to open a file in the same directory as the file
currently opened. The open command does not default to the directory of the
last file opened (at least not when using the recent files dialog), but to the
document default directory. In order to facilitate the opening of a file in the
same directory, I suggest the following enhancement.

When viewing File/Recent Documents, make right-clicking on the document name
open a popup menu that contain the field copy path to clip-board that will
copy the full file path to the clipboard.

It will then be possible to do File/Open, followed by paste, and then manually
erasing of the filename to open the directory of the copied file.

But any other method providing the same functionality would be very much
appreciated.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 51564] font color

2012-07-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51564

--- Comment #2 from anhl...@gmail.com 2012-07-01 08:12:37 PDT ---
thanks

On Sun, Jul 1, 2012 at 12:33 AM, bugzilla-dae...@freedesktop.org wrote:

 https://bugs.freedesktop.org/show_bug.cgi?id=51564

 Urmas davian...@gmail.com changed:

What|Removed |Added

 
  Status|NEW |RESOLVED
  Resolution||INVALID

 --- Comment #1 from Urmas davian...@gmail.com 2012-06-30 22:33:00 PDT
 ---
 You mean Character/Font Effects/Font Color?

 Also, it is not a helpdesk.

 --
 Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
 --- You are receiving this mail because: ---
 You reported the bug.


-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 46099] Missing Search and Replace shortcut

2012-07-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46099

Rainer Bielefeld libreoff...@bielefeldundbuss.de changed:

   What|Removed |Added

 OS/Version|Mac OS X (All)  |All
   Severity|normal  |major
 CC||LibreOffice@bielefeldundbus
   ||s.de, tima...@gmail.com

--- Comment #1 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-07-01 08:13:41 PDT ---
This seems to be broken in more or less all OS and languages. 

@András:
Any Idea how we can get a quick solution?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 37361] LibreOffice 3.5 most annoying bugs

2012-07-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361

Rainer Bielefeld libreoff...@bielefeldundbuss.de changed:

   What|Removed |Added

 Depends on||46099

--- Comment #337 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-07-01 08:16:23 PDT ---
Add Bug 46099 - Missing Search and Replace shortcut: If you use LibO for WORK
that's worse than plague

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.
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 46099] Missing Search and Replace shortcut

2012-07-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46099

Rainer Bielefeld libreoff...@bielefeldundbuss.de changed:

   What|Removed |Added

 Blocks||37361

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 50445] wrong shortcut for search and replace

2012-07-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50445

Rainer Bielefeld libreoff...@bielefeldundbuss.de changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||DUPLICATE
   Severity|normal  |major
 CC||LibreOffice@bielefeldundbus
   ||s.de
Summary|wrong shortcut for search   |wrong shortcut for search
   |and replace?|and replace

--- Comment #1 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-07-01 08:17:47 UTC ---
More or less [Reproducible] with LibreOffice  3.5.5.2  English UI/ German
Locale  [Build-ID: 24b32b4-b87ec2e-85c8e98-87a4e20-9a1b8c1] on German WIN7 Home
Premium (64bit). Help -General Shortcut Keys in LibreOffice recommends
control+f for find+replace, but that is not true. 

Known problem from Bug 46099 - Missing Search and Replace shortcut

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

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 46099] Missing Search and Replace shortcut

2012-07-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46099

Rainer Bielefeld libreoff...@bielefeldundbuss.de changed:

   What|Removed |Added

 CC||armin.pom...@gmail.com

--- Comment #2 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-07-01 08:17:47 UTC ---
*** Bug 50445 has been marked as a duplicate of this bug. ***

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 46099] Missing Search and Replace shortcut

2012-07-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46099

Rainer Bielefeld libreoff...@bielefeldundbuss.de changed:

   What|Removed |Added

  Component|Libreoffice |Localization

--- Comment #3 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-07-01 08:18:28 UTC ---
I see this as a localization issue, correct?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 51619] New: : [CRASH] Query parameter must be entered twice in reports, and CRASH

2012-07-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51619

 Bug #: 51619
   Summary: : [CRASH] Query parameter must be entered twice in
reports, and CRASH
Classification: Unclassified
   Product: LibreOffice
   Version: 3.5.5.2 RC
  Platform: Other
OS/Version: All
Status: UNCONFIRMED
 Status Whiteboard: BSA
  Severity: normal
  Priority: medium
 Component: Database
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: renatoyam...@gmail.com


Created attachment 63667
  -- https://bugs.freedesktop.org/attachment.cgi?id=63667
File to reproduce this bug report

Problem description: 

Query is working fine:
SELECT * FROM Clients WHERE Cidade = ?

BUT, when I click on a REPORT to do this QUERY, the BASE ask me TWICE on input
field and LibreOffice CRASH.

Steps to reproduce:
1. Open the document attached
2. Try use the QUERY (e.g. when input field ask you about a city name, type
New York)
3. Now, try open the REPORT... Base will ask you about a city name TWICE and
will CRASH!

Maybe is something similar to this old bug report:
https://issues.apache.org/ooo/show_bug.cgi?id=106526

Platform (if different from the browser): 
Linux Kubuntu 12.04

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 46137] UI: no assignable shortcuts for buttons in the Find Replace pane

2012-07-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=46137

Rainer Bielefeld libreoff...@bielefeldundbuss.de changed:

   What|Removed |Added

   Severity|normal  |enhancement
 CC||LibreOffice@bielefeldundbus
   ||s.de

--- Comment #3 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-07-01 08:19:55 PDT ---
Due to Comment 2

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 51619] : [CRASH] Query parameter must be entered twice in reports, and CRASH

2012-07-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51619

Renato S. Yamane renatoyam...@gmail.com changed:

   What|Removed |Added

   Platform|Other   |x86-64 (AMD64)
 OS/Version|All |Linux (All)

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 51620] New: Toolbars aspect not consistent

2012-07-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51620

 Bug #: 51620
   Summary: Toolbars aspect not consistent
Classification: Unclassified
   Product: LibreOffice
   Version: 3.6.0.0.beta2
  Platform: Other
OS/Version: Windows (All)
Status: NEW
  Severity: normal
  Priority: medium
 Component: UI
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: vitriol_vitr...@katamail.com


Version: 3.6 beta
SO: Win7

Under Win7 the new toolbars aspect is not consistent. If the toolbar is
floating or anchored at bottom or side, is displayed with the old look, not
with the new one.
Bottom is the default position for many contextual toolbars.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 51384] Search in help crashes LibreOffice

2012-07-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51384

--- Comment #2 from Leif Lodahl leiflod...@gmail.com 2012-07-01 08:29:33 UTC 
---
Sorry,
UBUNTU 12.04 and LibO 3.6.0.0beta2 build ID:f010139
Danish help installed
US English help not installed

I will try to install English help but I'm on vacation now so it might be in
couple of days from now.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 51581] copying formula with relation changes to absolute relation

2012-07-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51581

Jean-Baptiste Faure jbf.fa...@orange.fr changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||jbf.fa...@orange.fr
 Ever Confirmed|0   |1

--- Comment #1 from Jean-Baptiste Faure jbf.fa...@orange.fr 2012-07-01 
08:30:46 PDT ---
I do not reproduce the problem with LO 3.5.5.2, LO 3.5.6.0+ nor LO 3.6.0.0.
under Ubuntu 11.10 x86-64.

Please could you attach a file (anonymized) showing the problem ?

Best regards. JBF

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 51621] New: CONFIGURATION: Cross-platform issue with Master Document sections

2012-07-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51621

 Bug #: 51621
   Summary: CONFIGURATION: Cross-platform issue with Master
Document sections
Classification: Unclassified
   Product: LibreOffice
   Version: 3.5.4 release
  Platform: Other
OS/Version: All
Status: UNCONFIRMED
 Status Whiteboard: BSA
  Severity: normal
  Priority: medium
 Component: Writer
AssignedTo: libreoffice-bugs@lists.freedesktop.org
ReportedBy: jmei...@worldimpact.org


Problem description: When creating a Master Document with sections included
from other files within a directory structure, those files are linked according
to

Steps to reproduce:
1. Create Master Document on Windows platform
2. Insert Section linked to a local file (specifically mounted network drive
directory)
3. Save Document within the directory structure as linked sections, although in
different folder
4. Reopen on Mac or Linux platform

Current behavior: Linking address conflicts and sections do not update

Expected behavior: Linked sections maintain ability to update in a full-cross
platform way

Platform (if different from the browser): 

Browser: Mozilla/5.0 (Windows NT 6.2) AppleWebKit/536.11 (KHTML, like Gecko)
Chrome/20.0.1132.43 Safari/536.11

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 51615] EDITING: Replace button in Find Replace Dialog does not searche for the next occurrence

2012-07-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51615

Rainer Bielefeld libreoff...@bielefeldundbuss.de changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||LibreOffice@bielefeldundbus
   ||s.de
 Ever Confirmed|0   |1
Summary|EDITING: replace doesn't|EDITING: Replace button in
   |lead to next match  |Find  Replace Dialog does
   ||not searche for the next
   ||occurrence
Version|3.5.4 release   |3.3.0 Beta2

--- Comment #2 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-07-01 08:47:50 PDT ---
NOT  with LibreOffice  3.5.5.2.  German UI/Locale [Build-ID:
24b32b4-b87ec2e-85c8e98-87a4e20-9a1b8c1] on German WIN7 Home Premium (64bit)
for WRITER. 

Help tells for  Replace Replaces the selected text or format that you
searched for, and then searches for the next occurrence so the observed
behavior seems wrong.

In Calc we have to distinguish 
a) multiple hits in a sheet 
b) multiple hits in a cell

For 'b' all works as expected.
For 'a' behavior I observe is unexpected for me. Please try in my attached
sample to replace is by was:

0. Open Document, single click to A1 so that cell cursor marks A1
1. control+h for 'Find  Replace' (BTW: Help recommends control+f)
2. type is into 'Find' pane and was into 'Replace with' pant
3. Find
   A2 will be selected
4. Replace
   As Expected: In A2 is will be replaced by was
   Unexpected(?): no jump next hit 
5. Replace
   Expected: ?
   Actual: Jumps to next hit and replaces

I think that that is not a good idea. This behavior is inherited from OOo.

At least HELP has to be completed for CALC, and IMHO the current behavior can
be improved.

As a first step I will ask on ux-advise

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 51615] EDITING: Replace button in Find Replace Dialog does not searche for the next occurrence

2012-07-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51615

--- Comment #3 from Rainer Bielefeld libreoff...@bielefeldundbuss.de 
2012-07-01 08:51:20 PDT ---
Created attachment 63668
  -- https://bugs.freedesktop.org/attachment.cgi?id=63668
Sample Document

See Comment 2

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 51576] Please allow to search for paragraph break regular expression in FindReplace dialog

2012-07-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51576

Jean-Baptiste Faure jbf.fa...@orange.fr changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||jbf.fa...@orange.fr
 Ever Confirmed|0   |1

--- Comment #1 from Jean-Baptiste Faure jbf.fa...@orange.fr 2012-07-01 
08:52:36 PDT ---
Have you tried to do what altsearch extension does ? For me it works as
expected if I search $ with regulars expressions checked.

Tested with LO 3.5.5 RC2, LO 3.5.6.0+ and LO 3.6.0.0 beta2+ under Ubuntu 11.10
x86-64.

Best regards. JBF

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 51615] EDITING: Replace button in Find Replace Dialog does not search for the next occurrence

2012-07-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51615

Rainer Bielefeld libreoff...@bielefeldundbuss.de changed:

   What|Removed |Added

   Severity|normal  |minor
Summary|EDITING: Replace button in  |EDITING: Replace button in
   |Find  Replace Dialog does  |Find  Replace Dialog does
   |not searche for the next|not search for the next
   |occurrence  |occurrence

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 51578] Smothed curve option should be different for every data set in Chart

2012-07-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51578

Jean-Baptiste Faure jbf.fa...@orange.fr changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
   Severity|normal  |enhancement
 CC||jbf.fa...@orange.fr
 Ever Confirmed|0   |1

--- Comment #1 from Jean-Baptiste Faure jbf.fa...@orange.fr 2012-07-01 
09:00:08 PDT ---
Indeed, but not a default (LO works as designed) but an enhancement.

Thank you for the report.
Best regards. JBF

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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 50371] CONFIGURATION: JRE 7.x incompatibility not resolved

2012-07-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50371

--- Comment #15 from V Stuart Foote vstuart.fo...@utsa.edu 2012-07-01 
09:00:55 PDT ---
Actually the problem is not with LibreOffice, but rather the configuration of
Oracle Java on your Windows system.

Oracle's installers are not very fastidious about cleaning up prior releases of
Java. Also they copy the last installed Java executables into the
Windows\System32 directory rather than correctly establishing a system
JAVA_HOME environment variable to direct to the program. And they establish
Windows registry keys that are not fully removed during uninstallation.

LibreOffice can not include a dedicated Java Runtime Environment package due to
licensing issues, so it is dependent on what YOU provide in your Windows
system. If your system is misconfigured--it is NOT a LibreOffice bug.

LibreOffice does correctly function with a Java JRE 1.7 build.  If you want to
run with an Oracle Java 1.7 JRE, and you should, you have to fix your JRE
installation Windows. A LO enhancement to try to fix Oracle's mess of JRE
instllation on Windows would be helpful, but that is not the present capability
and the responsibility lies with us as users of these two software packages to
accomodate.

As a general rule in Windows OS maintain only one JRE, either a 1.6 or a 1.7
release, but not both! Also, LibreOffice is a 32-bit program--if on a 64-bit
Windows system, be sure to provide a 32-bit JRE.

Fortunately you can leave the LibreOffice 3.5.x installation intact, with minor
configuration changes. And to get things running most work is with the JRE:

First, fully remove the Java JRE 1.6 (and JRE 1.7) including manual editing of
the Registry and some clean up of the file system. 

(1) Run the Windows Add/Remove programs as Administrator and uninstall ALL
Sun/Oracle Java components. You'll probably want to remove/reinstall any 3rd
Party Java applets as they will have configurations pointing to old
installation, the Java Access Bridge as an example.

(2) Open a command window Run as Administrator and run
regedit.exe--navigate to the Key
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\JavaSoft (for 64-bit Windows) and
HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft (for both 32-bit AND 64-bit Windows) and
delete it.  And while still in registry editor, also delete the JreMetrics
Keys.

(3) Also delete the JavaSoft keys for each user account
HKEY_CURRENT_USER\Software\JavaSoft, starting with the Administrator account.
And then from a new regedit.exe session for each user

(4) Use Windows Explorer and navigate to the C:\Program Files\Java folder.
Delete jre6. Delete jre7.  And, if on 64-bit Windows, navigate to C:\Program
Files (x86)\Java. Delete jre6. Delete jre7.

(5) Check in the C:\Windows\System32 folder for java.exe, javaw.exe,
javaws.exe--running the uninstallers should have removed them but if still
present delete.

(6) All Java should be off the Windows sytem at this point. Search the registry
for Java, and the Windows file system for java.exe if you'd like to be certain.

(7) Reboot!

Now locate and download for installation the Windows Offline Oracle JRE 1.7
installers. 32-bit (and 64-bit if applicable). Use this Oracle provided link: 
http://www.java.com/en/download/manual.jsp

(1) if on 64-bit windows, run the 64-bit JRE 1.7u5 installer.

(2) run the 32-bit JRE 1.7u5 installer.

(3) the 32-bit install should have placed 32-bit versions of Java into the
C:\Windows\System32 folder. But it could also end up being the 64-bit version
on 64-bit windows.  So you need to force use of the 32-bit Java. Delete the
java.exe, javaw.exe, javaws.exe from the system32 folder--they are just copies
and you'll be establishing a location for them on the Path variable.

(4) Create a system environment variable JAVA_HOME (by Java programming
convention). Done either from Computer -- Properties -- Advanced system
settings -- Environment Variables, in the System variables portion of the
panel.  Or set directly in the registry in the
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment
key. Assign the path to the 32-bit Java installation to the JAVA_HOME variable,
e.g. C:\Program Files (x86)\Java\jre7.  Mind the spaces.

(5) from the Advanced system settings, or the Environment key in the registry
edit the PATH variable to insert the value %JAVA_HOME%\bin;--after the
%SystemRoot% entries.  Note: setting the JAVA_HOME variable does nothing by
itself--it is the addition of JAVA_HOME\bin in the Path variable that is doing
the correction.

(6) verify that the correct JRE will run by entering on the start menu or from
command window '%JAVA_HOME%\bin\java.exe -version'

Now clear the LibreOffice configruation file for Java and allow it to be
rebuilt.

(1) In each user account
C:\Users\userName\AppData\Roaming\LibreOffice\3\User\Config there will be a
configuration file javasettings_Windows_x86.xml simply delete it. It will be
rebuilt with now correct Java Runtime Environment settings.  Adjust 

[Libreoffice-bugs] [Bug 51566] RFE: Full-screen mode in Draw

2012-07-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51566

Jean-Baptiste Faure jbf.fa...@orange.fr changed:

   What|Removed |Added

   Platform|Other   |All
 Status|UNCONFIRMED |NEW
   Severity|normal  |enhancement
 CC||jbf.fa...@orange.fr
 Ever Confirmed|0   |1

--- Comment #1 from Jean-Baptiste Faure jbf.fa...@orange.fr 2012-07-01 
09:03:07 PDT ---
Set to enhancement.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- 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   >