Issue 44460

Summary: cannot make break in very long formula ("newline" cannot be used after operator)
Product: Math Reporter: vytis
Component: uiAssignee: AOO issues mailing list <issues>
Status: ACCEPTED --- QA Contact:
Severity: Trivial    
Priority: P3 CC: bluedzins, egle, issues, mantas, tumegied
Version: OOo 2.0 Beta   
Target Milestone: ---   
Hardware: All   
OS: Windows 2000   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---
Attachments:
Description Flags
Sample of long formula document none

Description vytis 2005-03-08 12:20:18 UTC
My entered very long formula is about 30 cm long and i cannot put it or print it
on A4 format paper.
But i can logicaly split it to parts.
BUT: "newline" does not help, because i cannot put it after operators: "divide",
"and", "or" and etc.
Comment 1 michael.ruess 2005-03-08 14:50:48 UTC
Created attachment 23533 [details]
Sample of long formula document
Comment 2 michael.ruess 2005-03-08 15:22:17 UTC
MRU->TL: take my attached document and print -> only a short excerpt of the
formula is on the paper.

MRU->vytis: as a workaround, you should use empty expressions following
operators to split the formula (such as "x and {}")
Comment 3 vytis 2005-03-09 11:46:01 UTC
I had problem with attachment: OO 2.0 beta told me that file is corrupted and OO
will repair it,  then OO opened it.
Comment 4 thomas.lange 2005-06-08 13:43:27 UTC
Changung target to OOo later since OOo2.0.2 is currently planned for
accessibility fixes only.
Comment 5 dridgway 2005-10-27 15:02:06 UTC
Also see issue 21484. Not sure which issue is collecting all the "every operator
requires two arguments" reports, but this one could probably be marked as dupe
of 21484.
Comment 6 macias 2008-07-20 17:55:56 UTC
This bug also exists in 3.0m21 version.
Comment 7 macias 2008-07-20 18:01:20 UTC
Ha, small workaround:
this
X + newline Y
does not work, but this 

X + {}newline Y

does. If you want to put newline before add {} after newline.