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
ea89abb4
Kaydet (Commit)
ea89abb4
authored
Eki 05, 2012
tarafından
Markus Mohrhard
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
onyl show the exisiting cond format if the range is equal
Change-Id: I6a183b41261f1813b1cce277f3fe4a276ab07bb0
üst
32d8c9b9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
cellsh1.cxx
sc/source/ui/view/cellsh1.cxx
+5
-2
No files found.
sc/source/ui/view/cellsh1.cxx
Dosyayı görüntüle @
ea89abb4
...
...
@@ -2061,9 +2061,12 @@ void ScCellShell::ExecuteEdit( SfxRequest& rReq )
const
ScConditionalFormat
*
pCondFormat
=
pDoc
->
GetCondFormat
(
aPos
.
Col
(),
aPos
.
Row
(),
aPos
.
Tab
());
if
(
pCondFormat
)
{
pDlg
.
reset
(
pFact
->
CreateScCondFormatDlg
(
pTabViewShell
->
GetDialogParent
(),
pDoc
,
pCondFormat
,
pCondFormat
->
GetRange
(),
aPos
,
RID_SCDLG_CONDFORMAT
));
const
ScRangeList
&
rCondFormatRange
=
pCondFormat
->
GetRange
();
if
(
rCondFormatRange
==
aRangeList
)
pDlg
.
reset
(
pFact
->
CreateScCondFormatDlg
(
pTabViewShell
->
GetDialogParent
(),
pDoc
,
pCondFormat
,
pCondFormat
->
GetRange
(),
aPos
,
RID_SCDLG_CONDFORMAT
));
}
else
if
(
!
pDlg
)
{
pDlg
.
reset
(
pFact
->
CreateScCondFormatDlg
(
pTabViewShell
->
GetDialogParent
(),
pDoc
,
NULL
,
aRangeList
,
aRangeList
.
GetTopLeftCorner
(),
RID_SCDLG_CONDFORMAT
));
}
...
...
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