[framework-issues] [Issue 96901] framework::ResetableGuard: :lock can silently fail

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


User as changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from [EMAIL PROTECTED] Fri Dec  5 07:58:23 + 
2008 ---
as->sb: OK - I see. You are right with "m_bLocked will be set to late". I will
fix that. And yes ... it seems to be a code duplication .. even if those
osl::ResetableGuard template did not exists at the time where
framework::ResetableGuard was written first time .-)

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



[framework-issues] [Issue 96901] framework::ResetableGuard: :lock can silently fail

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





--- Additional comments from [EMAIL PROTECTED] Fri Dec  5 07:50:34 + 
2008 ---
@as: I was talking exclusively about the all-inline implementation in
resetableguard.hxx.

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



[sc-issues] [Issue 96930] the toolbar's sorting icon s should be disabled in multi-selection.

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


User maoyg changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from [EMAIL PROTECTED] Fri Dec  5 07:47:30 + 
2008 ---
Started

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



[sc-issues] [Issue 96930] the toolbar's sorting icon s should be disabled in multi-selection.

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





--- Additional comments from [EMAIL PROTECTED] Fri Dec  5 07:46:51 + 
2008 ---
Created an attachment (id=58532)
patch 1.


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



[api-issues] [Issue 96859] CLI UNO requires .NET Fram ework 3.5

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





--- Additional comments from [EMAIL PROTECTED] Fri Dec  5 07:43:55 + 
2008 ---
The dependencies of the cli-uno libraries regarding the .NET Framework is
determined by the compiler which is used. The next version of Visual Studio may
produce assemblies which reference assemblied from the latest .NET Framework.

However, VS DOES NOT produce dependencies to v3 or .v3.5. You can check that
yourself with ildasm. The assemblies reference mscorlib 2.0.5 and
Microsoft.VisualC 8, which are both part of framework 2.

Btw, CLI applications for OOo 2 will most probably not work with OOo 3. They
need to be linked again with all the cli-uno assemblies.

http://wiki.services.openoffice.org/wiki/Documentation/DevGuide/ProUNO/CLI/CLI_Language_Binding

Cli-UNO is broken in 3.0. You can get it to run when you modify the registry.
This is fixed in 3.1. Try out the milestone 37.


-
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 96925] Bad rtl fallback with cour ier new and deja vu sans

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


User hdu changed the following:

What|Old value |New value

  CC|''|'hdu'





--- Additional comments from [EMAIL PROTECTED] Fri Dec  5 07:42:37 + 
2008 ---
Great! Thank you for analyzing the root cause and solving that difficult 
problem!

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



[sc-issues] [Issue 96930] the toolbar's sorting icon s should be disabled in multi-selection.

2008-12-04 Thread maoyg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=96930
 Issue #|96930
 Summary|the toolbar's sorting icons should be disabled in mult
|i-selection.
   Component|Spreadsheet
 Version|OOo 2.4.0
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|ui
 Assigned to|maoyg
 Reported by|maoyg





--- Additional comments from [EMAIL PROTECTED] Fri Dec  5 07:39:51 + 
2008 ---
I noticed that it is not possible to sort multi-selection ranges. The menu 
item is greyed out, but the toolbar icons are not.

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



[sw-issues] [Issue 96878] writer does not handle dis play:text (hidden text) correctly

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





--- Additional comments from [EMAIL PROTECTED] Fri Dec  5 07:39:19 + 
2008 ---
@es + @ama: IMHO this must be fixed in OOo 2.x because else a document exchange
3.x -> 2.x will not work as expected which will hurt OOo users.

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



[framework-issues] [Issue 87495] Extend service PrinterDesc riptor with properties for paperbin(s)

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





--- Additional comments from [EMAIL PROTECTED] Fri Dec  5 07:33:30 + 
2008 ---
tobiaskrais -> groverblue: I have to correct myself - you are right. Either
"PaperBin" or "PrinterTray" and not "PaperTray". Lets look what mba chooses.

tobiaskrais -> mba: this new feature might be quiete useless for Java API. Why?
To set a printer tray you need to know the tray names. How to get them in Java?
Currently only via Java PrinterLookupService. But this class returns different
printer tray names than OpenOffice.org uses! If you are interested, have a look
at http://www.mail-archive.com/[EMAIL PROTECTED]/msg07235.html. Anyway I am
happy to see the new print option in OOo3.1.

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



[tools-issues] [Issue 84405] meta issue to track issues discovered by RedFlag2000 QA

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


User doze_worm changed the following:

What|Old value |New value

 IssuesThisDependsOn|80898,83888,84406,84408,84|80898,83888,84406,84408,84
|409,84442,84452,84480,8451|409,84442,84452,84480,8451
|0,84686,84687,84741,84865,|0,84686,84687,84741,84865,
|84873,84894,84981,85034,85|84873,84894,84981,85034,85
|101,85137,85211,85213,8521|101,85137,85211,85213,8521
|7,85219,85221,85251,85252,|7,85219,85221,85251,85252,
|85257,85261,85277,85344,85|85257,85261,85277,85344,85
|345,85346,85402,85404,8540|345,85346,85402,85404,8540
|5,85419,85420,85421,85456,|5,85419,85420,85421,85456,
|85667,85709,85758,860 |85667,85709,85758,860





-
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 96929] php-5.2.6-5-i686.pkg.tar.g z

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


User doze_worm changed the following:

What|Old value |New value

OtherIssuesDependingOnTh|  |84405
  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]



[graphics-issues] [Issue 96929] php-5.2.6-5-i686.pkg.tar.g z

2008-12-04 Thread doze_worm
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=96929
 Issue #|96929
 Summary|php-5.2.6-5-i686.pkg.tar.gz
   Component|Presentation
 Version|OOO300m9
Platform|Unknown
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|editing
 Assigned to|graphicsneedsconfirm
 Reported by|doze_worm





