Re: [libreoffice-l10n] [ANN] LibreOffice 4.0.0 Beta2 available

2013-01-13 Thread Serg Bormant
Hi Stephan,

thanks for your answer
 FYI, mention of GnomeVFSContentProvider would also need to be removed from
 the
 /org.openoffice.ucb.Configuration/ContentProviders/Local/SecondaryKeys/Office/ProviderData
 configuration list in the LO installation's share/registry/main.xcd.

but as I can see, main.xcd contains zero mentions of GnomeVFSContentProvider:
$ grep -ci GnomeVFSContentProvider share/registry/main.xcd
0

It still contains these mentions of ContentProvider:
$ sed s,,\n,g share/registry/main.xcd | grep -in ContentProvider
7073:group oor:name=ContentProviderData
7078:group oor:name=ContentProvidersDataSecondaryKeys
7079:set oor:name=ProviderData oor:node-type=ContentProviderData/
7081:group oor:name=ContentProvidersDataPrimaryKeys
7082:set oor:name=SecondaryKeys
oor:node-type=ContentProvidersDataSecondaryKeys/
7086:set oor:name=ContentProviders
oor:node-type=ContentProvidersDataPrimaryKeys/
59593:node oor:name=ContentProviders
59600:valuecom.sun.star.ucb.HierarchyContentProvider/value
59611:valuecom.sun.star.ucb.FileContentProvider/value
59633:valuecom.sun.star.ucb.FTPContentProvider/value
59644:valuecom.sun.star.ucb.PackageContentProvider/value
59655:valuecom.sun.star.ucb.ExpandContentProvider/value
59666:valuecom.sun.star.ucb.TransientDocumentsContentProvider/value
59677:valuecom.sun.star.ucb.PackageContentProvider/value
59688:valuecom.sun.star.ucb.ExtensionContentProvider/value
59699:valuecom.sun.star.ucb.CmisContentProvider/value
62401:node oor:name=ContentProviders
62408:valuecom.sun.star.ucb.WebDAVContentProvider/value
62419:valuecom.sun.star.ucb.WebDAVContentProvider/value
62430:valuecom.sun.star.ucb.WebDAVContentProvider/value
62441:valuecom.sun.star.ucb.WebDAVContentProvider/value
62452:valuecom.sun.star.ucb.WebDAVContentProvider/value

Message box still here:

LOdev 4.0 - Fatal Error

The application cannot be started.
unsatisfied query for interface of type com.sun.star.ucb.XContentProvider!

OK


Any more suggestions?

--
wbr, sb


2013/1/8 Stephan Bergmann sberg...@redhat.com:
 On 12/23/2012 01:46 PM, Serg Bormant wrote:

 After removing

 component loader=com.sun.star.loader.SharedLibrary
 prefix=ucpgvfs1
 uri=vnd.sun.star.expand:$LO_LIB_DIR/ucpgvfs1.uno.so
   implementation name=com.sun.star.comp.GnomeVFSContentProvider
service name=com.sun.star.ucb.GnomeVFSContentProvider/
   /implementation
 /component

 from /opt/lodev4.0/program/services/services.rdb and starting
 /opt/lodev4.0/program/soffice again message box appears:

 
 LOdev 4.0 - Fatal Error
 
 The application cannot be started.
 unsatisfied query for interface of type com.sun.star.ucb.XContentProvider!
 
 OK
 


 Expected behavior: application starts.


 FYI, mention of GnomeVFSContentProvider would also need to be removed from
 the
 /org.openoffice.ucb.Configuration/ContentProviders/Local/SecondaryKeys/Office/ProviderData
 configuration list in the LO installation's share/registry/main.xcd.

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


[Bug 54157] LibreOffice 3.7/4.0 most annoying bugs

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157

Ruslan Kabatsayev b7.10110...@gmail.com changed:

   What|Removed |Added

 Blocks||58562

--- Comment #77 from Ruslan Kabatsayev b7.10110...@gmail.com ---
Nominating bug 58562 because it makes it close to impossible to paste charts
from Calc to Writer, with the only obvious workaround being to use older LibO
version.

-- 
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 54157] LibreOffice 3.7/4.0 most annoying bugs

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157

Ruslan Kabatsayev b7.10110...@gmail.com changed:

   What|Removed |Added

 Depends on||58562
 Blocks|58562   |

--- Comment #78 from Ruslan Kabatsayev b7.10110...@gmail.com ---
Oops, wrong field

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


[PATCH] Modify constructor, remove setters + unused define

2013-01-13 Thread Julien Nabet (via Code Review)
Hi,

I have submitted a patch for review:

https://gerrit.libreoffice.org/1665

To pull it, you can do:

git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/65/1665/1

Modify constructor, remove setters + unused define

Change-Id: Ibf878c44ae761e59a04b6d5023296c5918cbf85e
---
M sdext/source/pdfimport/tree/pdfiprocessor.cxx
M sdext/source/pdfimport/tree/pdfiprocessor.hxx
2 files changed, 11 insertions(+), 26 deletions(-)



diff --git a/sdext/source/pdfimport/tree/pdfiprocessor.cxx 
b/sdext/source/pdfimport/tree/pdfiprocessor.cxx
index b166a37..01585e5 100644
--- a/sdext/source/pdfimport/tree/pdfiprocessor.cxx
+++ b/sdext/source/pdfimport/tree/pdfiprocessor.cxx
@@ -440,19 +440,11 @@
 processGlyphLine();
 }
 
-CharGlyph aGlyph;
+CharGlyph aGlyph(fXPrevTextPosition, fYPrevTextPosition, fPrevTextHeight, 
fPrevTextWidth,
+   m_pCurElement, getCurrentContext(), rFontMatrix, rRect, 
rGlyphs);
 
-aGlyph.setGlyph ( rGlyphs );
-aGlyph.setRect  ( rRect );
-aGlyph.setFontMatrix ( rFontMatrix );
-aGlyph.setGraphicsContext ( getCurrentContext() );
+
 getGCId(getCurrentContext());
-aGlyph.setCurElement( m_pCurElement );
-
-aGlyph.setYPrevGlyphPosition( fYPrevTextPosition );
-aGlyph.setXPrevGlyphPosition( fXPrevTextPosition );
-aGlyph.setPrevGlyphHeight  ( fPrevTextHeight );
-aGlyph.setPrevGlyphWidth   ( fPrevTextWidth );
 
 m_GlyphsList.push_back( aGlyph );
 
diff --git a/sdext/source/pdfimport/tree/pdfiprocessor.hxx 
b/sdext/source/pdfimport/tree/pdfiprocessor.hxx
index a288c64..1e4af25 100644
--- a/sdext/source/pdfimport/tree/pdfiprocessor.hxx
+++ b/sdext/source/pdfimport/tree/pdfiprocessor.hxx
@@ -242,19 +242,19 @@
 class CharGlyph
 {
 public:
-CharGlyph(){};
+CharGlyph(double fXPrevGlyphPosition, double fYPrevGlyphPosition, 
double fPrevGlyphHeight, double fPrevGlyphWidth,
+   Element* pCurElement, const GraphicsContext rCurrentContext, 
const com::sun::star::geometry::Matrix2D rFontMatrix,
+   const com::sun::star::geometry::RealRectangle2D rRect, const 
rtl::OUString rGlyphs  )
+   : m_fXPrevGlyphPosition(fXPrevGlyphPosition), 
m_fYPrevGlyphPosition(fYPrevGlyphPosition), 
m_fPrevGlyphHeight(fPrevGlyphHeight),
+ m_fPrevGlyphWidth(fPrevGlyphWidth), 
m_pCurElement(pCurElement), m_rCurrentContext(rCurrentContext),
+ m_rFontMatrix(rFontMatrix), m_rRect(rRect), 
m_rGlyphs(rGlyphs) {};
+
 virtual ~CharGlyph(){};
 rtl::OUString getGlyph(){ return m_rGlyphs; }
 com::sun::star::geometry::RealRectangle2D getRect(){ return 
m_rRect; }
 com::sun::star::geometry::Matrix2D  getFontMatrix(){ return 
m_rFontMatrix; }
 GraphicsContext  getGC(){ return m_rCurrentContext; }
 Element*  getCurElement(){ return m_pCurElement; }
-
-void  setGlyph (const rtl::OUString rGlyphs ){ m_rGlyphs=rGlyphs; 
}
-void  setRect  (const ::com::sun::star::geometry::RealRectangle2D 
rRect ){ m_rRect=rRect; }
-void  setFontMatrix (const ::com::sun::star::geometry::Matrix2D 
rFontMatrix ){ m_rFontMatrix= rFontMatrix; }
-void  setGraphicsContext (GraphicsContext  rCurrentContext ){ 
m_rCurrentContext= rCurrentContext; }
-void  setCurElement( Element* pCurElement ){ m_pCurElement= 
pCurElement; }
 
 double getYPrevGlyphPosition() const { return 
m_fYPrevGlyphPosition; }
 double getXPrevGlyphPosition() const { return 
m_fXPrevGlyphPosition; }
@@ -268,15 +268,10 @@
 return m_rRect.X1-m_fXPrevGlyphPosition;
 }
 
-void setYPrevGlyphPosition( double fYPrevTextPosition ){ 
m_fYPrevGlyphPosition= fYPrevTextPosition; }
-void setXPrevGlyphPosition( double fXPrevTextPosition ){ 
m_fXPrevGlyphPosition= fXPrevTextPosition; }
-void setPrevGlyphHeight   ( double fPrevTextHeight ){ 
m_fPrevGlyphHeight= fPrevTextHeight; }
-void setPrevGlyphWidth( double fPrevTextWidth ){ 
m_fPrevGlyphWidth= fPrevTextWidth; }
-
 private:
 
-double  m_fYPrevGlyphPosition ;
 double  m_fXPrevGlyphPosition ;
+double  m_fYPrevGlyphPosition ;
 double  m_fPrevGlyphHeight ;
 double  m_fPrevGlyphWidth ;
 Element*m_pCurElement ;
@@ -286,8 +281,6 @@
 rtl::OUString   m_rGlyphs ;
 };
 }
-
-#define USTR(x) rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( x ) )
 
 #endif
 

-- 
To view, visit https://gerrit.libreoffice.org/1665
To unsubscribe, visit https://gerrit.libreoffice.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibf878c44ae761e59a04b6d5023296c5918cbf85e
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: 

[Bug 44446] LibreOffice 3.6 most annoying bugs

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6

Mihkel Tõnnov mihh...@gmail.com changed:

   What|Removed |Added

 Depends on||58283

--- Comment #195 from Mihkel Tõnnov mihh...@gmail.com ---
Nominating bug 58283 (LibO descriptions untranslated in application menu), as
it means that many Linux users get LibO app descriptions (plus Unity's New
Document/Spreadsheet/...) in their menu in English, even if they use localized
desktop.

-- 
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] .: ucb/source

2013-01-13 Thread Libreoffice Gerrit user
 ucb/source/ucp/file/bc.cxx |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a2dd3feaea16a765956aecacdd6cc21ab5404a5b
Author: Julien Nabet serval2...@yahoo.fr
Date:   Sun Jan 13 15:52:23 2013 +0100

Add missing parenthesis

Like this since 29/06/2001 (5ef2de612d973bc747ff4a107e4e4c4ecb273429)

Change-Id: Ic86d6ca473a8bdf8f4c6f216fb6dd20af4694911

