https://bugs.freedesktop.org/show_bug.cgi?id=57113

          Priority: medium
            Bug ID: 57113
          Assignee: [email protected]
           Summary: Macros: Unicode vs. password protected user libraries
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: [email protected]
          Hardware: Other
        Whiteboard: BSA
            Status: UNCONFIRMED
           Version: 3.6.2.2 release
         Component: BASIC
           Product: LibreOffice

Problem description: 

When the user library is password protected, there are issues with unicode?
(cyrillic in my case) strings.

Steps to reproduce:

1. create user library

2. enter some sample code

Dim oDoc As Object
Dim oSheet As Object
Dim oCell As Object

oDoc = ThisComponent
oSheet = oDoc.Sheets(0)
oCellTest = oSheet.getCellRangeByName("A1")
oCellTest.String = "Ленинский проспект"

2. run the macro - works fine (displays Ленинский проспект string in the A1
cell)

3. password protect the module

4. run the macro again - does not work fine (displays ???????? ??????? string
in the A1 cell)

Current behavior:

The cyrillic characters are replaced with question marks when the module is
password protected.

Expected behavior:

The cyrillic characters display just fine, no matter whether the module is
password protected or not.

Platform (if different from the browser): 

Browser: Opera/9.80 (Windows NT 5.1) Presto/2.12.388 Version/12.10

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to