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
740efbb1
Kaydet (Commit)
740efbb1
authored
Kas 23, 2000
tarafından
jp
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Task #80648#: status notify at the correct position
üst
f29697f0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
callnk.cxx
sw/source/core/crsr/callnk.cxx
+7
-6
No files found.
sw/source/core/crsr/callnk.cxx
Dosyayı görüntüle @
740efbb1
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
*
*
* $RCSfile: callnk.cxx,v $
* $RCSfile: callnk.cxx,v $
*
*
* $Revision: 1.
2
$
* $Revision: 1.
3
$
*
*
* last change: $Author: jp $ $Date: 2000-11-
15 13:42:41
$
* last change: $Author: jp $ $Date: 2000-11-
23 20:01:05
$
*
*
* 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
...
@@ -180,11 +180,11 @@ SwCallLink::~SwCallLink()
...
@@ -180,11 +180,11 @@ SwCallLink::~SwCallLink()
!
rShell
.
ActionPend
()
)
&&
!
rShell
.
ActionPend
()
)
&&
((
nCmp
=
nCntnt
)
+
1
==
nAktCntnt
||
// Right
((
nCmp
=
nCntnt
)
+
1
==
nAktCntnt
||
// Right
nCntnt
-
1
==
(
nCmp
=
nAktCntnt
))
)
// Left
nCntnt
-
1
==
(
nCmp
=
nAktCntnt
))
)
// Left
{
if
(
((
SwTxtNode
*
)
pCNd
)
->
HasHints
()
)
{
{
if
(
nCmp
==
nAktCntnt
&&
pCurCrsr
->
HasMark
()
)
// left & Sele
if
(
nCmp
==
nAktCntnt
&&
pCurCrsr
->
HasMark
()
)
// left & Sele
++
nCmp
;
++
nCmp
;
if
(
((
SwTxtNode
*
)
pCNd
)
->
HasHints
()
)
{
const
SwpHints
&
rHts
=
((
SwTxtNode
*
)
pCNd
)
->
GetSwpHints
();
const
SwpHints
&
rHts
=
((
SwTxtNode
*
)
pCNd
)
->
GetSwpHints
();
USHORT
n
;
USHORT
n
;
...
@@ -223,8 +223,9 @@ SwCallLink::~SwCallLink()
...
@@ -223,8 +223,9 @@ SwCallLink::~SwCallLink()
if
(
pBreakIt
->
xBreak
.
is
()
)
if
(
pBreakIt
->
xBreak
.
is
()
)
{
{
const
String
&
rTxt
=
((
SwTxtNode
*
)
pCNd
)
->
GetTxt
();
const
String
&
rTxt
=
((
SwTxtNode
*
)
pCNd
)
->
GetTxt
();
if
(
pBreakIt
->
xBreak
->
getScriptType
(
rTxt
,
nCntnt
)
if
(
!
nCmp
||
!=
pBreakIt
->
xBreak
->
getScriptType
(
rTxt
,
nAktCntnt
))
pBreakIt
->
xBreak
->
getScriptType
(
rTxt
,
nCmp
)
!=
pBreakIt
->
xBreak
->
getScriptType
(
rTxt
,
nCmp
-
1
))
{
{
rShell
.
CallChgLnk
();
rShell
.
CallChgLnk
();
return
;
return
;
...
...
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