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
83e8b259
Kaydet (Commit)
83e8b259
authored
Ock 12, 2015
tarafından
Kohei Yoshida
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Annotate this method.
Change-Id: Ia8f518fd6e61562e95eddacafc9f7e49656826e8
üst
403bf4de
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
2 deletions
+17
-2
document.hxx
sc/inc/document.hxx
+17
-2
No files found.
sc/inc/document.hxx
Dosyayı görüntüle @
83e8b259
...
@@ -1104,8 +1104,23 @@ public:
...
@@ -1104,8 +1104,23 @@ public:
*/
*/
SCROW
GetLastDataRow
(
SCTAB
nTab
,
SCCOL
nCol1
,
SCCOL
nCol2
,
SCROW
nLastRow
)
const
;
SCROW
GetLastDataRow
(
SCTAB
nTab
,
SCCOL
nCol1
,
SCCOL
nCol2
,
SCROW
nLastRow
)
const
;
SC_DLLPUBLIC
void
GetDataArea
(
SCTAB
nTab
,
SCCOL
&
rStartCol
,
SCROW
&
rStartRow
,
/**
SCCOL
&
rEndCol
,
SCROW
&
rEndRow
,
bool
bIncludeOld
,
bool
bOnlyDown
)
const
;
* Return the smallest area containing at least all contiguous cells
* having data. This area is a square containing also empty cells. It may
* shrink or extend the area given as input Flags as modifiers:
*
* @param bIncludeOld when true, ensure that the returned area contains at
* least the initial area even if the actual data area
* is smaller than the initial area.
*
* @param bOnlyDown when true, extend / shrink the data area only in a
* downward direction i.e. only modify the end row
* position.
*/
SC_DLLPUBLIC
void
GetDataArea
(
SCTAB
nTab
,
SCCOL
&
rStartCol
,
SCROW
&
rStartRow
,
SCCOL
&
rEndCol
,
SCROW
&
rEndRow
,
bool
bIncludeOld
,
bool
bOnlyDown
)
const
;
SC_DLLPUBLIC
bool
GetCellArea
(
SCTAB
nTab
,
SCCOL
&
rEndCol
,
SCROW
&
rEndRow
)
const
;
SC_DLLPUBLIC
bool
GetCellArea
(
SCTAB
nTab
,
SCCOL
&
rEndCol
,
SCROW
&
rEndRow
)
const
;
SC_DLLPUBLIC
bool
GetTableArea
(
SCTAB
nTab
,
SCCOL
&
rEndCol
,
SCROW
&
rEndRow
)
const
;
SC_DLLPUBLIC
bool
GetTableArea
(
SCTAB
nTab
,
SCCOL
&
rEndCol
,
SCROW
&
rEndRow
)
const
;
SC_DLLPUBLIC
bool
GetPrintArea
(
SCTAB
nTab
,
SCCOL
&
rEndCol
,
SCROW
&
rEndRow
,
SC_DLLPUBLIC
bool
GetPrintArea
(
SCTAB
nTab
,
SCCOL
&
rEndCol
,
SCROW
&
rEndRow
,
...
...
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