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
567208da
Kaydet (Commit)
567208da
authored
Eki 20, 2014
tarafından
Kohei Yoshida
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Mark these methods const.
Change-Id: Idf53b85d962406caf9ca1df636fffd8b3459baf5
üst
8bfc9a20
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
VCartesianAxis.cxx
chart2/source/view/axes/VCartesianAxis.cxx
+4
-4
VCartesianAxis.hxx
chart2/source/view/axes/VCartesianAxis.hxx
+3
-3
No files found.
chart2/source/view/axes/VCartesianAxis.cxx
Dosyayı görüntüle @
567208da
...
@@ -428,8 +428,8 @@ TickInfo* MaxLabelTickIter::nextInfo()
...
@@ -428,8 +428,8 @@ TickInfo* MaxLabelTickIter::nextInfo()
return
0
;
return
0
;
}
}
bool
VCartesianAxis
::
isBreakOfLabelsAllowed
(
const
AxisLabelProperties
&
rAxisLabelProperties
bool
VCartesianAxis
::
isBreakOfLabelsAllowed
(
,
bool
bIsHorizontalAxis
)
const
AxisLabelProperties
&
rAxisLabelProperties
,
bool
bIsHorizontalAxis
)
const
{
{
if
(
m_aTextLabels
.
getLength
()
>
100
)
if
(
m_aTextLabels
.
getLength
()
>
100
)
return
false
;
return
false
;
...
@@ -446,8 +446,8 @@ bool VCartesianAxis::isBreakOfLabelsAllowed( const AxisLabelProperties& rAxisLab
...
@@ -446,8 +446,8 @@ bool VCartesianAxis::isBreakOfLabelsAllowed( const AxisLabelProperties& rAxisLab
return
bIsHorizontalAxis
;
return
bIsHorizontalAxis
;
}
}
bool
VCartesianAxis
::
isAutoStaggeringOfLabelsAllowed
(
const
AxisLabelProperties
&
rAxisLabelProperties
bool
VCartesianAxis
::
isAutoStaggeringOfLabelsAllowed
(
,
bool
bIsHorizontalAxis
,
bool
bIsVerticalAxis
)
const
AxisLabelProperties
&
rAxisLabelProperties
,
bool
bIsHorizontalAxis
,
bool
bIsVerticalAxis
)
const
{
{
if
(
rAxisLabelProperties
.
eStaggering
!=
STAGGER_AUTO
)
if
(
rAxisLabelProperties
.
eStaggering
!=
STAGGER_AUTO
)
return
false
;
return
false
;
...
...
chart2/source/view/axes/VCartesianAxis.hxx
Dosyayı görüntüle @
567208da
...
@@ -121,9 +121,9 @@ protected: //methods
...
@@ -121,9 +121,9 @@ protected: //methods
void
doStaggeringOfLabels
(
const
AxisLabelProperties
&
rAxisLabelProperties
void
doStaggeringOfLabels
(
const
AxisLabelProperties
&
rAxisLabelProperties
,
TickFactory2D
*
pTickFactory2D
);
,
TickFactory2D
*
pTickFactory2D
);
bool
isAutoStaggeringOfLabelsAllowed
(
const
AxisLabelProperties
&
rAxisLabelProperties
bool
isAutoStaggeringOfLabelsAllowed
(
,
bool
bIsHorizontalAxis
,
bool
bIsVerticalAxis
)
;
const
AxisLabelProperties
&
rAxisLabelProperties
,
bool
bIsHorizontalAxis
,
bool
bIsVerticalAxis
)
const
;
bool
isBreakOfLabelsAllowed
(
const
AxisLabelProperties
&
rAxisLabelProperties
,
bool
bIsHorizontalAxis
)
;
bool
isBreakOfLabelsAllowed
(
const
AxisLabelProperties
&
rAxisLabelProperties
,
bool
bIsHorizontalAxis
)
const
;
::
basegfx
::
B2DVector
getScreenPosition
(
double
fLogicX
,
double
fLogicY
,
double
fLogicZ
)
const
;
::
basegfx
::
B2DVector
getScreenPosition
(
double
fLogicX
,
double
fLogicY
,
double
fLogicZ
)
const
;
ScreenPosAndLogicPos
getScreenPosAndLogicPos
(
double
fLogicX
,
double
fLogicY
,
double
fLogicZ
)
const
;
ScreenPosAndLogicPos
getScreenPosAndLogicPos
(
double
fLogicX
,
double
fLogicY
,
double
fLogicZ
)
const
;
...
...
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