summaryrefslogtreecommitdiff
path: root/chart2/inc/unonames.hxx
AgeCommit message (Collapse)Author
2014-07-26bnc#885825: Support borders around data labels.Kohei Yoshida
Change-Id: Ib141413e523cbf73746876f727e9f80dda9f5f7c
2014-07-21Compiler macro in lieu of literal "Label" to make it easier to track it.Kohei Yoshida
Change-Id: I6bc694fcc8f97b308747c097c4fa977d20524377
2014-06-26Track all uses of ErrorBarX and ErrorBarY UNO property names.Kohei Yoshida
Change-Id: I994424c98d977c3a8f9138cccc17348de813a9d7
2014-06-19Use define constant to keep track of all NumberFormat property usage.Kohei Yoshida
Change-Id: I2a544922e03ec8253290ac8bf5a89c9cdd72d8dd
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold
Change-Id: I3e51a62710bb46c8255fd228d41d9300c90a1fb5 Reviewed-on: https://gerrit.libreoffice.org/9360 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2014-03-29Add API wrapper to handle properties of new GL3D chart type.Kohei Yoshida
Now the new proprety gets properly imported and exported to and from ODF. Also, more on replacing string literals with define macro constants. Change-Id: I4b773d68610a8aeaeb239901dac166e4dc2dd80d
2014-03-29Let's use define constants here rather than string values....Kohei Yoshida
Easier to keep track of their call sites. Change-Id: I5f874194425ae8f5043bef45cce63a5e1d51a400
2014-03-29Start using common symbols for textural UNO property names.Kohei Yoshida
This will make it easier to track all uses of a UNO property name using symbol database lookup, which is much faster and more accurate than grepping. Change-Id: I8c2857504c29bcce01eb8c1f406dcbfb24331510