[installation-issues] [Issue 113586] Unable to get correct ver sion of OpenSymbol

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





--- Additional comments from nmail...@openoffice.org Tue Aug  3 06:29:49 
+ 2010 ---
@tl
 If that is what is happening wouldn't it be proper handling if the font was
 moved away from share/fonts/truetype to establish a link to the new location 
 in
 that directory as well?

It seems I need to expand.

Fedora (and where Fedora leads, others tend to follow) is moving *away* from
font-selection-by-filename as fast as a gigantic package repository like ours 
can.

The reason is simple: most applications that embed fonts do not maintain them,
application authors just download random fonts on the net and dump them in their
trees, do not review them, do not update them. So we had dozens of copies of
Vera in the repository way after everyone had been supposed to move to DejaVu,
several Arial copies when they violate our licensing guidelines, various old
buggy font versions that had long been fixed in the font package dedicated to
this font, etc (and all those problem font files consumed quite a lot of space 
btw)

Therefore, our new target is:
1. apps do not select fonts by filename
2. apps are forbidden to include font files in their application package, they
have to use existing font packages or split their fonts in new packages if no
one else provides them
3. font selection *must* go through fontconfig
4. fonts exist somewhere in fontconfig space, their exact location is not fixed
and can change without notice
5. sometimes fonts are not actually present but faked by fontconfig font
aliasing (typically, DejaVu declares itself as Vera if the Vera package is not
installed)
6. the application package *must* require the font packages it needs so the
fontconfig selections it needs succeeds
7. and lately we've started adding magic font provides to font packages such as
font(dejavusans) so other packages do not need to know the exact name of the
font package, just the font provide they require

Longer term we may start tweaking font names in the fontconfig layer like
Microsoft does in WPF to fix hopelessly named fonts/styles. Anything that
accesses font files directly will break in this scheme

Now, I realise the main justification for the change does not apply to
OpenSymbol, since OO.o actually maintains the font it embeds, and our opensymbol
font package is generated from the OO.o srpm, so there's no coordination problem
between the application packager and the font packager

However, common packaging guidelines must target the common case first. And the
common case is we want font embedding to stop. So font symlinking, while done
when an app is too dumb to got through fontconfig, is not encouraged, and breaks
regularly when files are moved within fontconfig directories (because fontconfig
apps do not care about it, and other apps are supposed to be fixed anyway, so
why add constrains to font packagers).

Also, who knows, now that opensymbol uses standard unicode points, we may decide
to replace it with some other nicer unicode math font in the future, and alias
this font to opensymbol to hide the change from OO.o.

Therefore, I strongly recommends OO.o makes sure its symbol font is named in
such a way it can safely select it via fontconfig only on Linux systems, that no
attempt to do resolution by filename is added, and that dependencies are used to
make sure the font package is present when OO.o needs it.

See also the official Fedora font packaging guidelines and in particular the
fontpackages templates. 
http://fedoraproject.org/wiki/Packaging:FontsPolicy

You'll find out individual font packagers are not even allowed to specify the
location of font files, it's all taken care of by an opaque macro they have no
control of but are required to use (and when this macro changes, every font in
the distro may be relocated on rebuild)

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


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



[graphics-issues] [Issue 113603] overlapping text frames

2010-08-03 Thread dtardon
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113603
 Issue #|113603
 Summary|overlapping text frames
   Component|Presentation
 Version|OOO330m1
Platform|All
 URL|http://coccinelle.lip6.fr/papers/semantic-patches-talk
|-ols07.odp
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|graphicsneedsconfirm
 Reported by|dtardon





--- Additional comments from dtar...@openoffice.org Tue Aug  3 06:30:47 
+ 2010 ---
Open the presentation linked in URL and look at the first slide: the title and
content frames overlap each other. The code frame on slide six ist wrongly
positioned too. This is a regression since 3.2.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...@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 106817] Text in TextBox with Word -wise and over/underline or strikethrough wron gly visualized

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





--- Additional comments from h...@openoffice.org Tue Aug  3 06:31:06 + 
2010 ---
*** Issue 59818 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...@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



[sc-issues] [Issue 59818] Wrong placement of striket hrough or underlining or overlining rotated te xt if individual words checked

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


User hdu changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |DUPLICATE





--- Additional comments from h...@openoffice.org Tue Aug  3 06:31:07 + 
2010 ---
Same root cause as 106817 - fixed in CWS vcl114

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

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

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


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



[graphics-issues] [Issue 106817] Text in TextBox with Word -wise and over/underline or strikethrough wron gly visualized

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


User hdu changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED

Target milestone|OOo 3.3   |OOo 3.4





--- Additional comments from h...@openoffice.org Tue Aug  3 06:31:29 + 
2010 ---
Fixed in CWS vcl114.

-
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 113603] overlapping text frames

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


User dtardon changed the following:

What|Old value |New value

Keywords|  |regression

Priority|P3|P2





-
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



[xml-issues] [Issue 98137] shadowing of non-global va riable/param violates XSLT 1.0

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


User dtardon changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from dtar...@openoffice.org Tue Aug  3 06:44:43 
+ 2010 ---
seen in DEV300_m86

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


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



[xml-issues] [Issue 101354] XHTML export should not l abel list headers

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


User dtardon changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from dtar...@openoffice.org Tue Aug  3 06:47:10 
+ 2010 ---
seen in DEV300_m86

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


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



[xml-issues] [Issue 105827] XSLT 1.0 doesn't allow XP ath expressions on result tree fragments

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


User dtardon changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from dtar...@openoffice.org Tue Aug  3 06:48:59 
+ 2010 ---
seen in DEV300_m86

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


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



[xml-issues] [Issue 101355] docbook: variable referen ce in key violates XSLT 1.0

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


User dtardon changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from dtar...@openoffice.org Tue Aug  3 06:50:51 
+ 2010 ---
seen in DEV300_m86

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


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



[sw-issues] [Issue 110463] sw: operator new[]/delete mismatch in ww8

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


User dtardon changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from dtar...@openoffice.org Tue Aug  3 06:53:44 
+ 2010 ---
integrated in DEV300_m82

-
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



[gsl-issues] [Issue 113604] vcl: ImplFontCharMap obje cts are leaked after they are removing from Ch arMapCacheItem[] in OutputDevice::GetFontCharM ap()

2010-08-03 Thread zhangjfibm
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113604
 Issue #|113604
 Summary|vcl: ImplFontCharMap objects are leaked after they are
| removing from CharMapCacheItem[] in OutputDevice::Get
|FontCharMap()
   Component|gsl
 Version|OOO310m11
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|pl
 Reported by|zhangjfibm





