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
db51e404
Kaydet (Commit)
db51e404
authored
Eyl 19, 2014
tarafından
Kohei Yoshida
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove double-conversion between awt::Rectangle and basegfx::B2IRectangle.
Change-Id: I51b1a366ca49f680f964814b0fd0fa69a6a7f5bd
üst
af655d2f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
ChartView.cxx
chart2/source/view/main/ChartView.cxx
+2
-4
No files found.
chart2/source/view/main/ChartView.cxx
Dosyayı görüntüle @
db51e404
...
...
@@ -1467,10 +1467,8 @@ awt::Rectangle ChartView::impl_createDiagramAndContent( SeriesPlotterContainer&
CuboidPlanePosition
eBottomPos
(
ThreeDHelper
::
getAutomaticCuboidPlanePositionForStandardBottom
(
xSceneProperties
)
);
pVCooSys
->
set3DWallPositions
(
eLeftWallPos
,
eBackWallPos
,
eBottomPos
);
}
pVCooSys
->
createVAxisList
(
xNumberFormatsSupplier
,
rPageSize
//font reference size
,
BaseGFXHelper
::
B2IRectangleToAWTRectangle
(
aAvailableOuterRect
)
//maximum space for labels
);
pVCooSys
->
createVAxisList
(
xNumberFormatsSupplier
,
rPageSize
,
rParam
.
maRemainingSpace
);
}
// - prepare list of all axis and how they are used
...
...
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