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
8a3cdcdc
Kaydet (Commit)
8a3cdcdc
authored
Agu 07, 2011
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
callcatcher: remove unused methods
üst
87025228
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
7 deletions
+0
-7
roadmap.hxx
svtools/inc/svtools/roadmap.hxx
+0
-1
roadmap.cxx
svtools/source/control/roadmap.cxx
+0
-6
No files found.
svtools/inc/svtools/roadmap.hxx
Dosyayı görüntüle @
8a3cdcdc
...
@@ -70,7 +70,6 @@ namespace svt
...
@@ -70,7 +70,6 @@ namespace svt
~
ORoadmap
(
);
~
ORoadmap
(
);
void
SetRoadmapBitmap
(
const
BitmapEx
&
maBitmap
,
sal_Bool
_bInvalidate
=
sal_True
);
void
SetRoadmapBitmap
(
const
BitmapEx
&
maBitmap
,
sal_Bool
_bInvalidate
=
sal_True
);
const
BitmapEx
&
GetRoadmapBitmap
(
)
const
;
void
EnableRoadmapItem
(
ItemId
_nItemId
,
sal_Bool
_bEnable
,
ItemIndex
_nStartIndex
=
0
);
void
EnableRoadmapItem
(
ItemId
_nItemId
,
sal_Bool
_bEnable
,
ItemIndex
_nStartIndex
=
0
);
sal_Bool
IsRoadmapItemEnabled
(
ItemId
_nItemId
,
ItemIndex
_nStartIndex
=
0
)
const
;
sal_Bool
IsRoadmapItemEnabled
(
ItemId
_nItemId
,
ItemIndex
_nStartIndex
=
0
)
const
;
...
...
svtools/source/control/roadmap.cxx
Dosyayı görüntüle @
8a3cdcdc
...
@@ -333,12 +333,6 @@ namespace svt
...
@@ -333,12 +333,6 @@ namespace svt
Invalidate
(
);
Invalidate
(
);
}
}
//---------------------------------------------------------------------
const
BitmapEx
&
ORoadmap
::
GetRoadmapBitmap
(
)
const
{
return
m_pImpl
->
getPicture
(
);
}
//---------------------------------------------------------------------
//---------------------------------------------------------------------
void
ORoadmap
::
SetRoadmapInteractive
(
sal_Bool
_bInteractive
)
void
ORoadmap
::
SetRoadmapInteractive
(
sal_Bool
_bInteractive
)
{
{
...
...
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