--- Additional comments from [EMAIL PROTECTED] Fri Dec  5 07:29:58 + 
2008 ---
[Steps]
1. Create a Presentation or Draw doc.
2. "Insert --> Table", just using the default value of cols and rows. Select
more than two cells of the table, and put the cursor at the border of the table.
Now we can see the cursor's style change into a four-direction arrow.
3. Right click, select "cut". Then we can still see the table.(That's abnormal.)
4. Move the cursor at the border of the tabel till its style changes into a
four-direction arrow, then right click, select "cut" again.

[Result]
Crash and quit!

[Expectedness]
The table disappear when first "cut".

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



[framework-issues] [Issue 95366] ODF Format Level Warning

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


User dv changed the following:

What|Old value |New value

  CC|'dv,lendo'|'lendo'





--- Additional comments from [EMAIL PROTECTED] Fri Dec  5 07:29:16 + 
2008 ---
Removed me from cc.

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



[sc-issues] [Issue 96928] [regression] Edate misbeha ves in oCell.setFormula ("=EDATE(1; 1)")

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


User kpalagin changed the following:

What|Old value |New value

Keywords|  |regression





--- Additional comments from [EMAIL PROTECTED] Fri Dec  5 07:23:44 + 
2008 ---
regression, as 2.4.1 works just fine.

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



[sc-issues] [Issue 96928] [regression] Edate misbeha ves in oCell.setFormula ("=EDATE(1; 1)")

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





--- Additional comments from [EMAIL PROTECTED] Fri Dec  5 07:22:38 + 
2008 ---
Created an attachment (id=58531)
Illustrating file


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



[sc-issues] [Issue 96928] [regression] Edate misbeha ves in oCell.setFormula ("=EDATE(1; 1)")

2008-12-04 Thread kpalagin
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=96928
 Issue #|96928
 Summary|[regression] Edate misbehaves in oCell.setFormula ("=E
|DATE(1; 1)")
   Component|Spreadsheet
 Version|OOo 3.0
Platform|PC
 URL|
  OS/Version|Windows, all
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|ui
 Assigned to|spreadsheet
 Reported by|kpalagin





--- Additional comments from [EMAIL PROTECTED] Fri Dec  5 07:21:49 + 
2008 ---
1. Open attached file, run the only macro in it - you get #NAME in A1. Note 
that setFormula ("=SIN(0)") produces expected result.
2. File-Save, File - Reload - you get 32 in A1.


  dim oSheet as object
  dim oCell as object

  oSheet = ThisComponent.CurrentController.getActiveSheet()
  oCell = oSheet.GetCellByPosition(0, 0)
  oCell.setFormula ("=EDATE(1; 1)")
  oCell = oSheet.GetCellByPosition(0, 1)
  oCell.setFormula ("=SIN(0)")

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



[sw-issues] [Issue 96185] OpenOffice Writer mailmerg e crash while printing to XML format

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


User os changed the following:

What|Old value |New value

  CC|''|'os,sus'

 Assigned to|os|as





--- Additional comments from [EMAIL PROTECTED] Fri Dec  5 07:15:53 + 
2008 ---
->as: Can you shed some light on this, please. 
I call SfxObjectShell::SaveAs with an SfxMedium that has been created with a
valid URL. Without that no filter would be able to store its output anywhere.


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



[framework-issues] [Issue 96892] "Updates for extensions av ailable" button not dismissible

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


User jsk changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Fri Dec  5 06:53:23 + 
2008 ---
close

If you feel that this still is an issue to be resolved you can reopen this
report at any time. Please make it a request for enhancement then as the feature
works as designed.

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



[framework-issues] [Issue 96892] "Updates for extensions av ailable" button not dismissible

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


User jsk changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |INVALID





--- Additional comments from [EMAIL PROTECTED] Fri Dec  5 06:51:50 + 
2008 ---
Hi dragondave,

you can remove the extension you do not want to be bothered about.
Alternatively you can turn off the check for updates.

This is not an issue. Not really.

-
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 85940] .uno:TransformDialog not a vailable within Chart

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


User as changed the following:

What|Old value |New value

 Assigned to|as|bm





--- Additional comments from [EMAIL PROTECTED] Fri Dec  5 06:48:05 + 
2008 ---
as->bm: Sorry ... but those configuration was transfered long time ago from an
old to the new format. Those commands are not retrieved by using reflection at
runtime ... they are configured. So it's up to the application developer to care
for it's own set of configurable commands. Feel free to ask me where you can
change that :-)

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



[framework-issues] [Issue 96439] OS/2 port update for OOo 3 .1

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


User jsk changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Fri Dec  5 06:46:55 + 
2008 ---
Set verified.

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



[framework-issues] [Issue 96901] framework::ResetableGuard: :lock can silently fail

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





--- Additional comments from [EMAIL PROTECTED] Fri Dec  5 06:44:21 + 
2008 ---
as->sb:

That cxx isnt used any longer. As you can see inside
framework/source/threadhelp/makefile.mk most of those CXX are not used any 
longer.
I will fix that next time I have to create a new CWS.

Instead code of inc/threadhelp are used as inline classes/functions ... and
there no osl::Mutex is used. But do you think same error can occure there too ?
I ask because you are the expert for such things :-) If not we can close these
task. What do you think ?



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



[l10n-issues] [Issue 96909] DEV300_m37: localizing .un o:*

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


User as changed the following:

What|Old value |New value

Priority|P1|P2





--- Additional comments from [EMAIL PROTECTED] Fri Dec  5 06:40:41 + 
2008 ---
as:
a) I dont hink that this issue is a real P1 .-) Because nobody will be disturbed
by this issue so he cant work. There is no build break .. nor any crash.

b) Do you know the difference between I10N and I18N ?
I18N means internationalization ... e.g. translation of strings
I10N means localization ... as e.g. country-specific settings such as how to
represent 
numbers, dates, money.

Here we use the xml:lang attribute of OOo configuration to host different sets
of shortcuts for different localized builds of OOo ... and yes: it's because
same shortcut does different things for different localized office 
installations.

as->ihi:

The only think I will accept as an issue here ... Is it needed to set a flag
that means: it's I10N not I18N ... please dont transfer it from/to localization
database ? I saw an "x-no-translate" inside Common.xcu where same I10N mechanism
was used.
DEV300 m36 officecfg/registry/data/org/openoffice/Office/Common.xcu line:73
property DialogScale. Is this the right way doing such things ... I thought
x-no-translate isnt suported any longer ... 


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



[sc-issues] [Issue 96927] 'Range contains column lab els' needs to be easier to get at

2008-12-04 Thread padmavyuha
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=96927
 Issue #|96927
 Summary|'Range contains column labels' needs to be easier to g
|et at
   Component|Spreadsheet
 Version|OOO300m9
Platform|Macintosh
 URL|
  OS/Version|Mac OS X
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|ENHANCEMENT
Priority|P3
Subcomponent|ui
 Assigned to|spreadsheet
 Reported by|padmavyuha





--- Additional comments from [EMAIL PROTECTED] Fri Dec  5 06:24:47 + 
2008 ---
In the Calc menubar Data::Sort... leads to the Sort dialogue, with 2 panels,
Sort Criteria and Options.
It is very frustrating that:
a) 'Range contains column labels' is switched OFF by default
b) you have to change panels to get to it once the dialogue is up, and
c) as of v3.1 (AFAICT) there's still no access to this functionality through the
API so it's not possible to turn this feature on using macros, shortcuts etc.

In MS Excel this feature is ON by default, and is accessible on the same panel
as the Sort Criteria, making it much easier to use/choose.

I'd certainly appreciate (b) & (c) in the list above - changing (a) would
confuse users now, unless (b) happened 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 96925] Bad rtl fallback with cour ier new and deja vu sans

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


User kstribley changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Fri Dec  5 05:42:47 + 
2008 ---
This has been fixed in CWS graphite01 at r264884.
The bad rendering was caused by a combination of issues:

- The UniscribeLayout implementation of MoveGlyph (called by MultiSalLayout)
applies the move by modifying the advance of the previous glyph. However, if
this glyph is dropped then it may be lost by a following call to Simplify. In
fallback layouts Simplify may be called both before the move, so the code must
allow for both cases.

- After glyphs have been dropped at the start of a VisualItem the mnMinGlyphPos
was being modified. However, this is used as the base for mpLogClusters - which
is relative to the first glyph of the VisualItem. If mpLogClusters is wrong,
then GetItemSubrange can return the wrong result causing glyphs to be dropped.
mnMinGlyphPos shouldn't therefore be modified, but instead the glyphs at the
start of the VisualItem are now dropped in the same way as those in the middle.


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



