Kaydet (Commit) bad68fd0 authored tarafından Henry Castro's avatar Henry Castro

sd: add status bar UNO commands

Change-Id: I7da065edf76ccdbf9e410756c4d1fe81462975ed
Reviewed-on: https://gerrit.libreoffice.org/26881Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarHenry Castro <hcastro@collabora.com>
üst f41c20dc
......@@ -1006,7 +1006,10 @@ static void doc_iniUnoCommands ()
OUString(".uno:StatePageNumber"),
OUString(".uno:StateWordCount"),
OUString(".uno:PageStyleName"),
OUString(".uno:SelectionMode")
OUString(".uno:SelectionMode"),
OUString(".uno:PageStatus"),
OUString(".uno:LayoutStatus"),
OUString(".uno:Context")
};
util::URL aCommandURL;
......
......@@ -1039,7 +1039,10 @@ static void InterceptLOKStateChangeEvent(const SfxViewFrame* pViewFrame, const c
aEvent.FeatureURL.Path == "StateTableCell" ||
aEvent.FeatureURL.Path == "StatePageNumber" ||
aEvent.FeatureURL.Path == "StateWordCount" ||
aEvent.FeatureURL.Path == "PageStyleName")
aEvent.FeatureURL.Path == "PageStyleName" ||
aEvent.FeatureURL.Path == "PageStatus" ||
aEvent.FeatureURL.Path == "LayoutStatus" ||
aEvent.FeatureURL.Path == "Context")
{
OUString aString;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment