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

--- Comment #11 from Julien Nabet <[email protected]> ---
By using keyId, I found that there really 2 ways:
1) right click use:
..CalcCommands.UserInterface.Commands..uno:SetAnchorToCell
..CalcCommands.UserInterface.Commands..uno:SetAnchorToCellResize
..CalcCommands.UserInterface.Commands..uno:SetAnchorToPage

2) control properties use:
extensions/inc/stringarrays.hrc:252:
NC_("RID_RSC_ENUM_SHEET_ANCHOR_TYPE", "To Page"),

extensions/inc/stringarrays.hrc:253:
NC_("RID_RSC_ENUM_SHEET_ANCHOR_TYPE", "To Cell")

git grep -n PROPERTY_ID_TEXT_ANCHOR_TYPE
extensions/source/propctrlr/formgeometryhandler.cxx:361:            case
PROPERTY_ID_TEXT_ANCHOR_TYPE:
extensions/source/propctrlr/formgeometryhandler.cxx:427:            case
PROPERTY_ID_TEXT_ANCHOR_TYPE:
extensions/source/propctrlr/formgeometryhandler.cxx:481:            case
PROPERTY_ID_TEXT_ANCHOR_TYPE:
extensions/source/propctrlr/formgeometryhandler.cxx:534:        case
PROPERTY_ID_TEXT_ANCHOR_TYPE:
extensions/source/propctrlr/formmetadata.cxx:532:            case
PROPERTY_ID_TEXT_ANCHOR_TYPE:
extensions/source/propctrlr/formmetadata.hxx:320:    #define
PROPERTY_ID_TEXT_ANCHOR_TYPE            201

Eike: any thoughts here? Do we talk of the same anchor type in both cases,
should one of them (I think about extensions one) should be replaced by the
other?

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to