[l10n-issues] [Issue 96909] DEV300_m37: localizing .un o:*

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





--- Additional comments from [EMAIL PROTECTED] Fri Dec  5 05:41:09 + 
2008 ---
I was just asking ;)
The sequence of words in Pavel's issue Accelerators-SelectAll-Open looks very
similar to my problem.

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



[sc-issues] [Issue 96926] Split out Calc import/expo rt filters into a separate library

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


User jpryor changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Fri Dec  5 04:42:48 + 
2008 ---
Fixed in ooxml02.

-
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 96925] Bad rtl fallback with cour ier new and deja vu sans

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





--- Additional comments from [EMAIL PROTECTED] Fri Dec  5 04:37:30 + 
2008 ---
Created an attachment (id=58530)
good rendering


-
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 96925] Bad rtl fallback with cour ier new and deja vu sans

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





--- Additional comments from [EMAIL PROTECTED] Fri Dec  5 04:36:41 + 
2008 ---
Created an attachment (id=58529)
bad rendering


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



[sc-issues] [Issue 96926] Split out Calc import/expo rt filters into a separate library

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


User jpryor changed the following:

What|Old value |New value

 Assigned to|nn|jpryor





--- Additional comments from [EMAIL PROTECTED] Fri Dec  5 04:36:37 + 
2008 ---
Assign to myself.

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



[sc-issues] [Issue 96926] Split out Calc import/expo rt filters into a separate library

2008-12-04 Thread jpryor
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=96926
 Issue #|96926
 Summary|Split out Calc import/export filters into a separate l
|ibrary
   Component|Spreadsheet
 Version|DEV300m36
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|save-export
 Assigned to|nn
 Reported by|jpryor





--- Additional comments from [EMAIL PROTECTED] Fri Dec  5 04:35:48 + 
2008 ---
Many of the (non-xml) Calc import and export filters should be split out into a
separate shared library.  This would allow shrinking the size of libscli.so, as
all of the import/export filters are not always used.

Before:
libscli.so  8.2Mb
After:
libscli.so  6.8Mb - a ~1.4Mb saving (15%+ of libscli)
libscfiltli.so  1.8Mb

This should be an improvement in startup performance, and moves 3 previously
global headers into sc/filter/inc.

-
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 96925] Bad rtl fallback with cour ier new and deja vu sans

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





--- Additional comments from [EMAIL PROTECTED] Fri Dec  5 04:35:21 + 
2008 ---
Created an attachment (id=58528)
2 lines show the fallback bug, the others show correct rendering of rtl


-
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 96925] Bad rtl fallback with cour ier new and deja vu sans

2008-12-04 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=96925
 Issue #|96925
 Summary|Bad rtl fallback with courier new and deja vu sans
   Component|gsl
 Version|DEV300m35
Platform|Other
 URL|
  OS/Version|Windows, all
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|kstribley
 Reported by|kstribley





--- Additional comments from [EMAIL PROTECTED] Fri Dec  5 04:33:11 + 
2008 ---
RTL fallback can result in wrongly spaced glyphs with certain fonts. In this
instance one of the rtl glyphs is in the selected font and one in the fallback
font which results in glyphs failing to be rendered.

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



[sc-issues] [Issue 91268] paste value into formula b ar

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


User es changed the following:

What|Old value |New value

Priority|P1|P3





--- Additional comments from [EMAIL PROTECTED] Fri Dec  5 04:31:21 + 
2008 ---
@splitbumper: Please read:
http://qa.openoffice.org/issue_handling/basic_rules.html

The fact that an issue is not fixed - while it's still unconfirmed - doesn't
make it a P1 because you'd like it!

Please learn about how things go on here before moving anything.

Thank you :)

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



[sc-issues] [Issue 93852] garbage characters when ex porting to PDF

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


User es changed the following:

What|Old value |New value

Priority|P1|P3





--- Additional comments from [EMAIL PROTECTED] Fri Dec  5 04:30:00 + 
2008 ---
@splitbumper: Please read:
http://qa.openoffice.org/issue_handling/basic_rules.html

The fact that an issue is not fixed - while it's still unconfirmed - doesn't
make it a P1 because you'd like it!

Please learn about how things go on here before moving anything.

Thank you :)

-
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 82158] No longer able to have mul tiple presentations on different desktops

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





--- Additional comments from [EMAIL PROTECTED] Fri Dec  5 04:16:44 + 
2008 ---
This seems very similar to Bug 96916.  And I concur that this problem exists and
must be fixed.

-
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 82158] No longer able to have mul tiple presentations on different desktops

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


User noeljb changed the following:

What|Old value |New value

  CC|'andreschnabel,smsm1' |'andreschnabel,noeljb,smsm
|  |1'





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



[sw-issues] [Issue 96924] Numbered Lists and Font Si ze Issues in OpenOffice.org 3

2008-12-04 Thread wikijeff
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=96924
 Issue #|96924
 Summary|Numbered Lists and Font Size Issues in OpenOffice.org 
|3
   Component|Word processor
 Version|OOo 3.0
Platform|Unknown
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|formatting
 Assigned to|writerneedsconfirm
 Reported by|wikijeff





--- Additional comments from [EMAIL PROTECTED] Fri Dec  5 03:37:15 + 
2008 ---
While creating numbered lists in OpenOffice.org 3 Writer the list numbers often
end up being a different point size than the text being entered.

Steps for Reproduction:

(1) Launch OpenOffice.org 3 Writer.
(2) Set the font to a value other than the default, such as 10-points.
(3) Click the Numbering On/Off button in the toolbar.
(4) Enter a few line-items of text.

You will note that the numbers in the list remain at the default value of
12-points. However, the text entered for each line item will be 10-points as
specified. This problem appears to occur without respect for specified Style.

Workaround:

In order to correct the font-size of the numbers, the user must select the
entire list and set the font size to be equal with that of the line item text
(e.g. 10-points) in order to correct the discrepancy in formatting.

Further Observations:

I have observed this issue in both Microsoft Windows 32-bit builds of
OpenOffice.org 3 and Linux 64-bit builds as well. 

If the ODF Text file is saved, the file closed and then opened the formatting
issues are still present. Therefore, this seems to be a problem with how the
numbered lists are being written to the file, not simply a display issue.

Also, if the numbered list is exported to another file format besides ODF Text
(e.g. .DOC) and contains numbered lists in a font size other than the default of
12-points (e.g. 10-points, set with the workaround described above) it will
seemingly at random set the list numbers back to the default of 12-points every
time the file non-ODF file is written to.

I have not tried to reproduce this issue outside of Writer. It may be present in
Calc, Impress, etc.

Similar Issues:

This issue is possibly related to issue 52139 circa OpenOffice.org 2-beta.

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



[porting-issues] [Issue 95339] MacOSX : moz module with - -with-mozilla-toolkit=xlib

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





--- Additional comments from [EMAIL PROTECTED] Fri Dec  5 03:12:39 + 
2008 ---
rene:

could you please take this over? Nothing harmful for Mac OOo. Just
supporting building with --with-mozilla-toolkit=xlib. currently
too strict. only gtk2 is supported.

patch itself is correct but configure has been changing everywhere.


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



[porting-issues] [Issue 95339] MacOSX : moz module with - -with-mozilla-toolkit=xlib

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


User maho changed the following:

What|Old value |New value

  CC|''|'rene'





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



[tools-issues] [Issue 96889] Build fails with --disable -mozilla: no libmozbootstrap.so

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





--- Additional comments from [EMAIL PROTECTED] Fri Dec  5 03:08:39 + 
2008 ---
rene: thanks!
I'll verify when m38 appeared.


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



[sc-issues] [Issue 93852] garbage characters when ex porting to PDF

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


User splitbumper changed the following:

What|Old value |New value

Priority|P3|P1





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



[sc-issues] [Issue 91268] paste value into formula b ar

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


User splitbumper changed the following:

What|Old value |New value

Priority|P3|P1

 Version|OOo 3.0 Beta  |OOo 3.0





--- Additional comments from [EMAIL PROTECTED] Fri Dec  5 02:39:15 + 
2008 ---
This issues is still not corrected in version 3.0.0

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



[sc-issues] [Issue 93852] garbage characters when ex porting to PDF

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


User splitbumper changed the following:

What|Old value |New value

 Version|OOo 3.0 RC1   |OOo 3.0





--- Additional comments from [EMAIL PROTECTED] Fri Dec  5 02:37:59 + 
2008 ---
This issue is still not corrected in version 3.0.0

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



[sc-issues] [Issue 96923] Cannot hyperlink cell with numeric content

2008-12-04 Thread tab
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=96923
 Issue #|96923
 Summary|Cannot hyperlink cell with numeric content
   Component|Spreadsheet
 Version|OOo 3.0
Platform|PC
 URL|
  OS/Version|Windows XP
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|editing
 Assigned to|spreadsheet
 Reported by|tab





--- Additional comments from [EMAIL PROTECTED] Fri Dec  5 01:59:09 + 
2008 ---
Help: 'In OpenOffice.org you can assign hyperlinks to text as well as to
graphics and text frames.'
What about Calc cells? A number with a hyperlink is no longer interpreted as
number... For example, if A2 contains the number 85 with a hyperlink, it is
ignored in SUM(A1:A5)
(This is not about the Hyperlink Calc function.)

At the forum, acknak wrote on Sat Nov 29, 2008 3:49 pm:
I think a hyperlink is restricted to a text value.

Maybe so... but why?

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



[sw-issues] [Issue 96922] Items in "header" section get displacfed to 'page content' area

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





--- Additional comments from [EMAIL PROTECTED] Fri Dec  5 01:51:26 + 
2008 ---
p.s. 
Sorry I didn't mention the details clearly-

The file was sent to es, for issue 95974. The issue is under investigation, so
it should be available still. (Do not share publicly)

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



[sw-issues] [Issue 96922] Items in "header" section get displacfed to 'page content' area

2008-12-04 Thread raindrops
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=96922
 Issue #|96922
 Summary|Items in "header" section get displacfed to 'page cont
|ent' area
   Component|Word processor
 Version|DEV300m36
Platform|Unknown
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|formatting
 Assigned to|writerneedsconfirm
 Reported by|raindrops





--- Additional comments from [EMAIL PROTECTED] Fri Dec  5 01:46:28 + 
2008 ---
I have a 375+ page odt file that has complex tables, 
* tables spread over multiple pages, 
* Several cells merged
* images placed inside cells, etc.

The headers and footers of the pages contain a 3-column 1-row table, where
chapter name, page number etc. are placed. There is a horizontal line below the
table. The cells contain arrows (hyperlinked to the previous/next chapter).

When I open the document with OOo 2.4.2, it looks fine.
But when I open the document with v3.1.0, the arrows and the horizontal line get
displaced. They appear partly in the page content area and party outside the
page boundary (in the grayed out portion of the Writer GUI).

The file is already available with you (I sent it for the crash with v3.0' 
problem).

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



[tools-issues] [Issue 96912] build breaks plugcon.hxx / npapi.h n ot found

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





--- Additional comments from [EMAIL PROTECTED] Fri Dec  5 01:36:37 + 
2008 ---
> run 'pkg-config --variable=include libxul' which returns 'stable'

I meant to say 'pkg-config --variable=includetype libxul'
 


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



[dba-issues] [Issue 96921] RPT: frmdlg - function NOW text in Autopilot is incorrect

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


User atjensen changed the following:

What|Old value |New value

 Assigned to|dbaneedsconfirm   |oj

Target milestone|---   |OOo 3.1





--- Additional comments from [EMAIL PROTECTED] Fri Dec  5 01:16:43 + 
2008 ---
assign to developer and target

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



[dba-issues] [Issue 96921] RPT: frmdlg - function NOW text in Autopilot is incorrect

2008-12-04 Thread atjensen
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=96921
 Issue #|96921
 Summary|RPT: frmdlg - function NOW text in Autopilot is incorr
|ect
   Component|Database access
 Version|DEV300m35
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|SRB
 Assigned to|dbaneedsconfirm
 Reported by|atjensen





--- Additional comments from [EMAIL PROTECTED] Fri Dec  5 01:16:12 + 
2008 ---
Open the bud doc report test_fn_NOW from 
http://www.openoffice.org/nonav/issues/showattachment.cgi/58527/i96920.odb
in edit mode.
Select the text control and open the formula autopilot.
Double click the function NOW()

The text displayed on the dialog page is:
"Returns the current time"

This is incorrect.
Suggest instead the wording from the Pentaho docs.
"This returns the current day and time serial number, using the current locale."

NOTE - the same mistake is displayed at the wiki page.
http://wiki.services.openoffice.org/wiki/Base/Reports/Functions
for the NOW() function - pulled from the java code directly.

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



[tools-issues] [Issue 96912] build breaks plugcon.hxx / npapi.h n ot found

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


User kohei changed the following:

What|Old value |New value

  CC|''|'kohei'





--- Additional comments from [EMAIL PROTECTED] Fri Dec  5 01:12:45 + 
2008 ---
Ultimately this is caused by the configure script getting the location of
mozilla include directory location by running 

  pkg-config --variable=includedir libxul

which returns /usr/include/xulrunner-1.9.0.4 but in fact the headers are in
/usr/include/xulrunner-1.9.0.4/stable.

I've talked to our mozilla packager about this.[1]  And based on the info he's
given me, we could either

  1) run 'pkg-config --variable=include libxul' which returns 'stable', and
combine it with the output of the earlier command, or

  2) run 'pkg-config --cflags libxul' which returns a complete compiler flags
for libxul, which for me is 

-fshort-wchar -I/usr/include/xulrunner-1.9.0.4/stable -I/usr/include/nspr4

and use it instead.

[1] https://bugzilla.novell.com/show_bug.cgi?id=456581

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



[dba-issues] [Issue 96920] RPT: frmdlg - function NOW does not honor current local

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


User atjensen changed the following:

What|Old value |New value

 Assigned to|dbaneedsconfirm   |oj

 Summary| RPT: frmdlg - function NO|RPT: frmdlg - function NOW