--- Additional comments from zhangjf...@openoffice.org Tue Aug  3 06:53:56 
+ 2010 ---
BE CAUTION, This memory leak problem is not observed on MacOS, it only happens
on Windows and Linux platforms.

In api OutputDevice::GetFontCharMap(), it calls mpGraphics-GetImplFontCharMap()
to create new ImplFontCharMap objects and then put into the static
CharMapCacheItem[] array. Next time it will query if the ImplFontCharMap object
exists in the cache and reuse it if possible.  When putting a new created
ImplFontCharMap into the cache, if the cache is full then an old ImplFontCharMap
object is removed from the array. On both Windows and Linux platform, it is
observed that the removed ImplFontCharMap objects are then leaked. The leak
doesn't happen on Mac.

The root cause is that ImplFontCharMap keeps a reference count, and the
reference count is never reset to 0, so ImplFontCharMap objects are never
released.  When calling mpGraphics-GetImplFontCharMap(), the reference count of
the returned new ImplFontCharMap on Windows is 2, on Linux 1, on mac it is 1
too.   If you count into extra one reference from FontData on Windows/Mac, their
right initial value should be:
   Windows,  1
   Linux,0
   Mac,  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...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


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



[framework-issues] [Issue 111452] framework: assert in Tran sactionManager when closing window with quicks tart enabled

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


User dtardon changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from dtar...@openoffice.org Tue Aug  3 06:58:13 
+ 2010 ---
integrated in DEV300_m84

-
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 113605] embeddedobj: lacking ::Re leaseStgMedium() call on STGMEDIUM object whic h causes obvious memory leaks

2010-08-03 Thread zhangjfibm
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113605
 Issue #|113605
 Summary|embeddedobj: lacking ::ReleaseStgMedium() call on STGM
|EDIUM object which causes obvious memory leaks
   Component|framework
 Version|OOO320m11
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|mba
 Reported by|zhangjfibm





--- Additional comments from zhangjf...@openoffice.org Tue Aug  3 07:24:12 
+ 2010 ---
in both api OleComponent::GetExtent( sal_Int64 nAspect ), and
OleComponent::getTransferData( const datatransfer::DataFlavor aFlavor ), they
call the COM API pDataObject-GetData( aFormat, aMedium ) to read data from
the STGMEDIUM object.  But after that, the paired com API ::ReleaseStgMedium()
on the STGMEDIUM object is missing, so it causes serious memory leak when
opening a document has ole inside.

+   1c7dc ( 1c7dc - 0)  5 allocsBackTraceABFD
+   5 ( 5 - 0)  BackTraceABFD   allocations

ntdll!RtlpNtMakeTemporaryKey+74CE
ntdll!LdrAlternateResourcesEnabled+2B05
ntdll!RtlDosSearchPath_Ustr+0310
kernel32!LocalAlloc+0052
GDI32!EnumMetaFile+1187
GDI32!SetEnhMetaFileBits+0030
ole32!HENHMETAFILE_UserUnmarshalWorker+006B
ole32!STGMEDIUM_UserUnmarshalWorker+00D9
ole32!STGMEDIUM_UserUnmarshal+003D
RPCRT4!NdrUserMarshalUnmarshall+00F4
RPCRT4!NdrUserMarshalUnmarshall+0083
RPCRT4!NdrCorrelationPass+0142
RPCRT4!NdrClientCall2+01B8
ole32!IDataObject_RemoteGetData_Proxy+001B
ole32!CDefObject::GetData+00C1
emboleobj!OleComponent::getTransferData+01F7
(z:\lib\embeddedobj\source\msole\olecomponent.cxx, 1537)

emboleobj!OleEmbeddedObject::getPreferredVisualRepresentation_Impl+0612
(z:\lib\embeddedobj\source\msole\olevisual.cxx, 678)
emboleobj!OleEmbeddedObject::getPreferredVisualRepresentation+008E
(z:\lib\embeddedobj\source\msole\olevisual.cxx, 579)

comphelp4MSC!comphelper::EmbeddedObjectContainer::GetGraphicReplacementStream+0042
svtmi!svt::EmbeddedObjectRef::GetGraphicReplacementStream+0044
(z:\lib\svtools\source\misc\embedhlp.cxx, 877)
svtmi!svt::EmbeddedObjectRef::GetGraphicStream+0224
(z:\lib\svtools\source\misc\embedhlp.cxx, 688)
svtmi!svt::EmbeddedObjectRef::GetReplacement+01D2
(z:\lib\svtools\source\misc\embedhlp.cxx, 467)
svtmi!svt::EmbeddedObjectRef::GetGraphic+0037
(z:\lib\svtools\source\misc\embedhlp.cxx, 485)
svxmi!SdrOle2Obj::GetGraphic+002E 
(z:\impr\svx\source\svdraw\svdoole2.cxx,
1887)

svxmi!sdr::contact::ViewContactOfSdrOle2Obj::createViewIndependentPrimitive2DSequence+0040
 (z:\impr\svx\source\sdr\contact\viewcontactofsdrole2obj.cxx, 187)

svxmi!sdr::contact::ViewContact::getViewIndependentPrimitive2DSequence+0040
(z:\impr\svx\source\sdr\contact\viewcontact.cxx, 301)
svxmi!SdrObject::RecalcBoundRect+005E
(z:\impr\svx\source\svdraw\svdobj.cxx, 930)
svxmi!SdrObject::GetCurrentBoundRect+002A
(z:\impr\svx\source\svdraw\svdobj.cxx, 912)
svxmi!SdrObjList::RecalcRects+00F2 
(z:\impr\svx\source\svdraw\svdpage.cxx, 348)
svxmi!SdrObjList::GetAllObjBoundRect+001C
(z:\impr\svx\source\svdraw\svdpage.cxx, 704)
svxmi!SdrPageView::InvalidateAllWin+00B7
(z:\impr\svx\source\svdraw\svdpagv.cxx, 318)
svxmi!SdrPageView::Show+0029 
(z:\impr\svx\source\svdraw\svdpagv.cxx, 290)

-
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 113605] embeddedobj: lacking ::Re leaseStgMedium() call on STGMEDIUM object whic h causes obvious memory leaks

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


User zhangjfibm changed the following:

What|Old value |New value

Priority|P3|P2





--- Additional comments from zhangjf...@openoffice.org Tue Aug  3 07:31:51 
+ 2010 ---
Raise Priority to P2

-
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



[gsl-issues] [Issue 113604] vcl: ImplFontCharMap obje cts are leaked after they are removing from Ch arMapCacheItem[] in OutputDevice::GetFontCharM ap()

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


