[sc-issues] [Issue 113175] Wrong labelling tab

2010-07-20 Thread andreschnabel
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113175


User andreschnabel changed the following:

What|Old value |New value

  Status|REOPENED  |RESOLVED

  Resolution|  |INVALID





--- Additional comments from andreschna...@openoffice.org Tue Jul 20 
05:57:24 + 2010 ---
you did not read my explanation - we have no Zoo we only have Apes.

nochmal in Deutsch: 
Der entsprechende Tab wirkt sich nur auf Zahlen auf, nicht beliebige Inhalte.
Die Bezeichnung Inhalte wäre sogar irreführend, denn wenn in der Zelle ein
Text eingegeben ist, hat die Einstellung in diesem Tab keinen Einfluss.

Die Dopplung der Begriffe kommt daher, dass eine Zahl natürlich auch als solche
dargestellt werden kann (mit verschiedenen Möglichkeiten, wie z.B. Anzahl der
Nachkommastellen).


 

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

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


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



[udk-issues] [Issue 111641] pyuno: Python-implemented Interface attribute is not writeable

2010-07-20 Thread gurfle
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111641





--- Additional comments from gur...@openoffice.org Tue Jul 20 06:06:28 
+ 2010 ---
Great discovery hanya!

So here is my attempt - as a complete noob - at a fix that minimal testing seems
to indicate the problem is solved and revealing nothing else as seriously 
broken.

Offending line commented out:

sal_Bool Adapter::hasProperty( const OUString  aPropertyName )
throw ( RuntimeException )
{
bool bRet = false;
//PyThreadAttach guard( mInterpreter );
{
bRet = PyObject_HasAttrString(
mWrappedObject.get() , (char*) TO_ASCII( aPropertyName ));
}
return bRet;
}

Rebuilding OOo from source (debian package 1:3.2.0-4~bpo50+1) with that one
change did the trick! (I have also been able to put the new libpyuno.so into
another, otherwise un-hacked installation of the same debian version of OOo and
gotten the problem to go away there too.)

But someone who really knows what they are doing had better weigh in here before
this goes anywhere else, as I have never done anything like this before.  The
required 7 hour complete build of OOo just to fix the python-uno package was an
extreme eyeopener into the workings of OOo (quite shocking at first!) but I am
thrilled to have now at least gotten a one-line code change to have apparently
solved a problem that has been causing me considerable headaches for a while 
now!

Thanks again hanya for leading me this one step further into OOo programming
oblivion!!!  I look forward to many more to come!

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

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


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



[sc-issues] [Issue 104952] Error Match function with Hyperlink function break link

2010-07-20 Thread jeffooo
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=104952





--- Additional comments from jeff...@openoffice.org Tue Jul 20 06:07:04 
+ 2010 ---
To keep hyperlink, bypass is to test MATCH function returns an #NA error 

