[sw-issues] [Issue 2593] cross-references from Word documents; not possible to refer on paragraph number

2010-06-28 Thread forwarn
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=2593





--- Additional comments from forw...@openoffice.org Mon Jun 28 11:41:50 
+ 2010 ---
As a law firm, we are also very keen for this feature to be fixed and working 
as soon as possible.
We are actually willing to pay for someone to fix this issue, and urge someone 
to contact us regarding this for an open and informal discussion. If any of the 
OpenOffice developers want to discuss this further then please contact either 
myself or my colleague (we both work within the IT Department of Ford  Warren 
Solicitors.

Karl Handley, Senior IT Developer
Email: karl.hand...@forwarn.com

Garry Lodge, IT Developer
Email: garry.lo...@forwarn.com

Or via telephone on +44 (0)113 2436601


-
Please do not reply to this automatically generated notification from
Issue 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 97823] StoreToUrl error 1001 auto mation bridge when saving document

2009-01-07 Thread forwarn
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=97823
 Issue #|97823
 Summary|StoreToUrl error 1001 automation bridge when saving do
|cument
   Component|framework
 Version|OOO300m9
Platform|All
 URL|
  OS/Version|Windows XP
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|tm
 Reported by|forwarn





--- Additional comments from forw...@openoffice.org Wed Jan  7 10:38:32 
+ 2009 ---
Code which worked in all previous OO 2.3 and earlier versions now fails in OO 
3.0.0 Build 9358.
The code fails in both VB and Foxpro.

Can create a document through code and save OK. However if an existing document 
is opened (either a Writer document or Calc) and it is modified and then saved -
 you get the error - OLE I Dsipatch exception code 1001 from [automation 
bridge] com.sun.star.task.ErrorCodeIOException: ..

Here is the code in VB -

  Try
oDesk = oSM.CreateInstance(com.sun.star.frame.Desktop)

Catch ex As Exception
Throw New Exception(Could not create OpenOffice service  
vbCrLf  ex.ToString())
End Try

'Set the parameters for opening the file
   Dim OpenParams(1)
   OpenParams(0) = OOoPropertyValue(oSM, Hidden, True)
   OpenParams(1) = OOoPropertyValue(oSM, OverWrite, True)

'Document name
Dim cURL
   cURL = file:/Fw1/homedrives/dswift/My Documents/Work Folder/Word 
Processing/Filing/Test Letter.odt

   Try
   oDoc = oDesk.loadcomponentFromURL(cURL, _blank, 0, OpenParams)
  Catch ex As Exception
Throw New Exception(Could not open   cURL  vbCrLf  
ex.ToString())
   End Try

'Write back the Title, Keyword and Comments
   oDoc.DocumentInfo.Title = The Title
   oDoc.DocumentInfo.Keywords = The keyword
   oDoc.DocumentInfo.Description = The Description

'Set the parameters for saving the file
Dim SaveParams(1)

SaveParams(0) = OOoPropertyValue(oSM, Hidden, True)
SaveParams(1) = OOoPropertyValue(oSM, OverWrite, True)


oDoc.storeToUrl(cURL, SaveParams)  '-This line 
fails with error code 1001

oDoc.close(True)
oDoc = Nothing

Public Function OOoPropertyValue(ByRef objServiceMgr As Object, ByVal cName 
As Object, ByVal uValue As Object) As Object
Dim oPropertyValue As Object
' not sure where I found this, but it does the trick!
oPropertyValue = objServiceMgr.Bridge_GetStruct
(com.sun.star.beans.PropertyValue)
oPropertyValue.Name = cName
oPropertyValue.Value = uValue
Return oPropertyValue
End Function

-
Please do not reply to this automatically generated notification from
Issue 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 89326] Cross references to number ed paragraphs saved as .doc

2008-05-12 Thread forwarn
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=89326
 Issue #|89326
 Summary|Cross references to numbered paragraphs saved as .doc
   Component|Word processor
 Version|OOo 3.0 Beta
Platform|All
 URL|
  OS/Version|Windows XP
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|formatting
 Assigned to|mru
 Reported by|forwarn





--- Additional comments from [EMAIL PROTECTED] Mon May 12 09:44:23 + 
2008 ---
We are a legal firm based in England which has 200 staff members.  We have used 
OpenOffice throughout the firm as our Office package since April 2006. This has 
been hugely successful.
However, as a legal firm the only issue that currently effects us is problems 
with cross referencing to numbered paragraphs with our clients (most of which
use Microsoft Office).

We have downloaded OpenOffice 3.0 beta to test this functionality but there are 
still some problems when converting the document to a .doc.

The cross reference works fine when the document is a .odt file but as soon as 
you save as a .doc the cross reference stops working, even if opening the .doc 
straight back into OpenOffice.

Below are our tests we performed.

EXAMPLE 1
Created document with cross reference to numbered paragraph in OpenOffice 3.0 
Beta
Saved document as .odt
Opened document in OpenOffice 3.0 beta

RESULT
Document numbering worked as expected (document was still in odt format)


EXAMPLE 2
Created document with cross reference to numbered paragraph in OpenOffice 3.0 
Beta
Saved document as .doc (97/2000/xp)
Opened document in OpenOffice 3.0 beta 

RESULT
Cross reference link did not work. The link was replaced by an error message -
 Error: reference source not found


EXAMPLE 3
Created document with cross reference to numbered paragraph in OpenOffice 3.0 
Beta
Saved document as .doc (97/2000/xp)
Opened document in Microsoft Word (Office XP version)

RESULT
Cross reference link now goes to the top of the page which contains the link 
instead of to the actual numbered paragraph (e.g link used to go to numbered
paragraph 4.2 but now just goes to the top of the page which contains the 
numberd paragraph 4.2)


EXAMPLE 4
Created document with cross reference to numbered paragraph in Microsoft Word 
(Office XP version)
Saved document as .doc
Opened document in OpenOffice 3.0 beta

RESULT
Link to cross reference is lost. The cross reference link is no longer a link 
at all, just a gray box.



If this feature worked after the document has been converted to .doc this would 
make our work much easier (as we produce large documents with complex numbering 
in and send to our clients in .doc format).

As a major user and supporter of the software, we are keen for this issue to be 
solved. If there is any testing or anything else we could do to help solve this 
issue (eg more tests, testing pre-beta fixes etc) then please let us know as we 
would be more than willing to help.

Thanks

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

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


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



[sw-issues] [Issue 85133] Mail Merge Issue using dat asource - csv file locks

2008-01-10 Thread forwarn
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85133
 Issue #|85133
 Summary|Mail Merge Issue using datasource - csv file locks
   Component|Word processor
 Version|OOo 2.3.1
Platform|All
 URL|
  OS/Version|Windows XP
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|mru
 Reported by|forwarn





--- Additional comments from [EMAIL PROTECTED] Thu Jan 10 10:26:38 + 
2008 ---
I am writing to report a bug that we have experienced within our firm of 200 
users.  This is in both OpenOffice 2.0.2 and OpenOffice 2.3 - I expect it is 
probably a problem in all the versions.

We have created a datasource (an odb file) that points to a csv file.  We have 
some templates (ott files) that have fields inserted from the datasource.

Our users press F4 to launch the datasource window.  Select the option to merge 
data to fields, check that the document looks correct and then print it.  When 
they print the document a message appears asking if the user wants to print a 
form letter.  If the user clicks No, then the document prints fine, they can 
close the document and the csv file can be edited again.  This is all fine and 
expected.

The problem is if the user does the above and clicks Yes.  The document prints, 
the document is then closed by the user but the csv file remains locked by 
OpenOffice.  The csv file cannot be edited.  Closing OpenOffice and the 
Quickstarter usually releases the lock on the csv file and then it can be 
edited.  On occasion, a full restart of the PC is required to release this lock.

This is a problem for us as we use the csv file as part of a merge process for 
creating many of our documents. Also, our secretaries can have several 
documents open, and it is time consuming to have to close and re-open 
OpenOffice.

Regards
Karl Handley

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

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


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



[installation-issues] [Issue 45631] New - Will Openoffice 2.0 beta / final version work with Windows 95?

2005-03-21 Thread forwarn
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=45631
  Issue #:|45631
  Summary:|Will Openoffice 2.0 beta / final version work with
  |Windows 95?
Component:|Installation
  Version:|OOo 2.0 Beta
 Platform:|All
  URL:|
   OS/Version:|Windows 95
   Status:|UNCONFIRMED
Status whiteboard:|
 Keywords:|
   Resolution:|
   Issue type:|DEFECT
 Priority:|P1
 Subcomponent:|ui
  Assigned to:|of
  Reported by:|forwarn





--- Additional comments from [EMAIL PROTECTED] Mon Mar 21 03:06:50 -0800 
2005 ---
The following error appears when Openoffice 2.0 beta is installed to PC's that 
have Windows 95 as their Operating System.

SAL3.dll file is linked to missing export KERNEL32.dll

What is the cause, as the same download works on Windows 98.

Does this mean that the final version of Openoffice 2.0 will not work on 
Windows 95. 

As our business is considering moving approx. 115 Windows 95 users to 
Openoffice, this is a fundemental question that we need answering!

Just to note:

Various versions have been tested, for instance the 1.1.4 version worked on 
Windows 95. The current version (1.9.79) has the above mentioned problem.

Thanks in anticipation.

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

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


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