diff --git a/ucb/source/ucp/file/bc.cxx b/ucb/source/ucp/file/bc.cxx
index f6063cc..a08e033 100644
--- a/ucb/source/ucp/file/bc.cxx
+++ b/ucb/source/ucp/file/bc.cxx
@@ -1172,7 +1172,7 @@ void SAL_CALL BaseContent::insert( sal_Int32 
nMyCommandIdentifier,
 
 // Inserts the content, which has the flag m_bIsFresh
 
-if( ! m_nState  NameForInsertionSet )
+if( ! (m_nState  NameForInsertionSet) )
 {
 m_pMyShell-installError( nMyCommandIdentifier,
   TASKHANDLING_NONAMESET_INSERT_COMMAND );
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[REVIEW for 4.0 and 3.6] Missing parenthesis in ucb/source/ucp/file/bc.cxx

2013-01-13 Thread julien2412
Hello,

Cppcheck detected this:
ucb/source/ucp/file/bc.cxx
1175clarifyConditionstyle   Boolean result is used in bitwise 
operation.
Clarify expression with parentheses
   1173 // Inserts the content, which has the flag m_bIsFresh
   1174 
   1175 if( ! m_nState  NameForInsertionSet )
   1176 {
   1177 m_pMyShell-installError( nMyCommandIdentifier,
   1178  
TASKHANDLING_NONAMESET_INSERT_COMMAND );
   1179 return;
   1180 }

In
http://cgit.freedesktop.org/libreoffice/core/commit/?id=a2dd3feaea16a765956aecacdd6cc21ab5404a5b,
I added missing parenthesis because according to
http://en.cppreference.com/w/cpp/language/operator_precedence, AND bitwise
has less priority than !

Could someone cherry-pick this to 4.0 branch and 3.6?

Julien



--
View this message in context: 
http://nabble.documentfoundation.org/REVIEW-for-4-0-and-3-6-Missing-parenthesis-in-ucb-source-ucp-file-bc-cxx-tp4028864.html
Sent from the Dev mailing list archive at Nabble.com.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Stepping back from The Document Foundation

2013-01-13 Thread Florian Monfort
Hi all,

I've decided recently that I would stop watching Document Foundation
activities. Indeed I've found myself completely overloaded with work from
School and Red Hat, so I cannot properly contribute.

I must also admit that this decisions comes with a reflection I make myself
more and more: I feel like we're not using the kind of structure we should:
we're a foundation and not a company.

And that has consequences: we're too slow -acting...

Especially when it comes to tasks, administration and everything targeting
management layer of the structure: I think we got too excited behind the
contributor word. Because what is a contributor in our field in
LibreOffice? Someone who works and helps when that person can: meaning no
free time, unless you're Superman or you start working on nights. And I
don't think this is the way we should promote contributing.

Also I think it is bad from us to do what we do now : we actually sit on
our developer's success. And you can talk about contributors, but the
thing is, here it is totally different: those guys are paid by Red Hat,
Canonical or SuSe. In a way they are sain, and instead of talking they act.
Because we give them the time for it. And here we are calling ourselves
contributors. The truth is the community is mainly made of people who are
paid full time for it: so YES, we should promote an actual product, not a
community that is practically non existent.

Also getting to meet people who contribute but who have no job looks kinda
crazy to me. And here we are again: as a foundation we do things so slowly
that in two years we're only capable of hiring one person... That's a REAL
shame. We should all be ashamed of this: work should be rewarded: at least
with the capability of earning your own money to live. But it looks like
speaking of a commercial offer would sound crazy.

Well I'm sorry to say I disagree with all this, and I'm thinking this is
too bad: LibreOffice could actually grow faster and with a larger
community, if at least people were capable of recognizing that business
is the actual model to adopt, instead of some idealistic model that seems
to work and not rock.

Anyway, it's a pleasure to be able to talk to any of you guys and meet you,
I hope you'll be courageous enough to keep on going with this journey.

Cheers

-- 
*Monfort Florian*
BM2 Student at France Business School
Marketing Apprentice at Red Hat
Marketing Team Member at The Document Foundation
florian.monf...@gmail.com
Mobile : +33 6 58 97 15 61
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


About idlc/source/idlccompile.cxx

2013-01-13 Thread julien2412
Hello,

Taking a look at this cppcheck report:
dlc/source/idlccompile.cxx
198 nullPointer error   Possible null pointer dereference: source - 
otherwise
it is redundant to check it against null.

I don't understand the function sal_Bool copyFile(const OString* source,
const OString target), above all this part:
192 while ( !feof(pSource) )
193 {
194 if ( (readSize = fread(pBuffer, 1, totalSize, pSource))  0
 !ferror(pSource) )
195 {
196 if ( (fwrite(pBuffer, 1, readSize, pTarget)) != readSize
|| ferror(pTarget) )
197 {
198 if (source != 0) {
199 fclose(pSource);
200 }
201 fclose(pTarget);
202 return sal_False;
203 }
204 }
205 }
see
http://opengrok.libreoffice.org/xref/core/idlc/source/idlccompile.cxx#173
Isn't it overcomplicated? Why reading a file 1 per 1 byte for example?

Julien



--
View this message in context: 
http://nabble.documentfoundation.org/About-idlc-source-idlccompile-cxx-tp4028889.html
Sent from the Dev mailing list archive at Nabble.com.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [ANN] LibreOffice 4.0.0.1 RC1 available

2013-01-13 Thread Rainer Bielefeld

Hi all,

I hoped to be able to do lots of tests with 4.0.0.1, but I see a 
horrible number of crashes under WIN without any common characteristic, 
I can't use this version furthermore for anything similar to normal work.


Any chance that someone suffering from similar problems can contribute 
Crash Reports?


Best Regards


Rainer

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


Re: About idlc/source/idlccompile.cxx

2013-01-13 Thread Ruslan Kabatsayev
Hi,

On Sun, Jan 13, 2013 at 9:01 PM, julien2412 serval2...@yahoo.fr wrote:
 Hello,

 Taking a look at this cppcheck report:
 dlc/source/idlccompile.cxx
 198 nullPointer error   Possible null pointer dereference: source - 
 otherwise
 it is redundant to check it against null.

Looks like a false-positive of cppcheck. source is checked against
null to determine whether to take stdin or source file as data source,
then at lines 198  207 pSource file handle is closed only if it had
been opened (which is done only for source==0). I don't see any way
there could be a null pointer dereference.

 I don't understand the function sal_Bool copyFile(const OString* source,
 const OString target), above all this part:
 192 while ( !feof(pSource) )
 193 {
 194 if ( (readSize = fread(pBuffer, 1, totalSize, pSource))  0
  !ferror(pSource) )
 195 {
 196 if ( (fwrite(pBuffer, 1, readSize, pTarget)) != readSize
 || ferror(pTarget) )
 197 {
 198 if (source != 0) {
 199 fclose(pSource);
 200 }
 201 fclose(pTarget);
 202 return sal_False;
 203 }
 204 }
 205 }
 see
 http://opengrok.libreoffice.org/xref/core/idlc/source/idlccompile.cxx#173
 Isn't it overcomplicated? Why reading a file 1 per 1 byte for example?

It's not reading 1 byte at a time. It's reading totalSize bytes at a
time, getting readSize with 1 byte granularity.


 Julien



 --
 View this message in context: 
 http://nabble.documentfoundation.org/About-idlc-source-idlccompile-cxx-tp4028889.html
 Sent from the Dev mailing list archive at Nabble.com.
 ___
 LibreOffice mailing list
 LibreOffice@lists.freedesktop.org
 http://lists.freedesktop.org/mailman/listinfo/libreoffice

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


[PATCH] Replace [Uni|Xub]String with OUString in vcl

2013-01-13 Thread via Code Review
Hi,

I have submitted a patch for review:

https://gerrit.libreoffice.org/1666

To pull it, you can do:

git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/66/1666/1

Replace [Uni|Xub]String with OUString in vcl

Change-Id: I7cbefa72010cc3e49a93db5b2cbf49cfb08061f7
---
M vcl/inc/helpwin.hxx
M vcl/source/app/help.cxx
M vcl/source/app/svapp.cxx
M vcl/source/control/button.cxx
M vcl/source/control/combobox.cxx
M vcl/source/control/ctrl.cxx
M vcl/source/control/edit.cxx
M vcl/source/control/field.cxx
M vcl/source/control/field2.cxx
M vcl/source/control/longcurr.cxx
M vcl/source/control/morebtn.cxx
M vcl/source/edit/vclmedit.cxx
M vcl/source/window/floatwin.cxx
M vcl/source/window/msgbox.cxx
M vcl/source/window/toolbox2.cxx
M vcl/source/window/window.cxx
M vcl/unx/generic/app/i18n_status.cxx
17 files changed, 65 insertions(+), 65 deletions(-)



diff --git a/vcl/inc/helpwin.hxx b/vcl/inc/helpwin.hxx
index 63f91dd..6923c2b 100644
--- a/vcl/inc/helpwin.hxx
+++ b/vcl/inc/helpwin.hxx
@@ -48,7 +48,7 @@
 DECL_LINK( TimerHdl, Timer* );
 virtual voidPaint( const Rectangle );
 virtual voidRequestHelp( const HelpEvent rHEvt );
-virtual String  GetText() const;
+virtual OUStringGetText() const;
 voidImplShow();
 
 public:
diff --git a/vcl/source/app/help.cxx b/vcl/source/app/help.cxx
index f9241dd..b172eb4 100644
--- a/vcl/source/app/help.cxx
+++ b/vcl/source/app/help.cxx
@@ -530,7 +530,7 @@
 
 // ---
 
-XubString HelpTextWindow::GetText() const
+OUString HelpTextWindow::GetText() const
 {
 return maHelpText;
 }
diff --git a/vcl/source/app/svapp.cxx b/vcl/source/app/svapp.cxx
index 73530fd..9014895 100644
--- a/vcl/source/app/svapp.cxx
+++ b/vcl/source/app/svapp.cxx
@@ -294,16 +294,16 @@
 
 // ---
 
-XubString Application::GetCommandLineParam( sal_uInt16 nParam )
+OUString Application::GetCommandLineParam( sal_uInt16 nParam )
 {
-rtl::OUString aParam;
+OUString aParam;
 osl_getCommandArg( nParam, aParam.pData );
 return aParam;
 }
 
 // ---
 