User zhangjfibm changed the following:

What|Old value |New value

Priority|P3|P2





--- Additional comments from zhangjf...@openoffice.org Tue Aug  3 07:30:37 
+ 2010 ---
Raise priority

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


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



[framework-issues] [Issue 113601] unoxml: When loading an O DF docment, UNO DOM::CDocument object, all UNO DOM::CNode and libxml DOM objects are leaked

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


User zhangjfibm changed the following:

What|Old value |New value

Priority|P3|P2





--- Additional comments from zhangjf...@openoffice.org Tue Aug  3 07:31:14 
+ 2010 ---
Raise priority to P2

-
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 110793] does not work shortcut in StartCenter after closed document

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


User mtaki_goodday changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from mtaki_good...@openoffice.org Tue Aug  3 
07:50:05 + 2010 ---
Retest.

It work fine on OOO320m17.

-
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 112542] soffice doesn't do enough to resolve $0 symlink

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


User jsk changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from j...@openoffice.org Tue Aug  3 07:52:51 + 
2010 ---
I've seen that the patch has been applied to the source code and that it appears
not to create any unwanted side-effects on Linux.

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

-
To unsubscribe, e-mail: 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



[installation-issues] [Issue 113586] Unable to get correct ver sion of OpenSymbol

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





--- Additional comments from t...@openoffice.org Tue Aug  3 07:57:30 + 
2010 ---
tl-nmailhot: I see now. Thanks for the detailed explanation.


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


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



[framework-issues] [Issue 111970] ConfigurationProvider no longer supports enableasync

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


User jsk changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from j...@openoffice.org Tue Aug  3 07:57:34 + 
2010 ---
This removed the TODO else statement which is nice g

-
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 112420] accessibility: accerciser freezes when accessing the tool pane

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


User af changed the following:

What|Old value |New value

  Status|NEW   |STARTED

Keywords|accessibility |accessibility, regression





--- Additional comments from a...@openoffice.org Tue Aug  3 08:02:22 + 
2010 ---
Added keyword regression.

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

-
To unsubscribe, e-mail: issues-unsubscr...@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 112415] Encrypted .doc file needs Edit-button be klicked twice

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


User mru changed the following:

What|Old value |New value

 Assigned to|mav   |mru





--- Additional comments from m...@openoffice.org Tue Aug  3 08:02:33 + 
2010 ---
Reassigning to QA.

-
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 112415] Encrypted .doc file needs Edit-button be klicked twice

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


User mru changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from m...@openoffice.org Tue Aug  3 08:07:05 + 
2010 ---
Verified in CWS writerfilter08 for dev branch writerfilter08ooo330.

-
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



[gsl-issues] [Issue 113606] forms: When opening a for m document, it expose obvious memory leak afte r it is closed

2010-08-03 Thread zhangjfibm
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113606
 Issue #|113606
 Summary|forms: When opening a form document, it expose obvious
| memory leak after it is closed
   Component|gsl
 Version|OOO310m11
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P2
Subcomponent|code
 Assigned to|pl
 Reported by|zhangjfibm





--- Additional comments from zhangjf...@openoffice.org Tue Aug  3 08:07:32 
+ 2010 ---
You can repeat the memory leak scenario by opening the attached sample file.

Because the xforms::Model object is never released, so many other objects it
refered to also leaks, such as all binding/submission object put into
xforms::Model.mxSubmissions and xforms::Model.mxBindings.

The xforms::Model object can not be released is caused by cyclic references
between xforms::Model object and it's mxSubmission and mxBinding objects. 
Suggest to implement the xforms::Model to implement the XComponent interface,
and when call xforms::Model::dispose() in SwDoc dtor api.

Below call stack shows when the xforms::Model object is created.  (The line No.
may not be accurate.)

+ c40 (  1260 -   620) 18 allocsBackTrace46DA
+  10 (18 - 8)  BackTrace46DA   allocations

sal3!rtl_allocateMemory+000D (z:\ure\sal\rtl\source\alloc_global.c, 
308)
frmmi!frm::Model_CreateInstance+0036
(z:\sdk\forms\source\xforms\xforms_services.cxx, 65)

cppuhelper3MSC!cppu::OSingleFactoryHelper::createInstanceEveryTime+011E
(z:\ure\cppuhelper\source\factory.cxx, 186)

cppuhelper3MSC!cppu::OSingleFactoryHelper::createInstanceWithContext+0043
(z:\ure\cppuhelper\source\factory.cxx, 218)

cppuhelper3MSC!cppu::OFactoryComponentHelper::createInstanceWithContext+00FE
 (z:\ure\cppuhelper\source\factory.cxx, 502)

cppuhelper3MSC!cppu::ORegistryFactoryHelper::createInstanceEveryTime+014B
(z:\ure\cppuhelper\source\factory.cxx, 766)

cppuhelper3MSC!cppu::OSingleFactoryHelper::createInstanceWithContext+0043
(z:\ure\cppuhelper\source\factory.cxx, 218)

cppuhelper3MSC!cppu::OFactoryComponentHelper::createInstanceWithContext+00FE
 (z:\ure\cppuhelper\source\factory.cxx, 502)

bootstrap.uno!stoc_smgr::OServiceManager::createInstanceWithContext+033B
(z:\ure\stoc\source\servicemanager\servicemanager.cxx, 1276)
bootstrap.uno!stoc_smgr::OServiceManager::createInstance+004B
(z:\ure\stoc\source\servicemanager\servicemanager.cxx, 1387)
xomi!lcl_createPropertySet+005C 
(z:\lib\xmloff\source\xforms\xformsapi.cxx, 79)
xomi!lcl_createXFormsModel+009D 
(z:\lib\xmloff\source\xforms\xformsapi.cxx, 87)
xomi!XFormsModelContext::XFormsModelContext+0061
(z:\lib\xmloff\source\xforms\xformsmodelcontext.cxx, 88)
xomi!createXFormsModelContext+0054
(z:\lib\xmloff\source\xforms\xformsimport.cxx, 77)
xomi!xmloff::OFormLayerXMLImport_Impl::createContext+0198
(z:\lib\xmloff\source\forms\layerimport.cxx, 571)
xomi!xmloff::OFormLayerXMLImport::createContext+001F
(z:\lib\xmloff\source\forms\formlayerimport.cxx, 115)
xomi!xmloff::OFormsRootImport::CreateChildContext+006A
(z:\lib\xmloff\source\forms\officeforms.cxx, 74)
xomi!SvXMLImport::startElement+0505 
(z:\lib\xmloff\source\core\xmlimp.cxx, 700)

sax.uno!sax_expatwrap::SaxExpatParser_Impl::callbackStartElement+0230
(z:\lib\sax\source\expatwrap\sax_expat.cxx, 826)
sax.uno!call_callbackStartElement+0014
(z:\lib\sax\source\expatwrap\sax_expat.cxx, 325)
sax.uno!XML_Parse+1AA5
sax.uno!XML_Parse+206B
sax.uno!XML_Parse+28D8
sax.uno!XML_Parse+2A6E
sax.uno!XML_Parse+2B0F
sax.uno!XML_Parse+009F
sax.uno!sax_expatwrap::SaxExpatParser_Impl::parse+0145
(z:\lib\sax\source\expatwrap\sax_expat.cxx, 760)
sax.uno!sax_expatwrap::SaxExpatParser::parseStream+04E0
(z:\lib\sax\source\expatwrap\sax_expat.cxx, 538)

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


-
To unsubscribe, e-mail: 

[gsl-issues] [Issue 113606] forms: When opening a for m document, it expose obvious memory leak afte r it is closed

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





--- Additional comments from zhangjf...@openoffice.org Tue Aug  3 08:08:19 
+ 2010 ---
Created an attachment (id=70928)
form 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...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.openoffice.org


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



[framework-issues] [Issue 113595] Euro and Document Convert er are broken

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


User tbo changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |INVALID





--- Additional comments from t...@openoffice.org Tue Aug  3 08:17:37 + 
2010 ---
closing - not reproduceable anymore - sorry...

-
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 113595] Euro and Document Convert er are broken

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


User tbo changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from t...@openoffice.org Tue Aug  3 08:18:00 + 
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...@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 112303] A protected document has protected section in edit mode.

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


User mru changed the following:

What|Old value |New value

 Assigned to|hbrinkm   |mru





--- Additional comments from m...@openoffice.org Tue Aug  3 08:22:21 + 
2010 ---
Reassigned to QA.

-
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 113607] Start Centre:Open two dia logs when double click the Open a document b utton

2010-08-03 Thread mtaki_goodday
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113607
 Issue #|113607
 Summary|Start Centre:Open two dialogs when double click the O
|pen a document button
   Component|framework
 Version|OOO330m1
Platform|All
 URL|
  OS/Version|Windows Vista
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|ui
 Assigned to|mba
 Reported by|mtaki_goodday





--- Additional comments from mtaki_good...@openoffice.org Tue Aug  3 
08:21:18 + 2010 ---
It should open only one Dialog when I double click the Open a document button 
on Start Centre. However It open two Dialogs.

 How to reproduce this issue:
 1. Start OpenOffice.org
 2. Double click the Open a document button on the Start Centre
 3. Open two Open dialogs 
 
 Expected results:
  It should open a dialog.

ps.
It open only one dialog if I use OpenOffice.org dialog.
(checked Option/General/Use OpenOffice.org Dialogs)

-
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 112303] A protected document has protected section in edit mode.

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


User mru changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from m...@openoffice.org Tue Aug  3 08:22:56 + 
2010 ---
Verified in CWS writerfilter08 for dev branch and writerfilter08ooo330.

-
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 113608] animations: All animatio n nodes are leaked

2010-08-03 Thread zhangjfibm
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113608
 Issue #|113608
 Summary|animations:  All animation nodes are leaked
   Component|Drawing
 Version|OOO310m11
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P2
Subcomponent|code
 Assigned to|thb
 Reported by|zhangjfibm





--- Additional comments from zhangjf...@openoffice.org Tue Aug  3 08:25:19 
+ 2010 ---
If you set animation effects to a sd document, you can find that all
AnimationNode nodes are leaked. Depends on how many Animation effects are
created in sd document, the size of memory leak varies. 

The root causes are,

first, wrong AnimationNode::release() implementation.

// XInterface
void SAL_CALL AnimationNode::release(  ) throw ()
{
OWeakObject::acquire();
}


second,

Because AnimationNode maintain a childern node list, while each child node also
has a reference back to the parent node,  there is a cyclic loop reference
between them. So when a SdPage object is destoried,  all AnimationNode objects
for it are in fact not freed.

-
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 111507] [ch2_lvl1_wizard.bas] Def ault 3D Look (simple) has not been preserved a fter save and reload.

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


User oc changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from o...@openoffice.org Tue Aug  3 08:37:13 + 
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



[graphics-issues] [Issue 111507] [ch2_lvl1_wizard.bas] Def ault 3D Look (simple) has not been preserved a fter save and reload.

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


User oc changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from o...@openoffice.org Tue Aug  3 08:36:50 + 
2010 ---
fixed in master ooo330m1

-
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



[sc-issues] [Issue 17249] style box becomes permanen tly embedded

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


User oc changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |WORKSFORME





--- Additional comments from o...@openoffice.org Tue Aug  3 08:42:31 + 
2010 ---
could not reproduce anymore. Please retry with the latest build. If the problem
still exists please reopen 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...@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 113521] Math symbols from OpenSym bol font inconsistent

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


User tl changed the following:

What|Old value |New value

 Summary|Math symbols from OpenForm|Math symbols from OpenSymb
|ula inconsistent  |ol font inconsistent





--- Additional comments from t...@openoffice.org Tue Aug  3 08:45:17 + 
2010 ---
Summary corrected.

-
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



[util-issues] [Issue 51891] [Automation]Enhance testca se for validity - check preservation of criter ia after moving/inserting/deleting rows/column s/sheets

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


User oc changed the following:

What|Old value |New value

   Component|utilities |qa

  QA contact|iss...@util   |iss...@qa

 Summary|Enhance testcase for valid|[Automation]Enhance testca
|ity - check preservation o|se for validity - check pr
|f criteria after moving/in|eservation of criteria aft
|serting/deleting rows/colu|er moving/inserting/deleti
|mns/sheets|ng rows/columns/sheets

Subcomponent|automation|testscripts

Target milestone|DevTools  |OOo 3.x

 Version|680m113   |DEV300m84





--- Additional comments from o...@openoffice.org Tue Aug  3 08:51:27 + 
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...@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



[gsl-issues] [Issue 113604] vcl: ImplFontCharMap obje cts are leaked after they are removing from Ch arMapCacheItem[] in OutputDevice::GetFontCharM ap()

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


User pl changed the following:

What|Old value |New value

 Assigned to|pl|hdu





--- Additional comments from p...@openoffice.org Tue Aug  3 09:03:05 + 
2010 ---
@hdu: please have a look

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

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


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



