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
16d50ae1
Kaydet (Commit)
16d50ae1
authored
Ock 18, 2013
tarafından
Markus Mohrhard
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
add all the new conditional formats to the menu, related fdo#58778
Change-Id: I398fac5c585b5ea6e40331b50119c90c180a32bc
üst
6d36a31d
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
85 additions
and
2 deletions
+85
-2
CalcCommands.xcu
...g/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
+10
-0
sc.hrc
sc/inc/sc.hrc
+2
-0
cellsh.sdi
sc/sdi/cellsh.sdi
+2
-0
scalc.sdi
sc/sdi/scalc.sdi
+50
-0
condformatdlg.cxx
sc/source/ui/condformat/condformatdlg.cxx
+7
-1
condformatdlg.hxx
sc/source/ui/inc/condformatdlg.hxx
+3
-1
cellsh1.cxx
sc/source/ui/view/cellsh1.cxx
+9
-0
menubar.xml
sc/uiconfig/scalc/menubar/menubar.xml
+2
-0
No files found.
officecfg/registry/data/org/openoffice/Office/UI/CalcCommands.xcu
Dosyayı görüntüle @
16d50ae1
...
@@ -459,6 +459,16 @@
...
@@ -459,6 +459,16 @@
<value
xml:lang=
"en-US"
>
Data Bar...
</value>
<value
xml:lang=
"en-US"
>
Data Bar...
</value>
</prop>
</prop>
</node>
</node>
<node
oor:name=
".uno:IconSetFormatDialog"
oor:op=
"replace"
>
<prop
oor:name=
"Label"
oor:type=
"xs:string"
>
<value
xml:lang=
"en-US"
>
Icon Set...
</value>
</prop>
</node>
<node
oor:name=
".uno:CondDateFormatDialog"
oor:op=
"replace"
>
<prop
oor:name=
"Label"
oor:type=
"xs:string"
>
<value
xml:lang=
"en-US"
>
Date...
</value>
</prop>
</node>
<node
oor:name=
".uno:ConditionalFormatManagerDialog"
oor:op=
"replace"
>
<node
oor:name=
".uno:ConditionalFormatManagerDialog"
oor:op=
"replace"
>
<prop
oor:name=
"Label"
oor:type=
"xs:string"
>
<prop
oor:name=
"Label"
oor:type=
"xs:string"
>
<value
xml:lang=
"en-US"
>
Manage...
</value>
<value
xml:lang=
"en-US"
>
Manage...
</value>
...
...
sc/inc/sc.hrc
Dosyayı görüntüle @
16d50ae1
...
@@ -245,6 +245,8 @@
...
@@ -245,6 +245,8 @@
#define SC_HINT_NAVIGATOR_UPDATEALL (SC_MESSAGE_START + 65)
#define SC_HINT_NAVIGATOR_UPDATEALL (SC_MESSAGE_START + 65)
#define SID_OPENDLG_COLORSCALE (SC_MESSAGE_START + 66)
#define SID_OPENDLG_COLORSCALE (SC_MESSAGE_START + 66)
#define SID_OPENDLG_DATABAR (SC_MESSAGE_START + 67)
#define SID_OPENDLG_DATABAR (SC_MESSAGE_START + 67)
#define SID_OPENDLG_ICONSET (SC_MESSAGE_START + 68)
#define SID_OPENDLG_CONDDATE (SC_MESSAGE_START + 69)
// functions
// functions
...
...
sc/sdi/cellsh.sdi
Dosyayı görüntüle @
16d50ae1
...
@@ -183,6 +183,8 @@ interface CellSelection
...
@@ -183,6 +183,8 @@ interface CellSelection
SID_OPENDLG_CONDFRMT [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
SID_OPENDLG_CONDFRMT [ ExecMethod = ExecuteEdit; StateMethod = GetState; ]
SID_OPENDLG_COLORSCALE [ ExecMethod = ExecuteEdit; ]
SID_OPENDLG_COLORSCALE [ ExecMethod = ExecuteEdit; ]
SID_OPENDLG_DATABAR [ ExecMethod = ExecuteEdit; ]
SID_OPENDLG_DATABAR [ ExecMethod = ExecuteEdit; ]
SID_OPENDLG_ICONSET [ ExecMethod = ExecuteEdit; ]
SID_OPENDLG_CONDDATE [ ExecMethod = ExecuteEdit; ]
SID_OPENDLG_CONDFRMT_MANAGER [ ExecMethod = ExecuteEdit; ]
SID_OPENDLG_CONDFRMT_MANAGER [ ExecMethod = ExecuteEdit; ]
SID_COLORSCALE [ ExecMethod = ExecuteEdit; ]
SID_COLORSCALE [ ExecMethod = ExecuteEdit; ]
SID_DATABAR [ ExecMethod = ExecuteEdit; ]
SID_DATABAR [ ExecMethod = ExecuteEdit; ]
...
...
sc/sdi/scalc.sdi
Dosyayı görüntüle @
16d50ae1
...
@@ -1134,6 +1134,56 @@ SfxVoidItem DataBarFormatDialog SID_OPENDLG_DATABAR
...
@@ -1134,6 +1134,56 @@ SfxVoidItem DataBarFormatDialog SID_OPENDLG_DATABAR
GroupId = GID_FORMAT;
GroupId = GID_FORMAT;
]
]
//--------------------------------------------------------------------------
SfxVoidItem IconSetFormatDialog SID_OPENDLG_ICONSET
()
[
/* flags: */
AutoUpdate = FALSE,
Cachable = Cachable,
FastCall = FALSE,
HasCoreId = FALSE,
HasDialog = TRUE,
ReadOnlyDoc = TRUE,
Toggle = FALSE,
Container = FALSE,
RecordAbsolute = FALSE,
RecordPerSet;
Synchron;
/* config: */
AccelConfig = TRUE,
MenuConfig = TRUE,
StatusBarConfig = FALSE,
ToolBoxConfig = TRUE,
GroupId = GID_FORMAT;
]
//--------------------------------------------------------------------------
SfxVoidItem CondDateFormatDialog SID_OPENDLG_CONDDATE
()
[
/* flags: */
AutoUpdate = FALSE,
Cachable = Cachable,
FastCall = FALSE,
HasCoreId = FALSE,
HasDialog = TRUE,
ReadOnlyDoc = TRUE,
Toggle = FALSE,
Container = FALSE,
RecordAbsolute = FALSE,
RecordPerSet;
Synchron;
/* config: */
AccelConfig = TRUE,
MenuConfig = TRUE,
StatusBarConfig = FALSE,
ToolBoxConfig = TRUE,
GroupId = GID_FORMAT;
]
//--------------------------------------------------------------------------
//--------------------------------------------------------------------------
SfxVoidItem ConditionalFormatManagerDialog SID_OPENDLG_CONDFRMT_MANAGER
SfxVoidItem ConditionalFormatManagerDialog SID_OPENDLG_CONDFRMT_MANAGER
()
()
...
...
sc/source/ui/condformat/condformatdlg.cxx
Dosyayı görüntüle @
16d50ae1
...
@@ -119,7 +119,13 @@ ScCondFormatList::ScCondFormatList(Window* pParent, const ResId& rResId, ScDocum
...
@@ -119,7 +119,13 @@ ScCondFormatList::ScCondFormatList(Window* pParent, const ResId& rResId, ScDocum
case
condformat
:
:
dialog
::
DATABAR
:
case
condformat
:
:
dialog
::
DATABAR
:
maEntries
.
push_back
(
new
ScDataBarFrmtEntry
(
this
,
mpDoc
,
maPos
));
maEntries
.
push_back
(
new
ScDataBarFrmtEntry
(
this
,
mpDoc
,
maPos
));
break
;
break
;
default
:
case
condformat
:
:
dialog
::
ICONSET
:
maEntries
.
push_back
(
new
ScIconSetFrmtEntry
(
this
,
mpDoc
,
maPos
));
break
;
case
condformat
:
:
dialog
::
DATE
:
maEntries
.
push_back
(
new
ScDateFrmtEntry
(
this
,
mpDoc
));
break
;
case
condformat
:
:
dialog
::
NONE
:
break
;
break
;
}
}
}
}
...
...
sc/source/ui/inc/condformatdlg.hxx
Dosyayı görüntüle @
16d50ae1
...
@@ -58,7 +58,9 @@ enum ScCondFormatDialogType
...
@@ -58,7 +58,9 @@ enum ScCondFormatDialogType
NONE
,
NONE
,
CONDITION
,
CONDITION
,
COLORSCALE
,
COLORSCALE
,
DATABAR
DATABAR
,
ICONSET
,
DATE
};
};
}
}
...
...
sc/source/ui/view/cellsh1.cxx
Dosyayı görüntüle @
16d50ae1
...
@@ -1759,6 +1759,8 @@ void ScCellShell::ExecuteEdit( SfxRequest& rReq )
...
@@ -1759,6 +1759,8 @@ void ScCellShell::ExecuteEdit( SfxRequest& rReq )
case
SID_OPENDLG_CONDFRMT
:
case
SID_OPENDLG_CONDFRMT
:
case
SID_OPENDLG_COLORSCALE
:
case
SID_OPENDLG_COLORSCALE
:
case
SID_OPENDLG_DATABAR
:
case
SID_OPENDLG_DATABAR
:
case
SID_OPENDLG_ICONSET
:
case
SID_OPENDLG_CONDDATE
:
{
{
ScRangeList
aRangeList
;
ScRangeList
aRangeList
;
...
@@ -1865,7 +1867,14 @@ void ScCellShell::ExecuteEdit( SfxRequest& rReq )
...
@@ -1865,7 +1867,14 @@ void ScCellShell::ExecuteEdit( SfxRequest& rReq )
case
SID_OPENDLG_DATABAR
:
case
SID_OPENDLG_DATABAR
:
eType
=
condformat
::
dialog
::
DATABAR
;
eType
=
condformat
::
dialog
::
DATABAR
;
break
;
break
;
case
SID_OPENDLG_ICONSET
:
eType
=
condformat
::
dialog
::
ICONSET
;
break
;
case
SID_OPENDLG_CONDDATE
:
eType
=
condformat
::
dialog
::
DATE
;
break
;
default
:
default
:
assert
(
false
);
break
;
break
;
}
}
pCondFormatDlg
.
reset
(
new
ScCondFormatDlg
(
pTabViewShell
->
GetDialogParent
(),
pDoc
,
NULL
,
aRangeList
,
aRangeList
.
GetTopLeftCorner
(),
eType
)
);
pCondFormatDlg
.
reset
(
new
ScCondFormatDlg
(
pTabViewShell
->
GetDialogParent
(),
pDoc
,
NULL
,
aRangeList
,
aRangeList
.
GetTopLeftCorner
(),
eType
)
);
...
...
sc/uiconfig/scalc/menubar/menubar.xml
Dosyayı görüntüle @
16d50ae1
...
@@ -292,6 +292,8 @@
...
@@ -292,6 +292,8 @@
<menu:menuitem
menu:id=
".uno:ConditionalFormatDialog"
/>
<menu:menuitem
menu:id=
".uno:ConditionalFormatDialog"
/>
<menu:menuitem
menu:id=
".uno:ColorScaleFormatDialog"
/>
<menu:menuitem
menu:id=
".uno:ColorScaleFormatDialog"
/>
<menu:menuitem
menu:id=
".uno:DataBarFormatDialog"
/>
<menu:menuitem
menu:id=
".uno:DataBarFormatDialog"
/>
<menu:menuitem
menu:id=
".uno:IconSetFormatDialog"
/>
<menu:menuitem
menu:id=
".uno:CondDateFormatDialog"
/>
<menu:menuseparator/>
<menu:menuseparator/>
<menu:menuitem
menu:id=
".uno:ConditionalFormatManagerDialog"
/>
<menu:menuitem
menu:id=
".uno:ConditionalFormatManagerDialog"
/>
</menu:menupopup>
</menu:menupopup>
...
...
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