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
bde27e9e
Kaydet (Commit)
bde27e9e
authored
Tem 04, 2002
tarafından
Ocke Janssen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#99549# insert c and dtor
üst
1621d54f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
2 deletions
+20
-2
TSortIndex.cxx
connectivity/source/commontools/TSortIndex.cxx
+20
-2
No files found.
connectivity/source/commontools/TSortIndex.cxx
Dosyayı görüntüle @
bde27e9e
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
*
*
* $RCSfile: TSortIndex.cxx,v $
* $RCSfile: TSortIndex.cxx,v $
*
*
* $Revision: 1.
4
$
* $Revision: 1.
5
$
*
*
* last change: $Author: oj $ $Date: 200
1-11-09 07:15:3
7 $
* last change: $Author: oj $ $Date: 200
2-07-04 06:32:4
7 $
*
*
* The Contents of this file are made available subject to the terms of
* The Contents of this file are made available subject to the terms of
* either of the following licenses
* either of the following licenses
...
@@ -188,4 +188,22 @@ sal_Int32 OSortIndex::GetValue(sal_Int32 nPos) const
...
@@ -188,4 +188,22 @@ sal_Int32 OSortIndex::GetValue(sal_Int32 nPos) const
return
m_aKeyValues
[
nPos
-
1
].
first
;
return
m_aKeyValues
[
nPos
-
1
].
first
;
}
}
// -----------------------------------------------------------------------------
// -----------------------------------------------------------------------------
OKeyValue
::
OKeyValue
()
{
}
// -----------------------------------------------------------------------------
OKeyValue
::
OKeyValue
(
sal_Int32
nVal
)
:
m_nValue
(
nVal
)
{
}
// -----------------------------------------------------------------------------
OKeyValue
::~
OKeyValue
()
{
}
// -----------------------------------------------------------------------------
OKeyValue
*
OKeyValue
::
createKeyValue
(
sal_Int32
_nVal
)
{
return
new
OKeyValue
(
_nVal
);
}
// -----------------------------------------------------------------------------
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