|W does not honor current l| does not honor current lo
|ocal  |cal

Target milestone|---   |OOo 3.1





--- Additional comments from [EMAIL PROTECTED] Fri Dec  5 01:10:32 + 
2008 ---
assign developer and target

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



[dba-issues] [Issue 96920] RPT: frmdlg - function NO W does not honor current local

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





--- Additional comments from [EMAIL PROTECTED] Fri Dec  5 01:09:44 + 
2008 ---
Created an attachment (id=58527)
bug doc - report test_fn_NOW


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



[dba-issues] [Issue 96920] RPT: frmdlg - function NO W does not honor current local

2008-12-04 Thread atjensen
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=96920
 Issue #|96920
 Summary| RPT: frmdlg - function NOW does not honor current loc
|al
   Component|Database access
 Version|DEV300m35
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|SRB
 Assigned to|dbaneedsconfirm
 Reported by|atjensen





--- Additional comments from [EMAIL PROTECTED] Fri Dec  5 01:08:31 + 
2008 ---
Using XP set for language and locale en-US the function 
NOW() = Thu Dec 04 20:07:29 EST 2008

This is not correct for this local.

-
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 96919] Cannot drag windows on top of Slide Show

2008-12-04 Thread noeljb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=96919
 Issue #|96919
 Summary|Cannot drag windows on top of Slide Show
   Component|Presentation
 Version|OOo 3.0
Platform|Unknown
 URL|
  OS/Version|Linux
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|ui
 Assigned to|graphicsneedsconfirm
 Reported by|noeljb





--- Additional comments from [EMAIL PROTECTED] Fri Dec  5 00:58:25 + 
2008 ---
Despite *not* having "Presentation always on top" selected, none of the three
versions of Impress I've tested (2.4.1, 3.0, 3.1dev) permit me to drag another
window over top of the slide show on the 2nd display.

Since your bug tracker won't accept multiple versions, please note that this is
present in v2.4.1, 3.0 and DEV300m36.

-
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 96916] Impress Slide Show grabs A LL worksapces, interfering with demos

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





--- Additional comments from [EMAIL PROTECTED] Fri Dec  5 00:55:16 + 
2008 ---
I have re-tested the behavior against OpenOffice Impress v2.4.1.  The slide show
was broken then, too, and grabs all of the workspaces.  However, unlike the
current build, v2.4.1 did not behave the same way on the internal monitor, which
remained usable.

In addition, despite *not* having "Presentation always on top" selected, none of
the three versions of Impress I've tested (2.4.1, 3.0, 3.1dev) permit me to drag
another window over top of the slide show on the 2nd display.

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



[api-issues] [Issue 96800] Provide API to access form atted note (annotation) content

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





--- Additional comments from [EMAIL PROTECTED] Fri Dec  5 00:54:40 + 
2008 ---
I think I have a related issue.  In oobasic, I currently am unable to get a
valid cursor on a selection if the selection is in a note.  If the current
selection is in a note:

ThisComponent.getCurrentSelection() returns null

ThisComponent.getCurrentController().getSelection() returns null

ThisComponent.getCurrentController().getViewCursor() returns an unusable cursor

By "unusable cursor" I mean that calling methods like "IsCollapsed" on it causes
an error dialog to appear.


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



[l10n-issues] [Issue 96899] Translation for odt2dtbk

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


User khirano changed the following:

What|Old value |New value

  CC|'paolopoz'|'khirano,paolopoz'





--- Additional comments from [EMAIL PROTECTED] Fri Dec  5 00:42:05 + 
2008 ---
Typo found in odt2dtbook_i18n.odt

"Export Aborded - see log at"

This should be:

"Export Aborted - see log at"



-
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 96916] Impress Slide Show grabs A LL worksapces, interfering with demos

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





--- Additional comments from [EMAIL PROTECTED] Fri Dec  5 00:37:55 + 
2008 ---
I have now tested this again with OpenOffice DEV300m36 Build 9369.  The defect
is still present.  I have tested it with and without the Sun Presenter Console
being active.  In all cases, the slide show takes over all workspaces.  Without
the Sun Presenter Console, the internal display shows the contents of whichever
workspace is selected, but you cannot access it because every mouse click is
still captured by Open Office to change the slide show.  With Sun Presenter
Console active, that is show in every workspace.  No matter what, access to
workspaces is broken when using OpenOffice Impress.

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



[dba-issues] [Issue 96828] OO Base will not close in OpenOffice.org 3

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





--- Additional comments from [EMAIL PROTECTED] Thu Dec  4 23:58:41 + 
2008 ---
Hi there

I've also tried this with the latest development version DEV300_m36, and still
the same issue.

I will try and upload the database tomorrow. Please note that this is indeed 1
issue, there is no issue connecting to the MySQL database, but basically I have
forms, which when opened individually can be opened and closed, however, running
a macro from the form, then renders that form uncloseable, for want of a better
word. It's as if the database application becomes detached from the new style
dashboard screen.

I will have to upload, the OOBase file, a basic library to install, and 2 MySQL
databases for you to test. How would I upload these?

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]



[tools-issues] [Issue 96889] Build fails with --disable -mozilla: no libmozbootstrap.so

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


User rene changed the following:

What|Old value |New value

Subcomponent|configure |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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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



[tools-issues] [Issue 96889] Build fails with --disable -mozilla: no libmozbootstrap.so

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


User rene changed the following:

What|Old value |New value

 Summary|Build fails with WITH_MOZI|Build fails with --disable
|LLA=NO : no WITHOUT_MOZILL|-mozilla: no libmozbootstr
|A at config_office/configu|ap.so
|re.in |





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



[tools-issues] [Issue 96889] Build fails with WITH_MOZI LLA=NO : no WITHOUT_MOZILLA at config_office/c onfigure.in

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


User rene changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

Platform|Unknown   |All

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Thu Dec  4 23:44:52 + 
2008 ---
fixed as masterfix for m38

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



[tools-issues] [Issue 96912] build breaks plugcon.hxx / npapi.h n ot found

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





--- Additional comments from [EMAIL PROTECTED] Thu Dec  4 23:42:05 + 
2008 ---
I don't even see the xulrunner includes on the compile line in this output.

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



[tools-issues] [Issue 96889] Build fails with WITH_MOZI LLA=NO : no WITHOUT_MOZILLA at config_office/c onfigure.in

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





--- Additional comments from [EMAIL PROTECTED] Thu Dec  4 23:41:05 + 
2008 ---
... but that does not help here.

SYSTEM_MOZILLA not defined, WIITHOUT_MOZILLA defined -> #if untrue -> #else

and then no #ifdef for WITHOUT_MOZILLA. -> always included.

Trivial fix:

Index: source/ooo/file_library_ooo.scp
===
--- source/ooo/file_library_ooo.scp (Revision 264861)
+++ source/ooo/file_library_ooo.scp (Arbeitskopie)
@@ -909,6 +909,8 @@
 
 #else
 
+#ifndef WITHOUT_MOZILLA
+
 File gid_File_Lib_Mozbootstrap
 TXT_FILE_BODY;
 Styles = (PACKED,UNO_COMPONENT,PATCH);
@@ -923,6 +925,8 @@
 
 #endif
 
