https://bz.apache.org/ooo/show_bug.cgi?id=128584
Issue ID: 128584
Issue Type: DEFECT
Summary: GRAPH (document property variable) non-functional
Product: Writer
Version: 3.3.0 or older (OOo)
Hardware: PC
OS: Windows, all
Status: UNCONFIRMED
Severity: Minor
Priority: P5 (lowest)
Component: ui
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Writer Help topic "Formula" lists 7 variables for document properties
including GRAPH. GRAPH doesn't seem to work.
Looking at the source code,
file: /main/sw/source/core/bastyp/calc.cxx [1]
------------------------
293 static sal_Char __READONLY_DATA
294 sNType0[] = "false",
295 sNType1[] = "true",
296 sNType2[] = "pi",
297 sNType3[] = "e",
298 sNType4[] = "tables",
299 sNType5[] = "graf",
...
321 sNType26[] = "graph"
------------------------
In line 299 we have: "graf".
Interestingly, variable GRAF seems to work correctly.
Please see the atttached .ods file for more details.
=== Ref. ===
[1]
http://openoffice-vm1-he-de.apache.org/xref/aoo41x/main/sw/source/core/bastyp/calc.cxx?r=143bd248#293
--
You are receiving this mail because:
You are the assignee for the issue.