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
cbd98c54
Kaydet (Commit)
cbd98c54
authored
Tem 27, 2012
tarafından
Markus Mohrhard
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
copy conditional formats with sheets, fdo#52457
Change-Id: Ic7a337e8a6b36fecbd3aad0e3366fd6f0ccc99c6
üst
06b5dfff
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
documen2.cxx
sc/source/core/data/documen2.cxx
+6
-0
No files found.
sc/source/core/data/documen2.cxx
Dosyayı görüntüle @
cbd98c54
...
...
@@ -871,6 +871,12 @@ bool ScDocument::CopyTab( SCTAB nOldPos, SCTAB nNewPos, const ScMarkData* pOnlyM
SetNoListening
(
false
);
maTabs
[
nOldPos
]
->
StartAllListeners
();
maTabs
[
nNewPos
]
->
StartAllListeners
();
ScConditionalFormatList
*
pNewList
=
new
ScConditionalFormatList
(
*
maTabs
[
nOldPos
]
->
GetCondFormList
());
pNewList
->
UpdateReference
(
URM_COPY
,
ScRange
(
0
,
0
,
nNewPos
,
MAXCOL
,
MAXROW
,
nNewPos
),
0
,
0
,
nDz
);
maTabs
[
nNewPos
]
->
SetCondFormList
(
pNewList
);
SetDirty
();
SetAutoCalc
(
bOldAutoCalc
);
...
...
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