+#endif
+
 STD_UNO_LIB_FILE(gid_File_Lib_Wpft,wpft)
 
 STD_UNO_LIB_FILE(gid_File_Lib_T602Filter,t602filter)


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



[sc-issues] [Issue 91547] ODFF: enhance BETADIST to support probability density function

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


User er changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED

Target milestone|OOo 3.x   |OOo 3.1





--- Additional comments from [EMAIL PROTECTED] Thu Dec  4 23:36:10 + 
2008 ---
In cws odff05:

revision 264879
sc/source/core/inc/interpre.hxx
sc/source/core/tool/interpr3.cxx
sc/source/ui/src/scfuncs.src

This yields indeed a _much_ better precision than before.

I noticed that for unxlngi6 non-pro in the test case documents the
calculated values slightly differ from the ones copied to the "OOo"
column. This may be due to different compilers, optimizations et al.
Interestingly in most cases the calculated values were a little bit
closer to the MuPad values than the copied values, but only in the
second-last displayed digit or so. I'll recheck in a product build.


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



[ucb-issues] [Issue 96906] ucb: size of a symlink to a file

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


User cmc changed the following:

What|Old value |New value

OtherIssuesDependingOnTh|  |90439
  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]



[util-issues] [Issue 90439] additional pending-integra tion patches applied by the Fedora distributio n

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


User cmc changed the following:

What|Old value |New value

 IssuesThisDependsOn|7065,48400,53397,58606,631|7065,48400,53397,58606,631
|59,64508,65491,68717,74188|59,64508,65491,68717,74188
|,76393,76649,80257,80816,8|,76393,76649,80257,80816,8
|3140,83878,85921,86080,861|3140,83878,85921,86080,861
|42,87490,87970,88303,88341|42,87490,87970,88303,88341
|,90072,90653,91904,91924,9|,90072,90653,91904,91924,9
|3515,93942,93949,94659,949|3515,93942,93949,94659,949
|38,95018,95318,95392,95533|38,95018,95318,95392,95533
|,95793,95834,96279,96391  |,95793,95834,96279,96391,9
|  |6906





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



[l10n-issues] [Issue 96909] DEV300_m37: localizing .un o:*

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





--- Additional comments from [EMAIL PROTECTED] Thu Dec  4 22:57:44 + 
2008 ---
program flow control in strings?!? 

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



[porting-issues] [Issue 96918] ACL information not being read.

2008-12-04 Thread sirloxelroy
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=96918
 Issue #|96918
 Summary|ACL information not being read.
   Component|porting
 Version|OOO300m9
Platform|Macintosh
 URL|
  OS/Version|Mac OS X
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|MacOSX
 Assigned to|macport
 Reported by|sirloxelroy





--- Additional comments from [EMAIL PROTECTED] Thu Dec  4 22:25:11 + 
2008 ---
Setup: Mac OS X 10.5.5 Leopard Server, Open Directory Authentication, AFP Shared
drives with ACL enabled and used, OpenOffice.org 3 m9 Build 9358 installed on
the workstations (OS X 10.5.5 there also).  Users home directories mounted from
server.  

Problem: Files are opening Read Only for OpenOffice.org 3 even though the ACL's
say that the file is RW.  Tried other programs such as Text Editor that comes
with Mac and can read odt files, it sees the files as RW.  THe files are
assigned the attributes when created of 0750, with ACL attributes of the
ahb_staff2 group have RW functions, and everyone is a member of the ahb_staff2
group. 

Observations: From what I can gather so far it seems that OpenOffice.org is not
seeing the ACLs, or looking at them correctly???  I am not posotive how OO opens
a file and would like to attempt to reproduce the opening so I can see where the
problem 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]



[sc-issues] [Issue 91547] ODFF: enhance BETADIST to support probability density function

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



This issue depends on issue 91602, which changed state:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





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



[sc-issues] [Issue 91870] PMT function with extremel y small rates -> #VALUE!

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



This issue depends on issue 91602, which changed state:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





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



[porting-issues] [Issue 91602] provide ersatz for expm1 a nd log1p

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


User er changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Thu Dec  4 21:58:02 + 
2008 ---
In cws odff05:

revision 264877
sal/inc/rtl/math.h
sal/inc/rtl/math.hxx
sal/rtl/source/math.cxx
sal/util/sal.map

A slightly different approach than the attached patch. This makes the functions
available to C sources as well, and provides one single point to change in case
we wanted to replace the replacements with compiler-builtins for specific 
platforms.


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



[sc-issues] [Issue 96872] Bug in calculation, formul a "=(n+1)-n" (where n >= 2^48) gives 0 as resu lt

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


User discoleo changed the following:

What|Old value |New value

  CC|'regina'  |'discoleo,regina'





--- Additional comments from [EMAIL PROTECTED] Thu Dec  4 21:48:25 + 
2008 ---
I proposed some time ago, as far as I remember, a feature to warn the user IF an
overflow or underflow happens. While underflow can be safely ignored most of the
time, overflow ca NOT be ignored.

So, this is basically independent of the precision. There will be always an
overflow occurring, as long as OOo will use the current floating point
implementation, it is only a matter of when it is occurring. Warning the user is
in my opinion a wise decision. At least he might be aware that the result is 
wrong.

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



[tools-issues] [Issue 96917] cws tools require english svn messages, gives useless error-messages

2008-12-04 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=96917
 Issue #|96917
 Summary|cws tools require english svn messages, gives useless 
|error-messages
   Component|tools
 Version|DEV300m37
Platform|PC
 URL|
  OS/Version|Linux
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P2
Subcomponent|solenv
 Assigned to|hjs
 Reported by|cloph





--- Additional comments from [EMAIL PROTECTED] Thu Dec  4 21:21:40 + 
2008 ---
When trying to migrate a cws from cvs to svn I got this:

Create CWS branch in Subversion for migrating CWS 'cloph10' from CVS.
... check cws path: 'svn+ssh://[EMAIL PROTECTED]/ooo/cws/cloph10', OK
... create branch:
'svn+ssh://[EMAIL PROTECTED]/ooo/cws/cloph10'failed!

Revision 264876 übertragen.

This message is completely useless and bogus, since:
1) the command actually succeeded
2) The message doesn't give any hint at all wrt what makes it think that it 
failed.

Looking at the sources it is obvious:
http://pumbaa.ooodev.org:59145/source/xref/solenv/bin/cws.pl#register_child_workspace#2200
   2197 if ( $result[1] =~ /Committed revision (\d+)\./ ) {
   2198 print STDERR ", committed revision $1\n";
   2199 } else {
   2200 print STDERR "failed!\n";
   2201 print STDERR @result;
   2202 }

So it tries to match the output with the english output of subversion. 


cws tools should either:
* just set LC_MESSAGES=C or similar for the svn command
* check whether svn's output is english and bail out otherwise (e.g. run svn
help or something similar)
* at least print some useful error message. A simple "Expected «foo», got «bar»"
shouldn't be too much to ask for.

-
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 96916] Impress Slide Show grabs A LL worksapces, interfering with demos

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


User webmink changed the following:

What|Old value |New value

  CC|''|'webmink'





