Hi,
Caolán McNamara schrieb:
On Mon, 2013-05-27 at 13:31 -0300, Rodolfo wrote:
Caolán,
that would be ReadOnlyDoc instead of ReadOnly.
ah right, yes. We don't actually have any .sdi files that use "ReadOnly"
do we ?
OpenGrok gives
http://opengrok.libreoffice.org/xref/core/sd/sdi/sdnew.sdi
http://opengrok.libreoffice.org/xref/core/sd/sdi/sdraw.sdi
http://opengrok.libreoffice.org/xref/core/svx/sdi/svx.sdi
http://opengrok.libreoffice.org/xref/core/svx/sdi/svx.sdi
http://opengrok.libreoffice.org/xref/core/sfx2/sdi/sfx.sdi
http://opengrok.libreoffice.org/xref/core/sc/sdi/scalc.sdi
http://opengrok.libreoffice.org/xref/core/starmath/sdi/smath.sdi
http://opengrok.libreoffice.org/xref/core/sw/sdi/swriter.sdi
The last one contains ReadOnlyDoc and ReadOnly in one item
SfxBoolItem AcceptTrackedChanges FN_REDLINE_ACCEPT
45
46 [
47 /* flags: */
48 AutoUpdate = FALSE,
49 Cachable = Cachable,
50 FastCall = FALSE,
51 HasCoreId = FALSE,
52 HasDialog = FALSE,
53 ReadOnlyDoc = FALSE,
54 Toggle = FALSE,
55 Container = FALSE,
56 RecordAbsolute = FALSE,
57 RecordPerSet;
58 Asynchron;
59
60 Readonly = FALSE,
61
62 /* config: */
63 AccelConfig = TRUE,
64 MenuConfig = TRUE,
65 StatusBarConfig = FALSE,
66 ToolBoxConfig = TRUE,
67 GroupId = GID_EDIT;
68 ]
Kind regards
Regina
Context
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.