[Libreoffice-bugs] [Bug 108768] New: Make it possible to generate all settings in registrymodifications.xcu
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Sun Jun 25 15:47:08 UTC 2017
https://bugs.documentfoundation.org/show_bug.cgi?id=108768
Bug ID: 108768
Summary: Make it possible to generate all settings in
registrymodifications.xcu
Product: LibreOffice
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: LibreOffice
Assignee: libreoffice-bugs at lists.freedesktop.org
Reporter: public at beloved.name
[This issue can be applied to any Libreoffice software. I use Libreoffice Calc
here as a demonstration.]
$libreoffice --calc
For example, the command adds these settings (but not limited to) to
~/.config/libreoffice/4/user/registrymodifications.xcu
<item oor:path="/org.openoffice.Office.Common/AutoCorrect"><prop
oor:name="AddNonBreakingSpace" oor:op="fuse"><value>true</value></prop></item>
<item oor:path="/org.openoffice.Office.Common/AutoCorrect"><prop
oor:name="CapitalAtStartSentence"
oor:op="fuse"><value>true</value></prop></item>
<item oor:path="/org.openoffice.Office.Common/AutoCorrect"><prop
oor:name="ChangeDash" oor:op="fuse"><value>true</value></prop></item>
<item oor:path="/org.openoffice.Office.Common/AutoCorrect"><prop
oor:name="ChangeOrdinalNumber" oor:op="fuse"><value>true</value></prop></item>
<item oor:path="/org.openoffice.Office.Common/AutoCorrect"><prop
oor:name="ChangeUnderlineWeight"
oor:op="fuse"><value>true</value></prop></item>
<item oor:path="/org.openoffice.Office.Common/AutoCorrect"><prop
oor:name="CorrectAccidentalCapsLock"
oor:op="fuse"><value>true</value></prop></item>
<item oor:path="/org.openoffice.Office.Common/AutoCorrect"><prop
oor:name="DoubleQuoteAtEnd" oor:op="fuse"><value>0</value></prop></item>
<item oor:path="/org.openoffice.Office.Common/AutoCorrect"><prop
oor:name="DoubleQuoteAtStart" oor:op="fuse"><value>0</value></prop></item>
<item oor:path="/org.openoffice.Office.Common/AutoCorrect/Exceptions"><prop
oor:name="CapitalAtStartSentence"
oor:op="fuse"><value>true</value></prop></item>
<item oor:path="/org.openoffice.Office.Common/AutoCorrect/Exceptions"><prop
oor:name="TwoCapitalsAtStart" oor:op="fuse"><value>true</value></prop></item>
<item oor:path="/org.openoffice.Office.Common/AutoCorrect"><prop
oor:name="RemoveDoubleSpaces" oor:op="fuse"><value>false</value></prop></item>
<item oor:path="/org.openoffice.Office.Common/AutoCorrect"><prop
oor:name="ReplaceDoubleQuote" oor:op="fuse"><value>true</value></prop></item>
<item oor:path="/org.openoffice.Office.Common/AutoCorrect"><prop
oor:name="ReplaceSingleQuote" oor:op="fuse"><value>false</value></prop></item>
<item oor:path="/org.openoffice.Office.Common/AutoCorrect"><prop
oor:name="SetInetAttribute" oor:op="fuse"><value>true</value></prop></item>
<item oor:path="/org.openoffice.Office.Common/AutoCorrect"><prop
oor:name="SingleQuoteAtEnd" oor:op="fuse"><value>0</value></prop></item>
<item oor:path="/org.openoffice.Office.Common/AutoCorrect"><prop
oor:name="SingleQuoteAtStart" oor:op="fuse"><value>0</value></prop></item>
<item oor:path="/org.openoffice.Office.Common/AutoCorrect"><prop
oor:name="TwoCapitalsAtStart" oor:op="fuse"><value>true</value></prop></item>
<item oor:path="/org.openoffice.Office.Common/AutoCorrect"><prop
oor:name="UseReplacementTable" oor:op="fuse"><value>true</value></prop></item>
I need them to be added so I can modify them with a Bash script instead of
copying an outdated registrymodifications.xcu.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20170625/0d8c24fd/attachment.html>
More information about the Libreoffice-bugs
mailing list