-
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 96916] Impress Slide Show grabs A LL worksapces, interfering with demos

2008-12-04 Thread noeljb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=96916
 Issue #|96916
 Summary|Impress Slide Show grabs ALL worksapces, interfering w
|ith demos
   Component|Presentation
 Version|OOo 3.0
Platform|Unknown
 URL|
  OS/Version|Linux
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|ui
 Assigned to|graphicsneedsconfirm
 Reported by|noeljb





--- Additional comments from [EMAIL PROTECTED] Thu Dec  4 21:07:26 + 
2008 ---
System: ThinkPad T61p 6457-7WU
Monitors: Dual
OS: Ubuntu 8.10
OOo: openoffice.org-impress 1:3.0.0-2ubuntu1 from PPA, plus Sun Presenter plugin

When I go full-screen with applications such as Firebox, Totem, OpenOffice Word
Processor, etc., I can switch to other workspaces, e.g., CTRL-ALT-rightarrow,
and that works fine.

HOWEVER, when I turn on the slide show in Impress, the slide show properly uses
both displays as configured, BUT ALSO grabs all workspaces! It should only be
full-screen on the workspace within which it is placed, not ALL workspaces.

Impress is interfering with my ability to do what I want, which is to have a
slideshow on a workspace, and quickly switch to another workspace for live
demonstration.

Talking with Simon Phipps, he has a different use case, but related.  He wants
the slide show on all Workspaces, but the Presenter Console on just a single
Workspace, and "when OO.o loses focus I should be able to drag windows on top of
the external display image."

Fixing the code to not grab all Workspaces, and providing slide show setup
options to separately control this behavior for both the internal and external
displays would satisfy both my and Simon's requirements, which are shared by
many presenters.

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



[tools-issues] [Issue 93339] OOo 3.0.1 release stoppers

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


User idanool changed the following:

What|Old value |New value

  CC|'andreschnabel,brinzing,co|'andreschnabel,brinzing,co
|rnouws,davidclayton,khiran|rnouws,davidclayton,idanoo
|o,maho,parity,rene,sierkb,|l,khirano,maho,parity,rene
|st,sweigel,volkerme'  |,sierkb,st,sweigel,volkerm
|  |e'





--- Additional comments from [EMAIL PROTECTED] Thu Dec  4 21:02:24 + 
2008 ---
Please consider Issue 95152 as stopper (Crash: Opening files with trailing 
spaces)
http://www.openoffice.org/issues/show_bug.cgi?id=95152

This simple issue causes OpenOffice to crush upon opening a file, and I assume
solving this issue suppose to be fairly simple, just add a trim trailing spaces
function to the open file dialog result.

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]



[tools-issues] [Issue 93339] OOo 3.0.1 release stoppers

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





--- Additional comments from [EMAIL PROTECTED] Thu Dec  4 20:58:48 + 
2008 ---
Please consider Issue 95152 as stopper (Crash: Opening files with trailing 
spaces)
http://www.openoffice.org/issues/show_bug.cgi?id=95152

This simple issue causes OpenOffice to crush upon opening a file, and I assume
solving this issue suppose to be fairly simple, just add a trim trailing spaces
function to the open file dialog result.

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]



[sw-issues] [Issue 95991] Switch to whole page view changes layout permanently

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





--- Additional comments from [EMAIL PROTECTED] Thu Dec  4 20:48:01 + 
2008 ---
sorry, wrong filename, correct is: FC8_Anhaenge_V1k.dot

Can you tell me, when I should delete the file in megaupload?

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



[sw-issues] [Issue 95991] Switch to whole page view changes layout permanently

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





--- Additional comments from [EMAIL PROTECTED] Thu Dec  4 20:32:30 + 
2008 ---
This is the link:
http://www.megaupload.com/?d=NE5I9ASE
My filename was FC4_Tichy_V1n.odt

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



[sw-issues] [Issue 96915] CAPS LOCK LIGHT on keyboar d

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


User restrepo changed the following:

What|Old value |New value

   Component|Word processor|*Testproduct

  QA contact|[EMAIL PROTECTED] |[EMAIL PROTECTED]





--- Additional comments from [EMAIL PROTECTED] Thu Dec  4 20:31:03 + 
2008 ---
I just checked and the problem also occurs in CALC, IMPRESS and DRAW so this may
not necessarily be a WRITER code problem.

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



[sw-issues] [Issue 96915] CAPS LOCK LIGHT on keyboar d

2008-12-04 Thread restrepo
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=96915
 Issue #|96915
 Summary|CAPS LOCK LIGHT on keyboard
   Component|Word processor
 Version|OOO300m9
Platform|PC
 URL|
  OS/Version|Linux
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|writerneedsconfirm
 Reported by|restrepo





--- Additional comments from [EMAIL PROTECTED] Thu Dec  4 20:24:30 + 
2008 ---
There is a problem with the CAPS LOCK light on the keyboard.  Under normal
conditions, the CAPS LOCK light on the keyboard should be in the same state as
the CAPS LOCK mode...   CAPS LOCK light off = keyboard in lowercase.  CAPS LOCK
light on = keyboard in UPPERCASE.

To replicate the problem, use a blank WRITER document try to enter text in CAPS
as in the following example:  "eXTREME " (you need to press the shift key for
the first "e" as if you were not aware that the CAPS LOCK was on".  As soon as
you key in a "SPACE" OOWriter changes the word automatically to "Extreme " but
fails to change the corresponding CAPS LOCK light on the keyboard.

>From this point on, the CAPS LOCK light on the keyboard is showing the reverse
state, as if the keyboard was in CAPS LOCK mode, when in reality it is not.

To re-synchronize the light with the CAPS LOCK mode, one has to reproduce the
problem by writing "eXTREME" to have OOWriter correct the text once more.

-
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 96871] Export as PDF causes immed iate crash with no PDF generated

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





--- Additional comments from [EMAIL PROTECTED] Thu Dec  4 20:13:47 + 
2008 ---
H.  Yes, also running OSX 10.5.5.

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



[l10n-issues] [Issue 96899] Translation for odt2dtbk

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





--- Additional comments from [EMAIL PROTECTED] Thu Dec  4 20:09:01 + 
2008 ---
Created an attachment (id=58526)
Translated strings into Dutch (NL_nl)


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



[l10n-issues] [Issue 96899] Translation for odt2dtbk

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





--- Additional comments from [EMAIL PROTECTED] Thu Dec  4 20:07:34 + 
2008 ---
Added the translation of the strings in the zip-file into Dutch (NL-nl) 
as attachment odt2dtbk_strings_NL.zip to this issue

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



[sw-issues] [Issue 91226] Traditional mongolian supp ort

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


User badaa changed the following:

What|Old value |New value

Target milestone|OOo 3.x   |OOo 3.1





--- Additional comments from [EMAIL PROTECTED] Thu Dec  4 20:04:25 + 
2008 ---
I thought that I started new issue for #desc7. It confused you and me, Sorry 
mba!
I agree with you 100%. We have to continue it as usual. So, I reset the target
of this issue to 3.1. Is it ok?
Why I choosed "Plan A" is:
1. Cyrillic is official language in Mongolia
2. We have also developed a mongolian cyrillic spellchecker which works really
nice and used everyday in Mongolia.
3. Currently* we don't have mongolian (traditional) spellchecker.

