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
f19ca44a
Kaydet (Commit)
f19ca44a
authored
Nis 04, 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: I23ad8bcbef9a0ef17aaa5d401d111c40a6560ee2
üst
9e8d4c43
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
5 additions
and
42 deletions
+5
-42
ctrlbox.hxx
include/svtools/ctrlbox.hxx
+1
-2
charmap.hxx
include/svx/charmap.hxx
+0
-1
ctrlbox.cxx
svtools/source/control/ctrlbox.cxx
+0
-10
charmap.cxx
svx/source/dialog/charmap.cxx
+0
-9
mailmergehelper.cxx
sw/source/core/uibase/dbui/mailmergehelper.cxx
+0
-12
mailmergehelper.hxx
sw/source/core/uibase/inc/mailmergehelper.hxx
+0
-6
unusedcode.easy
unusedcode.easy
+4
-2
No files found.
include/svtools/ctrlbox.hxx
Dosyayı görüntüle @
f19ca44a
...
@@ -451,8 +451,7 @@ class SVT_DLLPUBLIC FontStyleBox : public ComboBox
...
@@ -451,8 +451,7 @@ class SVT_DLLPUBLIC FontStyleBox : public ComboBox
private
:
private
:
using
ComboBox
::
SetText
;
using
ComboBox
::
SetText
;
public
:
public
:
FontStyleBox
(
Window
*
pParent
,
const
ResId
&
rResId
);
FontStyleBox
(
Window
*
pParent
,
WinBits
nBits
);
FontStyleBox
(
Window
*
pParent
,
WinBits
nBits
);
virtual
~
FontStyleBox
();
virtual
~
FontStyleBox
();
virtual
void
Select
()
SAL_OVERRIDE
;
virtual
void
Select
()
SAL_OVERRIDE
;
...
...
include/svx/charmap.hxx
Dosyayı görüntüle @
f19ca44a
...
@@ -43,7 +43,6 @@ namespace svx
...
@@ -43,7 +43,6 @@ namespace svx
class
SVX_DLLPUBLIC
SvxShowCharSet
:
public
Control
class
SVX_DLLPUBLIC
SvxShowCharSet
:
public
Control
{
{
public
:
public
:
SvxShowCharSet
(
Window
*
pParent
,
const
ResId
&
rResId
);
SvxShowCharSet
(
Window
*
pParent
);
SvxShowCharSet
(
Window
*
pParent
);
virtual
~
SvxShowCharSet
();
virtual
~
SvxShowCharSet
();
...
...
svtools/source/control/ctrlbox.cxx
Dosyayı görüntüle @
f19ca44a
...
@@ -1416,19 +1416,9 @@ void FontNameBox::UserDraw( const UserDrawEvent& rUDEvt )
...
@@ -1416,19 +1416,9 @@ void FontNameBox::UserDraw( const UserDrawEvent& rUDEvt )
// FontStyleBox
// FontStyleBox
FontStyleBox
::
FontStyleBox
(
Window
*
pParent
,
const
ResId
&
rResId
)
:
ComboBox
(
pParent
,
rResId
)
{
aLastStyle
=
GetText
();
}
FontStyleBox
::
FontStyleBox
(
Window
*
pParent
,
WinBits
nBits
)
FontStyleBox
::
FontStyleBox
(
Window
*
pParent
,
WinBits
nBits
)
:
ComboBox
(
pParent
,
nBits
)
:
ComboBox
(
pParent
,
nBits
)
{
{
aLastStyle
=
GetText
();
//Use the standard texts to get an optimal size and stick to that size.
//Use the standard texts to get an optimal size and stick to that size.
//That should stop the character dialog dancing around.
//That should stop the character dialog dancing around.
InsertEntry
(
SVT_RESSTR
(
STR_SVT_STYLE_LIGHT
));
InsertEntry
(
SVT_RESSTR
(
STR_SVT_STYLE_LIGHT
));
...
...
svx/source/dialog/charmap.cxx
Dosyayı görüntüle @
f19ca44a
...
@@ -55,15 +55,6 @@ sal_uInt32& SvxShowCharSet::getSelectedChar()
...
@@ -55,15 +55,6 @@ sal_uInt32& SvxShowCharSet::getSelectedChar()
// class SvxShowCharSet ==================================================
// class SvxShowCharSet ==================================================
SvxShowCharSet
::
SvxShowCharSet
(
Window
*
pParent
,
const
ResId
&
rResId
)
:
Control
(
pParent
,
rResId
)
,
m_pAccessible
(
NULL
)
,
aVscrollSB
(
this
,
WB_VERT
)
{
init
();
InitSettings
(
true
,
true
);
}
SvxShowCharSet
::
SvxShowCharSet
(
Window
*
pParent
)
SvxShowCharSet
::
SvxShowCharSet
(
Window
*
pParent
)
:
Control
(
pParent
,
WB_TABSTOP
|
WB_BORDER
)
:
Control
(
pParent
,
WB_TABSTOP
|
WB_BORDER
)
,
m_pAccessible
(
NULL
)
,
m_pAccessible
(
NULL
)
...
...
sw/source/core/uibase/dbui/mailmergehelper.cxx
Dosyayı görüntüle @
f19ca44a
...
@@ -168,18 +168,6 @@ uno::Reference< mail::XSmtpService > ConnectToSmtpServer(
...
@@ -168,18 +168,6 @@ uno::Reference< mail::XSmtpService > ConnectToSmtpServer(
}
//namespace
}
//namespace
SwBoldFixedInfo
::
SwBoldFixedInfo
(
Window
*
pParent
,
const
ResId
&
rResId
)
:
FixedInfo
(
pParent
,
rResId
)
{
Font
aFont
=
GetFont
();
aFont
.
SetWeight
(
WEIGHT_BOLD
);
SetFont
(
aFont
);
}
SwBoldFixedInfo
::~
SwBoldFixedInfo
()
{
}
struct
SwAddressPreview_Impl
struct
SwAddressPreview_Impl
{
{
::
std
::
vector
<
OUString
>
aAddresses
;
::
std
::
vector
<
OUString
>
aAddresses
;
...
...
sw/source/core/uibase/inc/mailmergehelper.hxx
Dosyayı görüntüle @
f19ca44a
...
@@ -54,12 +54,6 @@ namespace SwMailMergeHelper
...
@@ -54,12 +54,6 @@ namespace SwMailMergeHelper
Window
*
pDialogParentWindow
=
0
);
Window
*
pDialogParentWindow
=
0
);
}
}
class
SW_DLLPUBLIC
SwBoldFixedInfo
:
public
FixedInfo
{
public
:
SwBoldFixedInfo
(
Window
*
pParent
,
const
ResId
&
rResId
);
virtual
~
SwBoldFixedInfo
();
};
struct
SwAddressPreview_Impl
;
struct
SwAddressPreview_Impl
;
/*-------------------------------------------------------------------------
/*-------------------------------------------------------------------------
...
...
unusedcode.easy
Dosyayı görüntüle @
f19ca44a
...
@@ -33,6 +33,7 @@ ScDocument::CreateFormatTable() const
...
@@ -33,6 +33,7 @@ ScDocument::CreateFormatTable() const
ScDocument::GetRowFlagsArray(short) const
ScDocument::GetRowFlagsArray(short) const
ScExtIButton::GetSelected() const
ScExtIButton::GetSelected() const
ScFormulaCellGroup::scheduleCompilation()
ScFormulaCellGroup::scheduleCompilation()
ScPivotLayoutDlg::ScPivotLayoutDlg(SfxBindings*, SfxChildWindow*, Window*, ScDPObject const&, bool)
ScVbaFormat<ooo::vba::excel::XStyle>::getAddIndent()
ScVbaFormat<ooo::vba::excel::XStyle>::getAddIndent()
ScVbaFormat<ooo::vba::excel::XStyle>::setAddIndent(com::sun::star::uno::Any const&)
ScVbaFormat<ooo::vba::excel::XStyle>::setAddIndent(com::sun::star::uno::Any const&)
SdrItemBrowser::ForceParent()
SdrItemBrowser::ForceParent()
...
@@ -193,8 +194,8 @@ comphelper::detail::ConfigurationWrapper::setLocalizedPropertyValue(boost::share
...
@@ -193,8 +194,8 @@ comphelper::detail::ConfigurationWrapper::setLocalizedPropertyValue(boost::share
connectivity::OSQLParseNode::showParseTree(rtl::OUString&) const
connectivity::OSQLParseNode::showParseTree(rtl::OUString&) const
connectivity::file::OStatement_Base::reset()
connectivity::file::OStatement_Base::reset()
connectivity::firebird::release(int&, cppu::OBroadcastHelperVar<cppu::OMultiTypeInterfaceContainerHelper, com::sun::star::uno::Type>&, com::sun::star::uno::Reference<com::sun::star::uno::XInterface>&, com::sun::star::lang::XComponent*)
connectivity::firebird::release(int&, cppu::OBroadcastHelperVar<cppu::OMultiTypeInterfaceContainerHelper, com::sun::star::uno::Type>&, com::sun::star::uno::Reference<com::sun::star::uno::XInterface>&, com::sun::star::lang::XComponent*)
connectivity::sdbcx::OGroup::OGroup(
rtl::OUString const&, unsigned char
)
connectivity::sdbcx::OGroup::OGroup(
bool
)
connectivity::sdbcx::OGroup::OGroup(
unsigned char
)
connectivity::sdbcx::OGroup::OGroup(
rtl::OUString const&, bool
)
oglcanvas::CanvasHelper::flush() const
oglcanvas::CanvasHelper::flush() const
oglcanvas::TextLayout::draw(com::sun::star::rendering::ViewState const&, com::sun::star::rendering::RenderState const&, com::sun::star::uno::Reference<com::sun::star::rendering::XGraphicDevice> const&) const
oglcanvas::TextLayout::draw(com::sun::star::rendering::ViewState const&, com::sun::star::rendering::RenderState const&, com::sun::star::uno::Reference<com::sun::star::rendering::XGraphicDevice> const&) const
oox::xls::BiffDrawingObjectBase::BiffDrawingObjectBase(oox::xls::WorksheetHelper const&)
oox::xls::BiffDrawingObjectBase::BiffDrawingObjectBase(oox::xls::WorksheetHelper const&)
...
@@ -210,6 +211,7 @@ std::_Rb_tree<rtl::OUString, std::pair<rtl::OUString const, (anonymous namespace
...
@@ -210,6 +211,7 @@ std::_Rb_tree<rtl::OUString, std::pair<rtl::OUString const, (anonymous namespace
std::auto_ptr<formula::FormulaTokenArray>::auto_ptr(std::auto_ptr<formula::FormulaTokenArray>&)
std::auto_ptr<formula::FormulaTokenArray>::auto_ptr(std::auto_ptr<formula::FormulaTokenArray>&)
std::auto_ptr<formula::FormulaTokenArray>::auto_ptr(std::auto_ptr_ref<formula::FormulaTokenArray>)
std::auto_ptr<formula::FormulaTokenArray>::auto_ptr(std::auto_ptr_ref<formula::FormulaTokenArray>)
std::vector<rtl::Reference<oox::xls::(anonymous namespace)::WorkerThread>, std::allocator<rtl::Reference<oox::xls::(anonymous namespace)::WorkerThread> > >::reserve(unsigned long)
std::vector<rtl::Reference<oox::xls::(anonymous namespace)::WorkerThread>, std::allocator<rtl::Reference<oox::xls::(anonymous namespace)::WorkerThread> > >::reserve(unsigned long)
svt::AssignmentPersistentData::getInt32Property(char const*) const
utl::extractTime(com::sun::star::util::DateTime const&, com::sun::star::util::Time&)
utl::extractTime(com::sun::star::util::DateTime const&, com::sun::star::util::Time&)
vcl::MapChar(vcl::_TrueTypeFont*, unsigned short, bool)
vcl::MapChar(vcl::_TrueTypeFont*, unsigned short, bool)
writerfilter::dmapper::SdtHelper::appendToInteropGrabBag(rtl::OUString const&, com::sun::star::uno::Any const&)
writerfilter::dmapper::SdtHelper::appendToInteropGrabBag(rtl::OUString const&, com::sun::star::uno::Any 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