https://bugs.documentfoundation.org/show_bug.cgi?id=154229

Buovjaga <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |minor
            Summary|txt files with right or     |Text files without
                   |left double quotes (/u201d) |extension treated as
                   |lose the text between       |WordPerfect files
                   |quotes when converted to    |
                   |pdf                         |
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1

--- Comment #8 from Buovjaga <[email protected]> ---
I got help from Mike K. in the dev chat.

In the console output, these were seen:
WPSDocument::isFileFormatSupported()

Opening the file without extension in Writer UI and creating and running the
macro:

Sub Main
On Error Resume Next
Dim vArgs       'Media descriptor as an array of
com.sun.star.beans.PropertyValue'
Dim s$          'Display string'
Dim i%          'Index variable'
REM Obtain the media descriptor. It turns out that this
REM can be represented as an array of PropertyValue services.
vArgs = ThisComponent.getArgs()
For i = 0 To UBound(vArgs)                      'For each property'
        s = s & vArgs(i).Name & " = "           'Add the property name and an
equals sign'
        s = s & vArgs(i).Value                          'Obtaining the value
may fail!'
        s = s & CHR$(10)                                        'Add a new-line
character'
Next
MsgBox s,0, "Args"
End Sub

I could see:

FilterName = WordPerfect

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to