diff options
author | Jakub Trzebiatowski <ubap.dev@gmail.com> | 2016-06-04 12:02:37 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-06-07 13:12:24 +0000 |
commit | 45a6fdad8101e4ba552ca4d4532d0b03b79dd15a (patch) | |
tree | 262cb8e027b6498bc0843382cdda9f7b0b55f141 /include/rsc | |
parent | 934908168ebdb4a021e18e6bea57accc21d5ad86 (diff) |
sw UNO Cell Style family, SwXTextCellStyle
Cell Family :: getByName
Cell Family :: getElementNames
Cell Family :: getCount
Change-Id: I37d567ee284054f847c704d9fce370d174a0c48c
Reviewed-on: https://gerrit.libreoffice.org/25896
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'include/rsc')
-rw-r--r-- | include/rsc/rscsfx.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/rsc/rscsfx.hxx b/include/rsc/rscsfx.hxx index cc3ab9c392f3..dadf19131fbb 100644 --- a/include/rsc/rscsfx.hxx +++ b/include/rsc/rscsfx.hxx @@ -38,6 +38,7 @@ enum class SfxStyleFamily { Page = 0x08, Pseudo = 0x10, Table = 0x20, + Cell = 0x40, All = 0x7fff }; |