[sw-issues] [Issue 106576] wbutton.cxx: bad call to erase

2009-11-03 Thread jcn
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=106576





--- Additional comments from j...@openoffice.org Tue Nov  3 12:31:56 + 
2009 ---
 I assume lst should have been a reference instead of value ?

@pl: yes, that's what I figure too, looking at this code. 

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 100544] ooxml condFormat import r egression

2009-03-30 Thread jcn
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=100544





--- Additional comments from j...@openoffice.org Mon Mar 30 13:13:21 + 
2009 ---
Fixed in ooo-build commit c6f3030dd0311d0af720a6cf99fb6567f31bfe54.

A few things to note:
  * This bug is a regression, it works in ooo300-m15.
  * Calc does not have Conditional Formating for duplicate
values.  This means that cells C16:21 have no Conditional
Format set and thus show no special formatting.  I consider
this not an ooxml import bug, it would be generic calc
feature request.

Attaching a copy of the fixing commit as a patch as a git web
interface is not yet available.  Hopefully one of these two links

   
http://cgit.freedesktop.org/ooo-build/commit/?id=c6f3030dd0311d0af720a6cf99fb6567f31bfe54

   
http://cgit.freedesktop.org/ooo-build/ooo-build/commit/?id=c6f3030dd0311d0af720a6cf99fb6567f31bfe54

will work in a few days from now, currently they are broken.


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 100544] ooxml condFormat import r egression

2009-03-30 Thread jcn
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=100544


User jcn changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |61278)
sc/source/ui/unoobj
|  |/tokenuno.cxx: ConvertToTo
|  |kenArray must return 0 upo
|  |n fail.






--- Additional comments from j...@openoffice.org Mon Mar 30 13:18:17 + 
2009 ---
Created an attachment (id=61278)
sc/source/ui/unoobj/tokenuno.cxx: ConvertToTokenArray must return 0 upon fail.


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 100544] ooxml condFormat import r egression

2009-03-25 Thread jcn
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=100544
 Issue #|100544
 Summary|ooxml condFormat import regression
   Component|Spreadsheet
 Version|OOO310m7
Platform|Unknown
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|open-import
 Assigned to|spreadsheet
 Reported by|jcn





--- Additional comments from j...@openoffice.org Wed Mar 25 12:40:14 + 
2009 ---
When importing an .xlsx with conditional cell formatting using
ooo310-m7 and dev300-m41 from download.openoffice.org,
values in the formula/formula part of condFormat are initialized
to 0, breaking conditional format style.

Eg, when opening the attached conditional-format.xlsx
the /Format/Conditional formatting dialog shows

C5:12 [Cell value is] [greater than] 0
  [ConditionalStyle_8]

G5:12 [Cell value is] [between] 0 [and] 0
  [ConditionalStyle_7]

etc.

With ooo300-m15, the formula values show correctly
(1000, 39011 and 39376 resp.) and the formatting
looks like the attached screenshot.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 100544] ooxml condFormat import r egression

2009-03-25 Thread jcn
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=100544





--- Additional comments from j...@openoffice.org Wed Mar 25 12:42:00 + 
2009 ---
Created an attachment (id=61174)
an .xlsx with condFormat exhibiting the import regression


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[sc-issues] [Issue 100544] ooxml condFormat import r egression

2009-03-25 Thread jcn
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=100544





--- Additional comments from j...@openoffice.org Wed Mar 25 12:43:41 + 
2009 ---
Created an attachment (id=61175)
screenshot of import with ooo300-m15 showing expected result.


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 89713] gengal is broken failing t o init UCB

2009-01-06 Thread jcn
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=89713





--- Additional comments from j...@openoffice.org Tue Jan  6 12:47:30 + 
2009 ---
The reason it works in ooo-build is that it also works in fixgengal :-)

Looking at the gengalrc that is provided it is obvious that
OOO_INSTALL_PREFIX must be set.

Here's what I do:

   mkdir fixgengal  cd fixgengal
   ooo-cws-co fixgengal
   cd config_office  ./configure [..]
   ./bootstrap
   dmake
   dmake install DESTDIR=$(pwd)/ooo-cvs prefix=
   export OOO_INSTALL_PREFIX=$(pwd)/ooo-cvs/openoffice.org3
   ooo-cvs/openoffice.org/basis3.0/program/gengal