-const XubString Application::GetAppFileName()
+const OUString Application::GetAppFileName()
 {
 ImplSVData* pSVData = ImplGetSVData();
 DBG_ASSERT( pSVData-maAppData.mpAppFileName, AppFileName vor SVMain ?! 
);
@@ -314,14 +314,14 @@
  *  #91147# provide a fallback for people without initialized
  *  vcl here (like setup in responsefile mode)
  */
-static String aAppFileName;
-if( !aAppFileName.Len() )
+static OUString aAppFileName;
+if( aAppFileName.isEmpty() )
 {
-rtl::OUString aExeFileName;
+OUString aExeFileName;
 osl_getExecutableFile( aExeFileName.pData );
 
 // convert path to native file format
-rtl::OUString aNativeFileName;
+OUString aNativeFileName;
 osl::FileBase::getSystemPathFromFileURL( aExeFileName, aNativeFileName 
);
 aAppFileName = aNativeFileName;
 }
@@ -365,7 +365,7 @@
 
 // ---
 
-void Application::Abort( const XubString rErrorText )
+void Application::Abort( const OUString rErrorText )
 {
 //HACK: Dump core iff --norestore command line argument is given (assuming
 // this process is run by developers who are interested in cores, vs. end
@@ -373,7 +373,7 @@
 bool dumpCore = false;
 sal_uInt16 n = GetCommandLineParamCount();
 for (sal_uInt16 i = 0; i != n; ++i) {
-if (GetCommandLineParam(i).EqualsAscii(--norestore)) {
+if (GetCommandLineParam(i) == --norestore) {
 dumpCore = true;
 break;
 }
@@ -1168,20 +1168,20 @@
 
 // ---
 
-void Application::SetAppName( const XubString rUniqueName )
+void Application::SetAppName( const OUString rUniqueName )
 {
 ImplSVData* pSVData = ImplGetSVData();
 
 // create if not existing
 if ( !pSVData-maAppData.mpAppName )
-pSVData-maAppData.mpAppName = new XubString( rUniqueName );
+pSVData-maAppData.mpAppName = new String( rUniqueName );
 else
 *(pSVData-maAppData.mpAppName) = rUniqueName;
 }
 
 // ---
 
-XubString Application::GetAppName()
+OUString Application::GetAppName()
 {
 ImplSVData* pSVData = ImplGetSVData();
 if ( pSVData-maAppData.mpAppName )
@@ -1192,7 +1192,7 @@
 
 // ---
 
-void Application::SetDisplayName( const UniString rName )
+void Application::SetDisplayName( const OUString rName )
 {
 ImplSVData* pSVData = ImplGetSVData();
 
@@ -1205,7 +1205,7 @@
 
 // 

[PATCH] Replace [Uni|Xub]String with OUString in vcl, svtools, toolkit

2013-01-13 Thread via Code Review
Hi,

I have submitted a patch for review:

https://gerrit.libreoffice.org/1667

To pull it, you can do:

git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/67/1667/1

Replace [Uni|Xub]String with OUString in vcl,svtools,toolkit

Change-Id: I9e6cd6cd6726a1377b46fea773fe5c16aa26ba70
---
M svtools/inc/svtools/editsyntaxhighlighter.hxx
M svtools/inc/svtools/filectrl.hxx
M svtools/inc/svtools/fmtfield.hxx
M svtools/source/brwbox/ebbcontrols.cxx
M svtools/source/contnr/DocumentInfoPreview.cxx
M svtools/source/control/filectrl.cxx
M svtools/source/control/fmtfield.cxx
M svtools/source/control/inettbc.cxx
M svtools/source/control/tabbar.cxx
M svtools/source/dialogs/addresstemplate.cxx
M svtools/source/dialogs/wizardmachine.cxx
M svtools/source/edit/editsyntaxhighlighter.cxx
M svtools/source/uno/unoiface.cxx
M toolkit/source/awt/vclxwindows.cxx
M vcl/inc/vcl/button.hxx
M vcl/inc/vcl/combobox.hxx
M vcl/inc/vcl/ctrl.hxx
M vcl/inc/vcl/edit.hxx
M vcl/inc/vcl/fixedhyper.hxx
M vcl/inc/vcl/longcurr.hxx
M vcl/inc/vcl/menu.hxx
M vcl/inc/vcl/morebtn.hxx
M vcl/inc/vcl/status.hxx
M vcl/inc/vcl/svapp.hxx
M vcl/inc/vcl/texteng.hxx
M vcl/inc/vcl/toolbox.hxx
M vcl/inc/vcl/vclmedit.hxx
M vcl/inc/vcl/window.hxx
M vcl/source/control/button.cxx
M vcl/source/control/combobox.cxx
M vcl/source/control/ctrl.cxx
M vcl/source/control/edit.cxx
M vcl/source/control/fixedhyper.cxx
M vcl/source/control/morebtn.cxx
M vcl/source/edit/texteng.cxx
M vcl/source/edit/vclmedit.cxx
M vcl/source/window/status.cxx
M vcl/source/window/window.cxx
38 files changed, 97 insertions(+), 98 deletions(-)



diff --git a/svtools/inc/svtools/editsyntaxhighlighter.hxx 
b/svtools/inc/svtools/editsyntaxhighlighter.hxx
index 4648511..7f81ae6 100644
--- a/svtools/inc/svtools/editsyntaxhighlighter.hxx
+++ b/svtools/inc/svtools/editsyntaxhighlighter.hxx
@@ -44,8 +44,8 @@
 ~MultiLineEditSyntaxHighlight();
 
 virtual void UpdateData();
-virtual void SetText(const String rNewText);
-virtual void SetText( const XubString rStr, const Selection 
rNewSelection )
+virtual void SetText(const OUString rNewText);
+virtual void SetText( const OUString rStr, const Selection 
rNewSelection )
 { SetText( rStr ); SetSelection( rNewSelection ); }
 
 Color GetColorValue(TokenTypes aToken);
diff --git a/svtools/inc/svtools/filectrl.hxx b/svtools/inc/svtools/filectrl.hxx
index d1b1eee..c7fdd42 100644
--- a/svtools/inc/svtools/filectrl.hxx
+++ b/svtools/inc/svtools/filectrl.hxx
@@ -75,8 +75,8 @@
 voidSetOpenDialog( sal_Bool bOpen ) { mbOpenDlg = bOpen; }
 sal_BoolIsOpenDialog() const{ return mbOpenDlg; }
 
-voidSetText( const XubString rStr );
-XubString   GetText() const;
+voidSetText( const OUString rStr );
+OUStringGetText() const;
 rtl::OUString   GetSelectedText() const { return 
maEdit.GetSelected(); }
 
 voidSetSelection( const Selection rSelection ) { 
maEdit.SetSelection( rSelection ); }
diff --git a/svtools/inc/svtools/fmtfield.hxx b/svtools/inc/svtools/fmtfield.hxx
index 368f54a..b7cbc16 100644
--- a/svtools/inc/svtools/fmtfield.hxx
+++ b/svtools/inc/svtools/fmtfield.hxx
@@ -179,8 +179,8 @@
 voidTreatAsNumber(sal_Bool bDoSo) { m_bTreatAsNumber = bDoSo; }
 
 public:
-virtual void SetText( const XubString rStr );
-virtual void SetText( const XubString rStr, const Selection 
rNewSelection );
+virtual void SetText( const OUString rStr );
+virtual void SetText( const OUString rStr, const Selection rNewSelection 
);
 
 // die folgenden Methoden sind interesant, wenn m_bTreatAsNumber auf 
sal_False sitzt
 /** nehmen wir mal an, irgendjemand will das ganze schoene double-Handling 
gar nicht haben, sondern
@@ -244,7 +244,7 @@
 // any aspect of the current format has changed
 virtual void FormatChanged(FORMAT_CHANGE_TYPE nWhat);
 
-void ImplSetTextImpl(const XubString rNew, Selection* pNewSel);
+void ImplSetTextImpl(const OUString rNew, Selection* pNewSel);
 void ImplSetValue(double dValue, sal_Bool bForce);
 sal_Bool ImplGetValue(double dNewVal);
 
diff --git a/svtools/source/brwbox/ebbcontrols.cxx 
b/svtools/source/brwbox/ebbcontrols.cxx
index 718eb67..fa081b7 100644
--- a/svtools/source/brwbox/ebbcontrols.cxx
+++ b/svtools/source/brwbox/ebbcontrols.cxx
@@ -98,7 +98,7 @@
 case KEY_RIGHT:
 {
 Selection aSel = rBox.GetSelection();
-return !aSel  aSel.Max() == rBox.GetText().Len();
+return !aSel  aSel.Max() == rBox.GetText().getLength();
 }
 case KEY_HOME:
 case KEY_LEFT:
@@ -129,7 +129,7 @@
 //--
 sal_Bool ComboBoxCellController::IsModified() const
 {
-return GetComboBox().GetSavedValue() != GetComboBox().GetText();
+

[Libreoffice-commits] .: canvas/source unusedcode.easy

2013-01-13 Thread Libreoffice Gerrit user
 canvas/source/cairo/cairo_textlayout.cxx |9 -
 canvas/source/cairo/cairo_textlayout.hxx |1 -
 unusedcode.easy  |1 -
 3 files changed, 11 deletions(-)

New commits:
commit 6086949c9e29339d097585137e571aa780c24257
Author: Julien Nabet serval2...@yahoo.fr
Date:   Sun Jan 13 22:12:45 2013 +0100

Remove unused function useFont

Change-Id: Icaa3e130ebd4eb168a62a2b45cf8f7a222c0764e

diff --git a/canvas/source/cairo/cairo_textlayout.cxx 
b/canvas/source/cairo/cairo_textlayout.cxx
index c5bb947..fe55665 100644
--- a/canvas/source/cairo/cairo_textlayout.cxx
+++ b/canvas/source/cairo/cairo_textlayout.cxx
@@ -301,15 +301,6 @@ namespace cairocanvas
 return maText;
 }
 
-void TextLayout::useFont( Cairo* pCairo )
-{
-rendering::FontRequest aFontRequest = mpFont-getFontRequest();
-rendering::FontInfo aFontInfo = aFontRequest.FontDescription;
-
-cairo_select_font_face( pCairo, OUStringToOString( 
aFontInfo.FamilyName, RTL_TEXTENCODING_UTF8 ).getStr(), 
CAIRO_FONT_SLANT_NORMAL, CAIRO_FONT_WEIGHT_NORMAL );
-cairo_set_font_size( pCairo, aFontRequest.CellSize );
-}
-
   /**
* TextLayout::isCairoRenderable
*
diff --git a/canvas/source/cairo/cairo_textlayout.hxx 
b/canvas/source/cairo/cairo_textlayout.hxx
index 42cc369..406b673 100644
--- a/canvas/source/cairo/cairo_textlayout.hxx
+++ b/canvas/source/cairo/cairo_textlayout.hxx
@@ -102,7 +102,6 @@ namespace cairocanvas
 SurfaceProviderRef mpRefDevice;
 sal_Int8   mnTextDirection;
 
-void useFont( ::cairo::Cairo* pCairo );
 bool isCairoRenderable(SystemFontData aSysFontData) const;
 };
 
diff --git a/unusedcode.easy b/unusedcode.easy
index b860adc..bb03e1e 100644
--- a/unusedcode.easy
+++ b/unusedcode.easy
@@ -30,7 +30,6 @@ apitest::XPropertySet::testAddVetoableChangeListener()
 apitest::XPropertySet::testRemovePropertyChangeListener()
 apitest::XPropertySet::testRemoveVetoableChangeListener()
 apitest::XSpreadsheetDocument::testGetSheets()
-cairocanvas::TextLayout::useFont(_cairo*)
 canvas::createSurfaceProxyManager(boost::shared_ptrcanvas::IRenderModule 
const)
 
comphelper::detail::ConfigurationWrapper::getGroupReadWrite(boost::shared_ptrcomphelper::ConfigurationChanges
 const, rtl::OUString const) const
 
comphelper::detail::ConfigurationWrapper::getLocalizedPropertyValue(rtl::OUString
 const) const
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: sw/source

2013-01-13 Thread Libreoffice Gerrit user
 sw/source/ui/config/modcfg.cxx |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 2ab24c8f11d20892532da8601ff76f22e0a05a5b
Author: Julien Nabet serval2...@yahoo.fr
Date:   Sun Jan 13 22:23:09 2013 +0100

Fix 2 scopes can be reduced

Change-Id: Ieb216aff08307ca684e11dbd7f59d1f7719ca274

diff --git a/sw/source/ui/config/modcfg.cxx b/sw/source/ui/config/modcfg.cxx
index 765e4e1..61f410d 100644
--- a/sw/source/ui/config/modcfg.cxx
+++ b/sw/source/ui/config/modcfg.cxx
@@ -74,9 +74,9 @@ const InsCaptionOpt* SwModuleOptions::GetCapOption(
 }
 else
 {
-bool bFound = false;
 if(eType == OLE_CAP  pOleId)
 {
+bool bFound = false;
 for( sal_uInt16 nId = 0; nId = GLOB_NAME_CHART  !bFound; nId++)
 bFound = *pOleId == aInsertConfig.aGlobalNames[nId  ];
 if(!bFound)
@@ -96,9 +96,9 @@ sal_Bool SwModuleOptions::SetCapOption(sal_Bool bHTML, const 
InsCaptionOpt* pOpt
 }
 else if (pOpt)
 {
-bool bFound = false;
 if(pOpt-GetObjType() == OLE_CAP  pOpt-GetOleId())
 {
+bool bFound = false;
 for( sal_uInt16 nId = 0; nId = GLOB_NAME_CHART; nId++)
 bFound = pOpt-GetOleId() == aInsertConfig.aGlobalNames[nId  ];
 if(!bFound)
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] .: 2 commits - cui/source editeng/inc editeng/source sax/inc sax/source svx/inc svx/source sw/Library_sw.mk sw/source unusedcode.easy vcl/source

2013-01-13 Thread Libreoffice Gerrit user
 cui/source/inc/numpages.hxx |1 
 cui/source/tabpages/numpages.cxx|7 
 editeng/inc/editeng/editobj.hxx |   13 -
 editeng/source/editeng/editobj.cxx  |  246 
 editeng/source/editeng/editobj2.hxx |   15 -
 sax/inc/sax/tools/converter.hxx |5 
 sax/source/tools/converter.cxx  |   20 --
 svx/inc/svx/rubydialog.hxx  |1 
 svx/source/dialog/rubydialog.cxx|8 -
 sw/Library_sw.mk|1 
 sw/source/ui/inc/convert.hxx|1 
 sw/source/ui/inc/glossary.hxx   |1 
 sw/source/ui/inc/instable.hxx   |1 
 sw/source/ui/inc/textcontrolcombo.hxx   |   58 ---
 sw/source/ui/misc/glossary.cxx  |9 -
 sw/source/ui/table/tablepg.hxx  |1 
 sw/source/ui/utlui/textcontrolcombo.cxx |  102 -
 unusedcode.easy |6 
 vcl/source/filter/FilterConfigCache.cxx |   10 -
 vcl/source/filter/FilterConfigCache.hxx |2 
 20 files changed, 4 insertions(+), 504 deletions(-)

New commits:
commit 612981fc8fd7a35d8112951e05e1b2cf0f5f1c08
Author: Caolán McNamara caol...@redhat.com
Date:   Sun Jan 13 09:36:46 2013 +

callcatcher: update and remove newly unused code

Change-Id: Iff3ce7c3a44010b3bc81fc0d2156216ee13948dc

diff --git a/cui/source/inc/numpages.hxx b/cui/source/inc/numpages.hxx
index 952635d..a8b0dc2 100644
--- a/cui/source/inc/numpages.hxx
+++ b/cui/source/inc/numpages.hxx
@@ -51,7 +51,6 @@ class SvxNumberingPreview : public Window
 virtual voidPaint( const Rectangle rRect );
 
 public:
-SvxNumberingPreview(Window* pParent, const ResId rResId );
 SvxNumberingPreview(Window* pParent, WinBits nWinBits = WB_BORDER);
 
 voidSetNumRule(const SvxNumRule* pNum)
diff --git a/cui/source/tabpages/numpages.cxx b/cui/source/tabpages/numpages.cxx
index afdacc6..b7bd072 100644
--- a/cui/source/tabpages/numpages.cxx
+++ b/cui/source/tabpages/numpages.cxx
@@ -2284,13 +2284,6 @@ static sal_uInt16 lcl_DrawBullet(VirtualDevice* pVDev,
 return nRet;
 }
 
-SvxNumberingPreview::SvxNumberingPreview(Window* pParent, const ResId rResId )
-: Window(pParent, rResId), pActNum(0),nPageWidth(0), pOutlineNames(0)
-, bPosition(sal_False), nActLevel(USHRT_MAX)
-{
-SetBorderStyle( WINDOW_BORDER_MONO );
-}
-
 SvxNumberingPreview::SvxNumberingPreview(Window* pParent, WinBits nWinBits)
 : Window(pParent, nWinBits)
 , pActNum(0)
diff --git a/editeng/inc/editeng/editobj.hxx b/editeng/inc/editeng/editobj.hxx
index 1298496..985b7c4 100644
--- a/editeng/inc/editeng/editobj.hxx
+++ b/editeng/inc/editeng/editobj.hxx
@@ -72,16 +72,11 @@ public:
 sal_uInt16 GetUserType() const;// For OutlinerMode, it can however not 
save in compatible format
 void SetUserType( sal_uInt16 n );
 
-sal_uLong GetObjectSettings() const;
-void SetObjectSettings( sal_uLong n );
-
 bool IsVertical() const;
 void SetVertical( bool bVertical );
 
 sal_uInt16 GetScriptType() const;
 
-sal_uInt16 GetVersion() const; // As long as the outliner does not store 
any record length.
-
 EditTextObject* Clone() const;
 
 bool Store( SvStream rOStream ) const;
@@ -92,23 +87,16 @@ public:
 size_t GetParagraphCount() const;
 
 String GetText(size_t nPara) const;
-void Insert(const EditTextObject rObj, size_t nPara);
-void RemoveParagraph(size_t nPara);
-EditTextObject* CreateTextObject(size_t nPara, size_t nParas = 1) const;
 
-bool HasPortionInfo() const;
 void ClearPortionInfo();
 
 bool HasOnlineSpellErrors() const;
 
-bool HasCharAttribs( sal_uInt16 nWhich = 0 ) const;
 void GetCharAttribs( sal_uInt16 nPara, std::vectorEECharAttrib rLst ) 
const;
 
 bool RemoveCharAttribs( sal_uInt16 nWhich = 0 );
 bool RemoveParaAttribs( sal_uInt16 nWhich = 0 );
 
-void MergeParaAttribs( const SfxItemSet rAttribs, sal_uInt16 nStart = 
EE_CHAR_START, sal_uInt16 nEnd = EE_CHAR_END );
-
 bool IsFieldObject() const;
 const SvxFieldItem* GetField() const;
 bool HasField( sal_Int32 nType = 
com::sun::star::text::textfield::Type::UNSPECIFIED ) const;
@@ -116,7 +104,6 @@ public:
 const SfxItemSet GetParaAttribs(size_t nPara) const;
 void SetParaAttribs(size_t nPara, const SfxItemSet rAttribs);
 
-bool HasStyleSheet( const XubString rName, SfxStyleFamily eFamily ) const;
 void GetStyleSheet(size_t nPara, String rName, SfxStyleFamily eFamily) 
const;
 void SetStyleSheet(size_t nPara, const String rName, const 
SfxStyleFamily eFamily);
 bool ChangeStyleSheets(
diff --git a/editeng/source/editeng/editobj.cxx 
b/editeng/source/editeng/editobj.cxx
index 41698af..5f400be 100644
--- a/editeng/source/editeng/editobj.cxx
+++ b/editeng/source/editeng/editobj.cxx
@@ -205,26 +205,6 @@ String EditTextObject::GetText(size_t nPara) const
 return mpImpl-GetText(nPara);
 }
 
-void 

Re: [PATCH] Replace loop by memset in sal/typesconfig/typesconfig.c

2013-01-13 Thread Marc-André Laverdière
Quick question: is this code security-sensitive at all?

I know that there has been some security issues related to one compiler
(Microsoft's) that was optimizing away the memset in some cases. So the
suggested workaround was a loop. Reference: Writing Secure Code.

The other question is: Are we still supporting building with such a
compiler? My bad memory tells me that VS 2008 and later should not have
this behavior anymore, but it is worthwhile to double-check.

On Tuesday, January 8, 2013, Stephan Bergmann wrote:

 On 12/24/2012 06:44 PM, Julien Nabet wrote:

 On 24/12/2012 18:29, Norbert Thiebaud wrote:

 On Mon, Dec 24, 2012 at 8:45 AM, julien2412serval2...@yahoo.fr  wrote:

 By taking a look at the file  sal/typesconfig/typesconfig.c,
 GetAlignment
 function, I wonder if we could replace the for loop by a memset to
 optimize
 a bit.
 So here's a straightforward patch:
 diff --git a/sal/typesconfig/typesconfig.**c
 b/sal/typesconfig/typesconfig.**c
 index 473f07a..ef52c5f 100644
 --- a/sal/typesconfig/typesconfig.**c
 +++ b/sal/typesconfig/typesconfig.**c
 @@ -262,11 +262,9 @@ int GetAlignment( Type eT )
   {
 char  a[ 16*8 ];
 long  p = (long)(void*)a;
 -  int   i;

 /* clear a[...] to set legal value for double access */
 -  for ( i = 0; i  16*8; i++ )
 -a[i] = 0;
 +  memset(a, 0, sizeof(a));

 p = ( p + 0xF )  ~0xF;
 for ( i = 1; i  16; i++ )

 Would it be ok?

 well you can't remove
   int i;

 since it is still used in the second for loop.

 and I doubt that that code is run very often... namely 4 times per
 execution of the typesconfig executable... which in turn run dozens of
 fprintf...
 I'd say that this micro-optimization would be completely
 un-measurable, and may or may not be an optimization at all depending
 on how the memset is treated.
 but sure, it is 'ok', as in it won't hurt anything.


 The benefit of memset over an explicit loop here would be shorter, more
 obvious (IMO) code, so I'd suggest you do the change after all.

 Stephan

  ok let's forget it, I suppose that the one who made this loop has
 certainly good reasons for this + you must be right, micro-optimization

 __**_
 LibreOffice mailing list
 LibreOffice@lists.freedesktop.org
 http://lists.freedesktop.org/**mailman/listinfo/libreofficehttp://lists.freedesktop.org/mailman/listinfo/libreoffice



-- 
Marc-André LAVERDIÈRE
Perseverance must finish its work so that you may be mature and complete,
not lacking anything. -James 1:4
http://asimplediscipleslife.blogspot.com/
mlaverd.theunixplace.com
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] .: 2 commits - sfx2/source starmath/source

2013-01-13 Thread Libreoffice Gerrit user
 sfx2/source/doc/objstor.cxx  |8 +++-
 starmath/source/mathmlimport.cxx |6 +++---
 2 files changed, 6 insertions(+), 8 deletions(-)

New commits:
commit 56c4deae00e42719652b3f8cc3375180d7fd801e
Author: Stephan Bergmann sberg...@redhat.com
Date:   Sat Jan 12 23:18:28 2013 +0100

-Werror,-Wtautological-constant-out-of-range-compare

...comparing enum aToken.eType with -1

Change-Id: Ied886e8e455e6deae762da78e366dc12e37a76cf

diff --git a/starmath/source/mathmlimport.cxx b/starmath/source/mathmlimport.cxx
index 6bc1b93..8ab181e 100644
--- a/starmath/source/mathmlimport.cxx
+++ b/starmath/source/mathmlimport.cxx
@@ -795,10 +795,10 @@ void SmXMLContext_Helper::ApplyAttrs()
 //StarMath for now.
 const SvXMLTokenMap rTokenMap =
 rContext.GetSmImport().GetColorTokenMap();
-aToken.eType = static_castSmTokenType(rTokenMap.Get(
-XML_NAMESPACE_MATH, sColor));
-if (aToken.eType != -1)
+sal_uInt16 tok = rTokenMap.Get(XML_NAMESPACE_MATH, sColor);
+if (tok != XML_TOK_UNKNOWN)
 {
+aToken.eType = static_castSmTokenType(tok);
 SmFontNode *pFontNode = new SmFontNode(aToken);
 pFontNode-SetSubNodes(0,lcl_popOrZero(rNodeStack));
 rNodeStack.push(pFontNode);
commit 8cc6699ade4e1e1b7b00d7034b12c3aec2ed50e9
Author: Stephan Bergmann sberg...@redhat.com
Date:   Sat Jan 12 21:36:45 2013 +0100

-Werror,-Wtautological-constant-out-of-range-compare

...comparing enum eOption with -1

Change-Id: I927b71d1e9988a39ffc1be585ab4bdecfd16b226

diff --git a/sfx2/source/doc/objstor.cxx b/sfx2/source/doc/objstor.cxx
index 887be25..d646e5f 100644
--- a/sfx2/source/doc/objstor.cxx
+++ b/sfx2/source/doc/objstor.cxx
@@ -2874,7 +2874,7 @@ sal_Int16 SfxObjectShell::QueryHiddenInformation( 
HiddenWarningFact eFact, Windo
 {
 sal_Int16 nRet = RET_YES;
 sal_uInt16 nResId = 0;
-SvtSecurityOptions::EOption eOption = static_cast 
SvtSecurityOptions::EOption ( -1 );
+SvtSecurityOptions::EOption eOption;
 
 switch ( eFact )
 {
@@ -2903,12 +2903,10 @@ sal_Int16 SfxObjectShell::QueryHiddenInformation( 
HiddenWarningFact eFact, Windo
 break;
 }
 default:
-{
-SAL_WARN( sfx2.doc, SfxObjectShell::DetectHiddenInformation(): 
what fact? );
-}
+assert(false); // this cannot happen
 }
 
-if ( eOption != -1  SvtSecurityOptions().IsOptionSet( eOption ) )
+if ( SvtSecurityOptions().IsOptionSet( eOption ) )
 {
 String sMessage( SfxResId(STR_HIDDENINFO_CONTAINS).toString() );
 sal_uInt16 nWantedStates = HIDDENINFORMATION_RECORDEDCHANGES | 
HIDDENINFORMATION_NOTES;
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Re: [Libreoffice-qa] [ANN] LibreOffice 4.0.0.1 RC1 available

2013-01-13 Thread Rainer Bielefeld

Hi all,

I hoped to be able to do lots of tests with 4.0.0.1, but I see a 
horrible number of crashes under WIN without any common characteristic, 
I can't use this version furthermore for anything similar to normal work.


Any chance that someone suffering from similar problems can contribute 
Crash Reports?


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/


Re: [Libreoffice-qa] [ANN] LibreOffice 4.0.0.1 RC1 available

2013-01-13 Thread Pedro
I'm running Version 4.0.0.1+ (Build ID:
6da661ab5e705973f4d10d6b4755875f6da3b3f) under Windows XP and Win7 without
any problems

Can you be more specific about the crashes?



--
View this message in context: 
http://nabble.documentfoundation.org/Libreoffice-qa-ANN-LibreOffice-4-0-0-RC1-available-tp4028582p4028911.html
Sent from the QA mailing list archive at Nabble.com.
___
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 58364] 'Align' Toolbar should have a more specific name

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58364

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

   What|Removed |Added

 Status|REOPENED|NEW

--- Comment #5 from Rainer Bielefeld libreoff...@bielefeldundbuss.de ---
'Align' Toolbar name should be changed to 'Align Objects' to avoid confusion
with text alignment.

-- 
You are receiving this mail because:
You 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 59312] New: FILTER: 'Copy Sheet' results in non functional Autofilter

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59312

  Priority: medium
Bug ID: 59312
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: FILTER: 'Copy Sheet' results in non functional
Autofilter
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: libreoff...@bielefeldundbuss.de
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 4.0.0.1 rc
 Component: Spreadsheet
   Product: LibreOffice

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

Steps to reproduce with parallel installation of  LOdev  4.0.0.1 rc   - 
GERMAN UI / German Locale  [Build ID:
527dba6f6e0cfbbc71bd6e7b88a52699bb48799)]  {tinderbox: @6, pull time
2013-01-10(?)} on German WIN7 Home Premium (64bit) with separate /40 User
Profile for Master Branch:
1. Open attached Sample Document
2. 'right click Stheet Tab Tabelle21 - Move/Copy Sheet - 
   Copy - Move to End Position OK '
Sheet Tabelle21_2 created
3. Click an Autofilter pulldown Icon (in Cell Tabelle21_2.A1)
   Current behavior: Nothing happens
   Expected behavior: Autofilter action

After 'Save - Close - Remove' the Autofilter Icons will have been removed.
They should have been removed immediately after creation of new sheet.


Operating System: Windows 7
Version: 4.0.0.1 rc

-- 
You are receiving this mail because:
You 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 59312] AUTOFILTER: in non functional after 'Copy Sheet' in new sheet

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59312

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

   What|Removed |Added

 CC||LibreOffice@bielefeldundbus
   ||s.de
Summary|FILTER: 'Copy Sheet'|AUTOFILTER:  in non
   |results in non functional   |functional after 'Copy
   |Autofilter  |Sheet' in new sheet
Version|4.0.0.1 rc  |3.3.0 Beta2

--- Comment #1 from Rainer Bielefeld libreoff...@bielefeldundbuss.de ---
Already [Reproducible] with Server Installation of LibreOffice 3.3.3  German
UI/Locale [OOO330m19 (Build:301) tag libreoffice-3.3.3.1] on German WIN7 Home
Premium (64bit) 
and
AOOo 3.4.0
The Appearance is a little different with the old autofilter design, but the
result is as in latest versions: no function.

So inherited from OOo

-- 
You are receiving this mail because:
You 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 59313] New: Crash on closing a draw document with at least two pages

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59313

  Priority: medium
Bug ID: 59313
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Crash on closing a draw document with at least two
pages
  Severity: blocker
Classification: Unclassified
OS: All
  Reporter: gerry.trep...@googlemail.com
  Hardware: Other
Status: UNCONFIRMED
   Version: 4.0.0.1 rc
 Component: Drawing
   Product: LibreOffice

LibreOffice will crash when closing after performing following steps in
LibreOffice Draw:

1. Start LibreOffice Draw
2. Insert a new page in the left side bar of Draw. Now you see two empty Draw
pages.So far, all is fine.
3. Choose File - Close - Close without saving. LibreOffice now crashes.
It is always reproducable.

I set this bug as blocker, because it is such a simple and common action
leading to the crash.

System: Ubuntu 12.10, 64-Bit, LibreOffice Version 4.0.0.1 (Build ID:
527dba6f6e0cfbbc71bd6e7b88a52699bb48799)

-- 
You are receiving this mail because:
You 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 59314] New: Crash using the new conditional formatting option Icon set (part II)

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59314

  Priority: medium
Bug ID: 59314
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Crash using the new conditional formatting option
Icon set (part II)
  Severity: critical
Classification: Unclassified
OS: All
  Reporter: gerry.trep...@googlemail.com
  Hardware: Other
Status: UNCONFIRMED
   Version: 4.0.0.1 rc
 Component: Spreadsheet
   Product: LibreOffice

This is a follow-up bug to Bug 59251. In fact bug 59251 is fixed in the release
candidate, but a quite similar action leads to a reproducable crash of
LibreOffice. The crash occurs using the (really great) new conditional
formatting feature in LibreOffice:

How to reproduce:
1. Type or copy following matrix in any 20 cells of the spreadsheet:

1234
2345
3456
4567
5678

2. select the cells of the matrix
3. Choose Format - Conditional Formatting - Data bar - choose Icon
set - click OK.
4. hit ctrl + c to copy the matrix in the clipboard (please make sure that
the cells are still selected)
5. Click edit - undo as often until the spreadsheet is again empty
6. hit ctrl + v to paste the matrix from the clipboard
7. Choose again Format - Conditional Formatting - Data bar. LibreOffice
now crashes. 

System: Ubuntu 12.10, 64-Bit, LibreOffice Version 4.0.0.1 (Build ID:
527dba6f6e0cfbbc71bd6e7b88a52699bb48799)

-- 
You are receiving this mail because:
You 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 58805] Report builder: Wrong date and time in report page header footer

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58805

Zoltán Reizinger zreizin...@hdsnet.hu changed:

   What|Removed |Added

Summary|Report builder: Wrong date  |Report builder: Wrong date
   |and time in report header   |and time in report page
   |footer  |header footer

-- 
You are receiving this mail because:
You 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 58805] Report builder: Wrong date and time in report page header footer

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58805

