diff options
author | August Sodora <augsod@gmail.com> | 2011-11-16 14:50:26 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2011-11-17 18:41:20 -0600 |
commit | a4074e34039b0e570a3aa08cdffde1562892df17 (patch) | |
tree | cc65bb900517ad4a5408c31a0c7ddff110669052 /sfx2 | |
parent | deb6bcf8d91a14767ed4cd6c377e1ffe6b6a9521 (diff) |
Preparing to add option for line numbers in the basic ide
Diffstat (limited to 'sfx2')
-rwxr-xr-x | sfx2/inc/sfx2/sfxsids.hrc | 3 | ||||
-rwxr-xr-x | sfx2/sdi/sfx.sdi | 24 |
2 files changed, 26 insertions, 1 deletions
diff --git a/sfx2/inc/sfx2/sfxsids.hrc b/sfx2/inc/sfx2/sfxsids.hrc index 568b21b94c10..da4c57bfff8d 100755 --- a/sfx2/inc/sfx2/sfxsids.hrc +++ b/sfx2/inc/sfx2/sfxsids.hrc @@ -315,7 +315,8 @@ #define SID_ENCRYPTIONDATA (SID_SFX_START + 1722) #define SID_PASSWORDINTERACTION (SID_SFX_START + 1723) #define SID_GOTOLINE (SID_SFX_START + 1724) -#define SID_SFX_free_START (SID_SFX_START + 1725) +#define SID_SHOWLINES (SID_SFX_START + 1725) +#define SID_SFX_free_START (SID_SFX_START + 1726) #define SID_SFX_free_END (SID_SFX_START + 3999) #define SID_OPEN_NEW_VIEW (SID_SFX_START + 520) diff --git a/sfx2/sdi/sfx.sdi b/sfx2/sdi/sfx.sdi index b73f17a06a0b..47577eaf0048 100755 --- a/sfx2/sdi/sfx.sdi +++ b/sfx2/sdi/sfx.sdi @@ -3593,6 +3593,30 @@ SfxBoolItem ReccomendReadonly SID_RECOMMENDREADONLY GroupId = ; ] +//----------------------------------------------------FALSE +SfxBoolItem ShowLines SID_SHOWLINES + +[ + /* flags: */ + AutoUpdate = TRUE, + Cachable = Cachable, + FastCall = FALSE, + HasCoreId = FALSE, + HasDialog = FALSE, + ReadOnlyDoc = TRUE, + Toggle = TRUE, + Container = FALSE, + RecordAbsolute = FALSE, + RecordPerSet; + Synchron; + + /* config: */ + AccelConfig = TRUE, + MenuConfig = TRUE, + StatusBarConfig = FALSE, + ToolBoxConfig = TRUE, + GroupId = GID_MACRO; +] //-------------------------------------------------------------------------- SfxVoidItem RunMacro SID_RUNMACRO |