=IF(ISNA(MATCH(B1;A1:A1;0);;HYPERLINK(#Sheet1.AMATCH(B1;A1:A1;0))

Best regards

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

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


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



[udk-issues] [Issue 111641] pyuno: Python-implemented Interface attribute is not writeable

2010-07-20 Thread hanya
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111641





--- Additional comments from ha...@openoffice.org Tue Jul 20 06:39:31 + 
2010 ---
Adapter::hasMethod is exported through its interface and it might be called from
out of Adapter::setValue method.

in setValue, this might be better.
void Adapter::setValue( ...
...
//if( !hasProperty( aPropertyName ) )
if (! PyObject_HasAttrString(
mWrappedObject.get() , (char*) TO_ASCII( aPropertyName )))
{


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

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


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



[graphics-issues] [Issue 113268] TrueType font creation

2010-07-20 Thread wg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113268


User wg changed the following:

What|Old value |New value

 Assigned to|graphicsneedsconfirm  |requirements





--- Additional comments from w...@openoffice.org Tue Jul 20 06:58:15 + 
2010 ---
Reassigned.

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

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


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



[graphics-issues] [Issue 113269] Application crash when op en the one slide presentation

2010-07-20 Thread wg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113269


User wg changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

Priority|P1|P2

  Resolution|  |WORKSFORME





--- Additional comments from w...@openoffice.org Tue Jul 20 06:56:49 + 
2010 ---
This is not a prio 1 task. Please have a look at
http://qa.openoffice.org/scdocs/ddIssues_EnterModify.html#priority. Thanks.
Problem reproducible in 3.2.1 on Mac but fixed in OOO330_m1.

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

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


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



[graphics-issues] [Issue 113269] Application crash when op en the one slide presentation

2010-07-20 Thread wg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113269


User wg changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from w...@openoffice.org Tue Jul 20 06:57:14 + 
2010 ---
Closed.

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

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


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



[api-issues] Перевозка грузов! Срочно!

2010-07-20 Thread Елена Тетерин
ПЕРЕВОЗКА ЛЮБОГО ГРУЗА, ЛЮБЫМ ТРАНСПОРТОМ В ЛЮБУЮ ТОЧКУ МИРА. 
КВАРТИРНЫЕ И ОФИСНЫЕ ПЕРЕЕЗДЫ.
ДОСТУПНЫЕ ЦЕНЫ. 

ОСТАВИТЬ ON-LINE ЗАЯВКУ НА ПЕРЕВОЗКУ ГРУЗА - 
http://www.transportline.ru/static/added

СВЯЗАТЬСЯ С МЕНЕДЖЕРОМ +7 495 7906849


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


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



[dba-issues] [Issue 111959] Subform with tablegrid do es not work anymore

2010-07-20 Thread msc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111959


User msc changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from m...@openoffice.org Tue Jul 20 07:22:36 + 
2010 ---
verified in CWS dba33g

find more information about this CWS, like when it is available in the master
builds, in EIS, the Environment Information System:
http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=DEV300%2Fdba33g

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

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


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



[dba-issues] [Issue 112609] Datasouce with more table s, only shows one in DataBrowser when document has fields from more tables / sources.

2010-07-20 Thread msc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112609


User msc changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from m...@openoffice.org Tue Jul 20 07:28:43 + 
2010 ---
verified in CWS dba33g

find more information about this CWS, like when it is available in the master
builds, in EIS, the Environment Information System:
http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=DEV300%2Fdba33g

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

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


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



[sw-issues] [Issue 113265] Bookmark new name not not iced

2010-07-20 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113265


User mru changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |DUPLICATE





--- Additional comments from m...@openoffice.org Tue Jul 20 07:33:32 + 
2010 ---
Has the same root cause as issue 108341.

*** This issue has been marked as a duplicate of 108341 ***

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

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


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



[sw-issues] [Issue 113263] Number RecentDocuments fr om 0

2010-07-20 Thread es
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113263


User es changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |WONTFIX





--- Additional comments from e...@openoffice.org Tue Jul 20 07:30:30 + 
2010 ---
Counting from 1 is the use and the good usage when counting in terms of ordinal
numbers.
Just like January is the 1st month and there is no 0st class service.

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

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


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



[sw-issues] [Issue 113263] Number RecentDocuments fr om 0

2010-07-20 Thread es
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113263


User es changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from e...@openoffice.org Tue Jul 20 07:30:53 + 
2010 ---
closed

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

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


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



[sw-issues] [Issue 113265] Bookmark new name not not iced

2010-07-20 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113265


User mru changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from m...@openoffice.org Tue Jul 20 07:34:46 + 
2010 ---
Closing duplicate.

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

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


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



[sw-issues] [Issue 108341] deleting bookmark doesn't influence modified status

2010-07-20 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108341





--- Additional comments from m...@openoffice.org Tue Jul 20 07:33:31 + 
2010 ---
*** Issue 113265 has been marked as a duplicate of 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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


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



[framework-issues] [Issue 113271] Extension Manager: missin g option to delete preinstalled extensions

2010-07-20 Thread jmpoo
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113271
 Issue #|113271
 Summary|Extension Manager: missing option to delete preinstall
|ed extensions
   Component|framework
 Version|OOO330m1
Platform|PC
 URL|
  OS/Version|Windows XP
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|ui
 Assigned to|tm
 Reported by|jmpoo





--- Additional comments from jm...@openoffice.org Tue Jul 20 07:33:41 + 
2010 ---
Dev300m84 and OOO330m1, engl. with german lang.-pack, Win XP, default options

Missing button or context menue entry to delete or deactivate one of the
preinstalled dictionarys (e.g. Spanish). This works only for new added 
extensions.

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

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


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



[sw-issues] [Issue 113263] Number RecentDocuments fr om 0

2010-07-20 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113263


User mru changed the following:

What|Old value |New value

   Component|Word processor|framework

  QA contact|iss...@sw |iss...@framework

Subcomponent|configuration |ui





--- Additional comments from m...@openoffice.org Tue Jul 20 07:40:07 + 
2010 ---
ADD:
People complained about OOo being too technical in the past - and such a
behavior would mean OOo becoming more technical.

BTW: this is a Framework 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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


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



[framework-issues] [Issue 113263] Number RecentDocuments fr om 0

2010-07-20 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113263


User mru changed the following:

What|Old value |New value

   Component|Word processor|framework

  QA contact|iss...@sw |iss...@framework

Subcomponent|configuration |ui





--- Additional comments from m...@openoffice.org Tue Jul 20 07:40:07 + 
2010 ---
ADD:
People complained about OOo being too technical in the past - and such a
behavior would mean OOo becoming more technical.

BTW: this is a Framework 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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


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



[sw-issues] [Issue 113272] Suggest name when creatin g copy from read-only document

2010-07-20 Thread hamaryns
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113272
 Issue #|113272
 Summary|Suggest name when creating copy from read-only documen
|t
   Component|Word processor
 Version|OOo 3.2.1
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|save-export
 Assigned to|writerneedsconfirm
 Reported by|hamaryns





--- Additional comments from hamar...@openoffice.org Tue Jul 20 07:47:11 
+ 2010 ---
If I want to edit a read-only document, OO offers me to create an editable copy.
 I have to give it a name.  It would be nice if the name of the read-only
document, maybe with a suffix, where suggested, this would save a lot of typing.
 (Most of the time, you’ll save it to another directory anyway, so it can have
the same name.)

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

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


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



[udk-issues] [Issue 83878] unopkg: avoiding the need that installing a uno.pkg causes it to be copi ed...

2010-07-20 Thread jl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=83878





--- Additional comments from j...@openoffice.org Tue Jul 20 07:47:29 + 
2010 ---
The folder is share/extensions
Not to be confused with the previous share/extension folder which contained the
oxt files.

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

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


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



[sw-issues] [Issue 113262] Hyperlink heading numbers differ from doc numbering

2010-07-20 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113262


User mru changed the following:

What|Old value |New value

 Assigned to|writerneedsconfirm|requirements





--- Additional comments from m...@openoffice.org Tue Jul 20 07:48:40 + 
2010 ---
Reassigned to requirements.

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

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


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



[dba-issues] [Issue 110535] Report fails with error ' SQL Status: S1000' on grouping with MSAccess

2010-07-20 Thread msc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=110535


User msc changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from m...@openoffice.org Tue Jul 20 07:53:02 + 
2010 ---
verified in CWS dba33g

find more information about this CWS, like when it is available in the master
builds, in EIS, the Environment Information System:
http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=DEV300%2Fdba33g

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

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


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



[sc-issues] [Issue 113261] Links linked to the compl ete text within a cell after saving

2010-07-20 Thread hansie
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113261





--- Additional comments from han...@openoffice.org Tue Jul 20 07:55:15 
+ 2010 ---
In addition/correction to the stated issue, the text should read: 'After saving 
 closing the file/open office and starting it up again, the link still worked, 
but it was suddenly linked to the COMPLETE text within the cell.'

Hansie.

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

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


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



[udk-issues] [Issue 83878] unopkg: avoiding the need that installing a uno.pkg causes it to be copi ed...

2010-07-20 Thread rene
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=83878





--- Additional comments from r...@openoffice.org Tue Jul 20 07:59:04 + 
2010 ---
jl: ah, 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: issues-unsubscr...@udk.openoffice.org
For additional commands, e-mail: issues-h...@udk.openoffice.org


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



[l10n-issues] [Issue 113240] there are no Belarusian ( be-BY) langpacks in the downloads

2010-07-20 Thread yury_t
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113240





--- Additional comments from yur...@openoffice.org Tue Jul 20 07:58:35 
+ 2010 ---
Hm, where does this 67% number come from? Were there like 10K extra strings in
3.2.1 or something (which are now gone)? I definitely have 80+% in m84. After
the translation submission, will the langpack generation commence automatically
on behalf of the percentage?



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

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


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



[l10n-issues] [Issue 113240] there are no Belarusian ( be-BY) langpacks in the downloads

2010-07-20 Thread mla
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113240


User mla changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Issue type|ENHANCEMENT   |TASK

  Resolution|  |FIXED

 Version|current   |OOo 3.2.1 RC2





--- Additional comments from m...@openoffice.org Tue Jul 20 08:05:45 + 
2010 ---
Because you don't use pootle we had to use an internal database after the .sdf
file was included to see the translation rate. Please note that it has nothing
to do with the current rate based on m84. For 3.3, when the rate is 80 % or
higher the langpack will be created.

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

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


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



[sc-issues] [Issue 113261] Links linked to the compl ete text within a cell after saving

2010-07-20 Thread fst
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113261





--- Additional comments from f...@openoffice.org Tue Jul 20 08:10:04 + 
2010 ---
Hi,

but the most relevant part you mist to tell us is...
to which format did you save ?
I guess it is XLS and if so, this behavior is normal as Excel only can assign
hyperlinks to whole cells as far as I remember.

Frank

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

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


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



[l10n-issues] [Issue 113240] there are no Belarusian ( be-BY) langpacks in the downloads

2010-07-20 Thread yury_t
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113240





--- Additional comments from yur...@openoffice.org Tue Jul 20 08:15:28 
+ 2010 ---
Right, 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: issues-unsubscr...@l10n.openoffice.org
For additional commands, e-mail: issues-h...@l10n.openoffice.org


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



[l10n-issues] [Issue 80868] extra access-key found on open button

2010-07-20 Thread thorstenziehm
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=80868


User thorstenziehm changed the following:

What|Old value |New value

Target milestone|OOo 3.2.1 |OOo 3.3





--- Additional comments from thorstenzi...@openoffice.org Tue Jul 20 
08:25:49 + 2010 ---
As I could read this issue will be fixed for the next release. So I change the
target to OOo 3.3.

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

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


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



[dba-issues] [Issue 111624] OOo crashes with invalid SET TABLE INDEX statement in script file

2010-07-20 Thread msc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111624


User msc changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from m...@openoffice.org Tue Jul 20 08:23:24 + 
2010 ---
verified in CWS dba33g

find more information about this CWS, like when it is available in the master
builds, in EIS, the Environment Information System:
http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=DEV300%2Fdba33g

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

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


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



[sw-issues] [Issue 113266] Spurious column widths in TableProperties with certain measurement unit s

2010-07-20 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113266


User mru changed the following:

What|Old value |New value

 Assigned to|writerneedsconfirm|os

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

 Summary|Spurious column widths in |Spurious column widths in 
|TableProperties   |TableProperties with certa
|  |in measurement units

Subcomponent|formatting|ui

Target milestone|---   |OOo Later





--- Additional comments from m...@openoffice.org Tue Jul 20 08:30:29 + 
2010 ---
MRU-OS: this issue is quite curious. On my system it only occurs when I use
metric system in Writer. Submitter of issue faces it with English units... maybe
it differs with different regional settings of the system.
It looks, that this is only a UI bug. The column seems seem to be stored
correctly internally.

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

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


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



[l10n-issues] [Issue 108204] Swedish localization fixe s for 3.2.1

2010-07-20 Thread thorstenziehm
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108204


User thorstenziehm changed the following:

What|Old value |New value

Target milestone|OOo 3.2.1 |OOo 3.x





--- Additional comments from thorstenzi...@openoffice.org Tue Jul 20 
08:31:23 + 2010 ---
What is the status of this issue? I change the target to OOo 3.x. If it is
fixed, please close the issue. If it isn't fixed, please find an adequate target
and fix it for the next release.

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

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


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



[l10n-issues] [Issue 111094] New localize.sdf for Norw egian Bokmål.

2010-07-20 Thread ihi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111094





--- Additional comments from i...@openoffice.org Tue Jul 20 08:36:14 + 
2010 ---
there should not be any string changes bewteen m0 and m1 as far as I know of

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

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


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



[l10n-issues] [Issue 111094] New localize.sdf for Norw egian Bokmål.

2010-07-20 Thread ihi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111094





--- Additional comments from i...@openoffice.org Tue Jul 20 08:35:22 + 
2010 ---
please hurry up, the deadline was last thursday! VG is already working on the 
cws

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

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


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



[l10n-issues] [Issue 111094] New localize.sdf for Norw egian Bokmål.

2010-07-20 Thread ihi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111094


User ihi changed the following:

What|Old value |New value

 Assigned to|ihi   |vg

  Status|REOPENED  |NEW





--- Additional comments from i...@openoffice.org Tue Jul 20 08:37:16 + 
2010 ---
vg, please grab the sdf file if there is still 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: issues-unsubscr...@l10n.openoffice.org
For additional commands, e-mail: issues-h...@l10n.openoffice.org


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



[sw-issues] [Issue 113272] Suggest file name when cr eating copy from read-only document

2010-07-20 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113272


User mru changed the following:

What|Old value |New value

 Assigned to|writerneedsconfirm|requirements

   Component|Word processor|framework

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

  Issue type|DEFECT|ENHANCEMENT

  QA contact|iss...@sw |iss...@framework

 Summary|Suggest name when creating|Suggest file name when cre
| copy from read-only docum|ating copy from read-only 
|ent   |document

Subcomponent|save-export   |ui





--- Additional comments from m...@openoffice.org Tue Jul 20 08:41:30 + 
2010 ---
Framework issue, as long as this is related to ALL OOo applications.

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

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


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



[framework-issues] [Issue 113272] Suggest file name when cr eating copy from read-only document

2010-07-20 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113272


User mru changed the following:

What|Old value |New value

 Assigned to|writerneedsconfirm|requirements

   Component|Word processor|framework

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

  Issue type|DEFECT|ENHANCEMENT

  QA contact|iss...@sw |iss...@framework

 Summary|Suggest name when creating|Suggest file name when cre
| copy from read-only docum|ating copy from read-only 
|ent   |document

Subcomponent|save-export   |ui





--- Additional comments from m...@openoffice.org Tue Jul 20 08:41:30 + 
2010 ---
Framework issue, as long as this is related to ALL OOo applications.

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

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


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



[l10n-issues] [Issue 113240] there are no Belarusian ( be-BY) langpacks in the downloads

2010-07-20 Thread ihi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113240


User ihi changed the following:

What|Old value |New value

  CC|'mla' |'ihi,mla'

 Assigned to|ihi   |vg





--- Additional comments from i...@openoffice.org Tue Jul 20 08:41:57 + 
2010 ---
vg, please check the translation status for the final OOo 3.3 of be-BY

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

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


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



[graphics-issues] [Issue 113169] Default frame duration of animated bitmaps too long

2010-07-20 Thread af
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113169


User af changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from a...@openoffice.org Tue Jul 20 08:49:11 + 
2010 ---
Fixed this in slideshow/source/engine/shapes/gdimtftools.cxx by reducing the
default frame duration from 1s to 0.1s.

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

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


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



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

2010-07-20 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,53397,61927,64671,687|7065,53397,61927,64671,687
|17,76649,80021,86080,88341|17,76649,80021,86080,88341
|,95369,98137,100686,101274|,95369,98137,100686,101274
|,101354,101355,102061,1021|,101354,101355,102061,1021
|42,105784,105827,106502,10|42,105784,105827,106502,10
|7490,108049,108246,108637,|7490,108049,108246,108637,
|108846,110142,111699,11174|108846,110142,111699,11174
|1,111886,112027,112247,112|1,111886,112027,112247,112
|363,112384,112421,112514,1|363,112384,112421,112514,1
|12516,112567,112657,1 |12516,112567,112657,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: issues-unsubscr...@util.openoffice.org
For additional commands, e-mail: issues-h...@util.openoffice.org


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



[framework-issues] [Issue 113273] desktop: stating modify t ime of extensions dir when it's a link

2010-07-20 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113273
 Issue #|113273
 Summary|desktop: stating modify time of extensions dir when 
|it's a link
   Component|framework
 Version|DEV300m84
Platform|Unknown
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|code
 Assigned to|jl
 Reported by|cmc





--- Additional comments from c...@openoffice.org Tue Jul 20 08:47:51 + 
2010 ---
The bundled extensions dir is /opt/openoffice.org3/share/extensions i.e. its
per-brand layer. Ideally I'd like to share the same dir between the broffice.org
brand and openoffice.org brand, but if I e.g. use a link, then the stat code
which sees whether there's any new extensions only stats the link itself, not
whats linked to.

Attached is a patch to resolve links when stating the extensions dir

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

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


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



[framework-issues] [Issue 113273] desktop: stating modify t ime of extensions dir when it's a link

2010-07-20 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113273


User cmc changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |70698)
how about this






--- Additional comments from c...@openoffice.org Tue Jul 20 08:48:08 + 
2010 ---
Created an attachment (id=70698)
how about this


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

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


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



[graphics-issues] [Issue 82275] Created animated GIF too s low ties up computer

2010-07-20 Thread af
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=82275



This issue depends on issue 113169, 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: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


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



[framework-issues] [Issue 113273] desktop: stating modify t ime of extensions dir when it's a link

2010-07-20 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113273


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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


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



[framework-issues] [Issue 113206] Unable to turn off or rem ove a shared dictionary extension in the exten sions manager

2010-07-20 Thread of
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113206





--- Additional comments from o...@openoffice.org Tue Jul 20 08:52:35 + 
2010 ---
*** Issue 113271 has been marked as a duplicate of 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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


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



[framework-issues] [Issue 113271] Extension Manager: missin g option to delete preinstalled extensions

2010-07-20 Thread of
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113271


User of changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |DUPLICATE





--- Additional comments from o...@openoffice.org Tue Jul 20 08:52:36 + 
2010 ---
duplicate

*** This issue has been marked as a duplicate of 113206 ***

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

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


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



[framework-issues] [Issue 113271] Extension Manager: missin g option to delete preinstalled extensions

2010-07-20 Thread of
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113271


User of changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from o...@openoffice.org Tue Jul 20 08:53:27 + 
2010 ---
duplicate

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

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


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



[l10n-issues] [課題 113274] [JA]UI: The tooltip on Bullets and Numbering dialog is wrong

2010-07-20 Thread kamataki
http://www.openoffice.org/issues/show_bug.cgi?id=113274






--- コメントの追加元 kamat...@openoffice.org 2010/07/20 08:57:52 + ---
作成された添付 (id=70699)
Bullets_and_Numbering01.jpg


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


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



[l10n-issues] [課題 113274] [JA]UI: The tooltip on Bullets and Numbering dialog is wrong

2010-07-20 Thread kamataki
http://www.openoffice.org/issues/show_bug.cgi?id=113274






--- コメントの追加元 kamat...@openoffice.org 2010/07/20 08:58:34 + ---
作成された添付 (id=70700)
Bullets_and_Numbering02.jpg


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


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



[l10n-issues] [課題 113274] [JA]UI: The tooltip on Bullets and Numbering dialog is wrong

2010-07-20 Thread kamataki
http://www.openoffice.org/issues/show_bug.cgi?id=113274






--- コメントの追加元 kamat...@openoffice.org 2010/07/20 08:59:40 + ---
作成された添付 (id=70702)
Bullets_and_Numbering04.jpg


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


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



[l10n-issues] [課題 113274] [JA]UI: The tooltip on Bullets and Numbering dialog is wrong

2010-07-20 Thread kamataki
http://www.openoffice.org/issues/show_bug.cgi?id=113274






--- コメントの追加元 kamat...@openoffice.org 2010/07/20 09:00:10 + ---
作成された添付 (id=70703)
Bullets_and_Numbering05.jpg


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


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



[l10n-issues] [課題 113274] 新規 - [JA]UI: The too ltip on Bullets and Numbering dialog is wrong

2010-07-20 Thread kamataki
http://www.openoffice.org/issues/show_bug.cgi?id=113274
課題 #|113274
  要約|[JA]UI: The tooltip on Bullets and Numbering dialog is
| wrong
   コンポーネント|l10n
 バージョン|OOo 3.2.1
プラットフォーム|All
 URL|
  OS/バージョン|All
 ステータス|未確認
ステータスのホワ|
 イトボード|
 キーワード|
解決方法|
  課題のタイプ|不具合
   優先度|P3
サブコンポーネン|ui
 ト|
   担当者|sba
   報告者|kamataki






--- コメントの追加元 kamat...@openoffice.org 2010/07/20 08:56:30 + ---
Bullets and Numbering dialog of the Japanese version is different from English
version. Therefore, the tooltip on Numbering type is wrong. I checked Writer and
Impress.

Language Settings - Languages:
User interface is English(USA).
Locale setting is Default - Japanese.

Bullets and Numbering Dialog - Numbering type:

Please change the tooltip as follows.
Number 1) 2) 3) should be Lowcase letter a) b) c) 
Bullets_and_Numbering01.jpg
Number (1) (2) (3) should be Number ① ② ③  Bullets_and_Numbering02.jpg
Lowercase letter a) b) c) should be Katakana (ア) (イ) (ウ) 
Bullets_and_Numbering03.jpg
Lowercase letter (a) (b) (c) should be Katakana イ) ロ) ハ) 
Bullets_and_Numbering04.jpg

