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
00445037
Kaydet (Commit)
00445037
authored
Ock 31, 2012
tarafından
Santiago Martinez
Kaydeden (comit)
Caolán McNamara
Ock 31, 2012
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove unused code.
üst
f96a392d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
35 deletions
+0
-35
Tickmarks_Equidistant.cxx
chart2/source/view/axes/Tickmarks_Equidistant.cxx
+0
-27
Tickmarks_Equidistant.hxx
chart2/source/view/axes/Tickmarks_Equidistant.hxx
+0
-5
unusedcode.easy
unusedcode.easy
+0
-3
No files found.
chart2/source/view/axes/Tickmarks_Equidistant.cxx
Dosyayı görüntüle @
00445037
...
...
@@ -626,33 +626,6 @@ bool EquidistantTickIter::gotoNext()
return
true
;
}
bool
EquidistantTickIter
::
gotoIndex
(
sal_Int32
nTickIndex
)
{
if
(
nTickIndex
<
0
)
return
false
;
if
(
nTickIndex
>=
m_nTickCount
)
return
false
;
if
(
nTickIndex
<
m_nCurrentPos
)
if
(
!
gotoFirst
()
)
return
false
;
while
(
nTickIndex
>
m_nCurrentPos
)
if
(
!
gotoNext
()
)
return
false
;
return
true
;
}
sal_Int32
EquidistantTickIter
::
getCurrentIndex
()
const
{
return
m_nCurrentPos
;
}
sal_Int32
EquidistantTickIter
::
getMaxIndex
()
const
{
return
m_nTickCount
-
1
;
}
double
*
EquidistantTickIter
::
nextValue
()
{
if
(
gotoNext
()
)
...
...
chart2/source/view/axes/Tickmarks_Equidistant.hxx
Dosyayı görüntüle @
00445037
...
...
@@ -60,11 +60,6 @@ public:
sal_Int32
getCurrentDepth
()
const
{
return
m_nCurrentDepth
;
}
protected
:
bool
gotoIndex
(
sal_Int32
nTickIndex
);
sal_Int32
getCurrentIndex
()
const
;
sal_Int32
getMaxIndex
()
const
;
private
:
//methods
sal_Int32
getIntervalCount
(
sal_Int32
nDepth
);
bool
isAtLastPartTick
();
...
...
unusedcode.easy
Dosyayı görüntüle @
00445037
...
...
@@ -1228,9 +1228,6 @@ canvas::tools::mergeViewAndRenderState(com::sun::star::rendering::ViewState&, co
canvas::tools::prependToViewState(com::sun::star::rendering::ViewState&, basegfx::B2DHomMatrix const&)
canvas::tools::verifyInput(com::sun::star::geometry::RealSize2D const&, char const*, com::sun::star::uno::Reference<com::sun::star::uno::XInterface> const&, short)
canvas::tools::verifyInput(com::sun::star::rendering::FloatingPointBitmapLayout const&, char const*, com::sun::star::uno::Reference<com::sun::star::uno::XInterface> const&, short)
chart::EquidistantTickIter::getCurrentIndex() const
chart::EquidistantTickIter::getMaxIndex() const
chart::EquidistantTickIter::gotoIndex(int)
cmis::Content::exchangeIdentity(com::sun::star::uno::Reference<com::sun::star::ucb::XContentIdentifier> const&)
cmis::Content::queryChildren(std::__debug::list<rtl::Reference<cmis::Content>, std::allocator<rtl::Reference<cmis::Content> > >&)
comphelper::AccessibleEventNotifier::getEventListeners(unsigned int)
...
...
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