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
0fb498cc
Kaydet (Commit)
0fb498cc
authored
Mar 19, 2014
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove unused fields
Change-Id: Ia7d3b7e319f2a568120add15ef05915a98fe6696
üst
861d87d5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
+0
-4
svddrag.hxx
include/svx/svddrag.hxx
+0
-2
svddrag.cxx
svx/source/svdraw/svddrag.cxx
+0
-2
No files found.
include/svx/svddrag.hxx
Dosyayı görüntüle @
0fb498cc
...
@@ -48,9 +48,7 @@ protected:
...
@@ -48,9 +48,7 @@ protected:
Point
aRef1
;
// Referencepoint: Resize fixed point, (axis of rotation,
Point
aRef1
;
// Referencepoint: Resize fixed point, (axis of rotation,
Point
aRef2
;
// axis of reflection, ...)
Point
aRef2
;
// axis of reflection, ...)
Point
aPos0
;
// Position at the last Event
Point
aPos0
;
// Position at the last Event
Point
aRealPos0
;
// Position at the last Event
Point
aRealNow
;
// Current dragging position without Snap, Ortho and Limit
Point
aRealNow
;
// Current dragging position without Snap, Ortho and Limit
Point
aRealLast
;
// RealPos of the last Point (for MinMoved)
Rectangle
aActionRect
;
Rectangle
aActionRect
;
bool
bEndDragChangesAttributes
;
bool
bEndDragChangesAttributes
;
...
...
svx/source/svdraw/svddrag.cxx
Dosyayı görüntüle @
0fb498cc
...
@@ -60,13 +60,11 @@ void SdrDragStat::Reset(const Point& rPnt)
...
@@ -60,13 +60,11 @@ void SdrDragStat::Reset(const Point& rPnt)
Reset
();
Reset
();
Start
()
=
rPnt
;
Start
()
=
rPnt
;
aPos0
=
rPnt
;
aPos0
=
rPnt
;
aRealPos0
=
rPnt
;
RealNow
()
=
rPnt
;
RealNow
()
=
rPnt
;
}
}
void
SdrDragStat
::
NextMove
(
const
Point
&
rPnt
)
void
SdrDragStat
::
NextMove
(
const
Point
&
rPnt
)
{
{
aRealPos0
=
GetRealNow
();
aPos0
=
GetNow
();
aPos0
=
GetNow
();
RealNow
()
=
rPnt
;
RealNow
()
=
rPnt
;
Point
aBla
=
KorregPos
(
GetRealNow
(),
GetPrev
());
Point
aBla
=
KorregPos
(
GetRealNow
(),
GetPrev
());
...
...
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