Language Settings - Languages:
User interface is Default - Japanese.
Locale setting is Default - Japanese.

Bullets and Numbering Dialog - Numbering type:

Please change the tooltip as follows.
数字 1) 2) 3) should be 小文字 a) b) c)  Bullets_and_Numbering05.jpg
数字 (1) (2) (3) should be 数字 ① ② ③  Bullets_and_Numbering06.jpg
小文字 a) b) c) should be カタカナ (ア) (イ) (ウ) 
Bullets_and_Numbering07.jpg
小文字 (a) (b) (c) should be カタカナ イ) ロ) ハ) 
Bullets_and_Numbering08.jpg

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


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



[l10n-issues] [課題 113274] [JA]UI: The tooltip on Bullets and Numbering dialog is wrong

2010-07-20 Thread kamataki
http://www.openoffice.org/issues/show_bug.cgi?id=113274






--- コメントの追加元 kamat...@openoffice.org 2010/07/20 09:00:39 + ---
作成された添付 (id=70704)
Bullets_and_Numbering06.jpg


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


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



[l10n-issues] [課題 113274] [JA]UI: The tooltip on Bullets and Numbering dialog is wrong

2010-07-20 Thread kamataki
http://www.openoffice.org/issues/show_bug.cgi?id=113274






--- コメントの追加元 kamat...@openoffice.org 2010/07/20 09:01:12 + ---
作成された添付 (id=70705)
Bullets_and_Numbering07.jpg


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


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