--- Comment #13 from Zoltán Reizinger zreizin...@hdsnet.hu ---
Created attachment 72951
  -- https://bugs.freedesktop.org/attachment.cgi?id=72951action=edit
bugdoc with report

I created in oroginal bugdoc a new report in RC1, the page header and footer
contains wrong date. The bugdoc saved with new name.

-- 
You are receiving this mail because:
You 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 56035] : Indexing for Search not working

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=56035

--- Comment #12 from Joachim Wiesel joachim.wie...@gmail.com ---
I would like to add, that LibreOffice 4.0RC1 does NOT fix the indexing bug.

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


[Libreoffice-bugs] [Bug 59315] New: Content index

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59315

  Priority: medium
Bug ID: 59315
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Content index
  Severity: major
Classification: Unclassified
OS: Windows (All)
  Reporter: joachim.wie...@gmail.com
  Hardware: x86-64 (AMD64)
Status: NEW
   Version: 4.0.0.1 rc
 Component: filters and storage
   Product: LibreOffice

Windows 7(X64) Search does not index the content of OpenDocument Files after
installation of LibreOffice 4.0.0RC1 and therefore does not find any keywords
in OpenDocument files. 
Temporary solution: Install Microsoft Office2010 Filter Pack.

-- 
You are receiving this mail because:
You 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 59316] New: Conditional formatting: Usability improvements for the cell range picker in new conditional formatting dialog

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59316

  Priority: medium
Bug ID: 59316
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Conditional formatting: Usability improvements for the
cell range picker in new conditional formatting dialog
  Severity: enhancement
Classification: Unclassified
OS: All
  Reporter: gerry.trep...@googlemail.com
  Hardware: Other
Status: UNCONFIRMED
   Version: 4.0.0.1 rc
 Component: Spreadsheet
   Product: LibreOffice

The new conditional formatting dialog is shaping up greatly. A particular
improvement is that it is now possible to pick cell ranges in the condition and
to enter formulas in the condition field. 

With this regard, I have two enhancement requests with regards to usability of
the cell range picker:

(a)
To enter a formula in all usual spreadsheet operations, you enter e.g. =sum(
and then you pick the cell range, e.g. C13:C15.
The new conditional formatting dialog behaves differently. In the field for the
condition (in the dialog you get from Format-Conditional
Formatting-Condition) you first need to pick the cell range, e.g. e.g.
C13:C15 and then you need to write the formula around, e.g. sum(C13:C15. In
case you enter the formula first, e.g. sum(, it will be overwritten by the
cell range picker. It would be good if the behaviour would be the same like in
all other spreadsheet operations.

(b) 
When typing a formula in usual operations in Calc, e.g. =s, then you get a
tooltip telling you that the syntax for the formula is =sum(). This tool tip
is missing in the conditional formatting dialog. It would be good to have it
there, too.

Thanks for the great work on conditional formattining!

System: Ubuntu 12.10, 64-Bit, LibreOffice Version 4.0.0.1 (Build ID:
527dba6f6e0cfbbc71bd6e7b88a52699bb48799)

-- 
You are receiving this mail because:
You 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 59317] New: Conditional formatting: Usability improvements for condition styles in new conditional formatting dialog

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59317

  Priority: medium
Bug ID: 59317
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Conditional formatting: Usability improvements for
condition styles in new conditional formatting dialog
  Severity: enhancement
Classification: Unclassified
OS: All
  Reporter: gerry.trep...@googlemail.com
  Hardware: Other
Status: UNCONFIRMED
   Version: 4.0.0.1 rc
 Component: Spreadsheet
   Product: LibreOffice

Thanks for the new conditional formatting dialog. I would like to suggest two
small enhancement requests which improve usability with regards to cell styles
for conditions:

(a):
It would be good if the cell style which is selected by default in the dialog
is not the style named Default, but rather the style in the list named
Result. Suggestion: Set the style Result as style selected by default for
conditions in the dialog.
Rationale of this request: 100% of users want to choose a style which is
different from the default cell style, because they want to see the result of
conditional formatting in their sheet.

(b)
Please add two more cell styles to the list of cell styles in the dialog which
are very commonly used by users: 
* Style Positive values (green font colour) and
* Style Negative values (red font colour)
Rationale of this request: From all spreadsheets using conditional formatting I
have see so far, the vast majority of sheets just marks positive and negative
values. The set-up of this in Calc is a bit cumbersome, because everyone needs
to define two new cell styles when they simply want to mark values =0 and 0

System: Ubuntu 12.10, 64-Bit, LibreOffice Version 4.0.0.1 (Build ID:
527dba6f6e0cfbbc71bd6e7b88a52699bb48799)

-- 
You are receiving this mail because:
You 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 52073] Calc UI: Issues with conditional formatting dialogs in LO 3.6.0 Beta3

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52073

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

   What|Removed |Added

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

--- Comment #9 from Gerry gerry.trep...@googlemail.com ---
I checked the Release candidate 1 for LibreOffice 4.0 and IMHO the issues
described in the report and the comments are solved. I mark this bug as
resolved-fixed.

While testing, I realised smaller usability issues with the dialogue which fall
more in the category of small enhancement requests. I opened two entries for
these enhancement requests:

Bug 59316 - Conditional formatting: Usability improvements for the cell range
picker in new conditional formatting dialog

Bug 59317 - Conditional formatting: Usability improvements for condition styles
in new conditional formatting dialog

@Markus: You did a great job with the new conditional formatting dialog.
Thanks!

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


[Libreoffice-bugs] [Bug 50288] PDF-Export of MathType-Formula

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50288

Jean-Baptiste Faure jbf.fa...@sud-ouest.org changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|NOTOURBUG   |---
 CC||jbf.fa...@sud-ouest.org
 Ever confirmed|0   |1

--- Comment #2 from Jean-Baptiste Faure jbf.fa...@sud-ouest.org ---
(In reply to comment #1)
 Hmm, I can't edit that with Math, but the . is replaced by x. -- Bug of
 the extension...

Hmmm, which extension? AFAIK MathType is a standalone formula editor.
If I try to open the object remplacements (images in wmf format) Gimp does not
show dot nor x.
I think the problem is in LibreOffice pdf export because LO shows correctly the
formula, so it should be able to produce a correct picture for each when
exporting to pdf.
So reopening the bug report.

Best regards. JBF

-- 
You are receiving this mail because:
You 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 59318] New: FILTER: wrong filtering if text in cell is coloured

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59318

  Priority: medium
Bug ID: 59318
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: FILTER: wrong filtering if text in cell is coloured
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: sansuicollec...@online.de
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 3.6.4.3 release
 Component: Spreadsheet
   Product: LibreOffice

Created attachment 72953
  -- https://bugs.freedesktop.org/attachment.cgi?id=72953action=edit
the spreadsheet containing the reported incident

Problem description: 

-look at the attachment,Folder 'Silizium' (I prepared it)
-check filtering in col Hfe
-the entry written in red colour gets a own selection entry
-to get all existing cells as a correct result you have to scroll down to the
second entry '30MIN' and mark this, too
-if its NOT a bug, this handling is dangerous



Operating System: Windows XP
Version: 3.6.4.3 release

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


[Libreoffice-bugs] [Bug 45892] Concurrent use of MathType and LibreOffice Math in LibreOffice Writer can cause a MathType error

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45892

Jean-Baptiste Faure jbf.fa...@sud-ouest.org changed:

   What|Removed |Added

 CC||jbf.fa...@sud-ouest.org

--- Comment #6 from Jean-Baptiste Faure jbf.fa...@sud-ouest.org ---
Are you sure that the problem is in LibreOffice and not in MathType?
What about if you create your formula in MathType directly? I assume that you
can work in MathType in standalone mode.

Please could you attach a screencopy of the error message? It is not clear if
the error message is sent by MathType or by LibreOffice.

Best regards. JBF

-- 
You are receiving this mail because:
You 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 53613] PRINTING: When printing a presentation based on some of the default designs the background is small

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53613

Marco Menardi mme...@mail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #7 from Marco Menardi mme...@mail.com ---
Can confirm with Beta1 (since with RC1 under GNU/Linux it freezes) under XP.

-- 
You are receiving this mail because:
You 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 50226] FILEOPEN RTF: TABLE VIEWING isn't correct

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50226

--- Comment #4 from Ivan ivanet-m...@list.ru ---
LibreOffice 4.0.0 RC1 (2013-01-12)
Windows XP Professional SP3

in this version it is impossible to read the file because of shift of tables

-- 
You are receiving this mail because:
You 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 43573] FILEOPEN: Writer crash when open docx file.

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43573

Andrey Gankov gan...@opensuse.org changed:

   What|Removed |Added

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

--- Comment #9 from Andrey Gankov gan...@opensuse.org ---
I tested both files on windows XP with LO 3.6.4, it works.
I think we can close bug.

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


[Libreoffice-bugs] [Bug 58562] EDITING: copy and paste of CHART from Calc looses Y values

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58562

Ruslan Kabatsayev b7.10110...@gmail.com changed:

   What|Removed |Added

   Priority|medium  |highest

--- Comment #7 from Ruslan Kabatsayev b7.10110...@gmail.com ---
Setting priority according to description in bug 59175:
Normal - Can make high quality work substantially harder to accomplish
Highest - Regression

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


[Libreoffice-bugs] [Bug 54157] LibreOffice 3.7/4.0 most annoying bugs

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=54157

Ruslan Kabatsayev b7.10110...@gmail.com changed:

   What|Removed |Added

 Blocks||58562

--- Comment #77 from Ruslan Kabatsayev b7.10110...@gmail.com ---
Nominating bug 58562 because it makes it close to impossible to paste charts
from Calc to Writer, with the only obvious workaround being to use older LibO
version.

-- 
You are receiving this mail because:
You 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 58562] EDITING: copy and paste of CHART from Calc looses Y values

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58562

Ruslan Kabatsayev b7.10110...@gmail.com changed:

   What|Removed |Added

 Depends on||54157

-- 
You are receiving this mail because:
You 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 58562] EDITING: copy and paste of CHART from Calc looses Y values

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58562

Ruslan Kabatsayev b7.10110...@gmail.com changed:

   What|Removed |Added

 Depends on|54157   |
 Blocks||54157

-- 
You are receiving this mail because:
You 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 58235] Windows installer slowness / freezes

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58235

--- Comment #7 from Marco Menardi mme...@mail.com ---
Created attachment 72954
  -- https://bugs.freedesktop.org/attachment.cgi?id=72954action=edit
recording that custom install procedes smootly

Rc1, XP, I've recorded the Custom install process and procedes smootly. To be
sincere the very first time I tried I had a 1-2 second lag when I selected
Custom, but the rest was fast as in the movie attached.
This is a KVM VM without great performances

-- 
You are receiving this mail because:
You 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 43573] FILEOPEN: Writer crash when open docx file.

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43573

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

   What|Removed |Added

 Resolution|FIXED   |WORKSFORME

--- Comment #10 from Julien Nabet serval2...@yahoo.fr ---
Thank you Andrey for your feedback.
Since there's no specific fix, I'll WFM.

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


[Libreoffice-bugs] [Bug 59239] FILESAVE: Automatic file name extension is never enabled on Save As

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59239

E Ridderby paddla...@gmail.com changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |NOTOURBUG

-- 
You are receiving this mail because:
You 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 41884] [Task] Windows Installer Most Annoying Bugs

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41884

Rebentisch tabe...@gmail.com changed:

   What|Removed |Added

 Depends on||57185

--- Comment #6 from Rebentisch tabe...@gmail.com ---
Mysterious 1935 errors terminate MSI installation of 4.0 RC1

-- 
You are receiving this mail because:
You 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 57185] Error 1935 during Windows installation

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57185

Rebentisch tabe...@gmail.com changed:

   What|Removed |Added

 Blocks||41884

-- 
You are receiving this mail because:
You 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 58431] ReInstall custom LibreOffice

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58431

--- Comment #2 from Marco Menardi mme...@mail.com ---
Created attachment 72958
  -- https://bugs.freedesktop.org/attachment.cgi?id=72958action=edit
Only word not active

I've installed RC1 under XP (no M$ Office were ever installed there), then
re-run the installer and selected the Modify option. I've a different behaviour
than the one of the reporter, but the problem is the same, since at least one
application association is unflagged (in my case Word).
Btw, in a XP where no office program has been installed, .doc is associated
with Wordpad, so if you double click .doc wordpad runs but shows nothing since
is unable to decode that format.

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


[Libreoffice-bugs] [Bug 58431] ReInstall custom LibreOffice

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58431

Marco Menardi mme...@mail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||mme...@mail.com
 Ever confirmed|0   |1

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


[Libreoffice-bugs] [Bug 59317] Conditional formatting: Usability improvements for condition styles in new conditional formatting dialog

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59317

Markus Mohrhard markus.mohrh...@googlemail.com changed:

   What|Removed |Added

 CC||heinzless...@gmail.com

--- Comment #1 from Markus Mohrhard markus.mohrh...@googlemail.com ---
@Astron: What is the opinion of the UX team about this?

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


[Libreoffice-bugs] [Bug 59316] Conditional formatting: Usability improvements for the cell range picker in new conditional formatting dialog

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59316

Joren De Cuyper joren.libreoff...@telenet.be changed:

   What|Removed |Added

 CC||joren.libreoffice@telenet.b
   ||e,
   ||markus.mohrhard@googlemail.
   ||com

--- Comment #1 from Joren De Cuyper joren.libreoff...@telenet.be ---
@Markus: because this is a 'bug' about conditional formatting I add you too CC

-- 
You are receiving this mail because:
You 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 59314] Crash using the new conditional formatting option Icon set (part II)

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59314

Joren De Cuyper joren.libreoff...@telenet.be changed:

   What|Removed |Added

 CC||joren.libreoffice@telenet.b
   ||e,
   ||markus.mohrhard@googlemail.
   ||com

--- Comment #1 from Joren De Cuyper joren.libreoff...@telenet.be ---
@Markus: because this is a bug about conditional formatting I add you too CC

-- 
You are receiving this mail because:
You 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 59314] Crash using the new conditional formatting option Icon set (part II)

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59314

Joren De Cuyper joren.libreoff...@telenet.be changed:

   What|Removed |Added

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

-- 
You are receiving this mail because:
You 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 59251] Crash using the new conditional formatting option Icon set

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59251

Joren De Cuyper joren.libreoff...@telenet.be changed:

   What|Removed |Added

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

-- 
You are receiving this mail because:
You 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 59299] [PERSONAS] only applies to toolbars at top.

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59299

Joren De Cuyper joren.libreoff...@telenet.be changed:

   What|Removed |Added

   Hardware|Other   |All
 OS|Linux (All) |All
 Status|UNCONFIRMED |NEW
   Severity|normal  |enhancement
 CC||joren.libreoffice@telenet.b
   ||e
 Ever confirmed|0   |1

--- Comment #2 from Joren De Cuyper joren.libreoff...@telenet.be ---
Hi,

Thanks for reporting. 
That's the correct behavior so far. Maybe this will be available in later
versions. Therefore this is not a bug, but an enhancement. I see Kendy is
already in CC, so he'll have a look at it when he have time for it.

Kind regards,
Joren

-- 
You are receiving this mail because:
You 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 55820] FILESAVE: silently corrupts docx file

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55820

--- Comment #8 from nicolas.bouleng...@free.fr ---
Last post was based on 3.5.4 sources.
The bug is reproducible it with 3.6.4.
At least two similar bugs (Bug 52610 and Bug 53175) have been patched
meanwhile.

-- 
You are receiving this mail because:
You 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 44446] LibreOffice 3.6 most annoying bugs

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=6

Mihkel Tõnnov mihh...@gmail.com changed:

   What|Removed |Added

 Depends on||58283

--- Comment #195 from Mihkel Tõnnov mihh...@gmail.com ---
Nominating bug 58283 (LibO descriptions untranslated in application menu), as
it means that many Linux users get LibO app descriptions (plus Unity's New
Document/Spreadsheet/...) in their menu in English, even if they use localized
desktop.

-- 
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 58283] .desktop files miss translations - LibO descriptions untranslated in application menu

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58283

Mihkel Tõnnov mihh...@gmail.com changed:

   What|Removed |Added

 Blocks||6

-- 
You are receiving this mail because:
You 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 59303] [libvisio] VSD file picture's color is imported incorrectly

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59303

ape os...@yandex.ru changed:

   What|Removed |Added

Summary|[libvisio] VSD file |[libvisio] VSD file
   |picture's color is exported |picture's color is imported
   |incorrectly |incorrectly

-- 
You are receiving this mail because:
You 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 58815] [CRASH] new document, add slide/page, close without saving crashes Impress, Draw

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58815

Joren De Cuyper joren.libreoff...@telenet.be changed:

   What|Removed |Added

 CC||gerry.trep...@googlemail.co
   ||m

--- Comment #22 from Joren De Cuyper joren.libreoff...@telenet.be ---
*** Bug 59313 has been marked as a duplicate of this bug. ***

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


[Libreoffice-bugs] [Bug 59303] [libvisio] VSD file picture's color is imported incorrectly

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59303

