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
7ce98f34
Kaydet (Commit)
7ce98f34
authored
Ock 20, 2012
tarafından
Santiago Martinez
Kaydeden (comit)
Michael Stahl
Ock 20, 2012
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Removed unused code as listed in unusedcode.easy
üst
abc07e01
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
7 deletions
+0
-7
mstoolbar.hxx
filter/inc/filter/msfilter/mstoolbar.hxx
+0
-1
mstoolbar.cxx
filter/source/msfilter/mstoolbar.cxx
+0
-5
unusedcode.easy
unusedcode.easy
+0
-1
No files found.
filter/inc/filter/msfilter/mstoolbar.hxx
Dosyayı görüntüle @
7ce98f34
...
@@ -326,7 +326,6 @@ public:
...
@@ -326,7 +326,6 @@ public:
WString
&
getName
(){
return
name
;
}
WString
&
getName
(){
return
name
;
}
bool
IsEnabled
();
bool
IsEnabled
();
bool
IsMenuToolbar
(){
return
(
(
ltbtr
&
0x2000000
)
==
0x2000000
);
}
bool
IsMenuToolbar
(){
return
(
(
ltbtr
&
0x2000000
)
==
0x2000000
);
}
bool
NeedsPositioning
();
};
};
class
MSFILTER_DLLPUBLIC
SRECT
:
public
TBBase
class
MSFILTER_DLLPUBLIC
SRECT
:
public
TBBase
...
...
filter/source/msfilter/mstoolbar.cxx
Dosyayı görüntüle @
7ce98f34
...
@@ -781,11 +781,6 @@ bool TB::IsEnabled()
...
@@ -781,11 +781,6 @@ bool TB::IsEnabled()
return
(
bFlags
&
0x01
)
!=
0x01
;
return
(
bFlags
&
0x01
)
!=
0x01
;
}
}
bool
TB
::
NeedsPositioning
()
{
return
(
bFlags
&
0x10
)
==
0x10
;
}
void
TB
::
Print
(
FILE
*
fp
)
void
TB
::
Print
(
FILE
*
fp
)
{
{
Indent
a
;
Indent
a
;
...
...
unusedcode.easy
Dosyayı görüntüle @
7ce98f34
...
@@ -711,7 +711,6 @@ SwpHtStart::Insert(SwTxtAttr const**, unsigned short)
...
@@ -711,7 +711,6 @@ SwpHtStart::Insert(SwTxtAttr const**, unsigned short)
SwpHtStart::Insert(SwpHtStart const*, unsigned short, unsigned short)
SwpHtStart::Insert(SwpHtStart const*, unsigned short, unsigned short)
SwpHtStart::Remove(SwTxtAttr const*&, unsigned short)
SwpHtStart::Remove(SwTxtAttr const*&, unsigned short)
SystemChildWindow::SystemChildWindow(Window*, ResId const&)
SystemChildWindow::SystemChildWindow(Window*, ResId const&)
TB::NeedsPositioning()
TESortedPositions::Insert(TESortedPositions const*, unsigned short, unsigned short)
TESortedPositions::Insert(TESortedPositions const*, unsigned short, unsigned short)
TESortedPositions::Insert(unsigned long const&, unsigned short&)
TESortedPositions::Insert(unsigned long const&, unsigned short&)
TESortedPositions::Insert(unsigned long const*, unsigned short)
TESortedPositions::Insert(unsigned long const*, unsigned short)
...
...
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