[l10n-issues] [課題 113274] [JA]UI: The tooltip on Bullets and Numbering dialog is wrong

2010-07-20 Thread kamataki
http://www.openoffice.org/issues/show_bug.cgi?id=113274






--- コメントの追加元 kamat...@openoffice.org 2010/07/20 09:01:39 + ---
作成された添付 (id=70706)
Bullets_and_Numbering08.jpg


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


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



[l10n-issues] [課題 113274] [JA]UI: The tooltip on Bullets and Numbering dialog is wrong

2010-07-20 Thread kamataki
http://www.openoffice.org/issues/show_bug.cgi?id=113274






--- コメントの追加元 kamat...@openoffice.org 2010/07/20 08:59:12 + ---
作成された添付 (id=70701)
Bullets_and_Numbering03.jpg


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


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



[sc-issues] [Issue 112648] Password-protected ODS ac cepts password but fails to open

2010-07-20 Thread fst
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112648


User fst changed the following:

What|Old value |New value

 Assigned to|spreadsheet   |mav

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW





--- Additional comments from f...@openoffice.org Tue Jul 20 09:28:01 + 
2010 ---
Hi Mikhail,

please take over as discussed.

Frank

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

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


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



[sc-issues] [Issue 113275] error in ReplaceAll with backreferences.