--- Comment #1 from ape os...@yandex.ru ---
(In reply to comment #0)
 VSD file picture's color is exported incorrectly...
--
Sorry: VSD file picture's color is imported incorrectly.

-- 
You are receiving this mail because:
You 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 59313] Crash on closing a draw document with at least two pages

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59313

Joren De Cuyper joren.libreoff...@telenet.be changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #1 from Joren De Cuyper joren.libreoff...@telenet.be ---
Thanks for reporting! But I already reported this bug, so I set this one as
DUPLICATE.

But duplicate or not... thanks!

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

-- 
You are receiving this mail because:
You 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 59321] New: Windows installer visibly escapes double quotes

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59321

  Priority: medium
Bug ID: 59321
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Windows installer visibly escapes double quotes
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: mihh...@gmail.com
  Hardware: All
Status: NEW
   Version: 3.6.4.3 release
 Component: Installation
   Product: LibreOffice

When using quote marks in translation (e.g. when referring to buttons in text),
the Windows installer escapes them visibly, i.e. shows \ instead of just .

I went around the problem for now by replacing the straight quotes with the
curly ones in translation of instsetoo_native, but this should be fixed
nonetheless.

-- 
You are receiving this mail because:
You 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 58283] .desktop files miss translations - LibO descriptions untranslated in application menu

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58283

--- Comment #1 from Mihkel Tõnnov mihh...@gmail.com ---
Translations still missing in 4.0.

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


[Libreoffice-bugs] [Bug 58283] .desktop files miss translations - LibO descriptions untranslated in application menu

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58283

--- Comment #2 from Mihkel Tõnnov mihh...@gmail.com ---
I mean, 4.0.0 RC 1.

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


[Libreoffice-bugs] [Bug 57418] Warning 1910 during uninstallation

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57418

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

   What|Removed |Added

Summary|Warning 1910|Warning 1910 during
   ||uninstallation

-- 
You are receiving this mail because:
You 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 59323] New: Impress conversion to pptx fails to open in PowerPoint 2010

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59323

  Priority: medium
Bug ID: 59323
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Impress conversion to pptx fails to open in PowerPoint
2010
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: jcs.libreoff...@soroban.co.uk
  Hardware: x86 (IA32)
Status: NEW
   Version: 3.6.2.2 release
 Component: Libreoffice
   Product: LibreOffice

Created attachment 72961
  -- https://bugs.freedesktop.org/attachment.cgi?id=72961action=edit
ZIP file containing odp file and converted ppt and pptx files

An Impress presentation saved as PPTX format fails to open when using Office
2010.

Message says

PowerPoint has found a problem with current filename. Powerpoint can attempt
to repair the presentation

The repair fails.

Saving as PPT format everything works correctly and the PowerPoint presentation
runs in Office 2010 PowerPoint.

The presentation within the attached ZIP file contains a subset consisting of
two slides from the presentation as PPTX bug.odp and two files generated by
Impress, PPTX bug.ppt which is OK and PPTX bug.pptx which fails to open in
Office 2010.

the first slide contains Tables
the second slide contains an animation

Environment:
ODP file created on a Vista Home edition 32 bit machine with LO 3.6.2.2 release

The PowerPoint 2010 attempting to open PPT and PPTX files is running on W7
enterprise 64 bit.

-- 
You are receiving this mail because:
You 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 59276] Document information only partial accessible for Windows Explorer Extension

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59276

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

   What|Removed |Added

 CC||vitriol_vitr...@katamail.co
   ||m
Summary|WRITER Document information |Document information only
   |only partial accessible for |partial accessible for
   |OS files explorer   |Windows Explorer
   ||Extension
Version|3.3.0 Beta2 |3.6.4.3 release

--- Comment #4 from Rainer Bielefeld libreoff...@bielefeldundbuss.de ---
It seems my observations concerning info in Documents created with various LibO
Versions were irrelevant. Relevant is the version of the running WIN Explorer
Plugin.

I uninstalled the Plugin (Modify LibO Installation for 3.6.4.3 via WIN System
Settings) and the info disappeared.

I uninstalled 3.6.4 and installed 3.5.7 (with Windows Explorer Estension, of
course), now all expected info was available

BTW, when I tried to reinstall 3.6.4 after my test, I got WIN warning message 
Files in use:
Microsoft Windows Search Filter Host (Process Id: 1548)
Microsoft Windows-Explorer (Process Id: 2816
I had to ignore those messages, no idea whether that might be related.

@Vitriol:
Do you have knowledge here, may be you can confirm for other language?

-- 
You are receiving this mail because:
You 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 59276] Document information only partial accessible for Windows Explorer Extension

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59276

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

   What|Removed |Added

  Attachment #72899|0   |1
is obsolete||

--- Comment #5 from Rainer Bielefeld libreoff...@bielefeldundbuss.de ---
Created attachment 72962
  -- https://bugs.freedesktop.org/attachment.cgi?id=72962action=edit
Screenshots comparing results LibO3.5 - 3.6

-- 
You are receiving this mail because:
You 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 59324] New: : incomplete Translation for Windows Explorer Extension

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59324

  Priority: medium
Bug ID: 59324
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: : incomplete Translation for Windows Explorer
Extension
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: libreoff...@bielefeldundbuss.de
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 3.6.4.3 release
 Component: Libreoffice
   Product: LibreOffice

This one is a spin off from Bug 59276 - Document information only partial
accessible for Windows Explorer Extension

Steps to reproduce with LibreOffice 3.6.4.3 German UI/ German Locale
[Build-ID: 2ef5aff] {pull date 2012-11-28} on German WIN7 Home Premium (64bit):
1. Start WIN files Explorer
2. Rightclick a (Writer-) document, select Tab 
   Document statistics
   Expected: Tab Title and List Tags translated to German
   Actual: Tab Title and List Tags text in English

Please see Attachment 72962 for Bug 59276 with Screenshots comparing Document
Info in Win Explorer with installed
LibO 3.5  -  LibO 3.6


Operating System: Windows 7
Version: 3.6.4.3 release

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


[Libreoffice-bugs] [Bug 55820] FILESAVE: silently corrupts docx file

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55820

--- Comment #9 from nicolas.bouleng...@free.fr ---
The attached patch sligthly improves readability. This is useful for code that
already caused at least 3 bugs.
If I understand well, for each element:
- EndURL() is called at most once,
- then RunText() is called an arbitrary number of times,
- then EndRun() is called exactly once.
If so, the variable m_startedHyperlink may be read before it is set for the
current element. One solution would be to make it local to EndRun().
It is possible that the bug is caused by this sequence.
- EndURL then RunText then Endrun are called for Element 1
  assuming m_pHyperlinkAttrList, m_startedHyperlink is set when we exit
- EndURL then RunText then EndRun are called for Element 2
  closing of Element 2 happens to quick.

-- 
You are receiving this mail because:
You 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 59276] Document information only partial accessible for Windows Explorer Extension

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59276

--- Comment #6 from Rainer Bielefeld libreoff...@bielefeldundbuss.de ---
@Jochen:
Is WIN Explorer Extension also in Pootle?

-- 
You are receiving this mail because:
You 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 59324] Incomplete Translation for Windows Explorer Extension

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59324

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

   What|Removed |Added

 CC||d...@jochenschiffers.de,
   ||LibreOffice@bielefeldundbus
   ||s.de,
   ||vitriol_vitr...@katamail.co
   ||m
Summary|: incomplete Translation|Incomplete Translation for
   |for Windows Explorer   |Windows Explorer
   |Extension  |Extension

--- Comment #1 from Rainer Bielefeld libreoff...@bielefeldundbuss.de ---
@Vitriol:
Do you have knowledge here, may be you can confirm for other language?

@Jochen:
Any Ideas concerning the translation problem?

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


[Libreoffice-bugs] [Bug 59325] New: Buttons disappeared in calc

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59325

  Priority: medium
Bug ID: 59325
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: Buttons disappeared in calc
  Severity: normal
Classification: Unclassified
OS: Linux (All)
  Reporter: bunty.surc...@gmail.com
  Hardware: x86-64 (AMD64)
Status: UNCONFIRMED
   Version: 4.0.0.1 rc
 Component: Spreadsheet
   Product: LibreOffice

Hello,

After having made some rechearch, I did not find any report concerning this
bug. Several buttons of my spreadsheet file disappeared.

Steps to reproduce.
1. Open a spreadsheet file
2. Place some buttons, for example assigned to the other sheets of the file or
to an external file.
3. Save the document
4. Close completly libreoffice
5. Reopen the file.

The buttons can still be there or have disappeared partially or all of them. In
fact, this can happen at the first attempt or later when the file is edited;

Hope that this post is not a duplicate. If ever it's the case, sorry for it.
Else, hope that this post will help to make the forcoming version better.

Best regards

Bunty

-- 
You are receiving this mail because:
You 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 41672] undefined: This is my description

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41672

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

   What|Removed |Added

   Assignee|libreoffice-b...@lists.free |LibreOffice@bielefeldundbus
   |desktop.org |s.de
  Component|Libreoffice |deletionrequest

-- 
You are receiving this mail because:
You 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 51296] UI: Calc doesn't take care of security setting Ctrl-click required to follow hyperlinks

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=51296

Qubit bishop.robin...@gmail.com changed:

   What|Removed |Added

 CC||bishop.robin...@gmail.com

--- Comment #3 from Qubit bishop.robin...@gmail.com ---
Looks like we just had another user run into this bug:
http://ask.libreoffice.org/en/question/9809/how-to-prevent-libreoffice-from-opening-the/

Any hope of a patch landing for 4.0? I'd be happy to download a nightly build
and verify the fix...

-- 
You are receiving this mail because:
You 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 59314] Crash using the new conditional formatting option Icon set (part II)

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59314

Marco Menardi mme...@mail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||mme...@mail.com
 Ever confirmed|0   |1

--- Comment #2 from Marco Menardi mme...@mail.com ---
I can confirm RC1, Debian GNU/Linux 64, KDE

-- 
You are receiving this mail because:
You 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 55820] FILESAVE: silently corrupts docx file

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55820

nicolas.bouleng...@free.fr changed:

   What|Removed |Added

  Attachment #68361|0   |1
is obsolete||

--- Comment #10 from nicolas.bouleng...@free.fr ---
Created attachment 72963
  -- https://bugs.freedesktop.org/attachment.cgi?id=72963action=edit
clarification of hyperlink closing steps

-- 
You are receiving this mail because:
You 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 55820] FILESAVE: silently corrupts docx file

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55820

--- Comment #11 from nicolas.bouleng...@free.fr ---
Bug 47669 is also related.

-- 
You are receiving this mail because:
You 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 59276] Document information only partial accessible for Windows Explorer Extension

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59276

--- Comment #7 from vitriol vitriol_vitr...@katamail.com ---
(In reply to comment #5)

 @Vitriol:
 Do you have knowledge here, may be you can confirm for other language?

In Italian language I can see the tab Dettagli (Details) but not the tab
Statistiche (Statistics). Into the field Contenuto (Content) under tab
Details there are no data available.
LibO Versione 3.6.4.3 (Build ID: 2ef5aff). SO: Win7 HP 64 bit Italian.

-- 
You are receiving this mail because:
You 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 59324] Incomplete Translation for Windows Explorer Extension

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59324

--- Comment #2 from vitriol vitriol_vitr...@katamail.com ---
(In reply to comment #1)

 @Vitriol:
 Do you have knowledge here, may be you can confirm for other language?

I can confirm. Document statistics is not translated. Tested in Italian
language.

-- 
You are receiving this mail because:
You 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 59326] New: FORMATTING: Foreground and Background Problems of Frames and Basic Shapes in “Wrap Through“ Mode

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59326

  Priority: medium
Bug ID: 59326
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: FORMATTING: Foreground and Background Problems of
Frames and Basic Shapes in “Wrap Through“ Mode
  Severity: normal
Classification: Unclassified
OS: Windows (All)
  Reporter: harald-koes...@htp-tel.de
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 3.6.4.3 release
 Component: Writer
   Product: LibreOffice

