[Libreoffice-bugs] [Bug 89330] Cell formula converted to lowercase, including cross-references to other files when having a syntax error

2015-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89330

Jan kant...@sra.uni-hannover.de changed:

   What|Removed |Added

 CC||kant...@sra.uni-hannover.de

--- Comment #3 from Jan kant...@sra.uni-hannover.de ---
I wrote a small unittest to reproduce the problem:

void Test::testErrorOnExternalReferences()
{
m_pDoc-InsertTab(0, Sheet1);
m_pDoc-SetString(ScAddress(0,0,0),
='file:///Path/To/FileA.ods'#$Sheet1.A1A);

ScFormulaCell* pFC = m_pDoc-GetFormulaCell(ScAddress(0,0,0));
CPPUNIT_ASSERT(pFC);
CPPUNIT_ASSERT_MESSAGE(This formula cell should be an error.,
pFC-GetErrCode() != 0);

if (!checkFormula(*m_pDoc, ScAddress(0,0,0),
'file:///Path/To/FileA.ods'#$Sheet1.A1A))
CPPUNIT_FAIL(Formula changed);

m_pDoc-DeleteTab(0);
}


Problems seems to be somewhere in compiler.cxx

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 89330] Cell formula converted to lowercase, including cross-references to other files when having a syntax error

2015-02-13 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89330

Jan kant...@sra.uni-hannover.de changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
   Assignee|libreoffice-b...@lists.free |kant...@sra.uni-hannover.de
   |desktop.org |

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 89330] Cell formula converted to lowercase, including cross-references to other files when having a syntax error

2015-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89330

m.a.riosv mari...@miguelangel.mobi changed:

   What|Removed |Added

 CC||mari...@miguelangel.mobi

--- Comment #2 from m.a.riosv mari...@miguelangel.mobi ---
There is a bug reporting the same problem but it was resolved (I think
improperly) for the reported as fixed, because she/he found a workaround.

https://bugs.documentfoundation.org/show_bug.cgi?id=75617

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 89330] Cell formula converted to lowercase, including cross-references to other files when having a syntax error

2015-02-12 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=89330

raal r...@post.cz changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEW
 CC||r...@post.cz
 Ever confirmed|0   |1

--- Comment #1 from raal r...@post.cz ---
I can confirm with Version: 4.5.0.0.alpha0+
Build ID: 40432ac6caa478474d73786f95b808c14e106ff2
TinderBox: Linux-rpm_deb-x86_64@46-TDF, Branch:master, Time:
2015-02-03_01:24:42

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs