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

--- Comment #9 from Mike Kaganski <mikekagan...@hotmail.com> ---
Code pointer: ScColumn::ParseString [1]. The current code does lots of stuff
after seeing the leading '.

However, the opposite case must be considered as well, mentioned in comment 4:
when entering edit mode for a text that starts with an apostrophe, we need to
prepend another apostrophe, as we do for "number-as-a-text" case. This is
handled in ScTabViewShell::UpdateInputHandler [2] and lcl_GetInputString [3].

[1]
https://opengrok.libreoffice.org/xref/core/sc/source/core/data/column3.cxx?r=20b8c7f3#2076
[2]
https://opengrok.libreoffice.org/xref/core/sc/source/ui/view/tabvwsha.cxx?r=20b8c7f3#666
[3]
https://opengrok.libreoffice.org/xref/core/sc/source/ui/unoobj/cellsuno.cxx?r=20b8c7f3#1361

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

Reply via email to