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
df3682c2
Kaydet (Commit)
df3682c2
authored
Eyl 16, 2015
tarafından
Matteo Casalin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove inline specifier for functions defined in class
Change-Id: Ia0fcd51c5c1cfaff86aeaab2919addcce6621322
üst
d6e2d243
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
csvsplits.hxx
sc/source/ui/inc/csvsplits.hxx
+2
-2
No files found.
sc/source/ui/inc/csvsplits.hxx
Dosyayı görüntüle @
df3682c2
...
@@ -67,12 +67,12 @@ public:
...
@@ -67,12 +67,12 @@ public:
sal_uInt32
UpperBound
(
sal_Int32
nPos
)
const
;
sal_uInt32
UpperBound
(
sal_Int32
nPos
)
const
;
/** Returns the number of splits. */
/** Returns the number of splits. */
inline
sal_uInt32
Count
()
const
sal_uInt32
Count
()
const
{
return
maVec
.
size
();
}
{
return
maVec
.
size
();
}
/** Returns the position of the specified split. */
/** Returns the position of the specified split. */
sal_Int32
GetPos
(
sal_uInt32
nIndex
)
const
;
sal_Int32
GetPos
(
sal_uInt32
nIndex
)
const
;
/** Returns the position of the specified split. */
/** Returns the position of the specified split. */
inline
sal_Int32
operator
[](
sal_uInt32
nIndex
)
const
sal_Int32
operator
[](
sal_uInt32
nIndex
)
const
{
return
GetPos
(
nIndex
);
}
{
return
GetPos
(
nIndex
);
}
private
:
private
:
...
...
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