https://issues.apache.org/ooo/show_bug.cgi?id=122603
--- Comment #4 from hanya <[email protected]> --- I got the following error during the new report creation using the report wizard. Each cells of the created table on the report document takes the same number format with the bound column in NumberFormatter.setNumberFormat method. Before to set NumberFormat property to the cell, FormatsSupplier property is tried to set. But current cell in the table on the text document does not have FormatsSupplier property. The following error raised and NumberFormat is not set. com.sun.star.beans.UnknownPropertyException: FormatsSupplier at com.sun.star.bridges.jni_uno.JNI_proxy.dispatch_call(Native Method) at com.sun.star.bridges.jni_uno.JNI_proxy.invoke(JNI_proxy.java:171) at sun.proxy.$Proxy6.setPropertyValue(Unknown Source) at com.sun.star.wizards.common.NumberFormatter.setNumberFormat(NumberFormatter.java:200) at com.sun.star.wizards.report.DBColumn.initializeNumberFormat(DBColumn.java:240) at com.sun.star.wizards.report.ReportTextDocument.insertColumnstoRecordTable(ReportTextDocument.java:456) at com.sun.star.wizards.report.ReportTextDocument.setupRecordSection(ReportTextDocument.java:340) at com.sun.star.wizards.report.ReportTextImplementation.layout_setupRecordSection(ReportTextImplementation.java:549) at com.sun.star.wizards.report.ReportLayouter.initialize(ReportLayouter.java:225) at com.sun.star.wizards.report.ReportWizard.leaveStep(ReportWizard.java:236) at com.sun.star.wizards.ui.WizardDialog.switchToStep(WizardDialog.java:359) at com.sun.star.wizards.ui.WizardDialog.switchToStep(WizardDialog.java:354) at com.sun.star.wizards.report.ReportWizard.finishWizard(ReportWizard.java:358) at com.sun.star.wizards.ui.WizardDialog.finishWizard_1(WizardDialog.java:692) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:616) at com.sun.star.wizards.ui.event.MethodInvocation.invoke(MethodInvocation.java:90) at com.sun.star.wizards.ui.event.AbstractListener.invoke(AbstractListener.java:86) at com.sun.star.wizards.ui.event.CommonListener.actionPerformed(CommonListener.java:45) at com.sun.star.bridges.jni_uno.JNI_proxy.dispatch_call(Native Method) at com.sun.star.bridges.jni_uno.JNI_proxy.invoke(JNI_proxy.java:171) at sun.proxy.$Proxy110.execute(Unknown Source) at com.sun.star.wizards.ui.UnoDialog.executeDialog(UnoDialog.java:730) at com.sun.star.wizards.report.ReportWizard.startReportWizard(ReportWizard.java:497) at com.sun.star.wizards.report.CallReportWizard$ReportWizardImplementation.trigger(CallReportWizard.java:120) -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.
