Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
4b8186db
Kaydet (Commit)
4b8186db
authored
May 03, 2012
tarafından
Kohei Yoshida
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add menu entries for sheet name and date field items.
Change-Id: I5ae910d455a7364209a203c2e3567a902e1f01a2
üst
7684ae6c
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
53 additions
and
9 deletions
+53
-9
CalcCommands.xcu
...g/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
+7
-2
sc.hrc
sc/inc/sc.hrc
+2
-1
editsh.sdi
sc/sdi/editsh.sdi
+2
-1
scalc.sdi
sc/sdi/scalc.sdi
+25
-1
popup.src
sc/source/ui/src/popup.src
+7
-2
editsh.cxx
sc/source/ui/view/editsh.cxx
+10
-2
No files found.
officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
Dosyayı görüntüle @
4b8186db
...
@@ -1514,9 +1514,14 @@
...
@@ -1514,9 +1514,14 @@
<value>
1
</value>
<value>
1
</value>
</prop>
</prop>
</node>
</node>
<node
oor:name=
".uno:InsertField
Tes
t"
oor:op=
"replace"
>
<node
oor:name=
".uno:InsertField
Shee
t"
oor:op=
"replace"
>
<prop
oor:name=
"Label"
oor:type=
"xs:string"
>
<prop
oor:name=
"Label"
oor:type=
"xs:string"
>
<value
xml:lang=
"en-US"
>
Insert Field Test
</value>
<value
xml:lang=
"en-US"
>
Insert Sheet Name Field
</value>
</prop>
</node>
<node
oor:name=
".uno:InsertFieldDateVariable"
oor:op=
"replace"
>
<prop
oor:name=
"Label"
oor:type=
"xs:string"
>
<value
xml:lang=
"en-US"
>
Insert Date Field (variable)
</value>
</prop>
</prop>
</node>
</node>
</node>
</node>
...
...
sc/inc/sc.hrc
Dosyayı görüntüle @
4b8186db
...
@@ -716,7 +716,8 @@
...
@@ -716,7 +716,8 @@
#define SID_DELETE_SCENARIO (SID_NEW_SLOTS+95)
#define SID_DELETE_SCENARIO (SID_NEW_SLOTS+95)
#define SID_EDIT_SCENARIO (SID_NEW_SLOTS+96)
#define SID_EDIT_SCENARIO (SID_NEW_SLOTS+96)
#define SID_INSERT_FIELD_TEST (SID_NEW_SLOTS+97)
#define SID_INSERT_FIELD_SHEET (SID_NEW_SLOTS+97)
#define SID_INSERT_FIELD_DATE_VAR (SID_NEW_SLOTS+98)
// idl parameter
// idl parameter
...
...
sc/sdi/editsh.sdi
Dosyayı görüntüle @
4b8186db
...
@@ -99,7 +99,8 @@ interface TableText
...
@@ -99,7 +99,8 @@ interface TableText
SID_INSERT_ZWSP [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
SID_INSERT_ZWSP [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
SID_INSERT_ZWNBSP [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
SID_INSERT_ZWNBSP [ ExecMethod = Execute; StateMethod = GetState; Export = FALSE; ]
SID_INSERT_FIELD_TEST [ ExecMethod = Execute; StateMethod = GetState; ]
SID_INSERT_FIELD_SHEET [ ExecMethod = Execute; StateMethod = GetState; ]
SID_INSERT_FIELD_DATE_VAR [ ExecMethod = Execute; StateMethod = GetState; ]
}
}
...
...
sc/sdi/scalc.sdi
Dosyayı görüntüle @
4b8186db
...
@@ -8001,7 +8001,31 @@ SfxVoidItem SetTabBgColor FID_TAB_MENU_SET_TAB_BG_COLOR
...
@@ -8001,7 +8001,31 @@ SfxVoidItem SetTabBgColor FID_TAB_MENU_SET_TAB_BG_COLOR
GroupId = GID_FORMAT;
GroupId = GID_FORMAT;
]
]
SfxVoidItem InsertFieldTest SID_INSERT_FIELD_TEST
SfxVoidItem InsertFieldSheet SID_INSERT_FIELD_SHEET
()
[
/* flags: */
AutoUpdate = FALSE,
Cachable = Cachable,
FastCall = FALSE,
HasCoreId = FALSE,
HasDialog = FALSE,
ReadOnlyDoc = TRUE,
Toggle = FALSE,
Container = FALSE,
RecordAbsolute = FALSE,
RecordPerSet;
Synchron;
/* config: */
AccelConfig = TRUE,
MenuConfig = TRUE,
StatusBarConfig = FALSE,
ToolBoxConfig = FALSE,
GroupId = GID_OPTIONS;
]
SfxVoidItem InsertFieldDateVariable SID_INSERT_FIELD_DATE_VAR
()
()
[
[
/* flags: */
/* flags: */
...
...
sc/source/ui/src/popup.src
Dosyayı görüntüle @
4b8186db
...
@@ -438,8 +438,13 @@ Menu RID_POPUP_EDIT
...
@@ -438,8 +438,13 @@ Menu RID_POPUP_EDIT
{
{
MenuItem
MenuItem
{
{
Identifier = SID_INSERT_FIELD_TEST ;
Identifier = SID_INSERT_FIELD_DATE_VAR ;
Text [ en-US ] = "Test Field";
Text [ en-US ] = "Date" ;
};
MenuItem
{
Identifier = SID_INSERT_FIELD_SHEET ;
Text [ en-US ] = "Sheet Name" ;
};
};
};
};
};
};
...
...
sc/source/ui/view/editsh.cxx
Dosyayı görüntüle @
4b8186db
...
@@ -614,13 +614,20 @@ void ScEditShell::Execute( SfxRequest& rReq )
...
@@ -614,13 +614,20 @@ void ScEditShell::Execute( SfxRequest& rReq )
case
SID_INSERT_ZWNBSP
:
case
SID_INSERT_ZWNBSP
:
lclInsertCharacter
(
pTableView
,
pTopView
,
CHAR_ZWNBSP
);
lclInsertCharacter
(
pTableView
,
pTopView
,
CHAR_ZWNBSP
);
break
;
break
;
case
SID_INSERT_FIELD_
TES
T
:
case
SID_INSERT_FIELD_
SHEE
T
:
{
{
SvxTableField
aField
(
pViewData
->
GetTabNo
());
SvxTableField
aField
(
pViewData
->
GetTabNo
());
SvxFieldItem
aItem
(
aField
,
EE_FEATURE_FIELD
);
SvxFieldItem
aItem
(
aField
,
EE_FEATURE_FIELD
);
pTableView
->
InsertField
(
aItem
);
pTableView
->
InsertField
(
aItem
);
}
}
break
;
break
;
case
SID_INSERT_FIELD_DATE_VAR
:
{
SvxDateField
aField
;
SvxFieldItem
aItem
(
aField
,
EE_FEATURE_FIELD
);
pTableView
->
InsertField
(
aItem
);
}
break
;
}
}
pHdl
->
DataChanged
();
pHdl
->
DataChanged
();
...
@@ -721,7 +728,8 @@ void ScEditShell::GetState( SfxItemSet& rSet )
...
@@ -721,7 +728,8 @@ void ScEditShell::GetState( SfxItemSet& rSet )
rSet
.
DisableItem
(
SID_THES
);
rSet
.
DisableItem
(
SID_THES
);
}
}
break
;
break
;
case
SID_INSERT_FIELD_TEST
:
case
SID_INSERT_FIELD_SHEET
:
case
SID_INSERT_FIELD_DATE_VAR
:
break
;
break
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment