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
c71de82e
Kaydet (Commit)
c71de82e
authored
Mar 06, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
callcatcher: update unused code
Change-Id: Ibecd2458fb50ea6e9aff4e0c8ed76f9bfa25b8f4
üst
17285a7d
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
13 additions
and
8 deletions
+13
-8
editfield.cxx
sc/source/ui/cctrl/editfield.cxx
+0
-7
editfield.hxx
sc/source/ui/inc/editfield.hxx
+0
-1
imivctl.hxx
svtools/source/contnr/imivctl.hxx
+2
-0
imivctl1.cxx
svtools/source/contnr/imivctl1.cxx
+2
-0
unusedcode.easy
unusedcode.easy
+9
-0
No files found.
sc/source/ui/cctrl/editfield.cxx
Dosyayı görüntüle @
c71de82e
...
...
@@ -44,13 +44,6 @@ sal_Unicode lclGetGroupSep()
}
// namespace
ScDoubleField
::
ScDoubleField
(
Window
*
pParent
,
const
ResId
&
rResId
)
:
Edit
(
pParent
,
rResId
)
{
}
ScDoubleField
::
ScDoubleField
(
Window
*
pParent
,
WinBits
nStyle
)
:
Edit
(
pParent
,
nStyle
)
{
...
...
sc/source/ui/inc/editfield.hxx
Dosyayı görüntüle @
c71de82e
...
...
@@ -28,7 +28,6 @@
class
ScDoubleField
:
public
Edit
{
public
:
explicit
ScDoubleField
(
Window
*
pParent
,
const
ResId
&
rResId
);
explicit
ScDoubleField
(
Window
*
pParent
,
WinBits
nStyle
);
bool
GetValue
(
double
&
rfValue
)
const
;
...
...
svtools/source/contnr/imivctl.hxx
Dosyayı görüntüle @
c71de82e
...
...
@@ -487,10 +487,12 @@ public:
);
void
AdjustEntryAtGrid
(
SvxIconChoiceCtrlEntry
*
pStart
=
0
);
#ifdef DBG_UTIL
void
SetEntryTextMode
(
SvxIconChoiceCtrlTextMode
,
SvxIconChoiceCtrlEntry
*
pEntry
=
0
);
#endif
void
EnableEntryEditing
(
sal_Bool
bEnable
)
{
bEntryEditingEnabled
=
bEnable
;
}
sal_Bool
IsEntryEditingEnabled
()
const
{
return
bEntryEditingEnabled
;
}
sal_Bool
IsEntryEditing
()
const
{
return
(
sal_Bool
)(
pCurEditedEntry
!=
0
);
}
...
...
svtools/source/contnr/imivctl1.cxx
Dosyayı görüntüle @
c71de82e
...
...
@@ -3052,6 +3052,7 @@ Point SvxIconChoiceCtrl_Impl::AdjustAtGrid( const Rectangle& rCenterRect,
return
aPos
;
}
#ifdef DBG_UTIL
void
SvxIconChoiceCtrl_Impl
::
SetEntryTextMode
(
SvxIconChoiceCtrlTextMode
eMode
,
SvxIconChoiceCtrlEntry
*
pEntry
)
{
if
(
!
pEntry
)
...
...
@@ -3075,6 +3076,7 @@ void SvxIconChoiceCtrl_Impl::SetEntryTextMode( SvxIconChoiceCtrlTextMode eMode,
}
}
}
#endif
SvxIconChoiceCtrlTextMode
SvxIconChoiceCtrl_Impl
::
GetEntryTextModeSmart
(
const
SvxIconChoiceCtrlEntry
*
pEntry
)
const
{
...
...
unusedcode.easy
Dosyayı görüntüle @
c71de82e
...
...
@@ -48,9 +48,18 @@ StyleSettings::SetTitleHeight(long)
StyleSettings::SetUseFlatBorders(bool)
StyleSettings::SetUseFlatMenus(bool)
SvpSalInstance::PostedEventsInQueue()
SvtAccessibilityOptions_Impl::SetColorValueSetColumnCount(short)
SvtAccessibilityOptions_Impl::SetEdgeBlending(short)
SvtAccessibilityOptions_Impl::SetListBoxMaximumLineCount(short)
SvtAccessibilityOptions_Impl::SetPreviewUsesCheckeredBackground(unsigned char)
SvtListener::IsListening(SvtBroadcaster&) const
SvxNumberFormatShell::IsAdded_Impl(unsigned long)
SwAccessibleField::SwAccessibleField(SwField*, SwAccessibleParagraph*, short)
SwAccessibleMap::FireColumnChangeEvent(unsigned short, unsigned short)
SwAccessibleMap::FirePageChangeEvent(unsigned short, unsigned short)
SwAccessibleMap::FireSectionChangeEvent(unsigned short, unsigned short)
SwExtraRedlineTbl::GetPos(SwExtraRedline const*) const
SwExtraRedlineTbl::Remove(unsigned short)
TextDoc::IsValidPaM(TextPaM const&)
UnoApiTest::closeDocument(com::sun::star::uno::Reference<com::sun::star::lang::XComponent>)
apitest::CellProperties::testRotateReference()
...
...
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