[porting-issues] [Issue 113503] system cppunit built agai nst system stl + internal stlport

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


User cmc changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from c...@openoffice.org Tue Aug  3 09:06:13 + 
2010 ---
proof is in the pudding really. cppunit tests pass, as does smoketest itself. 

Done as http://hg.services.openoffice.org/cws/cmcfixes77/rev/a6913c9677c2

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


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



[gsl-issues] [Issue 113606] forms: When opening a for m document, it expose obvious memory leak afte r it is closed

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


User pl changed the following:

What|Old value |New value

 Assigned to|pl|mba

   Component|gsl   |tools

  QA contact|iss...@gsl|iss...@tools





--- Additional comments from p...@openoffice.org Tue Aug  3 09:10:15 + 
2010 ---
@mba: whose code is xmloff these days ?

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


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



[framework-issues] [Issue 113370] jl154: Shared extension o ffers 'Disable'

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


User dv changed the following:

What|Old value |New value

 Assigned to|dv|of





--- Additional comments from d...@openoffice.org Tue Aug  3 09:13:41 + 
2010 ---
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...@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



[tools-issues] [Issue 113606] forms: When opening a for m document, it expose obvious memory leak afte r it is closed

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


User pl changed the following:

What|Old value |New value

 Assigned to|pl|mba

   Component|gsl   |tools

  QA contact|iss...@gsl|iss...@tools





--- Additional comments from p...@openoffice.org Tue Aug  3 09:10:15 + 
2010 ---
@mba: whose code is xmloff these days ?

-
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



[framework-issues] [Issue 108289] names of unmatched depend encies are not displayed anymore in update dia log of extensions

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


User dv changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from d...@openoffice.org Tue Aug  3 09:15:14 + 
2010 ---
Fixed in cws jl155

-
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



[gsl-issues] [Issue 113562] Landscape paper is printe d portrait

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





--- Additional comments from p...@openoffice.org Tue Aug  3 09:19:15 + 
2010 ---
Landscape printing mode has not changed. What I could imagine is that the actual
paper you are using (21x18, assuming cm that is almost A4) is not found (which
is also the same as before, on Linux 3.2.1 that would have matched to A4 also).
In that case nowadays the not matching paper of the document gets centered on
the actual paper.

But that's just hypothetical, can you please attach a bugdoc and tell which
printer you are using ?

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


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



[framework-issues] [Issue 112438] switching html-doc back f rom readonly doesn't work

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


User mru changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from m...@openoffice.org Tue Aug  3 09:30:27 + 
2010 ---
Verified in CWS writerfilter08 for dev branch and writerfilter08ooo330.

-
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 74049] Math: user-defined symbol should be able to handle UCS4 (20 bit unicode/ UTF-32) characters

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





--- Additional comments from t...@openoffice.org Tue Aug  3 09:32:56 + 
2010 ---
Files changed:
starmath:
M inc/dialog.hxx
M inc/symbol.hxx
M inc/utility.hxx
M source/cfgitem.cxx
M source/dialog.cxx
M source/node.cxx
M source/smres.src
M source/symbol.cxx
M source/utility.cxx

Match now also shows the characters Unicode point as the default symbol name in
the 'Edit Symbols' dialog.


-
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-08-03 Thread sweigel
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=112141


User sweigel changed the following:

What|Old value |New value

  CC|'cornouws,darobm,ed2,goran|'cornouws,darobm,ed2,goran
|rakic,hatchjn,jbfaure,kama|rakic,hatchjn,jbfaure,kama
|taki,kongnan,laurentgodard|taki,kongnan,laurentgodard
|,lendo,lh,luctur,md,mh,of,|,lendo,lh,luctur,md,mh,of,
|prowlerxpla,st,vitriol'   |prowlerxpla,st,sweigel,vit
|  |riol'





--- Additional comments from swei...@openoffice.org Tue Aug  3 09:34:40 
+ 2010 ---
@ed2, For your information:

As long as this issue is assigned to 'requirements' no one will actually be
working on it. AFAIK there is no person behind 'requirements'.

The topic of icons has been discussed on several mailing lists, including
relea...@openoffice.org. The latter is the place to nominate an issue to become
a stopper for the next release. This issue has already been nominated as a
stopper, but has not been accepted.

(I am not a developer nor am I in charge of any decisions, just observing 
things.)

-
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 113546] crash when printing

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


User herrdeh changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |INVALID





--- Additional comments from herr...@openoffice.org Tue Aug  3 09:47:41 
+ 2010 ---
Sorry - this was a system-related issue. Reinstalling the printer driver 
resolved it.

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

-
To unsubscribe, e-mail: 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 110184] Documentbound macros not executed when file is loaded vial API

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


User mav changed the following:

What|Old value |New value

 Assigned to|mav   |jsk





--- Additional comments from m...@openoffice.org Tue Aug  3 09:51:31 + 
2010 ---
mav-jsk: The problem seems to be triggered by calling convertToURL() twice in
the scenario.
The original problem lies in convertToURL() call that is used in automation
tests. If the call gets an URL instead of system path it produces an invalid URL
by introducing additional slashes ( file:/... ). Sending to you as 
discussed.


-
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 49907] Time delay when using copy /paste/cut when a clipboard viewer is running

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





--- Additional comments from john...@openoffice.org Tue Aug  3 09:58:51 
+ 2010 ---
I have raised a bug report OO does not paste the text contents of the Windows
clipboard - instead, it pastes the previous text copied in OO at
http://www.openoffice.org/issues/show_bug.cgi?id=113171 where my debugging found
this delay with a clipboard viewer.

In my case, OO immediately clears the previous contents of the clipboard, but
takes several seconds to put the new contents onto the clipboard.

Is my original problem, that OO does not paste the text contents of the Windows
clipboard - instead, it pastes the previous text copied in OO related to this
time delay problem?

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

-
To unsubscribe, e-mail: 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 105720] Signatur dows not recogni se that a old odf file is saved to new odf fil e

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


User mav changed the following:

What|Old value |New value

Target milestone|OOo 3.3   |OOo 3.4





--- Additional comments from m...@openoffice.org Tue Aug  3 10:08:19 + 
2010 ---
Changing the target to OOo3.4. Please set it back to OOo3.3 if the issue should
be treated as a showstopper.

-
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



[api-issues] [Issue 113611] Plugin does not allow to add functions once the project was set up

2010-08-03 Thread sunderka
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113611
 Issue #|113611
 Summary|Plugin does not allow to add functions once the projec
|t was set up
   Component|sdk
 Version|unspecified
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|ENHANCEMENT
Priority|P3
Subcomponent|usability
 Assigned to|jsc
 Reported by|sunderka





--- Additional comments from sunde...@openoffice.org Tue Aug  3 10:08:23 
+ 2010 ---
The wizard only allows to specify the function to be exported to OO when 
initializing the project.

It would be very handy if there would be a wizard, which allows to add 
functions (to be used in the OO addin) in an existing project. Upto now, I 
always needed to manually edit the XML file.

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

-
To unsubscribe, e-mail: 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



[graphics-issues] [Issue 113610] many textline-attributes are not yet implemented in canvas

2010-08-03 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113610
 Issue #|113610
 Summary|many textline-attributes are not yet implemented in ca
|nvas
   Component|Presentation
 Version|OOO330m1
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|af
 Reported by|hdu





--- Additional comments from h...@openoffice.org Tue Aug  3 10:06:01 + 
2010 ---
The word-wise attribute is ignored for canvas-based underline, strikethrough 
and overline. Also color-
attributes are ignored for underline and overline. Also non-trivial textline 
styles are not implemented yet.

The relevant code which needs to be extended seems to be in cppcanvas' 
textaction.cxx. Maybe 
drawinglayer primitives could help as I already implemented the matching 
decompositions there.

-
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 113610] many textline-attributes are not yet implemented in canvas

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





--- Additional comments from h...@openoffice.org Tue Aug  3 10:09:14 + 
2010 ---
Created an attachment (id=70929)
test presentation


-
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 113519] SwXTextFieldTypes.refresh () does not change format

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


User eberlein changed the following:

What|Old value |New value

  CC|'brinzing'|'brinzing,eberlein'





--- Additional comments from eberl...@openoffice.org Tue Aug  3 10:11:16 
+ 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 113610] many textline-attributes are not yet implemented in canvas

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





--- Additional comments from h...@openoffice.org Tue Aug  3 10:15:03 + 
2010 ---
Created an attachment (id=70931)
how it does look during a presentation


-
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 113610] many textline-attributes are not yet implemented in canvas

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





--- Additional comments from h...@openoffice.org Tue Aug  3 10:14:21 + 
2010 ---
Created an attachment (id=70930)
how it should look


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

-
To unsubscribe, e-mail: 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 113610] many textline-attributes are not yet implemented in canvas

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


User hdu changed the following:

What|Old value |New value

 IssuesThisDependsOn|  |106817

OtherIssuesDependingOnTh|  |56520,92657,92658
  is|  |





--- Additional comments from h...@openoffice.org Tue Aug  3 10:19:20 + 
2010 ---
Added dependencies to show how this issue relates to other issues.

-
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 56520] Color of font effect-unde lining, overlining text is not displayed durin g slide show.

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


User hdu changed the following:

What|Old value |New value

 IssuesThisDependsOn|  |113610





-
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



[gsl-issues] [Issue 92658] Wave underline not support ed in fullscreen presentation (canvas)

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


User hdu changed the following:

What|Old value |New value

 IssuesThisDependsOn|  |113610





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


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



[graphics-issues] [Issue 106817] Text in TextBox with Word -wise and over/underline or strikethrough wron gly visualized

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


User hdu changed the following:

What|Old value |New value

OtherIssuesDependingOnTh|  |113610
  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...@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



[gsl-issues] [Issue 92657] Color of dotted underline not supported in fullscreen presentation (canv as)

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


User hdu changed the following:

What|Old value |New value

 IssuesThisDependsOn|  |113610





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


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



[framework-issues] [Issue 113574] Allow users to disable bu ndled extensions in their profile

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





--- Additional comments from jbfa...@openoffice.org Tue Aug  3 10:29:29 
+ 2010 ---
Hi,

I do not understand: when I run OOO330m2 with sudo under Ubuntu I am able to
remove the French dictionary but not the English and Spanish ones. I can remove
these dictionaries by using the packages manager of Ubuntu but why it is not
necessary for the French dictionary?
I didn't install FR langpack for OOO330m2 and made my tests with a fresh ooo-dev
profile.

-
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 113574] Allow users to disable bu ndled extensions in their profile

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


User jbfaure changed the following:

What|Old value |New value

  CC|'goranrakic,jl,lh,tl' |'goranrakic,jbfaure,jl,lh,
|  |tl'





-
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 113603] overlapping text frames

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


User wg changed the following:

What|Old value |New value

 Assigned to|graphicsneedsconfirm  |cl

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

Target milestone|---   |OOo 3.3





--- Additional comments from w...@openoffice.org Tue Aug  3 10:34:49 + 
2010 ---
Reproducible. 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



[www-issues] [Issue 113336] ssh public key for Mercur ial access

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


User hr changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from h...@openoffice.org Tue Aug  3 10:45:56 + 
2010 ---
Public key installed for Mercurial usage.

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


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



[www-issues] [Issue 113498] submition of ssh2key

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


User hr changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from h...@openoffice.org Tue Aug  3 10:47:24 + 
2010 ---
Installed public key for Mercurial access.

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


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



[sc-issues] [Issue 93503] Calc export of non-gregori an date to Excel loses format

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





--- Additional comments from e...@openoffice.org Tue Aug  3 10:51:28 + 
2010 ---
@tantai_thanakanok:

Thanks, some nitpicks though:

0. Please always attach diffs as files of type text/patch, pasting diffs to
   the comment field may introduce unintended line breaks and other quirks.

1. The patch removes the Thai T NatNum modifier exported as t to Excel, that
   is unacceptable. This modifier is a specialty of the Thai Excel version we
   import and export.
   Any specific reason you removed that?

2. When encountering NF_SYMBOLTYPE_CALDEL there is no need to additionally
   check for [~, NF_SYMBOLTYPE_CALDEL is only set for that context.

For import the number format scanner/parser is used, see
svl/source/numbers/zforscan.cxx with the strategic entry point
ImpSvNumberformatScan::ScanFormat()
Be warned, that is hard stuff ;-)

Btw, I suggest you use a recent DEV300 milestone for development, things are
quite changing between releases and the number formatter isn't even in module
svtools anymore but in svl instead.


-
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



[framework-issues] [Issue 113613] basic: ConvertToURL() can produce strings with more than three slashes

2010-08-03 Thread jsk
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113613
 Issue #|113613
 Summary|basic: ConvertToURL() can produce strings with more th
|an three slashes
   Component|framework
 Version|OOO330m1
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|ab
 Reported by|jsk





--- Additional comments from j...@openoffice.org Tue Aug  3 10:52:28 + 
2010 ---
It appears that the internal BASIC funktion ConvertToURL() does not verify the
string it returns.

