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
042dd163
Kaydet (Commit)
042dd163
authored
Haz 15, 2015
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sw: translate that
Change-Id: I08d8941a4c78b5e3307976476fc5c8762732a15c
üst
ea7d6dc6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
24 deletions
+24
-24
ndindex.hxx
sw/inc/ndindex.hxx
+24
-24
No files found.
sw/inc/ndindex.hxx
Dosyayı görüntüle @
042dd163
...
@@ -99,12 +99,12 @@ public:
...
@@ -99,12 +99,12 @@ public:
inline
bool
operator
==
(
const
SwNodeIndex
&
)
const
;
inline
bool
operator
==
(
const
SwNodeIndex
&
)
const
;
inline
bool
operator
!=
(
const
SwNodeIndex
&
)
const
;
inline
bool
operator
!=
(
const
SwNodeIndex
&
)
const
;
inline
bool
operator
<
(
sal_uLong
nWert
)
const
;
inline
bool
operator
<
(
sal_uLong
)
const
;
inline
bool
operator
<=
(
sal_uLong
nWert
)
const
;
inline
bool
operator
<=
(
sal_uLong
)
const
;
inline
bool
operator
>
(
sal_uLong
nWert
)
const
;
inline
bool
operator
>
(
sal_uLong
)
const
;
inline
bool
operator
>=
(
sal_uLong
nWert
)
const
;
inline
bool
operator
>=
(
sal_uLong
)
const
;
inline
bool
operator
==
(
sal_uLong
nWert
)
const
;
inline
bool
operator
==
(
sal_uLong
)
const
;
inline
bool
operator
!=
(
sal_uLong
nWert
)
const
;
inline
bool
operator
!=
(
sal_uLong
)
const
;
inline
SwNodeIndex
&
operator
=
(
sal_uLong
);
inline
SwNodeIndex
&
operator
=
(
sal_uLong
);
inline
SwNodeIndex
&
operator
=
(
const
SwNodeIndex
&
);
inline
SwNodeIndex
&
operator
=
(
const
SwNodeIndex
&
);
...
@@ -166,29 +166,29 @@ inline SwNodes& SwNodeIndex::GetNodes()
...
@@ -166,29 +166,29 @@ inline SwNodes& SwNodeIndex::GetNodes()
{
{
return
m_pNode
->
GetNodes
();
return
m_pNode
->
GetNodes
();
}
}
inline
bool
SwNodeIndex
::
operator
<
(
sal_uLong
nWert
)
const
inline
bool
SwNodeIndex
::
operator
<
(
sal_uLong
const
nOther
)
const
{
{
return
m_pNode
->
GetIndex
()
<
n
Wert
;
return
m_pNode
->
GetIndex
()
<
n
Other
;
}
}
inline
bool
SwNodeIndex
::
operator
<=
(
sal_uLong
nWert
)
const
inline
bool
SwNodeIndex
::
operator
<=
(
sal_uLong
const
nOther
)
const
{
{
return
m_pNode
->
GetIndex
()
<=
n
Wert
;
return
m_pNode
->
GetIndex
()
<=
n
Other
;
}
}
inline
bool
SwNodeIndex
::
operator
>
(
sal_uLong
nWert
)
const
inline
bool
SwNodeIndex
::
operator
>
(
sal_uLong
const
nOther
)
const
{
{
return
m_pNode
->
GetIndex
()
>
n
Wert
;
return
m_pNode
->
GetIndex
()
>
n
Other
;
}
}
inline
bool
SwNodeIndex
::
operator
>=
(
sal_uLong
nWert
)
const
inline
bool
SwNodeIndex
::
operator
>=
(
sal_uLong
const
nOther
)
const
{
{
return
m_pNode
->
GetIndex
()
>=
n
Wert
;
return
m_pNode
->
GetIndex
()
>=
n
Other
;
}
}
inline
bool
SwNodeIndex
::
operator
==
(
sal_uLong
nWert
)
const
inline
bool
SwNodeIndex
::
operator
==
(
sal_uLong
const
nOther
)
const
{
{
return
m_pNode
->
GetIndex
()
==
n
Wert
;
return
m_pNode
->
GetIndex
()
==
n
Other
;
}
}
inline
bool
SwNodeIndex
::
operator
!=
(
sal_uLong
nWert
)
const
inline
bool
SwNodeIndex
::
operator
!=
(
sal_uLong
const
nOther
)
const
{
{
return
m_pNode
->
GetIndex
()
!=
n
Wert
;
return
m_pNode
->
GetIndex
()
!=
n
Other
;
}
}
inline
bool
SwNodeIndex
::
operator
<
(
const
SwNodeIndex
&
rIndex
)
const
inline
bool
SwNodeIndex
::
operator
<
(
const
SwNodeIndex
&
rIndex
)
const
{
{
...
@@ -238,14 +238,14 @@ inline sal_uLong SwNodeIndex::operator--(int)
...
@@ -238,14 +238,14 @@ inline sal_uLong SwNodeIndex::operator--(int)
return
nOldIndex
;
return
nOldIndex
;
}
}
inline
sal_uLong
SwNodeIndex
::
operator
+=
(
sal_uLong
nWer
t
)
inline
sal_uLong
SwNodeIndex
::
operator
+=
(
sal_uLong
const
nOffse
t
)
{
{
m_pNode
=
GetNodes
()[
m_pNode
->
GetIndex
()
+
n
Wer
t
];
m_pNode
=
GetNodes
()[
m_pNode
->
GetIndex
()
+
n
Offse
t
];
return
m_pNode
->
GetIndex
();
return
m_pNode
->
GetIndex
();
}
}
inline
sal_uLong
SwNodeIndex
::
operator
-=
(
sal_uLong
nWer
t
)
inline
sal_uLong
SwNodeIndex
::
operator
-=
(
sal_uLong
const
nOffse
t
)
{
{
m_pNode
=
GetNodes
()[
m_pNode
->
GetIndex
()
-
n
Wer
t
];
m_pNode
=
GetNodes
()[
m_pNode
->
GetIndex
()
-
n
Offse
t
];
return
m_pNode
->
GetIndex
();
return
m_pNode
->
GetIndex
();
}
}
inline
sal_uLong
SwNodeIndex
::
operator
+=
(
const
SwNodeIndex
&
rIndex
)
inline
sal_uLong
SwNodeIndex
::
operator
+=
(
const
SwNodeIndex
&
rIndex
)
...
@@ -259,9 +259,9 @@ inline sal_uLong SwNodeIndex::operator-=( const SwNodeIndex& rIndex )
...
@@ -259,9 +259,9 @@ inline sal_uLong SwNodeIndex::operator-=( const SwNodeIndex& rIndex )
return
m_pNode
->
GetIndex
();
return
m_pNode
->
GetIndex
();
}
}
inline
SwNodeIndex
&
SwNodeIndex
::
operator
=
(
sal_uLong
nWert
)
inline
SwNodeIndex
&
SwNodeIndex
::
operator
=
(
sal_uLong
const
nNew
)
{
{
m_pNode
=
GetNodes
()[
n
Wert
];
m_pNode
=
GetNodes
()[
n
New
];
return
*
this
;
return
*
this
;
}
}
...
...
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