lok: Expose the automatic spell checking state in the UI.
Change-Id: I5c22ff70d3895b0f4a86eb8be85dde971604874a Reviewed-on: https://gerrit.libreoffice.org/42480 Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jan Holesovsky <kendy@collabora.com>
This commit is contained in:
@@ -1556,6 +1556,7 @@ static void doc_iniUnoCommands ()
|
|||||||
OUString(".uno:RowColSelCount"),
|
OUString(".uno:RowColSelCount"),
|
||||||
OUString(".uno:StatusPageStyle"),
|
OUString(".uno:StatusPageStyle"),
|
||||||
OUString(".uno:InsertMode"),
|
OUString(".uno:InsertMode"),
|
||||||
|
OUString(".uno:SpellOnline"),
|
||||||
OUString(".uno:StatusSelectionMode"),
|
OUString(".uno:StatusSelectionMode"),
|
||||||
OUString(".uno:StateTableCell"),
|
OUString(".uno:StateTableCell"),
|
||||||
OUString(".uno:StatusBarFunc"),
|
OUString(".uno:StatusBarFunc"),
|
||||||
|
@@ -997,6 +997,7 @@ static void InterceptLOKStateChangeEvent(const SfxViewFrame* pViewFrame, const c
|
|||||||
aEvent.FeatureURL.Path == "OutlineFont" ||
|
aEvent.FeatureURL.Path == "OutlineFont" ||
|
||||||
aEvent.FeatureURL.Path == "RightPara" ||
|
aEvent.FeatureURL.Path == "RightPara" ||
|
||||||
aEvent.FeatureURL.Path == "Shadowed" ||
|
aEvent.FeatureURL.Path == "Shadowed" ||
|
||||||
|
aEvent.FeatureURL.Path == "SpellOnline" ||
|
||||||
aEvent.FeatureURL.Path == "SubScript" ||
|
aEvent.FeatureURL.Path == "SubScript" ||
|
||||||
aEvent.FeatureURL.Path == "SuperScript" ||
|
aEvent.FeatureURL.Path == "SuperScript" ||
|
||||||
aEvent.FeatureURL.Path == "Strikeout" ||
|
aEvent.FeatureURL.Path == "Strikeout" ||
|
||||||
|
Reference in New Issue
Block a user