sc/inc/address.hxx | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-)
New commits: commit 2aea0d0148ea0940da2b32387c330f9aa590294c Author: Kohei Yoshida <[email protected]> Date: Sat Feb 11 16:29:17 2017 -0500 Clarify what this method does. Also remove inaccuracies. Change-Id: I2d6bda3dccb2040558bd7d4daa9d9b3b43b2d528 diff --git a/sc/inc/address.hxx b/sc/inc/address.hxx index 05f62b4..dc1e066 100644 --- a/sc/inc/address.hxx +++ b/sc/inc/address.hxx @@ -350,7 +350,15 @@ public: inline size_t hash() const; - /// "A1" or "$A$1" or R1C1 or R[1]C[1] + /** + * Create a human-readable string representation of the cell address. You + * cannot specify precise formatting with this method; use Format() if you + * need to specify how the address needs to be formatted. + * + * The address string does not display sheet name. + * + * @return human-readable string representation of the cell address. + */ OUString GetColRowString() const; }; _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
