<div dir="auto"><div><div class="gmail_quote"><div dir="ltr" class="gmail_attr"> Thu 15 Aug, 2024, 10:29 PM Devansh Varshney, <<a href="mailto:varshney.devansh614@gmail.com">varshney.devansh614@gmail.com</a>> wrote:</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_default" style="font-family:comic sans ms,sans-serif"></div></div></blockquote></div></div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_default" style="font-family:comic sans ms,sans-serif">Thank you so much, Kurt.<br></div></div></blockquote></div></div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_default" style="font-family:comic sans ms,sans-serif"><br></div><div class="gmail_default" style="font-family:comic sans ms,sans-serif">I was adding something similar in the chart2/source/controller/chartapiwrapper/DiagramWrapper.cxx - <br></div><div class="gmail_default" style="font-family:comic sans ms,sans-serif"><br><img src="cid:ii_lzviihwa1" alt="image.png" width="390" height="578"><br></div></div></blockquote></div></div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_default" style="font-family:comic sans ms,sans-serif"><br></div><div class="gmail_default" style="font-family:comic sans ms,sans-serif">Somewhat like what you did in chart2/source/model/main/DataPointProperties.cxx.<br></div></div></blockquote></div></div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_default" style="font-family:comic sans ms,sans-serif"><br></div><div class="gmail_default" style="font-family:comic sans ms,sans-serif">But, maybe now I can get this working, :) thank you for pointing me to the PR.<br><br><br>--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------<br></div></div></blockquote></div></div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_default" style="font-family:comic sans ms,sans-serif">--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------</div><div class="gmail_default" style="font-family:comic sans ms,sans-serif"><br></div><div class="gmail_default" style="font-family:comic sans ms,sans-serif">A summary of opening a Histogram XLSX file - (which I am looking into)<br></div></div></blockquote></div></div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_default" style="font-family:comic sans ms,sans-serif"><br>Unknown properties:
The errors indicate that properties like "BinCount", "OverflowBin", and "UnderflowBin" are not recognized:
<pre><div><div><div>PropertySet::implSetPropertyValue - cannot set property "BinCount" com.sun.star.beans.UnknownPropertyException<br>PropertySet::implSetPropertyValue - cannot set property "OverflowBin" com.sun.star.beans.UnknownPropertyException<br>PropertySet::implSetPropertyValue - cannot set property "UnderflowBin" com.sun.star.beans.UnknownPropertyException</div></div></div></pre></div><div class="gmail_default" style="font-family:comic sans ms,sans-serif"><br></div><div class="gmail_default" style="font-family:comic sans ms,sans-serif">Property type issues:<br><span style="font-family:monospace">Property type is wrong</span></div><div class="gmail_default" style="font-family:comic sans ms,sans-serif"><br></div><div class="gmail_default" style="font-family:comic sans ms,sans-serif">Data sequence creation failure: <br></div><div class="gmail_default" style="font-family:comic sans ms,sans-serif"><span style="font-family:monospace">ExcelChartConverter::createDataSequence - cannot create data sequence</span></div><div class="gmail_default" style="font-family:comic sans ms,sans-serif"><br></div><div class="gmail_default" style="font-family:comic sans ms,sans-serif">----------------------------------------------------------------------------------------------------------------------------------------<br></div><div class="gmail_default" style="font-family:comic sans ms,sans-serif"></div></div></blockquote></div></div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_default" style="font-family:comic sans ms,sans-serif"><br></div><div class="gmail_default" style="font-family:comic sans ms,sans-serif"><span style="font-family:monospace">warn:legacy.osl:85610:85610:sc/source/filter/oox/numberformatsbuffer.cxx:2063: NumberFormatsBuffer::insertBuiltinFormats - locale 'en-IN' not supported (#i29949#)<br>warn:svx:85610:85610:svx/source/unodraw/unoshape.cxx:1706: DBG_UNHANDLED_EXCEPTION in setPropertyValues exception: com.sun.star.beans.UnknownPropertyException message: "GraphicColorMode at /home/devansh/libreoffice/svx/source/unodraw/unoshape.cxx:1508" context: SvxOle2Shape<br>warn:oox:85610:85610:oox/source/helper/propertyset.cxx:135: PropertySet::implSetPropertyValue - cannot set property "BinCount" com.sun.star.beans.UnknownPropertyException message: "-1 at /home/devansh/libreoffice/cppuhelper/source/propshlp.cxx:491"<br>warn:legacy.osl:85610:85610:chart2/source/tools/OPropertySet.cxx:255: Property type is wrong<br>warn:oox:85610:85610:oox/source/helper/propertyset.cxx:135: PropertySet::implSetPropertyValue - cannot set property "OverflowBin" com.sun.star.beans.UnknownPropertyException message: "-1 at /home/devansh/libreoffice/cppuhelper/source/propshlp.cxx:491"<br>warn:oox:85610:85610:oox/source/helper/propertyset.cxx:135: PropertySet::implSetPropertyValue - cannot set property "UnderflowBin" com.sun.star.beans.UnknownPropertyException message: "-1 at /home/devansh/libreoffice/cppuhelper/source/propshlp.cxx:491"<br>warn:legacy.osl:85610:85610:sc/source/filter/oox/excelchartconverter.cxx:91: ExcelChartConverter::createDataSequence - cannot create data sequence<br>warn:oox:85610:85610:oox/source/helper/propertyset.cxx:135: PropertySet::implSetPropertyValue - cannot set property "BinCount" com.sun.star.beans.UnknownPropertyException message: "-1 at /home/devansh/libreoffice/cppuhelper/source/propshlp.cxx:491"<br>warn:legacy.osl:85610:85610:chart2/source/tools/OPropertySet.cxx:255: Property type is wrong<br>warn:oox:85610:85610:oox/source/helper/propertyset.cxx:135: PropertySet::implSetPropertyValue - cannot set property "OverflowBin" com.sun.star.beans.UnknownPropertyException message: "-1 at /home/devansh/libreoffice/cppuhelper/source/propshlp.cxx:491"<br>warn:oox:85610:85610:oox/source/helper/propertyset.cxx:135: PropertySet::implSetPropertyValue - cannot set property "UnderflowBin" com.sun.star.beans.UnknownPropertyException message: "-1 at /home/devansh/libreoffice/cppuhelper/source/propshlp.cxx:491"<br>warn:svx:85610:85610:svx/source/unodraw/unoshape.cxx:1706: DBG_UNHANDLED_EXCEPTION in setPropertyValues exception: com.sun.star.beans.UnknownPropertyException message: "GraphicColorMode at /home/devansh/libreoffice/svx/source/unodraw/unoshape.cxx:1508" context: SvxOle2Shape<br>warn:oox:85610:85610:oox/source/helper/propertyset.cxx:135: PropertySet::implSetPropertyValue - cannot set property "BinCount" com.sun.star.beans.UnknownPropertyException message: "-1 at /home/devansh/libreoffice/cppuhelper/source/propshlp.cxx:491"<br>warn:legacy.osl:85610:85610:chart2/source/tools/OPropertySet.cxx:255: Property type is wrong<br>warn:oox:85610:85610:oox/source/helper/propertyset.cxx:135: PropertySet::implSetPropertyValue - cannot set property "OverflowBin" com.sun.star.beans.UnknownPropertyException message: "-1 at /home/devansh/libreoffice/cppuhelper/source/propshlp.cxx:491"<br>warn:oox:85610:85610:oox/source/helper/propertyset.cxx:135: PropertySet::implSetPropertyValue - cannot set property "UnderflowBin" com.sun.star.beans.UnknownPropertyException message: "-1 at /home/devansh/libreoffice/cppuhelper/source/propshlp.cxx:491"<br>warn:legacy.osl:85610:85610:sc/source/filter/oox/excelchartconverter.cxx:91: ExcelChartConverter::createDataSequence - cannot create data sequence<br>warn:oox:85610:85610:oox/source/helper/propertyset.cxx:135: PropertySet::implSetPropertyValue - cannot set property "BinCount" com.sun.star.beans.UnknownPropertyException message: "-1 at /home/devansh/libreoffice/cppuhelper/source/propshlp.cxx:491"<br>warn:legacy.osl:85610:85610:chart2/source/tools/OPropertySet.cxx:255: Property type is wrong<br>warn:oox:85610:85610:oox/source/helper/propertyset.cxx:135: PropertySet::implSetPropertyValue - cannot set property "OverflowBin" com.sun.star.beans.UnknownPropertyException message: "-1 at /home/devansh/libreoffice/cppuhelper/source/propshlp.cxx:491"<br>warn:oox:85610:85610:oox/source/helper/propertyset.cxx:135: PropertySet::implSetPropertyValue - cannot set property "UnderflowBin" com.sun.star.beans.UnknownPropertyException message: "-1 at /home/devansh/libreoffice/cppuhelper/source/propshlp.cxx:491"</span><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, 15 Aug 2024 at 21:40, Kurt Nordback <<a href="mailto:kurt.nordback@protonmail.com" target="_blank" rel="noreferrer">kurt.nordback@protonmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div style="font-family:Arial,sans-serif;font-size:14px">Hi Devansh. I just submitted code to input a parameter from OOXML to the chart handling, so you might want to look at my changes here: <span><a rel="noreferrer nofollow noopener noreferrer" href="https://gerrit.libreoffice.org/c/core/+/171879" target="_blank">https://gerrit.libreoffice.org/c/core/+/171879</a></span><br></div><div style="font-family:Arial,sans-serif;font-size:14px"><br></div><div style="font-family:Arial,sans-serif;font-size:14px">I also did a more extensive change including input and output to/from both OOXML and ODF here: <span><a rel="noreferrer nofollow noopener noreferrer" href="https://gerrit.libreoffice.org/c/core/+/170666/9" target="_blank">https://gerrit.libreoffice.org/c/core/+/170666/9</a></span><br></div><div style="font-family:Arial,sans-serif;font-size:14px"><br></div><div style="font-family:Arial,sans-serif;font-size:14px">I will say I'm still learning this area myself so I can't guarantee that the way I'm handling this is the <b>best</b>​ way, but it seems to work. So these might provide a model for how you could do the property-passing.</div><div style="font-family:Arial,sans-serif;font-size:14px"><br></div><div style="font-family:Arial,sans-serif;font-size:14px">Kurt<br></div><div>
        On Thursday, August 15th, 2024 at 8:43 AM, Devansh Varshney <<a href="mailto:varshney.devansh614@gmail.com" target="_blank" rel="noreferrer">varshney.devansh614@gmail.com</a>> wrote:<br>
        <blockquote type="cite">
            <div dir="ltr"><div style="font-family:comic sans ms,sans-serif" class="gmail_default">Hi,</div><div style="font-family:comic sans ms,sans-serif" class="gmail_default"><br></div><div style="font-family:comic sans ms,sans-serif" class="gmail_default">The problem which I am currently stuck at is unable to set the properties in-order to get the LO to be able to save and open the Histogram file, i.e., OOXML(currently)/ODF import/export. <a href="https://gerrit.libreoffice.org/c/core/+/170909" rel="noreferrer nofollow noopener noreferrer" target="_blank">https://gerrit.libreoffice.org/c/core/+/170909</a></div><div style="font-family:comic sans ms,sans-serif" class="gmail_default"><br></div><div style="font-family:comic sans ms,sans-serif" class="gmail_default">As of now the histogram XSLS file which I saved in LO being opened in the LO dev and can be seen in the image that it's reading(opening) properties incorrectly. Also missing the details like the Bin-Range and X-Axis binning data.<br></div><div style="font-family:comic sans ms,sans-serif" class="gmail_default"><img height="431" width="578" alt="image.png" src="cid:ii_19156ec7a42cb971f161"><br></div><div style="font-family:comic sans ms,sans-serif" class="gmail_default"><br></div><div style="font-family:comic sans ms,sans-serif" class="gmail_default"> [~/libreoffice]<br> devansh   ooxml_odf_histogram -  instdir/program/scalc                                                                                               [24/08/15| 2:19PM]<br>warn:vcl.schedule:18082:18082:vcl/source/app/scheduler.cxx:639: Stop the task before changing the priority, as it will just change after the task was scheduled with the old prio!<br>warn:sfx.dialog:18082:18082:sfx2/source/dialog/filtergrouping.cxx:357: already have an element for WordPerfect<br>warn:sfx.dialog:18082:18082:sfx2/source/dialog/filtergrouping.cxx:357: already have an element for writerweb8_writer_template<br>warn:sfx.dialog:18082:18082:sfx2/source/dialog/filtergrouping.cxx:357: already have an element for writerglobal8<br>warn:legacy.osl:18082:18082:sc/source/filter/oox/numberformatsbuffer.cxx:2063: NumberFormatsBuffer::insertBuiltinFormats - locale 'en-IN' not supported (#i29949#)<br></div><div style="font-family:comic sans ms,sans-serif" class="gmail_default">warn:svx:18082:18082:svx/source/unodraw/unoshape.cxx:1706: DBG_UNHANDLED_EXCEPTION in setPropertyValues exception: com.sun.star.beans.UnknownPropertyException message: "GraphicColorMode at /home/devansh/libreoffice/svx/source/unodraw/unoshape.cxx:1508" context: SvxOle2Shape<br>warn:oox:18082:18082:oox/source/helper/propertyset.cxx:135: PropertySet::implSetPropertyValue - cannot set property "BinCount" com.sun.star.beans.UnknownPropertyException message: "-1 at /home/devansh/libreoffice/cppuhelper/source/propshlp.cxx:491"<br>warn:legacy.osl:18082:18082:chart2/source/tools/OPropertySet.cxx:255: Property type is wrong<br>warn:oox:18082:18082:oox/source/helper/propertyset.cxx:135: PropertySet::implSetPropertyValue - cannot set property "OverflowBin" com.sun.star.beans.UnknownPropertyException message: "-1 at /home/devansh/libreoffice/cppuhelper/source/propshlp.cxx:491"<br>warn:oox:18082:18082:oox/source/helper/propertyset.cxx:135: PropertySet::implSetPropertyValue - cannot set property "UnderflowBin" com.sun.star.beans.UnknownPropertyException message: "-1 at /home/devansh/libreoffice/cppuhelper/source/propshlp.cxx:491"<br>warn:legacy.osl:18082:18082:sc/source/filter/oox/excelchartconverter.cxx:91: ExcelChartConverter::createDataSequence - cannot create data sequence<br>warn:oox:18082:18082:oox/source/helper/propertyset.cxx:135: PropertySet::implSetPropertyValue - cannot set property "BinCount" com.sun.star.beans.UnknownPropertyException message: "-1 at /home/devansh/libreoffice/cppuhelper/source/propshlp.cxx:491"<br>warn:legacy.osl:18082:18082:chart2/source/tools/OPropertySet.cxx:255: Property type is wrong<br>warn:oox:18082:18082:oox/source/helper/propertyset.cxx:135: PropertySet::implSetPropertyValue - cannot set property "OverflowBin" com.sun.star.beans.UnknownPropertyException message: "-1 at /home/devansh/libreoffice/cppuhelper/source/propshlp.cxx:491"<br>warn:oox:18082:18082:oox/source/helper/propertyset.cxx:135: PropertySet::implSetPropertyValue - cannot set property "UnderflowBin" com.sun.star.beans.UnknownPropertyException message: "-1 at /home/devansh/libreoffice/cppuhelper/source/propshlp.cxx:491"<br>warn:svx:18082:18082:svx/source/unodraw/unoshape.cxx:1706: DBG_UNHANDLED_EXCEPTION in setPropertyValues exception: com.sun.star.beans.UnknownPropertyException message: "GraphicColorMode at /home/devansh/libreoffice/svx/source/unodraw/unoshape.cxx:1508" context: SvxOle2Shape<br>warn:oox:18082:18082:oox/source/helper/propertyset.cxx:135: PropertySet::implSetPropertyValue - cannot set property "BinCount" com.sun.star.beans.UnknownPropertyException message: "-1 at /home/devansh/libreoffice/cppuhelper/source/propshlp.cxx:491"<br>warn:legacy.osl:18082:18082:chart2/source/tools/OPropertySet.cxx:255: Property type is wrong<br>warn:oox:18082:18082:oox/source/helper/propertyset.cxx:135: PropertySet::implSetPropertyValue - cannot set property "OverflowBin" com.sun.star.beans.UnknownPropertyException message: "-1 at /home/devansh/libreoffice/cppuhelper/source/propshlp.cxx:491"<br>warn:oox:18082:18082:oox/source/helper/propertyset.cxx:135: PropertySet::implSetPropertyValue - cannot set property "UnderflowBin" com.sun.star.beans.UnknownPropertyException message: "-1 at /home/devansh/libreoffice/cppuhelper/source/propshlp.cxx:491"<br>warn:legacy.osl:18082:18082:sc/source/filter/oox/excelchartconverter.cxx:91: ExcelChartConverter::createDataSequence - cannot create data sequence<br>warn:oox:18082:18082:oox/source/helper/propertyset.cxx:135: PropertySet::implSetPropertyValue - cannot set property "BinCount" com.sun.star.beans.UnknownPropertyException message: "-1 at /home/devansh/libreoffice/cppuhelper/source/propshlp.cxx:491"<br>warn:legacy.osl:18082:18082:chart2/source/tools/OPropertySet.cxx:255: Property type is wrong<br>warn:oox:18082:18082:oox/source/helper/propertyset.cxx:135: PropertySet::implSetPropertyValue - cannot set property "OverflowBin" com.sun.star.beans.UnknownPropertyException message: "-1 at /home/devansh/libreoffice/cppuhelper/source/propshlp.cxx:491"<br>warn:oox:18082:18082:oox/source/helper/propertyset.cxx:135: PropertySet::implSetPropertyValue - cannot set property "UnderflowBin" com.sun.star.beans.UnknownPropertyException message: "-1 at /home/devansh/libreoffice/cppuhelper/source/propshlp.cxx:491"<br>warn:legacy.osl:18082:18082:comphelper/source/property/propertycontainerhelper.cxx:402: OPropertyContainerHelper::getFastPropertyValue: unknown handle!<br>warn:legacy.osl:18082:18082:comphelper/source/property/propertycontainerhelper.cxx:402: OPropertyContainerHelper::getFastPropertyValue: unknown handle!<br>warn:sal.file:18082:18082:sal/osl/unx/file_misc.cxx:659: Invalid file URL<br>warn:sal.file:18082:18082:sal/osl/unx/file_misc.cxx:659: Invalid file URL<br>warn:legacy.tools:18082:18082:svx/source/form/fmvwimp.cxx:436: FmXFormView::~FmXFormView: Window list not empty!<br>warn:sal.file:18082:18082:sal/osl/unx/file_misc.cxx:659: Invalid file URL<br>warn:sal.file:18082:18082:sal/osl/unx/file_misc.cxx:659: Invalid file URL<br>warn:legacy.osl:18082:18082:sc/source/ui/view/tabvwshh.cxx:234: no accessibility broadcaster?<br>warn:legacy.osl:18082:18082:sc/source/ui/view/tabvwshh.cxx:234: no accessibility broadcaster?<br>warn:legacy.osl:18082:18082:sc/source/ui/view/tabvwshh.cxx:234: no accessibility broadcaster?<br>warn:legacy.osl:18082:18082:sc/source/ui/view/tabvwshh.cxx:234: no accessibility broadcaster?<br>warn:legacy.osl:18082:18082:sc/source/ui/view/tabvwshh.cxx:234: no accessibility broadcaster?<br>warn:chart2:18082:18082:chart2/source/tools/LifeTime.cxx:119: This component is already disposed <br>warn:svl.items:18082:18082:svl/source/items/itempool.cxx:386: SfxItemPool::unregisterItemSet: ItemSet was not registered (!)<br>warn:svl.items:18082:18082:svl/source/items/itempool.cxx:386: SfxItemPool::unregisterItemSet: ItemSet was not registered (!)<br>warn:svl.items:18082:18082:svl/source/items/itempool.cxx:386: SfxItemPool::unregisterItemSet: ItemSet was not registered (!)<br>warn:svl.items:18082:18082:svl/source/items/itempool.cxx:386: SfxItemPool::unregisterItemSet: ItemSet was not registered (!)<br>warn:svl.items:18082:18082:svl/source/items/itempool.cxx:386: SfxItemPool::unregisterItemSet: ItemSet was not registered (!)<br>warn:svl.items:18082:18082:svl/source/items/itempool.cxx:386: SfxItemPool::unregisterItemSet: ItemSet was not registered (!)<br>warn:svl.items:18082:18082:svl/source/items/itempool.cxx:386: SfxItemPool::unregisterItemSet: ItemSet was not registered (!)<br>warn:svl.items:18082:18082:svl/source/items/itempool.cxx:386: SfxItemPool::unregisterItemSet: ItemSet was not registered (!)<br>warn:svl.items:18082:18082:svl/source/items/itempool.cxx:386: SfxItemPool::unregisterItemSet: ItemSet was not registered (!)<br>warn:svl.items:18082:18082:svl/source/items/itempool.cxx:386: SfxItemPool::unregisterItemSet: ItemSet was not registered (!)<br>warn:svl.items:18082:18082:svl/source/items/itempool.cxx:386: SfxItemPool::unregisterItemSet: ItemSet was not registered (!)<br>warn:chart2:18082:18082:chart2/source/tools/LifeTime.cxx:119: This component is already disposed <br>warn:svl.items:18082:18082:svl/source/items/itempool.cxx:386: SfxItemPool::unregisterItemSet: ItemSet was not registered (!)<br>warn:svl.items:18082:18082:svl/source/items/itempool.cxx:386: SfxItemPool::unregisterItemSet: ItemSet was not registered (!)<br>warn:svl.items:18082:18082:svl/source/items/itempool.cxx:386: SfxItemPool::unregisterItemSet: ItemSet was not registered (!)<br>warn:svl.items:18082:18082:svl/source/items/itempool.cxx:386: SfxItemPool::unregisterItemSet: ItemSet was not registered (!)<br>warn:svl.items:18082:18082:svl/source/items/itempool.cxx:386: SfxItemPool::unregisterItemSet: ItemSet was not registered (!)<br>warn:svl.items:18082:18082:svl/source/items/itempool.cxx:386: SfxItemPool::unregisterItemSet: ItemSet was not registered (!)<br>warn:svl.items:18082:18082:svl/source/items/itempool.cxx:386: SfxItemPool::unregisterItemSet: ItemSet was not registered (!)<br>warn:svl.items:18082:18082:svl/source/items/itempool.cxx:386: SfxItemPool::unregisterItemSet: ItemSet was not registered (!)<br>warn:svl.items:18082:18082:svl/source/items/itempool.cxx:386: SfxItemPool::unregisterItemSet: ItemSet was not registered (!)<br>warn:svl.items:18082:18082:svl/source/items/itempool.cxx:386: SfxItemPool::unregisterItemSet: ItemSet was not registered (!)<br>warn:svl.items:18082:18082:svl/source/items/itempool.cxx:386: SfxItemPool::unregisterItemSet: ItemSet was not registered (!)<br></div><br><br><div class="gmail_default" style="font-family:comic sans ms,sans-serif">The warnings you're seeing are due to the system attempting to set properties (BinCount, OverflowBin, UnderflowBin, etc.) that it doesn't recognize or that haven't been properly registered or exposed in the relevant UNO interfaces tho we have offapi/com/sun/star/chart/HistogramDiagram.idl <br></div><div class="gmail_default" style="font-family:comic sans ms,sans-serif">(<a href="https://gerrit.libreoffice.org/c/core/+/167068)(closed" rel="noreferrer nofollow noopener noreferrer" target="_blank">https://gerrit.libreoffice.org/c/core/+/167068)(closed</a> PR)<br></div><br><div class="gmail_default" style="font-family:comic sans ms,sans-serif">Although, we have in the oox/source/drawingml/chart/typegroupconverter.cxx<br><br><div style="color:rgb(204,204,204);background-color:rgb(31,31,31);font-family:"Droid Sans Mono","monospace",monospace;font-weight:normal;font-size:14px;line-height:19px;white-space:pre-wrap"><div><span style="color:rgb(204,204,204)">            </span><span style="color:rgb(197,134,192)"><br></span></div><div><span style="color:rgb(197,134,192)">            case</span><span style="color:rgb(204,204,204)"> TYPECATEGORY_HISTO:</span></div><div><span style="color:rgb(204,204,204)">            {</span></div><div><span style="color:rgb(204,204,204)">                </span><span style="color:rgb(156,220,254)">aTypeProp</span><span style="color:rgb(204,204,204)">.</span><span style="color:rgb(220,220,170)">setProperty</span><span style="color:rgb(204,204,204)">( PROP_BinCount, </span><span style="color:rgb(156,220,254)">mrModel</span><span style="color:rgb(204,204,204)">.</span><span style="color:rgb(156,220,254)">mnBinCount</span><span style="color:rgb(204,204,204)"> );</span></div><div><span style="color:rgb(204,204,204)">                </span><span style="color:rgb(156,220,254)">aTypeProp</span><span style="color:rgb(204,204,204)">.</span><span style="color:rgb(220,220,170)">setProperty</span><span style="color:rgb(204,204,204)">( PROP_BinRange, </span><span style="color:rgb(156,220,254)">mrModel</span><span style="color:rgb(204,204,204)">.</span><span style="color:rgb(156,220,254)">maBinRange</span><span style="color:rgb(204,204,204)"> );</span></div><div><span style="color:rgb(204,204,204)">                </span><span style="color:rgb(156,220,254)">aTypeProp</span><span style="color:rgb(204,204,204)">.</span><span style="color:rgb(220,220,170)">setProperty</span><span style="color:rgb(204,204,204)">( PROP_BinWidth, </span><span style="color:rgb(156,220,254)">mrModel</span><span style="color:rgb(204,204,204)">.</span><span style="color:rgb(156,220,254)">mfBinWidth</span><span style="color:rgb(204,204,204)"> );</span></div><div><span style="color:rgb(204,204,204)">                </span><span style="color:rgb(156,220,254)">aTypeProp</span><span style="color:rgb(204,204,204)">.</span><span style="color:rgb(220,220,170)">setProperty</span><span style="color:rgb(204,204,204)">( PROP_FrequencyType, </span><span style="color:rgb(156,220,254)">mrModel</span><span style="color:rgb(204,204,204)">.</span><span style="color:rgb(156,220,254)">mnFrequencyType</span><span style="color:rgb(204,204,204)"> );</span></div><div><span style="color:rgb(204,204,204)">                </span><span style="color:rgb(156,220,254)">aTypeProp</span><span style="color:rgb(204,204,204)">.</span><span style="color:rgb(220,220,170)">setProperty</span><span style="color:rgb(204,204,204)">( PROP_OverflowBin, </span><span style="color:rgb(156,220,254)">mrModel</span><span style="color:rgb(204,204,204)">.</span><span style="color:rgb(156,220,254)">mbOverflowBin</span><span style="color:rgb(204,204,204)"> );</span></div><div><span style="color:rgb(204,204,204)">                </span><span style="color:rgb(156,220,254)">aTypeProp</span><span style="color:rgb(204,204,204)">.</span><span style="color:rgb(220,220,170)">setProperty</span><span style="color:rgb(204,204,204)">( PROP_UnderflowBin, </span><span style="color:rgb(156,220,254)">mrModel</span><span style="color:rgb(204,204,204)">.</span><span style="color:rgb(156,220,254)">mbUnderflowBin</span><span style="color:rgb(204,204,204)"> );</span></div><div><span style="color:rgb(204,204,204)">            }</span></div><div><span style="color:rgb(204,204,204)">            </span><span style="color:rgb(197,134,192)">break</span><span style="color:rgb(204,204,204)">;</span></div><div><span style="color:rgb(204,204,204)"><br></span></div></div></div><div><br></div><div><div class="gmail_default" style="font-family:comic sans ms,sans-serif">What do I really look for as my mentor Tomaz said it's a simple straight-up task yet I am getting there really slow.<br></div><br></div><div><div class="gmail_default" style="font-family:comic sans ms,sans-serif"><a href="https://docs.libreoffice.org/xmloff.html" rel="noreferrer nofollow noopener noreferrer" target="_blank">https://docs.libreoffice.org/xmloff.html</a><br><a href="https://docs.libreoffice.org/oox.html" rel="noreferrer nofollow noopener noreferrer" target="_blank">https://docs.libreoffice.org/oox.html</a><br><a href="https://wiki.openoffice.org/wiki/Office_Open_XML" rel="noreferrer nofollow noopener noreferrer" target="_blank">https://wiki.openoffice.org/wiki/Office_Open_XML</a><br><br><a style="font-size:13px;color:rgb(17,85,204);font-weight:normal;text-decoration:underline;font-family:"Arial";font-style:normal" href="https://www.youtube.com/watch?v=ojyyxAtUV2Y" rel="noreferrer nofollow noopener noreferrer" target="_blank">https://www.youtube.com/watch?v=ojyyxAtUV2Y</a><br><br><a style="font-size:13px;color:rgb(17,85,204);font-weight:normal;text-decoration:underline;font-family:"Arial";font-style:normal" href="https://www.youtube.com/watch?v=HLX22HS8L8g" rel="noreferrer nofollow noopener noreferrer" target="_blank">https://www.youtube.com/watch?v=HLX22HS8L8g</a></div><br></div><span class="gmail_signature_prefix">-- </span><br><div class="gmail_signature" dir="ltr"><div dir="ltr"><div><span style="font-family:monospace"><b>Regards,</b></span></div><div><span style="font-family:monospace;color:rgb(153,0,255)"><b>Devansh</b></span><br></div></div></div></div>

        </blockquote><br>
    </div></blockquote></div><br clear="all"><br><span class="gmail_signature_prefix">-- </span><br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><span style="font-family:monospace"><b>Regards,</b></span></div><div><span style="font-family:monospace;color:rgb(153,0,255)"><b>Devansh</b></span><br></div></div></div>
</blockquote></div></div></div>