Is there any possibility to support mongolian cyrillic spellchecker in Plan B? 
;-)

-
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 91578] Display of hidden cells

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





--- Additional comments from [EMAIL PROTECTED] Thu Dec  4 19:50:55 + 
2008 ---
BTW delaying re-calculation until they become visible is "correct" in its own
right.  That only becomes problem when an object such as chart depends on their
values being up-to-date even when they are not visible.  So, to me marking them
dirty to force re-calculation on the next value change upon chart creation seems
logical to me.

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



[sw-issues] [Issue 96879] picture formatting macro t ab lockup

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


User es changed the following:

What|Old value |New value

 Assigned to|writerneedsconfirm|jsk





--- Additional comments from [EMAIL PROTECTED] Thu Dec  4 19:45:53 + 
2008 ---
@JSK: please have a look.

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



[sw-issues] [Issue 95991] Switch to whole page view changes layout permanently

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





--- Additional comments from [EMAIL PROTECTED] Thu Dec  4 19:43:58 + 
2008 ---
You may upload your file at http://megaupload.com/ and post the link here.

-
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 91578] Display of hidden cells

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





--- Additional comments from [EMAIL PROTECTED] Thu Dec  4 19:39:08 + 
2008 ---
Setting formulas dirty is hardly "messing around with formulas" since no tokens
are modified.

Here are the circumstances.  When source ranges are formula cells outside the
visible area, that listens on value cells whose values get changed by the API. 
When the values of the listened cells change via API, those formula cells are
not re-calculated until they become visible, which causes the chart to not get
updated.  Marking them dirty once when the chart gets activated solves this 
issue.

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



[sc-issues] [Issue 96914] xlsx Fail to extract Embed ded Objects via UNO

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





--- Additional comments from [EMAIL PROTECTED] Thu Dec  4 19:33:45 + 
2008 ---
Created an attachment (id=58525)
xlsx with ole object


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



[sc-issues] [Issue 96914] xlsx Fail to extract Embed ded Objects via UNO

2008-12-04 Thread cactuscomputing
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=96914
 Issue #|96914
 Summary|xlsx Fail to extract Embedded Objects via UNO
   Component|Spreadsheet
 Version|OOO300m9
Platform|PC
 URL|
  OS/Version|Linux
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|programming
 Assigned to|spreadsheet
 Reported by|cactuscomputing





--- Additional comments from [EMAIL PROTECTED] Thu Dec  4 19:32:46 + 
2008 ---
As for the related issue 96910, code that extracts embedded Objects in xls fails
with xlsx. The code:
for (int j = 0 ; j < drawPage.getCount() ; j++ ){
  Object anyOb = drawPage.getByIndex(j);
  XShape shape = (XShape)AnyConverter.toObject(XShape.class, anyOb);
  XPropertySet xPageProps =
(XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, shape);
 if ( xPageProps.getPropertySetInfo().hasPropertyByName("EmbeddedObject") ){
// ALWAYS FALSE FOR xlsx
Any emOb = (Any)xPageProps.getPropertyValue("EmbeddedObject");
actual extraction
 }
}
Incidentally pptx files work fine!

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



[sc-issues] [Issue 92797] Mechanism for MOOXML impor t to support indices of external documents in address references.

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


User er changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Thu Dec  4 19:31:55 + 
2008 ---
Note: External references are implemented. External named references are
implemented in the core code, but not imported by the filter. Conversion from
external syntax to DDE() function not implemented yet.

Handling of external references has completely been reworked. During runtime
they don't appear as hidden sheets anymore, thus don't occupy precious slots of
the 255 available sheets. Also only the used (referred) cells are imported and
stored with the document, which may significantly decrease storage footprint. As
before, they are stored as external tables, preserving backward compatibility.


-
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 91578] Display of hidden cells

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





--- Additional comments from [EMAIL PROTECTED] Thu Dec  4 19:26:45 + 
2008 ---
What are these circumstances? If formula broadcasts don't work, other areas
beside charts are affected, and that should be fixed. If it's just about the
charts, then the fix should be limited to charts, and not mess around with
formulas. This just doesn't seem right.

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



[sw-issues] [Issue 95991] Switch to whole page view changes layout permanently

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





--- Additional comments from [EMAIL PROTECTED] Thu Dec  4 19:18:19 + 
2008 ---
Sorry, at the moment I cannot repeat the error. 
I have a document of 13 MB with about 100 pages, lots of pictures and mostly two
column text. Every time when I reopen it (even without any changes by me),
writer seems to rework the layout. At the moment writer interrupted the text in
page 80 middle of the left column and inserted 10 completely empty pages and
then continued the text. (On previous occasions only 1 to 4 pages where inserted
somewhere.)
I closed the file without saving and reopened it - and there was no more
insertion of empty pages.
Due to the file size I have no idea how I could make the file available to you.

What kind of diagnostic information could I possibly provide from the big file?

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



[sc-issues] [Issue 96775] Translation error in Calc Status bar for French locale

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





--- Additional comments from [EMAIL PROTECTED] Thu Dec  4 19:15:29 + 
2008 ---
Hi Kohei, Eike, 

Thank you to add me to the issue.
I'll take care of it (I'm responsible for FR l10n) but the translation your
customer provided is not good. Here is an extract of our glossary :
--
"COUNT" "en-US" "Pending"   "NB""fr-FR" "n" "General"   
"StarOffice""Approved"
"Fonction Calc / Statistiques"  

"COUNTA""en-US" "Pending"   "NBVAL" "fr-FR" "n" "General"   
"StarOffice"
"Approved"  "Fonction Calc /
---

I'll speak with the l10n FR team and will report what we will decide here, we
could replace the function names by more adapted words. In past versions it was
Number1 and Number2 this is why we decide to change and put the function names
instead (it's more easy to find  the definition in OLH that way). But what your
customer is proposing is to far from what the function is doing. 
Kind regards - Sophie

-
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 96913] "Background setting for al l pages?" does not work properly

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


User rogerwesson changed the following:

What|Old value |New value

  OS/Version|All   |Linux





-
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 96913] "Background setting for al l pages?" does not work properly

2008-12-04 Thread rogerwesson
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=96913
 Issue #|96913
 Summary|"Background setting for all pages?" does not work prop
|erly
   Component|Presentation
 Version|OOo 2.4.1
Platform|Unknown
 URL|http://www.star.ucl.ac.uk/~rwesson/wolas.odp
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|formatting
 Assigned to|graphicsneedsconfirm
 Reported by|rogerwesson





--- Additional comments from [EMAIL PROTECTED] Thu Dec  4 19:06:38 + 
2008 ---
In the document available at http://www.star.ucl.ac.uk/~rwesson/wolas.odp, I am
trying to change the background in all slides.  Clicking "yes" when asked
"background settings for all pages?" either results in nothing at all happening,
or only a couple of page backgrounds changing.

-
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 96911] pptx Missing font under Li nux

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





--- Additional comments from [EMAIL PROTECTED] Thu Dec  4 19:01:24 + 
2008 ---
Created an attachment (id=58524)
Source doc


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



  1   2   3   4   5   >