If the path is of form file:\\\hello\salve\moin it will expand to
file:/hello/salve/moin when sent through ConvertToURL().

This was uncovered by calling ConvertPath and ConverToURL twice in a row
within VCL Testtool BASIC. 

Note: ConvertPath is a BASIC coded function that converts a path from Windows
style to Unix style and vice versa by replacing slashes/backslashes according to
the underlying OS.

ConvertToURL() should validate the output string

-
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 113610] many textline-attributes are not yet implemented in canvas

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


User thb changed the following:

What|Old value |New value

  CC|'thb' |'aw,thb'





--- Additional comments from t...@openoffice.org Tue Aug  3 10:51:20 + 
2010 ---
prolly not worth spending that effort, should rather move slideshow to
primitives. ;)

-
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



[sc-issues] [Issue 77622] [NL] Button More should be come Less when toggled

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


User tbe changed the following:

What|Old value |New value

Target milestone|OOo 3.3   |OOo 3.x





--- Additional comments from t...@openoffice.org Tue Aug  3 10:56:15 + 
2010 ---
set target to OOo 3.x


-
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 113532] RTF: Improve Writer expor t filter

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





--- Additional comments from vmik...@openoffice.org Tue Aug  3 11:00:29 
+ 2010 ---
My ssh key just accepted, so I pushed out the changes to:

http://hg.services.openoffice.org/cws/vmiklos01

Please review.

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...@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 113557] Impress file opening with ASCII filter, becomes corrupt writer file

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


User wg changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |INVALID





--- Additional comments from w...@openoffice.org Tue Aug  3 11:05:54 + 
2010 ---
Probably the fiel was already damaged due to the cold crash of your machine -
thats why the Office could not deal with the file and brought up the filter 
dialog.
Sorry, but if you do not have a backup of your work and your hardware has a
failure we cannot do anything about it.

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

-
To unsubscribe, e-mail: 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 113590] WW8: drawing text boxes i mported in wrong position

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


User mru changed the following:

What|Old value |New value

 Assigned to|writerneedsconfirm|hbrinkm

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

Keywords|needmoreinfo, oooqa   |

 Summary|Bad text box processing   |WW8: drawing text boxes im
|  |ported in wrong position

Target milestone|---   |OOo Later

 Version|1.0.0 |OOo 3.2.1





--- Additional comments from m...@openoffice.org Tue Aug  3 11:02:33 + 
2010 ---
OK, now I understand - the problem is about importing a .doc.

MRU-HBRINKM: open attached document and see all the drawing text boxes located
in the upper right 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



[sw-issues] [Issue 113532] RTF: Improve Writer expor t filter

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


User vmiklos changed the following:

What|Old value |New value

  CC|'cornouws,os' |'cedricbosdo,cornouws,hbri
|  |nkm,kendy,mba,mst,os,thb'





-
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 113599] WW8: Pagination doesn't m atch after import

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


User mru changed the following:

What|Old value |New value

Keywords|  |needmoreinfo, oooqa

 Summary|Pagination doesn't match a|WW8: Pagination doesn't ma
|fter import   |tch after import





--- Additional comments from m...@openoffice.org Tue Aug  3 11:08:06 + 
2010 ---
This is not a support forum, please refer to mailing list “us...@openoffice.org”
or http://support.openoffice.org.

We can only see what's wrong (if there's a bug) if you provide the document -
please attach the offending document to this issue (as stated in the
Issuetracker Basic rules
http://qa.openoffice.org/issue_handling/basic_rules.html#attachments), so that
we can reproduce and fix the problem here. You can also send the document
directly (m...@openoffice.org) for the case it contains confidential data. Feel
free to re-open the issue when you've done.
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



[graphics-issues] [Issue 113557] Impress file opening with ASCII filter, becomes corrupt writer file

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


User wg changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from w...@openoffice.org Tue Aug  3 11:06:15 + 
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



[graphics-issues] [Issue 113614] Pasting a chart into a sp readsheet is not notified

2010-08-03 Thread tbe
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113614
 Issue #|113614
 Summary|Pasting a chart into a spreadsheet is not notified
   Component|Chart
 Version|DEV300m84
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|tbe
 Reported by|tbe





--- Additional comments from t...@openoffice.org Tue Aug  3 11:14:15 + 
2010 ---
When a user pastes a chart from the clipboard into a spreadsheet,
the change is not notified via UNO API.

-
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 113615] avmedia: new gcc warnings

2010-08-03 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113615
 Issue #|113615
 Summary|avmedia: new gcc warnings
   Component|Drawing
 Version|DEV300m84
Platform|Unknown
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|code
 Assigned to|cmc
 Reported by|cmc





--- Additional comments from c...@openoffice.org Tue Aug  3 11:16:30 + 
2010 ---
i.e. NULL vs 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...@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 113615] avmedia: new gcc warnings

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


User cmc changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |70932)
like so






--- Additional comments from c...@openoffice.org Tue Aug  3 11:19:10 + 
2010 ---
Created an attachment (id=70932)
like so


-
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 9290] Render EPS graphics without previews

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


User afritz changed the following:

What|Old value |New value

  CC|'cj,cloph,cmc,hassmanm,joe|'afritz,cj,cloph,cmc,hassm
|rgwartenberg,pinkernell,to|anm,joergwartenberg,jrahem
|om'   |ipour,pinkernell,toom'





--- Additional comments from afr...@openoffice.org Tue Aug  3 11:15:32 
+ 2010 ---
Can you please integrate the ability to use EPS graphics native in 
OpenOffice.org? It is not working in 3.2.1. Only a placeholder is shown.
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...@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 113615] avmedia: new gcc warnings

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


User cmc changed the following:

What|Old value |New value

OtherIssuesDependingOnTh|  |113062
  is|  |

  Status|NEW   |RESOLVED

  Resolution|  |FIXED

Target milestone|---   |OOo 3.4





--- Additional comments from c...@openoffice.org Tue Aug  3 11:21:40 + 
2010 ---
done in cmcfixes77 as
http://hg.services.openoffice.org/cws/cmcfixes77/rev/a4c016dc07ba

-
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



[xml-issues] [Issue 98137] shadowing of non-global va riable/param violates XSLT 1.0

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


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...@xml.openoffice.org
For additional commands, e-mail: issues-h...@xml.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-08-03 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,100686,101274,10135
|,101354,101355,102061,1021|4,101355,102061,102142,105
|42,105784,105827,106502,10|784,105827,106502,107490,1
|7490,108049,108246,108637,|08049,108246,108637,108846
|108846,110142,111741,11188|,110142,111741,111886,1120
|6,112027,112247,112363,112|27,112247,112363,112384,11
|384,112421,112514,112516,1|2421,112514,112516,112567,
|12567,112657,113117,1 |112657,113117,113141,