2010-07-20 Thread joancodina
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113275
 Issue #|113275
 Summary|error in ReplaceAll with backreferences.
   Component|Spreadsheet
 Version|OOO320m19
Platform|Opteron/x86_64
 URL|
  OS/Version|Linux
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|editing
 Assigned to|spreadsheet
 Reported by|joancodina





--- Additional comments from joancod...@openoffice.org Tue Jul 20 09:32:16 
+ 2010 ---
in calc I have a cell with the following message

toyota|toyota|NC quiere|querer|VM sacar|sacar|VM avensis|avensis|NC 

and if I do a replace All with regular expressions where the fields are
search for:([^ |]+)\|([^ |]+\|[^ |]+)
replace with: $1

the text i get is
toyota toyota toyota toyota 
instead of
toyota quiere sacar avensis
what i get if I execute replace many times (instead of replace all)
so it seems that the backreference maintains each value per cell not per martch

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

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


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



[sw-issues] [Issue 113276] Math: Greek symbols and n ew OpenSymbol font

2010-07-20 Thread tl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113276
 Issue #|113276
 Summary|Math: Greek symbols and new OpenSymbol font
   Component|Formula editor
 Version|DEV300m83
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|TASK
Priority|P3
Subcomponent|code
 Assigned to|tl
 Reported by|tl





--- Additional comments from t...@openoffice.org Tue Jul 20 09:50:16 + 
2010 ---
==
Problem:

Previously (up to, and including OOo 3.2) a formula like:
%MU %PInitalic {%MU %PI}italic {%MU %PI} newline
%eta %kappanitalic {%eta %kappa}italic {%eta %kappa}
would have been rendered as in 'mathOSF_OOo3.2.png'.

