Date: prev next · Thread: first prev next last
2013 Archives by date, by thread · List index


I need some help with .SDI definition syntax.

Could anyone clarify me for these fields? Specially for AutoUpdate,
Container and Readonly field.

Example:

    854 SfxBoolItem ToolBox SID_TOOLBOX
    855
    856 [
    857     /* flags: */
    858     AutoUpdate = FALSE,
    859     Cachable = Cachable,
    860     FastCall = FALSE,
    861     HasCoreId = FALSE,
    862     HasDialog = FALSE,
    863     ReadOnlyDoc = FALSE,
    864     Toggle = FALSE,
    865     Container = FALSE,
    866     RecordAbsolute = FALSE,
    867     RecordPerSet;
    868     Synchron;
    869
    870     Readonly = FALSE,
    871
    872     /* config: */
    873     AccelConfig = TRUE,
    874     MenuConfig = TRUE,
    875     StatusBarConfig = FALSE,
    876     ToolBoxConfig = TRUE,
    877     GroupId = GID_VIEW;
    878 ]

(from: http://opengrok.libreoffice.org/xref/core/starmath/sdi/smath.sdi#931 )

Regards,
Rodolfo

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.