OOO_INSTALL_PREFIX is supposed to be set by the gengal.sh script,
but that does not work in upstream's split install.

I'm attaching a working but kind of ugly patch for gengal.sh,
I can imagine that someone who actually understands this
split 3layer install can clean it up now it works.


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[graphics-issues] [Issue 89713] gengal is broken failing t o init UCB

2009-01-06 Thread jcn
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=89713





--- Additional comments from j...@openoffice.org Tue Jan  6 12:49:45 + 
2009 ---
Created an attachment (id=59169)
gengal.sh workaround for upstream's split 3layer install


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[www-issues] [Issue 94002] Migrate sshkeys to SVN cod e repository

2008-10-01 Thread jcn
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=94002


User jcn changed the following:

What|Old value |New value

 IssuesThisDependsOn|2473,9924,11472,18828,1985|2473,9924,11472,18828,1985
|9,22848,23777,26723,27875,|9,22848,23777,26723,27875,
|27886,46753,48869,51164,51|27886,46753,48869,51164,51
|393,60496,62341,71304,7273|393,60496,62341,71304,7273
|7,76325,76386,76989,82387,|7,76325,76386,76989,82387,
|84111,84258,84288,89492,90|83175,84111,84258,84288,89
|059,90666,91383,91634,9334|492,90059,90666,91383,9163
|6,94021,94084,94091,94093,|4,93346,94021,94084,94091,
|94095,94138,94143,94144,94|94093,94095,94138,94143,94
|147,94159,94160,94162 |144,94147,94159,94160





--- Additional comments from [EMAIL PROTECTED] Wed Oct  1 12:24:05 + 
2008 ---
depend on i#83175 for jcn

confused about EIS and what and add modify your issue might mean

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[www-issues] [Issue 83175] SSH2 key for Jan Nieuwenhu izen

2008-10-01 Thread jcn
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=83175


User jcn changed the following:

What|Old value |New value

OtherIssuesDependingOnTh|  |94002
  is|  |





-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 92397] DEV300_m29: toolkit/source /awt/vclxdialog.cxx

2008-08-06 Thread jcn
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92397





--- Additional comments from [EMAIL PROTECTED] Wed Aug  6 13:40:51 + 
2008 ---
ihi: it is only critical for DEV300 as this is a result of
cws-layoutdialogs that went into DEV300_m29.

(it could be potentially useful for developers on w3k who
 want to preview layout in OOO300, but there it will be 
 used when OOo is configured with --enable-layout.  I would
 need to test if it applies...)

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 92397] DEV300_m29: toolkit/source /awt/vclxdialog.cxx

2008-08-04 Thread jcn
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92397


User jcn changed the following:

What|Old value |New value

  CC|'cl'  |'cl,ihi'

  Status|NEW   |STARTED





--- Additional comments from [EMAIL PROTECTED] Mon Aug  4 10:40:59 + 
2008 ---
I'm attaching a patch that should fix all instances (can't test it)
and cc'ing ihi.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 92397] DEV300_m29: toolkit/source /awt/vclxdialog.cxx

2008-08-04 Thread jcn
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92397





--- Additional comments from [EMAIL PROTECTED] Mon Aug  4 10:42:47 + 
2008 ---
Created an attachment (id=55535)
windows 2003 build fix workaround


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 92397] DEV300_m29: toolkit/source /awt/vclxdialog.cxx

2008-08-04 Thread jcn
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92397





--- Additional comments from [EMAIL PROTECTED] Mon Aug  4 10:46:00 + 
2008 ---
ihi: I was being a bit cryptic.

Attached is a build fix for a windows 2003 compiler.  The one file version
of the patch was verified to work by reporter pjanik.

Can you please apply this
(http://www.openoffice.org/nonav/issues/showattachment.cgi/55535/0001-Windows-2003-compile-fixes-i-92397.patch)
patch, thanks?

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 92397] DEV300_m29: toolkit/source /awt/vclxdialog.cxx

2008-08-03 Thread jcn
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92397





--- Additional comments from [EMAIL PROTECTED] Sun Aug  3 12:36:35 + 
2008 ---
How odd.  That was the first buildbot I tried, but it did not even get
past libxml2:

cl.exe /nologo /D 'WIN32' /D '_WINDOWS' /D '_MB
CS' /W1 /MD /I.. /I..\include /I.\include /D '_REENTRANT' /D quo
t;HAVE_WIN32_THREADS' /D_CRT_SECURE_NO_DEPRECATE /D_CRT_NONSTDC_NO_DEPRECAT
E /D 'NDEBUG' /O2 /Foint.utils.msvc\ /c ..\testapi.c^M
testapi.c^M
..\testapi.c(294) : error C2001: newline in constant^M
..\testapi.c(295) : error C2143: syntax error : missing ')' before 'return'^M
NMAKE : fatal error U1077: 'cl.exe' : return code '0x2'^M
Stop.^M
dmake:  Error code 2, while making 
'./wntmsci10.pro/misc/build/so_built_so_libxml2'

Are you building plain dev300_m29?

As I cannot currently test your problem, maybe you can see if
this patch helps

diff --git a/toolkit/source/awt/vclxdialog.cxx 
b/toolkit/source/awt/vclxdialog.cxx
index f72500c..9c5bfbd 100644
--- a/toolkit/source/awt/vclxdialog.cxx
+++ b/toolkit/source/awt/vclxdialog.cxx
@@ -107,13 +107,22 @@ IMPLEMENT_2_FORWARD_XINTERFACE2( VCLXDialog, VCLXWindow,
Bin, VCLXDialog_Base );
 
 IMPLEMENT_FORWARD_XTYPEPROVIDER2( VCLXDialog, VCLXWindow, VCLXDialog_Base );
 
+#if defined(_MSC_VER)  (_MSC_VER = 1310)
+// Windows .Net2003 compatibility fix
+#define W3K_EXPLICIT_CAST(x) static_cast XWindow2* (x)
+// or even
+//#define W3K_EXPLICIT_CAST(x) static_cast  ::cppu::OWeakObject* (static_cast
VCLXWindow* (x))
+#else // !defined(_MSC_VER)  (_MSC_VER = 1310)
+#define W3K_EXPLICIT_CAST(x) x
+#endif // defined(_MSC_VER)  (_MSC_VER = 1310)
+
 void SAL_CALL VCLXDialog::dispose() 
throw(::com::sun::star::uno::RuntimeException)
 {
 {
 ::vos::OGuard aGuard( GetMutex() );
 
 ::com::sun::star::lang::EventObject aDisposeEvent;
-aDisposeEvent.Source = *this;
+aDisposeEvent.Source = W3K_EXPLICIT_CAST (*this);
 //maTabListeners.disposeAndClear( aDisposeEvent );
 }
 





-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 92397] DEV300_m29: toolkit/source /awt/vclxdialog.cxx

2008-08-02 Thread jcn
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92397





--- Additional comments from [EMAIL PROTECTED] Sat Aug  2 19:22:47 + 
2008 ---
I cannot reproduce your problem.  Please always specify the operating
system and compiler versions you are using.

In response to this bug report I started two buildbots.  The install sets
for Ubuntu can be downloaded here

   http://termite.go-oo.org/install_sets/Ubuntu-582-DEV300_m29-install_set.zip

and the Windows-XP2 buildbot has successfully built vcl, see

http://termite.go-oo.org/buildbot/Win-XP2/builds/709/step-shell_5/0

(but fails lateron on sdext and filter).

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 92397] DEV300_m29: toolkit/source /awt/vclxdialog.cxx

2008-08-02 Thread jcn
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=92397





--- Additional comments from [EMAIL PROTECTED] Sat Aug  2 19:25:27 + 
2008 ---
... has successfully built vclxdialog.obj and module 'toolkit'.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 89713] gengal is borken failing t o init UCB

2008-06-03 Thread jcn
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=89713





--- Additional comments from [EMAIL PROTECTED] Tue Jun  3 08:42:53 + 
2008 ---
Created an attachment (id=54199)
fix: add gengalrc and remove dead code from gengal


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 89713] gengal is borken failing t o init UCB

2008-06-03 Thread jcn
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=89713





--- Additional comments from [EMAIL PROTECTED] Tue Jun  3 08:40:28 + 
2008 ---
I've looked into this and am attaching a patch, from ooo-build:

http://svn.gnome.org/svn/ooo-build/trunk/patches/dev300/gengal-three-layer-install-scp2.diff
http://svn.gnome.org/svn/ooo-build/trunk/patches/dev300/gengal-three-layer-install-svx.diff

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[graphics-issues] [Issue 89713] gengal is borken failing t o init UCB