Please notice that you can't get a straight %PI it is slanted or even
more slanted. :-( This however did not apply to %MU since the first
comes from the StarSymbol/OpenSymbol font and the latter actually from
TimesNewRoman since the old OpenSymbol font did only feature those
non-Latin-looking Greek characters. That of course was a bug of the old
font.

This problem (and others) are now fixed in the new OpenSymbol font that
will come with OOo 3.3.

Currently(!) with a developers build like DEV300_m84 the above formula
will be rendered as in 'mathOSF_OOo3.3.png'. You can easily see that
'italic' and 'nitalic' commands now have the proper effect on the
characters.
Also the non-altered charatcer (see first column) are defined as slanted
by default right now since that is visually the best equivalent to the
old look.

Now in every formula at least one of the sample cases
'%PI'
'nitalic PI' or
'italic PI'
will look different compared to OOo 3.2 if rendered anew in OOo 3.3!
(And it can't be fixed on import.) Also changing the default for Greek
symbols to straight will not solve this since then only one of the other
cases will turn out different.

==

Having asked the users on the UX discussion list they majority wants that the
Greek symbols (like %KAPPA, %kappa, ...) should not be slanted by default and
that for each of them there should be a additional symbols, prefixed with 'i'
(like %iKAPPA, %ikappa, ...) that are the slanted versions of the former ones. 


Implementation wise the new italic versions (%iKAPPA, %ikappa, ...) should go
into a symbol set named iGreek. That should be done purely programmatically be
prefixing each symbol in the 'Greek' symbol set with 'i', setting it to 'italic'
and put them into the set 'iGreek'. 
The advantage of this solution is that no additional translation is required and
thus consistency is guaranteed. 
The 'iGreek' symbol set should be calculated once per office start only when
Math is used the 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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


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



[sw-issues] [Issue 113276] Math: Greek symbols and n ew OpenSymbol font

2010-07-20 Thread tl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113276


User tl changed the following:

What|Old value |New value

Target milestone|---   |OOo 3.4





--- Additional comments from t...@openoffice.org Tue Jul 20 09:51:11 + 
2010 ---
.

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

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


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



[graphics-issues] [Issue 108538] ppt import: the layout is not set

2010-07-20 Thread sj
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108538


User sj changed the following:

What|Old value |New value

  Status|NEW   |STARTED

Target milestone|OOo 3.3   |OOo 3.x





--- Additional comments from s...@openoffice.org Tue Jul 20 09:55:10 + 
2010 ---
changed 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: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


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



[sw-issues] [Issue 113276] Math: Greek symbols and n ew OpenSymbol font

2010-07-20 Thread tl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113276





--- Additional comments from t...@openoffice.org Tue Jul 20 09:55:45 + 
2010 ---
Created an attachment (id=70707)
sample image for OOo 3.2 behaviour


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

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


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



[sw-issues] [Issue 113276] Math: Greek symbols and n ew OpenSymbol font

2010-07-20 Thread tl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113276





--- Additional comments from t...@openoffice.org Tue Jul 20 09:56:26 + 
2010 ---
Created an attachment (id=70708)
sample image for OOo 3.3 behaviour


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

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


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



[sw-issues] [Issue 113276] Math: Greek symbols and n ew OpenSymbol font

2010-07-20 Thread tl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113276


User tl changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from t...@openoffice.org Tue Jul 20 09:53:09 + 
2010 ---
.

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

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


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



[dba-issues] [Issue 111349] Text field value is not d isplayed when field is in table control

2010-07-20 Thread oj
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111349


User oj changed the following:

What|Old value |New value

 Assigned to|oj|fs

  Status|REOPENED  |NEW





--- Additional comments from o...@openoffice.org Tue Jul 20 10:00:04 + 
2010 ---
@fs: Armin told me that a PrePaint is needed. He's guessing that you should
already have a duplicate 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: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org


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



[sc-issues] [Issue 46739] Paste Special's Shift cell s does not works correctly after Cut

2010-07-20 Thread pauljradir
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=46739





--- Additional comments from pauljra...@openoffice.org Tue Jul 20 09:59:00 
+ 2010 ---
I have see this problem also, if you cut a serties of lines for example and 
want to paste and shift cells down when you first attempt only shift right is 
an option. But if you proceed (and overwite several existing lines) then undo 
and try again the shfit down option is then available - not a fix but works 
until fix is done.

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

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


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



[sw-issues] [Issue 113270] WW8: text boxes anchored to wrong paragraph

2010-07-20 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113270


User mru changed the following:

What|Old value |New value

 Assigned to|writerneedsconfirm|hbrinkm

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

 Summary|Word document does not dis|WW8: text boxes anchored t
|play correctly|o wrong paragraph

Target milestone|---   |OOo Later





--- Additional comments from m...@openoffice.org Tue Jul 20 10:02:05 + 
2010 ---
MRU-HBRINKM: see attached file, after import, the text box on the right is
anchored to a wrong paragraph - it should be displayed in the lower right of the
document.

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

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


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



[sw-issues] [Issue 113267] Word Processor Crashes on Save of DOC file

2010-07-20 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113267


User mru changed the following:

What|Old value |New value

Keywords|  |needmoreinfo, oooqa





--- Additional comments from m...@openoffice.org Tue Jul 20 10:07:27 + 
2010 ---
First, please check if this also crashes when using the OOo build downloaded
from openoffice.org.
Second, if so, please attach the odt document to this issue, so that we can
reproduce the issue here - in general exporting to doc format works, so it is
limited to a special case. Thanks for supporting us!

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

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


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



[sw-issues] [Issue 113270] RTF: text boxes anchored to wrong paragraph

2010-07-20 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113270


User mru changed the following:

What|Old value |New value

 Summary|WW8: text boxes anchored t|RTF: text boxes anchored t
|o wrong paragraph |o wrong paragraph





--- Additional comments from m...@openoffice.org Tue Jul 20 10:05:02 + 
2010 ---
Sorry, the attached file is not of WW8 format - it is RTF...

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

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


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



[l10n-issues] [Issue 113240] there are no Belarusian ( be-BY) langpacks in the downloads

2010-07-20 Thread ihi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113240





--- Additional comments from i...@openoffice.org Tue Jul 20 10:09:15 + 
2010 ---
yes I think this date is correct

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

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


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



[l10n-issues] [Issue 113240] there are no Belarusian ( be-BY) langpacks in the downloads

2010-07-20 Thread yury_t
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113240





--- Additional comments from yur...@openoffice.org Tue Jul 20 10:06:25 
+ 2010 ---
The translation for 3.3 isn't yet submitted, planned for August 10 or such.
Is the schedule on http://wiki.services.openoffice.org/wiki/Translation_for_3.3
correct?


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

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


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



[sw-issues] [Issue 108961] Paper size is ignored whi le Printing (DL becomes A4)

2010-07-20 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108961





--- Additional comments from m...@openoffice.org Tue Jul 20 10:09:58 + 
2010 ---
*** Issue 113258 has been marked as a duplicate of 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: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


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



[sw-issues] [Issue 113258] DL paper size envelop pri nting failure

2010-07-20 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113258


User mru changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |DUPLICATE





--- Additional comments from m...@openoffice.org Tue Jul 20 10:09:59 + 
2010 ---
Already tracked as issue 108961.

*** This issue has been marked as a duplicate of 108961 ***

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

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


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



[graphics-issues] [Issue 113154] Impress crashes when edit ing ppt-File

2010-07-20 Thread mhxat
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113154


User mhxat changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from mh...@openoffice.org Tue Jul 20 10:16:08 + 
2010 ---
fixed in 330m1

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

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


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



[framework-issues] [Issue 107097] consolidate external prj parallel build commands and knock 9 minutes of f build

2010-07-20 Thread hjs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=107097


User hjs changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from h...@openoffice.org Tue Jul 20 10:17:55 + 
2010 ---
@pavel: thanks!

applying in ause124

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

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


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



[sw-issues] [Issue 113258] DL paper size envelop pri nting failure

2010-07-20 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113258


User mru changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from m...@openoffice.org Tue Jul 20 10:18:19 + 
2010 ---
Closing duplicate.

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

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


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



[l10n-issues] [Issue 111094] New localize.sdf for Norw egian Bokmål.

2010-07-20 Thread olavd
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111094





--- Additional comments from ol...@openoffice.org Tue Jul 20 10:21:45 + 
2010 ---
Created an attachment (id=70709)
File for Norwegian Bokmål.


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

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


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



[tools-issues] [Issue 112241] [solenv,soltools] build b reaks: 300minor.mk

2010-07-20 Thread hjs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112241


User hjs changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from h...@openoffice.org Tue Jul 20 10:23:02 + 
2010 ---
.

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

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


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



[tools-issues] [Issue 112253] Order of includes for HID generation should be fixed

2010-07-20 Thread hjs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112253


User hjs changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from h...@openoffice.org Tue Jul 20 10:23:49 + 
2010 ---
.

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

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


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



[tools-issues] [Issue 111342] make mhids.pl workfiles m ore unique

2010-07-20 Thread hjs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111342


User hjs changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from h...@openoffice.org Tue Jul 20 10:20:48 + 
2010 ---
.

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

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


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



[tools-issues] [Issue 111075] fetch_tarballs.sh: issues

2010-07-20 Thread hjs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111075


User hjs changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from h...@openoffice.org Tue Jul 20 10:21:43 + 
2010 ---
.

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

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


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



[sw-issues] [Issue 113277] Math: Format/Greek charac ter style

2010-07-20 Thread tl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113277
 Issue #|113277
 Summary|Math: Format/Greek character style
   Component|Formula editor
 Version|DEV300m83
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|FEATURE
Priority|P3
Subcomponent|ui
 Assigned to|tl
 Reported by|tl





--- Additional comments from t...@openoffice.org Tue Jul 20 10:26:38 + 
2010 ---
==
Problem:

Because of the problem with formulas using Greek symbols created with the old
OpensSymbol/StarSymbol font (up to OOo 3.2 / SO 9.2, see issue 113276), the user
in OOo 3.3 is faced with the problem that that the default layout of the Greek
symbols in OOo 3.3 may or may not be the preferred/correct one. 

Also note that this problem can not be addressed properly on import (since at
least one of the three variants described in issue 113276) will always fail.
Thus the user would be required to modify the whole formula text (which may
contain many Greek symbols) in order to get the desired result.
==

A great help would be if the user could choose for each formula if the default
layout for the symbols in the 'Greek' symbol set (and only for those, NOT the
ones from the 'iGreek' symbol set) should be slanted by default or not.
Having such an option would allow the user to change the display for all Greek
symbols in the formula with just one click. And thus no or only a few symbols
need to be changed manually.

Thus there should be a sub menu entry such as 'Format/Greek character style'
with the following entries.
.  a) straight (all 'Greek' symbols should be straight by default)
.  b) slanted (all 'Greek' symbols should be slantedby default)
.  c) LaTeX (all uppercase 'Greek' symbols should be straight and
.all lowercase 'Greek' symbols should be slanted)


