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
7ae4ac0d
Kaydet (Commit)
7ae4ac0d
authored
Eki 01, 2016
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
default copy ctor/assignment are sufficient
Change-Id: I9076b5705ae213c4170cb313cd5b40b3214e2256
üst
450c15a1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
15 deletions
+0
-15
pam.hxx
sw/inc/pam.hxx
+0
-3
pam.cxx
sw/source/core/crsr/pam.cxx
+0
-12
No files found.
sw/inc/pam.hxx
Dosyayı görüntüle @
7ae4ac0d
...
@@ -58,9 +58,6 @@ struct SW_DLLPUBLIC SwPosition
...
@@ -58,9 +58,6 @@ struct SW_DLLPUBLIC SwPosition
explicit
SwPosition
(
const
SwNode
&
rNode
);
explicit
SwPosition
(
const
SwNode
&
rNode
);
explicit
SwPosition
(
SwContentNode
&
rNode
,
const
sal_Int32
nOffset
=
0
);
explicit
SwPosition
(
SwContentNode
&
rNode
,
const
sal_Int32
nOffset
=
0
);
SwPosition
(
const
SwPosition
&
);
SwPosition
&
operator
=
(
const
SwPosition
&
);
/**
/**
Returns the document this position is in.
Returns the document this position is in.
...
...
sw/source/core/crsr/pam.cxx
Dosyayı görüntüle @
7ae4ac0d
...
@@ -69,18 +69,6 @@ SwPosition::SwPosition( SwContentNode & rNode, const sal_Int32 nOffset )
...
@@ -69,18 +69,6 @@ SwPosition::SwPosition( SwContentNode & rNode, const sal_Int32 nOffset )
{
{
}
}
SwPosition
::
SwPosition
(
const
SwPosition
&
rPos
)
:
nNode
(
rPos
.
nNode
),
nContent
(
rPos
.
nContent
)
{
}
SwPosition
&
SwPosition
::
operator
=
(
const
SwPosition
&
rPos
)
{
nNode
=
rPos
.
nNode
;
nContent
=
rPos
.
nContent
;
return
*
this
;
}
bool
SwPosition
::
operator
<
(
const
SwPosition
&
rPos
)
const
bool
SwPosition
::
operator
<
(
const
SwPosition
&
rPos
)
const
{
{
if
(
nNode
<
rPos
.
nNode
)
if
(
nNode
<
rPos
.
nNode
)
...
...
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