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
30fc8e2a
Kaydet (Commit)
30fc8e2a
authored
Nis 10, 2014
tarafından
Thomas Arnhold
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
typo: foreward -> forward
üst
5c73677c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
smarttag.cxx
sd/source/ui/func/smarttag.cxx
+3
-3
ilstbox.cxx
vcl/source/control/ilstbox.cxx
+1
-1
No files found.
sd/source/ui/func/smarttag.cxx
Dosyayı görüntüle @
30fc8e2a
...
...
@@ -246,7 +246,7 @@ bool SmartTagSet::MouseButtonDown( const MouseEvent& rMEvt )
return
false
;
}
// if a smart tag handle is hit, for
e
ward event to its smart tag
// if a smart tag handle is hit, forward event to its smart tag
SmartHdl
*
pSmartHdl
=
dynamic_cast
<
SmartHdl
*
>
(
pHdl
);
if
(
pSmartHdl
&&
pSmartHdl
->
getTag
().
is
()
)
{
...
...
@@ -288,7 +288,7 @@ bool SmartTagSet::RequestHelp( const HelpEvent& rHEvt )
if
(
pHdl
)
{
// if a smart tag handle is hit, for
e
ward event to its smart tag
// if a smart tag handle is hit, forward event to its smart tag
SmartHdl
*
pSmartHdl
=
dynamic_cast
<
SmartHdl
*
>
(
pHdl
);
if
(
pSmartHdl
&&
pSmartHdl
->
getTag
().
is
()
)
{
...
...
@@ -312,7 +312,7 @@ bool SmartTagSet::Command( const CommandEvent& rCEvt )
if
(
pHdl
)
{
// if a smart tag handle is hit, for
e
ward event to its smart tag
// if a smart tag handle is hit, forward event to its smart tag
SmartHdl
*
pSmartHdl
=
dynamic_cast
<
SmartHdl
*
>
(
pHdl
);
if
(
pSmartHdl
&&
pSmartHdl
->
getTag
().
is
()
)
{
...
...
vcl/source/control/ilstbox.cxx
Dosyayı görüntüle @
30fc8e2a
...
...
@@ -1436,7 +1436,7 @@ bool ImplListBoxWindow::ProcessKeyInput( const KeyEvent& rKEvt )
SetTopEntry
(
(
mnTop
>
nCurVis
)
?
(
mnTop
-
nCurVis
+
1
)
:
0
);
}
// find first selectable starting from mnTop looking for
e
ward
// find first selectable starting from mnTop looking forward
nSelect
=
mpEntryList
->
FindFirstSelectable
(
mnTop
,
true
);
}
bDone
=
true
;
...
...
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