diff options
author | Noel Power <noel.power@suse.com> | 2013-04-15 20:35:47 +0100 |
---|---|---|
committer | Noel Power <noel.power@suse.com> | 2013-04-15 20:37:19 +0100 |
commit | dd763604784fe10ee06a2f9c1fddf74cdf890bcc (patch) | |
tree | fe601ebfc1259a585b2e041ab3471d3561520ef7 /svx/sdi | |
parent | 808d14765bcf57870c9306c40a431e525b0eaa71 (diff) |
basic inplace Font preview for calc
Change-Id: Ic1e6c953852a6106ee94f0b577ed398d62aa2285
Diffstat (limited to 'svx/sdi')
-rw-r--r-- | svx/sdi/svx.sdi | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/svx/sdi/svx.sdi b/svx/sdi/svx.sdi index c432a52017a7..279954b342b1 100644 --- a/svx/sdi/svx.sdi +++ b/svx/sdi/svx.sdi @@ -1649,6 +1649,58 @@ SvxFontItem CharFontName SID_ATTR_CHAR_FONT GroupId = GID_FORMAT; ] +SvxFontItem CharPreviewFontName SID_ATTR_CHAR_PREVIEW_FONT + +[ + /* flags: */ + AutoUpdate = TRUE, + Cachable = Cachable, + FastCall = FALSE, + HasCoreId = FALSE, + HasDialog = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + Synchron; + + Readonly = FALSE, + + /* config: */ + AccelConfig = TRUE, + MenuConfig = TRUE, + StatusBarConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = GID_FORMAT; +] + +SvxFontItem CharEndPreviewFontName SID_ATTR_CHAR_ENDPREVIEW_FONT + +[ + /* flags: */ + AutoUpdate = TRUE, + Cachable = Cachable, + FastCall = FALSE, + HasCoreId = FALSE, + HasDialog = FALSE, + ReadOnlyDoc = FALSE, + Toggle = FALSE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + Synchron; + + Readonly = FALSE, + + /* config: */ + AccelConfig = TRUE, + MenuConfig = TRUE, + StatusBarConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = GID_FORMAT; +] + //-------------------------------------------------------------------------- SvxFontItem CharFontNameLatin SID_ATTR_CHAR_LATIN_FONT |