Implementation note: This must not apply for operators (like sum, prod, operator
%KAPPA, ...)

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

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


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



[sw-issues] [Issue 113277] Math: Format/Greek charac ter style

2010-07-20 Thread tl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113277


User tl changed the following:

What|Old value |New value

  Status|NEW   |STARTED

Target milestone|---   |OOo 3.4





--- Additional comments from t...@openoffice.org Tue Jul 20 10:26:58 + 
2010 ---
.

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

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


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



[l10n-issues] [Issue 111094] New localize.sdf for Norw egian Bokmål.

2010-07-20 Thread olavd
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111094





--- Additional comments from ol...@openoffice.org Tue Jul 20 10:24:09 + 
2010 ---
This file is hopefully not all messed up (tested with m1). As for Norwegian
Nynorsk (nn), there's none.

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

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


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



[sw-issues] [Issue 112181] footnote anchor can be wr apped to next line without preceeding word

2010-07-20 Thread od
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112181


User od changed the following:

What|Old value |New value

 Assigned to|od|mru





--- Additional comments from o...@openoffice.org Tue Jul 20 10:30:35 + 
2010 ---
od-mru: Checked in internal installation set of cws sw33bf07 - please verify.

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

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


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



[sw-issues] [Issue 113276] Math: Greek symbols and n ew OpenSymbol font

2010-07-20 Thread tl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113276





--- Additional comments from t...@openoffice.org Tue Jul 20 10:27:52 + 
2010 ---
See also issue 113277.

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

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


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



[graphics-issues] [Issue 113154] Impress crashes when edit ing ppt-File

2010-07-20 Thread wg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113154


User wg changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from w...@openoffice.org Tue Jul 20 10:31:35 + 
2010 ---
Thanks, closed.

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

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


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



[sw-issues] [Issue 113084] Writer crashes when press ing a key after starting macro recording

2010-07-20 Thread od
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113084


User od changed the following:

What|Old value |New value

 Assigned to|os|es





--- Additional comments from o...@openoffice.org Tue Jul 20 10:34:26 + 
2010 ---
od-es: Checked in internal installation set of cws sw33bf07 - please verify.

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

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


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



