[Libreoffice-bugs] [Bug 121074] Missing images in an XLSX on Linux and macOS (OK on Windows)
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Sun Jan 12 11:31:51 UTC 2020
https://bugs.documentfoundation.org/show_bug.cgi?id=121074
--- Comment #14 from Julien Nabet <serval2412 at yahoo.fr> ---
Keeping on digging, I found this:
(gdb) p aAwtSize
$13 = {Width = 1852758, Height = -1077093842}
(gdb) bt
#0 0x00007fffda954b38 in
ScCellRangeObj::GetOnePropertyValue(SfxItemPropertySimpleEntry const*,
com::sun::star::uno::Any&) (this=0x55555895e9a0, pEntry=0x555558605670,
rAny=uno::Any(void))
at /home/julien/lo/libreoffice/sc/source/ui/unoobj/cellsuno.cxx:5752
#1 0x00007fffda941cbd in ScCellRangesBase::getPropertyValue(rtl::OUString
const&) (this=0x55555895e9a0, aPropertyName="Size") at
/home/julien/lo/libreoffice/sc/source/ui/unoobj/cellsuno.cxx:2383
#2 0x00007fffdcc5d18d in
oox::PropertySet::implGetPropertyValue(com::sun::star::uno::Any&, rtl::OUString
const&) const (this=0x7ffffffef420, orValue=uno::Any(void), rPropName="Size")
at /home/julien/lo/libreoffice/oox/source/helper/propertyset.cxx:116
#3 0x00007fffdcc5cd47 in oox::PropertySet::getAnyProperty(int) const
(this=0x7ffffffef420, nPropId=473) at
/home/julien/lo/libreoffice/oox/source/helper/propertyset.cxx:66
#4 0x00007fffd86f292b in
oox::PropertySet::getProperty<com::sun::star::awt::Size>(com::sun::star::awt::Size&,
int) const (this=0x7ffffffef420, orValue=..., nPropId=473)
at /home/julien/lo/libreoffice/include/oox/helper/propertyset.hxx:95
#5 0x00007fffd872889b in oox::xls::WorksheetGlobals::finalizeDrawings()
(this=0x5555589563f0) at
/home/julien/lo/libreoffice/sc/source/filter/oox/worksheethelper.cxx:1316
#6 0x00007fffd87268a6 in oox::xls::WorksheetGlobals::finalizeDrawingImport()
(this=0x5555589563f0) at
/home/julien/lo/libreoffice/sc/source/filter/oox/worksheethelper.cxx:956
#7 0x00007fffd8729504 in oox::xls::WorksheetHelper::finalizeDrawingImport()
(this=0x555558acfdc8) at
/home/julien/lo/libreoffice/sc/source/filter/oox/worksheethelper.cxx:1569
#8 0x00007fffd86ff6a1 in oox::xls::WorkbookFragment::finalizeImport()
(this=0x55555891ae00) at
/home/julien/lo/libreoffice/sc/source/filter/oox/workbookfragment.cxx:488
#9 0x00007fffdc9406c1 in oox::core::FragmentHandler2::endDocument()
(this=0x55555891ae00) at
/home/julien/lo/libreoffice/oox/source/core/fragmenthandler2.cxx:54
#10 0x00007fffddae76b5 in
sax_fastparser::FastSaxParserImpl::parseStream(com::sun::star::xml::sax::InputSource
const&) (this=0x55555891b0e0, rStructSource=...)
at /home/julien/lo/libreoffice/sax/source/fastparser/fastparser.cxx:875
#11 0x00007fffddaea786 in
sax_fastparser::FastSaxParser::parseStream(com::sun::star::xml::sax::InputSource
const&) (this=0x55555891b5e0, aInputSource=...)
at /home/julien/lo/libreoffice/sax/source/fastparser/fastparser.cxx:1367
#12 0x00007fffdc923c07 in
oox::core::FastParser::parseStream(com::sun::star::xml::sax::InputSource
const&, bool) (this=0x7ffffffefa40, rInputSource=..., bCloseStream=false)
at /home/julien/lo/libreoffice/oox/source/core/fastparser.cxx:124
#13 0x00007fffdc923cd0 in
oox::core::FastParser::parseStream(com::sun::star::uno::Reference<com::sun::star::io::XInputStream>
const&, rtl::OUString const&) (this=0x7ffffffefa40, rxInStream=
uno::Reference to (OInputCompStream *) 0x55555891bc68,
rStreamName="xl/workbook.xml") at
/home/julien/lo/libreoffice/oox/source/core/fastparser.cxx:132
#14 0x00007fffdc956a18 in
oox::core::XmlFilterBase::importFragment(rtl::Reference<oox::core::FragmentHandler>
const&, oox::core::FastParser&)
(this=0x5555585905c0, rxHandler=rtl::Reference to 0x55555891ae00,
rParser=...) at
/home/julien/lo/libreoffice/oox/source/core/xmlfilterbase.cxx:407
So conversion between Size and awt::Size seems wrong here.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20200112/74b2eb52/attachment.htm>
More information about the Libreoffice-bugs
mailing list