To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=55807
                  Issue #:|55807
                  Summary:|Word.variables missing after import of Word-document
                Component:|Word processor
                  Version:|OOO 2.0 Beta2
                 Platform:|PC
                      URL:|
               OS/Version:|Windows XP
                   Status:|UNCONFIRMED
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P1
             Subcomponent:|open-import
              Assigned to:|mru
              Reported by:|wolfgangunger





------- Additional comments from [EMAIL PROTECTED] Wed Oct 12 02:09:55 -0700 
2005 -------
Variables that are contained in Word-documents get lost when imported into 
Writer.

Create a new empty Word-document. Add and run the following VBA-macro to add a 
few variables:
Public Sub AddVariables()

    Dim i As Integer
    For i = 1 To 10
        ActiveDocument.Variables.Add "TestName_" & Format$(i), "TestValue_" & 
Format$(i)
    Next i
    
End Sub
Now save the document using the standard-Word-format (.doc) - no matter it 
Word2000 or a newer version.
Re-open this file with Writer: you won't find a trace of the variables that are 
contained in the original format - although it's possible to create and store 
user defined fields in Writer 2.0.

Background: our software-solution for MS Office stores meta-data in documents 
and templates. This information is processed during the life-cycle of the 
document. It we want to offer the possibility to use Writer instead of Word it 
would be neccessary to get access on the metadata of the existing Word-
documents - otherwise our customers won't accept the new offer to replace MS 
Word.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue 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]

Reply via email to