[sw-issues] [Issue 113152] Typo in sw/source/ui/shel ls/textsh.cxx

2010-07-20 Thread mst
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113152


User mst changed the following:

What|Old value |New value

  CC|'os'  |'mst,os'

 Assigned to|mst   |mba





--- Additional comments from m...@openoffice.org Tue Jul 20 10:46:01 + 
2010 ---
@mba:
ok, great that you've also fixed it, then i'll have to try out the hg strip
again :)

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

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


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



[dba-issues] [Issue 112274] Update resultset not poss ible any more

2010-07-20 Thread msc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112274


User msc changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from m...@openoffice.org Tue Jul 20 10:55:36 + 
2010 ---
verified in CWS dba33g

find more information about this CWS, like when it is available in the master
builds, in EIS, the Environment Information System:
http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=DEV300%2Fdba33g

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

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


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



[sw-issues] [Issue 86570] [Samba] CIFS adress (ex: \ \myWindowsPath\My_resource) in Outlook are not copied in OOo

2010-07-20 Thread ama
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=86570


User ama changed the following:

What|Old value |New value

 Assigned to|ama   |os





--- Additional comments from a...@openoffice.org Tue Jul 20 10:58:58 + 
2010 ---
RTF related...

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

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


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



[graphics-issues] [Issue 113252] svx: CWS findbar01 introd uces text on UI that can't be localized

2010-07-20 Thread mst
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113252


User mst changed the following:

What|Old value |New value

 Assigned to|ka|cd





--- Additional comments from m...@openoffice.org Tue Jul 20 11:01:06 + 
2010 ---
.

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

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


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



[dba-issues] [Issue 112213] Report resets removed 'Da ta Series' in graphs.

2010-07-20 Thread msc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112213


User msc changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from m...@openoffice.org Tue Jul 20 11:05:07 + 
2010 ---
verified in CWS dba33g

find more information about this CWS, like when it is available in the master
builds, in EIS, the Environment Information System:
http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=DEV300%2Fdba33g

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

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


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



[marketing-issues] [Issue 113278] Special 10th anniversary logo

2010-07-20 Thread larsnooden
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113278
 Issue #|113278
 Summary|Special 10th anniversary logo
   Component|marketing
 Version|current
Platform|Unknown
 URL|http://www.google.com/images?q=anniversary+logo
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|TASK
Priority|P3
Subcomponent|art
 Assigned to|floeff
 Reported by|larsnooden





--- Additional comments from larsnoo...@openoffice.org Tue Jul 20 11:11:11 
+ 2010 ---
The OOo logo has a new look:
http://www.openoffice.org/trademark/brandrefresh.html

It would be really great to have a skilled variation of that new look to
commemorate the 10th anniversary available to make swag made up for OOoCon.  

There are many variations in anniversary patches and logos, some with a ribbon
some without:
  http://www.google.com/images?q=anniversary+logo

For marketing purposes, at least one version should include the string
'www.openoffice.org'  4cm x 4cm square, with or without rounded corners would
work, as would a 4cm diameter circle.

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

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


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



[sw-issues] [Issue 113256] page anchored lines are m oved after save and reload

2010-07-20 Thread mru
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113256


User mru changed the following:

What|Old value |New value

Keywords|  |needmoreinfo, oooqa





--- Additional comments from m...@openoffice.org Tue Jul 20 11:18:36 + 
2010 ---
I cannot see the problem, you describe. Where did you place the lines before
saving? 
When I open the attached sample, the lines are located at 0,4cm/0,4cm in the top
left of the page.

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

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


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



[framework-issues] [Issue 112141] Reintroduce color codes f or mime type icons

2010-07-20 Thread tommy27
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112141





--- Additional comments from tomm...@openoffice.org Tue Jul 20 11:18:54 
+ 2010 ---
@morobus
have u ever thoght uploading the icon swap zip file to http://
extensions.services.openoffice.org  ?

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

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


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



[graphics-issues] [Issue 110528] Artefacts in slideshow mo de

2010-07-20 Thread sj
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=110528


User sj changed the following:

What|Old value |New value

Target milestone|OOo 3.3   |OOo 3.x





--- Additional comments from s...@openoffice.org Tue Jul 20 11:20:07 + 
2010 ---
changed 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: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


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



[dba-issues] [Issue 109528] oReport.LoadDesign Crashe s OO when DBdoc not open on Desktop

2010-07-20 Thread msc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=109528


User msc changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from m...@openoffice.org Tue Jul 20 11:22:01 + 
2010 ---
no crash anymore
verified in CWS dba33g

find more information about this CWS, like when it is available in the master
builds, in EIS, the Environment Information System:
http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=DEV300%2Fdba33g

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

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


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



[framework-issues] [Issue 103336] picture with indexed colo urs is not displayed after inserting drawing a s an OLE object

2010-07-20 Thread sj
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=103336


User sj changed the following:

What|Old value |New value

Target milestone|OOo 3.3   |OOo 3.x





--- Additional comments from s...@openoffice.org Tue Jul 20 11:22:01 + 
2010 ---
changed 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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


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



[framework-issues] [Issue 113279] extensions: Unable to ins tall a file like a configuration file other th an OXT package

2010-07-20 Thread hanya
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113279
 Issue #|113279
 Summary|extensions: Unable to install a file like a configurat
|ion file other than OXT package
   Component|framework
 Version|OOO330m1
Platform|All
 URL|
  OS/Version|Linux
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|mh
 Reported by|hanya





--- Additional comments from ha...@openoffice.org Tue Jul 20 11:22:46 + 
2010 ---
Unable to install a file that can be installed as the legacy-type extension from
add button of the extension manager on OOO330m1 and Linux 32 bit (Momonga Linux
6.1 based on Fedra Linux). They can be installed if they are in the extension
OXT package. And they can be installed on OOo 3.2.1 and also installed on
OOO330m1 and Windows XP. I tried with Python UNO Component, Configuration Data
and Java UNO Component.

Attached oxt file includes Addons.xcu, test.py and ComboboxTest.jar. The package
can be installed but its elements are not able to install individually.

Error message was shown:
(com.sun.star.uno.RuntimeException){ { Message =
com.sun.star.deployment.DeploymentException: an error occured 
during file openinig, Context = (com.sun.star.uno.XInterface) @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: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


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



  1   2   3   >