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
28d5f8c6
Kaydet (Commit)
28d5f8c6
authored
Ock 31, 2014
tarafından
Kohei Yoshida
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Extract this code block into its own method.
Change-Id: I43cc4ae350455c104d079e6aaaa28eabbd6c04e7
üst
9b677819
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
table.hxx
sc/inc/table.hxx
+8
-1
table4.cxx
sc/source/core/data/table4.cxx
+0
-0
No files found.
sc/inc/table.hxx
Dosyayı görüntüle @
28d5f8c6
...
...
@@ -915,10 +915,17 @@ public:
static
void
UpdateSearchItemAddressForReplace
(
const
SvxSearchItem
&
rSearchItem
,
SCCOL
&
rCol
,
SCROW
&
rRow
);
private
:
void
FillSimple
(
void
FillS
eriesS
imple
(
ScCellValue
&
rSrcCell
,
SCCOLROW
&
rInner
,
SCCOLROW
nIMin
,
SCCOLROW
nIMax
,
SCCOLROW
&
rCol
,
SCCOLROW
&
rRow
,
bool
bVertical
,
ScProgress
*
pProgress
,
sal_uLong
&
rProgress
);
void
FillAutoSimple
(
SCCOLROW
nISrcStart
,
SCCOLROW
nISrcEnd
,
SCCOLROW
nIStart
,
SCCOLROW
nIEnd
,
SCCOLROW
&
rInner
,
SCCOLROW
&
rCol
,
SCCOLROW
&
rRow
,
sal_uLong
nActFormCnt
,
sal_uLong
nMaxFormCnt
,
bool
bHasFiltered
,
bool
bVertical
,
bool
bPositive
,
ScProgress
*
pProgress
,
sal_uLong
&
rProgress
);
void
FillSeries
(
SCCOL
nCol1
,
SCROW
nRow1
,
SCCOL
nCol2
,
SCROW
nRow2
,
sal_uLong
nFillCount
,
FillDir
eFillDir
,
FillCmd
eFillCmd
,
FillDateCmd
eFillDateCmd
,
...
...
sc/source/core/data/table4.cxx
Dosyayı görüntüle @
28d5f8c6
This diff is collapsed.
Click to expand it.
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