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
28082ae6
Kaydet (Commit)
28082ae6
authored
Ara 10, 2015
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
s/dobble/double
Change-Id: Ie348c008ffec326c5c4429cfb1a791951dd8a16a
üst
434d8e2c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
gridwin.cxx
sc/source/ui/view/gridwin.cxx
+2
-2
gridwin3.cxx
sc/source/ui/view/gridwin3.cxx
+1
-1
No files found.
sc/source/ui/view/gridwin.cxx
Dosyayı görüntüle @
28082ae6
...
@@ -2037,7 +2037,7 @@ void ScGridWindow::HandleMouseButtonDown( const MouseEvent& rMEvt, MouseEventSta
...
@@ -2037,7 +2037,7 @@ void ScGridWindow::HandleMouseButtonDown( const MouseEvent& rMEvt, MouseEventSta
return
;
return
;
}
}
// do
b
ble click started ?
// do
u
ble click started ?
// StopMarking can be called from DrawMouseButtonDown
// StopMarking can be called from DrawMouseButtonDown
...
@@ -2439,7 +2439,7 @@ void ScGridWindow::MouseButtonUp( const MouseEvent& rMEvt )
...
@@ -2439,7 +2439,7 @@ void ScGridWindow::MouseButtonUp( const MouseEvent& rMEvt )
OUString
aName
,
aUrl
,
aTarget
;
OUString
aName
,
aUrl
,
aTarget
;
if
(
GetEditUrl
(
rMEvt
.
GetPosPixel
(),
&
aName
,
&
aUrl
,
&
aTarget
)
)
if
(
GetEditUrl
(
rMEvt
.
GetPosPixel
(),
&
aName
,
&
aUrl
,
&
aTarget
)
)
{
{
nMouseStatus
=
SC_GM_NONE
;
// Ignore do
b
ble-click
nMouseStatus
=
SC_GM_NONE
;
// Ignore do
u
ble-click
// ScGlobal::OpenURL() only understands Calc A1 style syntax.
// ScGlobal::OpenURL() only understands Calc A1 style syntax.
// Convert it to Calc A1 before calling OpenURL().
// Convert it to Calc A1 before calling OpenURL().
...
...
sc/source/ui/view/gridwin3.cxx
Dosyayı görüntüle @
28082ae6
...
@@ -53,7 +53,7 @@ bool ScGridWindow::DrawMouseButtonDown(const MouseEvent& rMEvt)
...
@@ -53,7 +53,7 @@ bool ScGridWindow::DrawMouseButtonDown(const MouseEvent& rMEvt)
Point
aLogicPos
=
PixelToLogic
(
rMEvt
.
GetPosPixel
());
Point
aLogicPos
=
PixelToLogic
(
rMEvt
.
GetPosPixel
());
if
(
pDraw
->
IsDetectiveHit
(
aLogicPos
)
)
if
(
pDraw
->
IsDetectiveHit
(
aLogicPos
)
)
{
{
// nothing on detectiv
arrows (dob
ble click is evaluated on ButtonUp)
// nothing on detectiv
e arrows (dou
ble click is evaluated on ButtonUp)
bRet
=
true
;
bRet
=
true
;
}
}
else
else
...
...
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