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
c768fc15
Kaydet (Commit)
c768fc15
authored
Nis 02, 2015
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sd::ViewShell::SetGraphicMm100Position: can avoid FuPoor::DRGLOG here
Change-Id: I6d006b21091cce8576693f4ee974906fecfe3d38
üst
1a76acd1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
viewshel.cxx
sd/source/ui/view/viewshel.cxx
+2
-2
No files found.
sd/source/ui/view/viewshel.cxx
Dosyayı görüntüle @
c768fc15
...
@@ -554,12 +554,12 @@ void ViewShell::SetGraphicMm100Position(bool bStart, const Point& rPosition)
...
@@ -554,12 +554,12 @@ void ViewShell::SetGraphicMm100Position(bool bStart, const Point& rPosition)
{
{
MouseEvent
aClickEvent
(
rPosition
,
1
,
MouseEventModifiers
::
SIMPLECLICK
,
MOUSE_LEFT
);
MouseEvent
aClickEvent
(
rPosition
,
1
,
MouseEventModifiers
::
SIMPLECLICK
,
MOUSE_LEFT
);
MouseButtonDown
(
aClickEvent
,
0
);
MouseButtonDown
(
aClickEvent
,
0
);
MouseEvent
aMoveEvent
(
Point
(
rPosition
.
getX
()
+
FuPoor
::
DRGLOG
+
1
,
rPosition
.
getY
()),
0
,
MouseEventModifiers
::
SIMPLEMOVE
,
MOUSE_LEFT
);
MouseEvent
aMoveEvent
(
Point
(
rPosition
.
getX
(),
rPosition
.
getY
()),
0
,
MouseEventModifiers
::
SIMPLEMOVE
,
MOUSE_LEFT
);
MouseMove
(
aMoveEvent
,
0
);
MouseMove
(
aMoveEvent
,
0
);
}
}
else
else
{
{
MouseEvent
aMoveEvent
(
Point
(
rPosition
.
getX
()
-
FuPoor
::
DRGLOG
-
1
,
rPosition
.
getY
()),
0
,
MouseEventModifiers
::
SIMPLEMOVE
,
MOUSE_LEFT
);
MouseEvent
aMoveEvent
(
Point
(
rPosition
.
getX
(),
rPosition
.
getY
()),
0
,
MouseEventModifiers
::
SIMPLEMOVE
,
MOUSE_LEFT
);
MouseMove
(
aMoveEvent
,
0
);
MouseMove
(
aMoveEvent
,
0
);
MouseEvent
aClickEvent
(
rPosition
,
1
,
MouseEventModifiers
::
SIMPLECLICK
,
MOUSE_LEFT
);
MouseEvent
aClickEvent
(
rPosition
,
1
,
MouseEventModifiers
::
SIMPLECLICK
,
MOUSE_LEFT
);
MouseButtonUp
(
aClickEvent
,
0
);
MouseButtonUp
(
aClickEvent
,
0
);
...
...
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