[Libreoffice-bugs] [Bug 32324] New: Bug in ConfigAccess for toolbars

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Sat Dec 11 22:22:39 CET 2010


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

           Summary: Bug in ConfigAccess for toolbars
           Product: LibreOffice
           Version: LibO 3.3.0 RC1
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: blocker
          Priority: medium
         Component: BASIC
        AssignedTo: libreoffice-bugs at lists.freedesktop.org
        ReportedBy: ddorange at dmaths.org


Hello,

This bug come with OOo3.3

With this code :
oAddon = oConfigAccess.getByName("org.openoffice.Office.addon.DMathsBarre")
For I = LBound(oAddon.ElementNames()) To UBound(oAddon.ElementNames())
oAddon.ElementNames(I)
Next I

I only get impair numbers : btn01, btn03, btn05, btn07 ...
and not btn02, btn 04 ...

So users can'not install the Dmaths extension (www.dmaths.org).

To try the bug :
1) Download and Install DmathsAddon.oxt : www.dmaths.org/addons/DmathsAddon.oxt
2) Find this macro : DmInstall -> Install_Addon -> RegleNumerotationIcones
3) Add this line : Print oAddon.ElementNames(I)
4) Run the macro.
You will get only btn01, btn 03, btn 05  ...

I suggest this bug become STOPPER because users could'not install their
extension Dmaths which works perfectly under OOo 3.2.1

Sorry for my bad english.

Thanks for all !!!

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Libreoffice-bugs mailing list