https://bugs.freedesktop.org/show_bug.cgi?id=64889

--- Comment #1 from Owen Genat <[email protected]> ---
Created attachment 79734
  --> https://bugs.freedesktop.org/attachment.cgi?id=79734&action=edit
Example ODT containing three types of frame objects (all named).

The original discussion for this bug is here:

http://ask.libreoffice.org/en/question/11182/how-can-i-make-a-cross-reference-to-a-text-box/

There are three effective frames in the attached example. One is inserted via
Insert > Frame... and has this XML:

<draw:frame draw:style-name="fr1" draw:name="Frame1"
text:anchor-type="paragraph" svg:width="119.99pt" svg:height="60.01pt"
draw:z-index="2">
    <draw:text-box>
    ...
    </draw:text-box>
</draw:frame>

The second is a graphic (Insert > Picture...) and has this XML:

<draw:frame draw:style-name="fr2" draw:name="graphics1"
text:anchor-type="paragraph" svg:width="299.99pt" svg:height="150.01pt"
draw:z-index="1">
    <draw:image xlink:href="Pictures/1000000000000190000000C815A4DFE2.jpg"
xlink:type="simple" xlink:show="embed" xlink:actuate="onLoad"/>
</draw:frame>

The third is a text box (inserted via the Drawing toolbar) and has this XML:

<draw:frame text:anchor-type="paragraph" draw:z-index="0" draw:name="Textbox1"
draw:style-name="gr1" svg:width="120.02pt" svg:height="76.48pt"
svg:x="361.84pt" svg:y="18pt">
    <draw:text-box>
    ...
    </draw:text-box>
</draw:frame>

All three objects are named (e.g., "Frame1", "graphics1", and "Textbox1"
respectively) and yet it is not possible to insert a cross-reference to any of
these objects via the usual Insert > Cross-reference... > Cross-reference tab
settings. No names for any of these objects show up.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to