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
8b8311a8
Kaydet (Commit)
8b8311a8
authored
Haz 12, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:unreffun
Change-Id: Ia4eda7adc7685809b69a248f664b6a38dc3ea0e6
üst
264d3746
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
10 deletions
+1
-10
grid.cxx
extensions/source/scanner/grid.cxx
+1
-10
No files found.
extensions/source/scanner/grid.cxx
Dosyayı görüntüle @
8b8311a8
...
@@ -98,8 +98,6 @@ class GridWindow : public Window
...
@@ -98,8 +98,6 @@ class GridWindow : public Window
double
findMaxX
();
double
findMaxX
();
double
findMaxY
();
double
findMaxY
();
void
updateRectSize
();
void
drawGrid
();
void
drawGrid
();
void
drawOriginal
();
void
drawOriginal
();
void
drawNew
();
void
drawNew
();
...
@@ -123,14 +121,7 @@ public:
...
@@ -123,14 +121,7 @@ public:
virtual
~
GridWindow
();
virtual
~
GridWindow
();
void
setBoundings
(
double
fMinX
,
double
fMinY
,
double
fMaxX
,
double
fMaxY
);
void
setBoundings
(
double
fMinX
,
double
fMinY
,
double
fMaxX
,
double
fMaxY
);
double
getMinX
()
{
return
m_fMinX
;
}
double
getMinY
()
{
return
m_fMinY
;
}
double
getMaxX
()
{
return
m_fMaxX
;
}
double
getMaxY
()
{
return
m_fMaxY
;
}
int
countValues
()
{
return
m_nValues
;
}
double
*
getXValues
()
{
return
m_pXValues
;
}
double
*
getOrigYValues
()
{
return
m_pOrigYValues
;
}
double
*
getNewYValues
()
{
return
m_pNewYValues
;
}
double
*
getNewYValues
()
{
return
m_pNewYValues
;
}
void
ChangeMode
(
int
nType
);
void
ChangeMode
(
int
nType
);
...
...
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