Created attachment 72964
  -- https://bugs.freedesktop.org/attachment.cgi?id=72964action=edit
Example document in order to explain the problems

Problem description: 

I recognized three incorrectnesses according the display of frames and drawing
elements. Hence there is a close relationship between these 3 items I describe
them here in one bug report. If necessary I can split them into 3 reports. In
order to explain the bugs have a look at the attachment. 

(1)
At the top of the page there is a paragraph with the paragraph background
colour light blue. Some lines beneath there is another paragraph with the
character background colour yellow. Furthermore there are a rectangle (orange
background) and a frame (grey background). Both are in “Wrap Through” mode and
are pushed to the background. 
You can see that the display is different between paragraphs with a filled
paragraph background and a filled character background. Hence the frame and the
rectangle are pushed to the background, I expect in both cases, that paragraphs
(characters, background and border lines) completely cover the frame and the
rectangle. That means nothing of the frame/rectangle can be seen in filled
areas. So the area of the first paragraph (blue) is displayed wrongly and the
area of the second paragraph (yellow) is displayed correctly.

(2)
At the bottom of the page there is another paragraph (character colour:
magenta) and also another rectangle (left side) and another frame (right side).
Rectangle and frame are both in “Wrap Through” mode but in this case they are
in the foreground. Furthermore they are not filled with background colours.
You can see that there is a difference between the display of a rectangle and a
frame. If such an element (frame, rectangle, ellipse,...) is not filled with a
colour, it means for me that the transparency is 100 %. And that means
everything beneath the element should be visible. Hence I expect that in the
frame area the paragraph (character colour: magenta) should be visible. 

(3)
Have a look to the arrow at the red border line of the rectangle. The rectangle
is in the foreground. Hence I expect, that the border line covers the
characters (magenta) of the paragraph and not the other way round.

Operating System: Windows 7
Version: 3.6.4.3 release

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


[Libreoffice-bugs] [Bug 59297] Calc: Popup message doesn't appear how it's expected

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59297

--- Comment #5 from Marco Menardi mme...@mail.com ---
Created attachment 72965
  -- https://bugs.freedesktop.org/attachment.cgi?id=72965action=edit
Comments are shown but saved file has thicker borders

Tested with Debian GNU/Linux 64, LiBo RC1
With 3.6.4.3 had the same problem, but I think that is the comments display is
just disabled. In fact with RC1 I right click to the cells with comment and
select Show comment and it works (see image attached).
When I save the doc, this setting is preserved, just noticed that borders
become thicker, but this is a different problem.
I ask the reporter to test it

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


[Libreoffice-bugs] [Bug 59297] Calc: Popup message doesn't appear how it's expected

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59297

Marco Menardi mme...@mail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 CC||mme...@mail.com
 Ever confirmed|0   |1

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


[Libreoffice-bugs] [Bug 59023] FORMATTING: no more row-height adjusting

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59023

gerdl e...@arcor.de changed:

   What|Removed |Added

   Severity|normal  |blocker
   Priority|medium  |highest
 CC||e...@arcor.de

--- Comment #2 from gerdl e...@arcor.de ---
changed to blocker, because spreadsheets created with prior versions cannot be
worked with.

-- 
You are receiving this mail because:
You 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 59289] Problem with cell protection

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59289

Marco Menardi mme...@mail.com changed:

   What|Removed |Added

  Attachment #72911|text/plain  |application/octet-stream
  mime type||

-- 
You are receiving this mail because:
You 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 59276] Document information only partial accessible for Windows Explorer Extension

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59276

--- Comment #8 from Jochen d...@jochenschiffers.de ---
(In reply to comment #6)

@Rainer

 Is WIN Explorer Extension also in Pootle?

IMHO no

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


[Libreoffice-bugs] [Bug 42975] Opening a word file all the Formula Editor's objects have small size.

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42975

Jean-Baptiste Faure jbf.fa...@sud-ouest.org changed:

   What|Removed |Added

 Status|NEW |NEEDINFO

--- Comment #11 from Jean-Baptiste Faure jbf.fa...@sud-ouest.org ---
I do not reproduce the bug anymore with LO 4.0.0.1+ under Ubuntu 12.04 x86-64.
@Reporter: could you try with current RC of LO 4.0 to see if the problem still
occur on your side?

Thank you very much for your help. JBF

-- 
You are receiving this mail because:
You 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 42629] SUM, COUNT, COUNT², MAX, MIN, etc. Status bar toggle box for selections - Allow more than one

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=42629

--- Comment #3 from Crusader crusader...@gmail.com ---
Is this valuable suggestion (which is  a year old) dead?

The ability to see multiple values of one's choosing on the status bar is of
immense value and can only add a feather to LibreOffice's cap.

In the real world, these kinds of small, non-life threatening features make a
big difference when office software adoption is considered.  Please don't let
LibreOffice lose out!

-- 
You are receiving this mail because:
You 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 41411] LOCALHELP EDITING WRITER TABLE: Keyboard insertion/deletion of rows, columns, cells description incomplete

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41411

Paul Weiss lib...@hotmail.com changed:

   What|Removed |Added

 CC||lib...@hotmail.com

--- Comment #8 from Paul Weiss lib...@hotmail.com ---
Local help for 3.6.4.3 on Windows 7 (Text Documents-Tables in Text
Documents-Adding or Deleting a Row or Column to a Table Using the Keyboard)
still does not mention the 3-second timeframe. Wiki help is the same.

-- 
You are receiving this mail because:
You 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 59289] Problem with cell protection

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59289

Marco Menardi mme...@mail.com changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever confirmed|0   |1

--- Comment #1 from Marco Menardi mme...@mail.com ---
I can confirm the change of behaviour from 3.6.4.3 and 4.0RC1, Debian GNU/Linux
64 bit. Also cells colors are different!

-- 
You are receiving this mail because:
You 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 59327] New: BASIC: A missing optional argument is treated as a not declared variable.

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59327

  Priority: medium
Bug ID: 59327
  Assignee: libreoffice-bugs@lists.freedesktop.org
   Summary: BASIC: A missing optional argument is treated as a not
declared variable.
  Severity: normal
Classification: Unclassified
OS: Linux (All)
  Reporter: chapaiki...@mail.ru
  Hardware: Other
Whiteboard: BSA
Status: UNCONFIRMED
   Version: 3.5.4 release
 Component: BASIC
   Product: LibreOffice

Created attachment 72968
  -- https://bugs.freedesktop.org/attachment.cgi?id=72968action=edit
A code example to reproduce the bug.

Problem description: A missing optional argument is treated as a not declared
variable.

Steps to reproduce:
See a code example below.


Option Explicit


Private Sub Do__Error__Optional_argument_is_not_a_variable__Error(Optional
ByVal anArgument)

Dim aVariable as Single

If False Then Dim anArgument as Boolean

aVariable=anArgument ' This line produces an error 12, if option
explicit' is used.
aVariable=-456 ' This line is executed only if option
explicit' is NOT used.

End Sub 'Do__Error__Optional_argument_is_not_a_variable__Error


Private Sub Do__Error__Optional_argument_is_not_a_variable__Success(Optional
ByVal anArgument)

Dim aVariable as Single

'If False Then Dim anArgument as Boolean

aVariable=anArgument
aVariable=-456

End Sub 'Do__Error__Optional_argument_is_not_a_variable__Success


Sub Error__Optional_argument_is_not_a_variable

Do__Error__Optional_argument_is_not_a_variable__Success anArgument:=-123   
' This call never produces an error.
MsgBox 1: +

Do__Error__Optional_argument_is_not_a_variable__Error anArgument:=-123'
This call produces an error 12, if option explicit' is used.
MsgBox 2: +

End Sub 'Error__Optional_argument_is_not_a_variable


Current behavior:

An error 12 occurs.

Expected behavior:

No error occurs.


Operating System: Ubuntu
Version: 3.5.4 release

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


[Libreoffice-bugs] [Bug 59324] Incomplete Translation for Windows Explorer Extension

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59324

--- Comment #3 from Jochen d...@jochenschiffers.de ---
(In reply to comment #1)
 Any Ideas concerning the translation problem?

@Rainer
IMHO not a localisation-problem.
Perhaps LO use a DLL-file (or something similar like this) and this file
doesn´t exist in Pootle.
Can you find out what file is using causing the effect?

-- 
You are receiving this mail because:
You 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 40534] Slide tearing in dual screen presentation

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40534

Duarte duarte.fra...@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |---
Version|3.4.1 release   |3.6.4.3 release

--- Comment #5 from Duarte duarte.fra...@gmail.com ---
Seems like it was not correctly fixed, if fixed at all. Maybe the problem went
away by chance because of some other code changes?
Anyway, screen tearing in Impress was back at least in version 3.6.2, and is
still present in 3.6.4.3

Tested in Windows 7 64Bits with dual 2560x1600 resolution monitors

-- 
You are receiving this mail because:
You 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 38781] LOCALHELP for Navigation Toolbar missing

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38781

--- Comment #5 from Paul Weiss lib...@hotmail.com ---
Oh, okay, I though it was obvious.
1. Press F1 to open local help.
2. Access help for Navigator in one of the following ways:
   a. Contents
  Text Documents-Command and Menu Reference-View-Navigator
 or for briefer help:
  Text Documents-Navigating Text Documents-Navigator for Text Documents
  Common Help Topics-Working with the User Interface-Navigatgor for
Document Overview
 (there are probably other ways, too)
   b. Index-Navigator
   c. Find-Navigator

-- 
You are receiving this mail because:
You 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 58170] Help button in menu 'Tools - Options - Load/Save - General' does not reach context related LOCALHELP

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58170

Paul Weiss lib...@hotmail.com changed:

   What|Removed |Added

 CC||lib...@hotmail.com

--- Comment #2 from Paul Weiss lib...@hotmail.com ---
Problem still present in 3.6.4.3 on Windows 7.

-- 
You are receiving this mail because:
You 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 53043] : Tracking changes changes language

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=53043

--- Comment #2 from Hendrik Maryns hend...@hendrikmaryns.name ---
I cannot reproduce anymore either.  Strange.  This is on Linux.  Will try again
on computer where this occurred in the first place.

-- 
You are receiving this mail because:
You 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 58241] Help button in menu 'Tools - Options - Language Settings - Languages' does not reach context related LOCALHELP

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58241

Paul Weiss lib...@hotmail.com changed:

   What|Removed |Added

 CC||lib...@hotmail.com

--- Comment #2 from Paul Weiss lib...@hotmail.com ---
Problem still present in 3.6.4.3 on Windows 7.

-- 
You are receiving this mail because:
You 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 57147] EDITING: Paste stop working after several copy-paste

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57147

--- Comment #2 from Mike Lister micklis...@gmail.com ---
(In reply to comment #1)
 Any chance you can try reproducing this on a different version of Windows?
 (e.g. Win7, XP etc)
 
 How big is the text you are pasting? 5 lines? 50 lines? 500 lines?
 
 Are you pasting into an empty document? Or an existing document?

I frequently cut online newspaper articles from Firefox and paste into
LibreOffice Writer.  Using the release 3.6 and the RC 4.1 after several cut and
pastes LibreOffice gets stuck and will only paste an old paste.
At that point I can cleanly paste into Microsoft Word but not LibreOffice
without exiting the program and reloading LibreOffice.
I am using Windows 8 Professional with up-to-date patches.  I can repeat this
easily and it stops me using LibreOffice as this becomes tiresome.

I do not have older versions of Windows available.  Can easily replicate after
4 or 5 paste operations.  Can supply screen recording if needed.

-- 
You are receiving this mail because:
You 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 52318] LOCALHELP: Icons and text wrong and/or missing for new File dialog

2013-01-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52318

Paul Weiss lib...@hotmail.com changed:

   What|Removed |Added

 CC||lib...@hotmail.com

--- Comment #3 from Paul Weiss lib...@hotmail.com ---
I'm not clear what you think the problem is. The Up One Level and Create New
Directory icons are correct in your attachment and in local help.

-- 
You are receiving this mail because:
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   >