-
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



[xml-issues] [Issue 105827] XSLT 1.0 doesn't allow XP ath expressions on result tree fragments

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


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


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



[porting-issues] [Issue 113062] new gcc 4.5 warnings

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


User cmc changed the following:

What|Old value |New value

 IssuesThisDependsOn|109623,111742,113054,11305|109623,111742,113054,11305
|5,113056,113061,113063,113|5,113056,113061,113063,113
|064,113069,113070,113071,1|064,113069,113070,113071,1
|13072,113073,113076   |13072,113073,113076,113615



This issue depends on issue 113615, 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...@porting.openoffice.org
For additional commands, e-mail: issues-h...@porting.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-08-03 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,100686,101274,10135|,95369,100686,101274,10135
|4,101355,102061,102142,105|4,101355,102061,102142,105
|784,105827,106502,107490,1|784,106502,107490,108049,1
|08049,108246,108637,108846|08246,108637,108846,110142
|,110142,111741,111886,1120|,111741,111886,112027,1122
|27,112247,112363,112384,11|47,112363,112384,112421,11
|2421,112514,112516,112567,|2514,112516,112567,112657,
|112657,113117,113141, |113117,113141,113146,





-
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 68717] gstreamer backend for avme dia

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


User cmc changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from c...@openoffice.org Tue Aug  3 11:30:21 + 
2010 ---
closing as of m86

-
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



[lingucomponent-issues] [Issue 88573] Language selector for alte rnative french dictionaries

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





--- Additional comments from olivi...@openoffice.org Tue Aug  3 11:31:21 
+ 2010 ---
When I consider this problem anew, I think the simpliest way would be to include
all dictionaries in one extension and have options to set what dictionary is
used by locales.

By the way, we have now 4 dictionaries.
http://extensions.services.openoffice.org/fr/project/french-dictionary-modern

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


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



[framework-issues] [Issue 68717] gstreamer backend for avme dia

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


User cmc changed the following:

What|Old value |New value

OtherIssuesDependingOnTh|90439 |
  is|  |

  Status|CLOSED|REOPENED

  Resolution|WONTFIX   |





--- Additional comments from c...@openoffice.org Tue Aug  3 11:29:33 + 
2010 ---
reopen to update status

-
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



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

2010-08-03 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,766
|17,76649,80021,86080,88341|49,80021,86080,88341,95369
|,95369,100686,101274,10135|,100686,101274,101354,1013
|4,101355,102061,102142,105|55,102061,102142,105784,10
|784,106502,107490,108049,1|6502,107490,108049,108246,
|08246,108637,108846,110142|108637,108846,110142,11174
|,111741,111886,112027,1122|1,111886,112027,112247,112
|47,112363,112384,112421,11|363,112384,112421,112514,1
|2514,112516,112567,112657,|12516,112567,112657,113117
|113117,113141,113146, |,113141,113146,113199





-
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



[gsl-issues] [Issue 112567] vcl: disabled embeddedbit maps not honoured in cairo-case

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


User cmc changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from c...@openoffice.org Tue Aug  3 11:33:23 + 
2010 ---
closed, seen m86

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


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



[framework-issues] [Issue 68717] gstreamer backend for avme dia

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


User cmc changed the following:

What|Old value |New value

  Status|REOPENED  |RESOLVED

  Resolution|  |FIXED





--- Additional comments from c...@openoffice.org Tue Aug  3 11:29:58 + 
2010 ---
Alternative gstreamer support now landed in vanilla DEV300_m86

-
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



[gsl-issues] [Issue 112567] vcl: disabled embeddedbit maps not honoured in cairo-case

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


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...@gsl.openoffice.org
For additional commands, e-mail: issues-h...@gsl.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-08-03 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,766|7065,53397,61927,64671,766
|49,80021,86080,88341,95369|49,80021,86080,88341,95369
|,100686,101274,101354,1013|,100686,101274,101355,1020
|55,102061,102142,105784,10|61,102142,105784,106502,10
|6502,107490,108049,108246,|7490,108049,108246,108637,
|108637,108846,110142,11174|108846,110142,111741,11188
|1,111886,112027,112247,112|6,112027,112247,112363,112
|363,112384,112421,112514,1|384,112421,112514,112516,1
|12516,112657,113117,113141|12657,113117,113141,113146
|,113146,113199,113273 |,113199,113273





-
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



[xml-issues] [Issue 101355] docbook: variable referen ce in key violates XSLT 1.0

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


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...@xml.openoffice.org
For additional commands, e-mail: issues-h...@xml.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-08-03 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,766|7065,53397,61927,64671,766
|49,80021,86080,88341,95369|49,80021,86080,88341,95369
|,100686,101274,101355,1020|,100686,101274,102061,1021
|61,102142,105784,106502,10|42,105784,106502,107490,10
|7490,108049,108246,108637,|8049,108246,108637,108846,
|108846,110142,111741,11188|110142,111741,111886,11202
|6,112027,112247,112363,112|7,112247,112363,112384,112
|384,112421,112514,112516,1|421,112514,112516,112657,1
|12657,113117,113141,113146|13117,113141,113146,113199
|,113199,113273|,113273





-
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



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

2010-08-03 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,766|7065,53397,61927,64671,766
|49,80021,86080,88341,95369|49,80021,86080,88341,95369
|,100686,101274,101354,1013|,100686,101274,101354,1013
|55,102061,102142,105784,10|55,102061,102142,105784,10
|6502,107490,108049,108246,|6502,107490,108049,108246,
|108637,108846,110142,11174|108637,108846,110142,11174
|1,111886,112027,112247,112|1,111886,112027,112247,112
|363,112384,112421,112514,1|363,112384,112421,112514,1
|12516,112567,112657,113117|12516,112657,113117,113141
|,113141,113146,113199 |,113146,113199,113273





-
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



[xml-issues] [Issue 101354] XHTML export should not l abel list headers

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


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


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



[graphics-issues] [Issue 113616] Pasting a chart into a sp readsheet is not notified

2010-08-03 Thread tbe
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113616
 Issue #|113616
 Summary|Pasting a chart into a spreadsheet is not notified
   Component|Chart
 Version|DEV300m84
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|tbe
 Reported by|tbe





--- Additional comments from t...@openoffice.org Tue Aug  3 11:34:13 + 
2010 ---
When a user pastes a chart from the clipboard into a spreadsheet,
the change is not notified via UNO API.

-
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



  1   2   >