2008-05-21 Thread jcn
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=89713
 Issue #|89713
 Summary|gengal is borken failing to init UCB
   Component|Drawing
 Version|OOo 3.0 Beta
Platform|All
 URL|
  OS/Version|Unix, X11
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|wg
 Reported by|jcn





--- Additional comments from [EMAIL PROTECTED] Wed May 21 09:14:06 + 
2008 ---
With the new install tree structure (openoffice.org3, openoffice.org/basis3.0),
the gengal utility is broken.

When running it, it exits with the message

$ ./gengal
Failed to init content broker
terminate called after throwing an instance of
'com::sun::star::uno::RuntimeException'

This problem, failing to init UCB, also stalls the development of the new xml
layout dialog engine, whose standalone test program breaks in the same way.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 87946] to-be-DEV300_m6: toolkit's layout.hxx

2008-04-06 Thread jcn
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87946





--- Additional comments from [EMAIL PROTECTED] Sun Apr  6 11:07:19 + 
2008 ---
Thanks for catching this, but I object to such a patch as it is not helpful if
code is built when ENABLE_LAYOUT==0.

I would much rather have ENABLE_LAYOUT always be defined.  I'm kind of
flabbergasted it isn't, because ./configure will define it either 0 or 1.

Is this a Windows build?  Is Windows using an alternative mechanism?
Could you help me with that, I have never built for Windows.

I do not understand how this issue can crop-up now, this code has been
integrated in m2 or m3 already?

Wrt copyright headers (and lots of other fixes, amongst which building
for Windows with --enable-layout switched on), those are in the
layoutdialogs CWS.


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[ui-issues] [Issue 87848] Wrong icons checked into d efault_images (CWS layout)

2008-04-04 Thread jcn
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87848





--- Additional comments from [EMAIL PROTECTED] Fri Apr  4 12:13:04 + 
2008 ---
Andrew:

These new icons (in custom_images/tango) are needed for the new layout
engine and were added together with the layout CWS they belong in.
There was no issue for this layout engine CWS.  It seems odd to raise
an issue for one detail of that CWS?  Or is this a mistake, are images
much more important than everything else?

Another reason for not raising an issue, is that these images,
like the layout engine itself, are not currently used by default.
They are an important developer preview, only used after configuring
using --enable-layout.

I added the images in default_images so that the developer preview
and variants in custom images would work.  Then I sent an email to 
Stella Schulze informing her about the icons, what they were for
and what I did.  I left it to her consideration to make default ones.
That was on Feb 14th, 2.5 weeks before layout got integrated.

Sorry for the trouble, please advise on appropriate actions.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[ui-issues] [Issue 87848] Add new layout icons to th e Galaxy icon theme.

2008-04-04 Thread jcn
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=87848





--- Additional comments from [EMAIL PROTECTED] Fri Apr  4 13:53:49 + 
2008 ---
Andrew: No problem, no offence taken.  I just wanted to state quite clearly what
my take on this was, to avoid miscommunication :-) 

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[xml-issues] [Issue 84965] m241: link problem with gc c-4.2.1

2008-01-28 Thread jcn
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=84965





--- Additional comments from [EMAIL PROTECTED] Mon Jan 28 09:03:07 + 
2008 ---
kendy: yes, m241 was the first.  As hub noted, the compiler I used is openSUSE
10.3's default compiler.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[xml-issues] [Issue 84965] m241: link problem with gc c-4.2.1

2008-01-03 Thread jcn
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=84965
 Issue #|84965
 Summary|m241: link problem with gcc-4.2.1
   Component|xml
 Version|current
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|code
 Assigned to|mba
 Reported by|jcn





--- Additional comments from [EMAIL PROTECTED] Thu Jan  3 15:12:54 + 
2008 ---
xmloff fails to link using gcc 4.2.1 and -fvisibility=hidden with this error:

/usr/lib64/gcc/x86_64-suse-linux/4.2.1/../../../../x86_64-suse-linux/bin/ld:
../unxlngx6.pro/slo/layerexport.o: relocation R_X86_64_PC32 against
`exportXForms(SvXMLExport)' can not be used when making a shared object;
recompile with -fPIC

this is on openSUSE 10.3 x86_64.

I have a patch that I can hopefully attatch after submitting.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[xml-issues] [Issue 84965] m241: link problem with gc c-4.2.1

2008-01-03 Thread jcn
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=84965





--- Additional comments from [EMAIL PROTECTED] Thu Jan  3 15:13:55 + 
2008 ---
Created an attachment (id=50645)
buildfix-xmloff-exportxforms.diff


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 83222] Add metricfield implementa tion to toolkit/awt

2007-11-30 Thread jcn
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=83222


User jcn changed the following:

What|Old value |New value

  QA contact|[EMAIL PROTECTED]|jsk





--- Additional comments from [EMAIL PROTECTED] Fri Nov 30 11:19:39 + 
2007 ---
As per Carsten Driesner:Could you please change the QA Rep. to [EMAIL PROTECTED]

Thanks!

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 83222] Add metricfield implementa tion to toolkit/awt

2007-11-21 Thread jcn
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=83222





--- Additional comments from [EMAIL PROTECTED] Wed Nov 21 19:44:55 + 
2007 ---
jcn-cd: I have made the three fixes you suggested an checked them in.  Would 
that 
be all?

Thanks very much for your detailed report.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[www-issues] [Issue 83175] SSH2 key for Jan Nieuwenhu izen

2007-11-05 Thread jcn
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=83175





--- Additional comments from [EMAIL PROTECTED] Mon Nov  5 09:40:28 + 
2007 ---
Okay, thanks for adding my key!  I've added myself to the page too.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 83222] Add metricfield implementa tion to toolkit/awt

2007-11-02 Thread jcn
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=83222





--- Additional comments from [EMAIL PROTECTED] Fri Nov  2 10:59:56 + 
2007 ---
Committed to cws awtfixes1.  Can't mark it fixed for some reason.
I'm looking forward to your feedback, one thing is we want to
expose the complete VCL functionality for the layout project.


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 83222] Add metricfield implementa tion to toolkit/awt

2007-11-01 Thread jcn
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=83222
 Issue #|83222
 Summary|Add metricfield implementation to toolkit/awt
   Component|gsl
 Version|680m225
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|code
 Assigned to|pl
 Reported by|jcn





--- Additional comments from [EMAIL PROTECTED] Thu Nov  1 21:57:10 + 
2007 ---
This was missing, we need it.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 83222] Add metricfield implementa tion to toolkit/awt

2007-11-01 Thread jcn
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=83222





--- Additional comments from [EMAIL PROTECTED] Thu Nov  1 21:59:31 + 
2007 ---
Created an attachment (id=49364)
Implement XMetricField interface


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 83222] Add metricfield implementa tion to toolkit/awt

2007-11-01 Thread jcn
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=83222





--- Additional comments from [EMAIL PROTECTED] Thu Nov  1 22:00:03 + 
2007 ---
Created an attachment (id=49365)
Add XMetricField to makefile


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 83222] Add metricfield implementa tion to toolkit/awt

2007-11-01 Thread jcn
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=83222





--- Additional comments from [EMAIL PROTECTED] Thu Nov  1 22:01:05 + 
2007 ---
Created an attachment (id=49366)
Implement VCLXMetricField


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[gsl-issues] [Issue 83222] Add metricfield implementa tion to toolkit/awt

2007-11-01 Thread jcn
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=83222


User jcn changed the following:

What|Old value |New value

  CC|''|'mmeeks'





-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[www-issues] [Issue 83175] SSH2 key for Jan Nieuwenhu izen

2007-10-31 Thread jcn
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=83175





--- Additional comments from [EMAIL PROTECTED] Wed Oct 31 17:27:23 + 
2007 ---
Created an attachment (id=49300)
ssh2 key


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[www-issues] [Issue 83175] SSH2 key for Jan Nieuwenhu izen

2007-10-31 Thread jcn
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=83175
 Issue #|83175
 Summary|SSH2 key for Jan Nieuwenhuizen
   Component|www
 Version|current
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|openoffice.org CVS
 Assigned to|[EMAIL PROTECTED]
 Reported by|jcn





--- Additional comments from [EMAIL PROTECTED] Wed Oct 31 17:26:40 + 
2007 ---
Hi, please will you set up CVS access for me with the attached key.
I'm working for Novell on layout and vcl and am covered by their JCA.

Thanks,
Jan

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]