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
6baca4fc
Kaydet (Commit)
6baca4fc
authored
Tem 26, 2012
tarafından
Markus Mohrhard
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
don't need to get this one for each cell
Change-Id: I9aab49c7604add1d574949909f0ab8b867341b27
üst
e794e507
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
fillinfo.cxx
sc/source/core/data/fillinfo.cxx
+1
-1
No files found.
sc/source/core/data/fillinfo.cxx
Dosyayı görüntüle @
6baca4fc
...
@@ -362,6 +362,7 @@ void ScDocument::FillInfo( ScTableInfo& rTabInfo, SCCOL nX1, SCROW nY1, SCCOL nX
...
@@ -362,6 +362,7 @@ void ScDocument::FillInfo( ScTableInfo& rTabInfo, SCCOL nX1, SCROW nY1, SCCOL nX
}
}
}
}
ScConditionalFormatList
*
pCondFormList
=
GetCondFormList
(
nTab
);
for
(
nArrX
=
0
;
nArrX
<=
nX2
+
2
;
nArrX
++
)
// links & rechts + 1
for
(
nArrX
=
0
;
nArrX
<=
nX2
+
2
;
nArrX
++
)
// links & rechts + 1
{
{
nX
=
(
nArrX
>
0
)
?
nArrX
-
1
:
MAXCOL
+
1
;
// negativ -> ungueltig
nX
=
(
nArrX
>
0
)
?
nArrX
-
1
:
MAXCOL
+
1
;
// negativ -> ungueltig
...
@@ -476,7 +477,6 @@ void ScDocument::FillInfo( ScTableInfo& rTabInfo, SCCOL nX1, SCROW nY1, SCCOL nX
...
@@ -476,7 +477,6 @@ void ScDocument::FillInfo( ScTableInfo& rTabInfo, SCCOL nX1, SCROW nY1, SCCOL nX
sal_uLong
nConditional
=
((
const
SfxUInt32Item
&
)
pPattern
->
sal_uLong
nConditional
=
((
const
SfxUInt32Item
&
)
pPattern
->
GetItem
(
ATTR_CONDITIONAL
)).
GetValue
();
GetItem
(
ATTR_CONDITIONAL
)).
GetValue
();
ScConditionalFormatList
*
pCondFormList
=
GetCondFormList
(
nTab
);
const
ScConditionalFormat
*
pCondForm
=
NULL
;
const
ScConditionalFormat
*
pCondForm
=
NULL
;
if
(
nConditional
&&
pCondFormList
)
if
(
nConditional
&&
pCondFormList
)
pCondForm
=
pCondFormList
->
GetFormat
(
nConditional
);
pCondForm
=
pCondFormList
->
GetFormat
(
nConditional
);
...
...
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