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
af35e637
Kaydet (Commit)
af35e637
authored
Ara 09, 2014
tarafından
Julien Nabet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Typo: enventually=>eventually
Change-Id: I70a769bac1fa04ff5606b729772c1d28b144b64e
üst
df62a2c8
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
findattr.cxx
sw/source/core/crsr/findattr.cxx
+1
-1
findtxt.cxx
sw/source/core/crsr/findtxt.cxx
+1
-1
edit.cxx
vcl/source/control/edit.cxx
+1
-1
No files found.
sw/source/core/crsr/findattr.cxx
Dosyayı görüntüle @
af35e637
...
@@ -1143,7 +1143,7 @@ int SwFindParaAttr::Find( SwPaM* pCrsr, SwMoveFn fnMove, const SwPaM* pRegion,
...
@@ -1143,7 +1143,7 @@ int SwFindParaAttr::Find( SwPaM* pCrsr, SwMoveFn fnMove, const SwPaM* pRegion,
SwIndex
&
rSttCntIdx
=
pCrsr
->
Start
()
->
nContent
;
SwIndex
&
rSttCntIdx
=
pCrsr
->
Start
()
->
nContent
;
const
sal_Int32
nSttCnt
=
rSttCntIdx
.
GetIndex
();
const
sal_Int32
nSttCnt
=
rSttCntIdx
.
GetIndex
();
// add to shell-cursor-ring so that the regions will be moved e
n
ventually
// add to shell-cursor-ring so that the regions will be moved eventually
SwPaM
*
pPrevRing
(
nullptr
);
SwPaM
*
pPrevRing
(
nullptr
);
if
(
bRegExp
)
if
(
bRegExp
)
{
{
...
...
sw/source/core/crsr/findtxt.cxx
Dosyayı görüntüle @
af35e637
...
@@ -573,7 +573,7 @@ int SwFindParaText::Find( SwPaM* pCrsr, SwMoveFn fnMove,
...
@@ -573,7 +573,7 @@ int SwFindParaText::Find( SwPaM* pCrsr, SwMoveFn fnMove,
const
bool
bRegExp
(
SearchAlgorithms_REGEXP
==
rSearchOpt
.
algorithmType
);
const
bool
bRegExp
(
SearchAlgorithms_REGEXP
==
rSearchOpt
.
algorithmType
);
SwIndex
&
rSttCntIdx
=
pCrsr
->
Start
()
->
nContent
;
SwIndex
&
rSttCntIdx
=
pCrsr
->
Start
()
->
nContent
;
const
sal_Int32
nSttCnt
=
rSttCntIdx
.
GetIndex
();
const
sal_Int32
nSttCnt
=
rSttCntIdx
.
GetIndex
();
// add to shell-cursor-ring so that the regions will be moved e
n
ventually
// add to shell-cursor-ring so that the regions will be moved eventually
SwPaM
*
pPrev
(
nullptr
);
SwPaM
*
pPrev
(
nullptr
);
if
(
bRegExp
)
if
(
bRegExp
)
{
{
...
...
vcl/source/control/edit.cxx
Dosyayı görüntüle @
af35e637
...
@@ -2014,7 +2014,7 @@ void Edit::Command( const CommandEvent& rCEvt )
...
@@ -2014,7 +2014,7 @@ void Edit::Command( const CommandEvent& rCEvt )
Point
aPos
=
rCEvt
.
GetMousePosPixel
();
Point
aPos
=
rCEvt
.
GetMousePosPixel
();
if
(
!
rCEvt
.
IsMouseEvent
()
)
if
(
!
rCEvt
.
IsMouseEvent
()
)
{
{
// Show menu e
n
ventually centered in selection
// Show menu eventually centered in selection
Size
aSize
=
GetOutputSizePixel
();
Size
aSize
=
GetOutputSizePixel
();
aPos
=
Point
(
aSize
.
Width
()
/
2
,
aSize
.
Height
()
/
2
);
aPos
=
Point
(
aSize
.
Width
()
/
2
,
aSize
.
Height
()
/
2
);
}
}
...
...
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