diff options
author | Henry Castro <hcastro@collabora.com> | 2016-06-30 10:33:20 -0400 |
---|---|---|
committer | Henry Castro <hcastro@collabora.com> | 2016-07-02 23:44:36 +0000 |
commit | 7e3e55c39e0f01321aee9875f55627f4eefcec27 (patch) | |
tree | d8da968246854b5c1b1d4c9548b70630e0bbec2e /desktop | |
parent | 527b88efbd9175e4fe376aa3617533f75ef99393 (diff) |
sc lok: add status bar UNO commands
Change-Id: I2dbed808a23609773baf9154820a7121c7919c70
Reviewed-on: https://gerrit.libreoffice.org/26809
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Henry Castro <hcastro@collabora.com>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/source/lib/init.cxx | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx index 9762cd82738a..ad60d394994f 100644 --- a/desktop/source/lib/init.cxx +++ b/desktop/source/lib/init.cxx @@ -992,7 +992,17 @@ static void doc_iniUnoCommands () OUString(".uno:EntireColumn"), OUString(".uno:EntireCell"), OUString(".uno:MergeCells"), - OUString(".uno:AssignLayout") + OUString(".uno:AssignLayout"), + OUString(".uno:StatusDocPos"), + OUString(".uno:RowColSelCount"), + OUString(".uno:StatusPageStyle"), + OUString(".uno:InsertMode"), + OUString(".uno:StatusSelectionMode"), + OUString(".uno:Signature"), + OUString(".uno:Position"), + OUString(".uno:StateTableCell"), + OUString(".uno:StatusBarFunc"), + OUString(".uno:Size") }; util::URL aCommandURL; |