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
fda5c4d4
Kaydet (Commit)
fda5c4d4
authored
Mar 29, 2015
tarafından
Bjoern Michaelsen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
flatten and simplify
Change-Id: Ib3562bafa3a21538918d98e8ed416f8b20067114
üst
ec1901ef
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
6 deletions
+3
-6
unotbl.cxx
sw/source/core/unocore/unotbl.cxx
+3
-6
No files found.
sw/source/core/unocore/unotbl.cxx
Dosyayı görüntüle @
fda5c4d4
...
@@ -4422,21 +4422,18 @@ void SAL_CALL SwXCellRange::sort(const uno::Sequence< beans::PropertyValue >& rD
...
@@ -4422,21 +4422,18 @@ void SAL_CALL SwXCellRange::sort(const uno::Sequence< beans::PropertyValue >& rD
sal_uInt16
SwXCellRange
::
getColumnCount
(
void
)
sal_uInt16
SwXCellRange
::
getColumnCount
(
void
)
{
{
return
static_cast
<
sal_uInt16
>
(
aRgDesc
.
nRight
-
aRgDesc
.
nLeft
+
1
);
return
static_cast
<
sal_uInt16
>
(
aRgDesc
.
nRight
-
aRgDesc
.
nLeft
+
1
);
}
}
sal_uInt16
SwXCellRange
::
getRowCount
(
void
)
sal_uInt16
SwXCellRange
::
getRowCount
(
void
)
{
{
return
static_cast
<
sal_uInt16
>
(
aRgDesc
.
nBottom
-
aRgDesc
.
nTop
+
1
);
return
static_cast
<
sal_uInt16
>
(
aRgDesc
.
nBottom
-
aRgDesc
.
nTop
+
1
);
}
}
const
SwUnoCrsr
*
SwXCellRange
::
GetTblCrsr
()
const
const
SwUnoCrsr
*
SwXCellRange
::
GetTblCrsr
()
const
{
{
const
SwUnoCrsr
*
pRet
=
0
;
SwFrmFmt
*
pFmt
=
GetFrmFmt
();
SwFrmFmt
*
pFmt
=
GetFrmFmt
();
if
(
pFmt
)
return
pFmt
?
pTblCrsr
:
nullptr
;
pRet
=
pTblCrsr
;
return
pRet
;
}
}
void
SwXCellRange
::
Modify
(
const
SfxPoolItem
*
pOld
,
const
SfxPoolItem
*
pNew
)
void
SwXCellRange
::
Modify
(
const
SfxPoolItem
*
pOld
,
const
SfxPoolItem
*
pNew
)
...
...
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