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
4f675d31
Kaydet (Commit)
4f675d31
authored
Eyl 11, 2011
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
callcatcher: drop unused methods
üst
0009579f
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
0 additions
and
59 deletions
+0
-59
dlgedobj.cxx
basctl/source/dlged/dlgedobj.cxx
+0
-12
dlgedobj.hxx
basctl/source/inc/dlgedobj.hxx
+0
-2
scriptdlg.cxx
cui/source/dialogs/scriptdlg.cxx
+0
-7
scriptdlg.hxx
cui/source/inc/scriptdlg.hxx
+0
-1
xltools.cxx
sc/source/filter/excel/xltools.cxx
+0
-7
xltools.hxx
sc/source/filter/inc/xltools.hxx
+0
-2
unusedcode.easy
unusedcode.easy
+0
-20
dialog.hxx
vcl/inc/vcl/dialog.hxx
+0
-1
dialog.cxx
vcl/source/window/dialog.cxx
+0
-7
No files found.
basctl/source/dlged/dlgedobj.cxx
Dosyayı görüntüle @
4f675d31
...
@@ -1141,18 +1141,6 @@ void DlgEdObj::SetDefaults()
...
@@ -1141,18 +1141,6 @@ void DlgEdObj::SetDefaults()
//----------------------------------------------------------------------------
//----------------------------------------------------------------------------
IMPL_LINK
(
DlgEdObj
,
OnCreate
,
void
*
,
EMPTYTAG
)
{
(
void
)
EMPTYTAG
;
/*
if (pTempView)
pTempView->ObjectCreated(this);
*/
return
0
;
}
//----------------------------------------------------------------------------
void
DlgEdObj
::
StartListening
()
void
DlgEdObj
::
StartListening
()
{
{
DBG_ASSERT
(
!
isListening
(),
"DlgEdObj::StartListening: already listening!"
);
DBG_ASSERT
(
!
isListening
(),
"DlgEdObj::StartListening: already listening!"
);
...
...
basctl/source/inc/dlgedobj.hxx
Dosyayı görüntüle @
4f675d31
...
@@ -71,8 +71,6 @@ protected:
...
@@ -71,8 +71,6 @@ protected:
virtual
void
NbcResize
(
const
Point
&
rRef
,
const
Fraction
&
xFact
,
const
Fraction
&
yFact
);
virtual
void
NbcResize
(
const
Point
&
rRef
,
const
Fraction
&
xFact
,
const
Fraction
&
yFact
);
virtual
bool
EndCreate
(
SdrDragStat
&
rStat
,
SdrCreateCmd
eCmd
);
virtual
bool
EndCreate
(
SdrDragStat
&
rStat
,
SdrCreateCmd
eCmd
);
DECL_LINK
(
OnCreate
,
void
*
);
using
SfxListener
::
StartListening
;
using
SfxListener
::
StartListening
;
void
StartListening
();
void
StartListening
();
using
SfxListener
::
EndListening
;
using
SfxListener
::
EndListening
;
...
...
cui/source/dialogs/scriptdlg.cxx
Dosyayı görüntüle @
4f675d31
...
@@ -662,13 +662,6 @@ void SvxScriptOrgDialog::CheckButtons( Reference< browse::XBrowseNode >& node )
...
@@ -662,13 +662,6 @@ void SvxScriptOrgDialog::CheckButtons( Reference< browse::XBrowseNode >& node )
}
}
}
}
IMPL_LINK_INLINE_START
(
SvxScriptOrgDialog
,
MacroDoubleClickHdl
,
SvTreeListBox
*
,
EMPTYARG
)
{
return
0
;
}
IMPL_LINK_INLINE_END
(
SvxScriptOrgDialog
,
MacroDoubleClickHdl
,
SvTreeListBox
*
,
EMPTYARG
)
IMPL_LINK
(
SvxScriptOrgDialog
,
ScriptSelectHdl
,
SvTreeListBox
*
,
pBox
)
IMPL_LINK
(
SvxScriptOrgDialog
,
ScriptSelectHdl
,
SvTreeListBox
*
,
pBox
)
{
{
if
(
!
pBox
->
IsSelected
(
pBox
->
GetHdlEntry
()
)
)
if
(
!
pBox
->
IsSelected
(
pBox
->
GetHdlEntry
()
)
)
...
...
cui/source/inc/scriptdlg.hxx
Dosyayı görüntüle @
4f675d31
...
@@ -179,7 +179,6 @@ protected:
...
@@ -179,7 +179,6 @@ protected:
const
String
m_renameErrTitleStr
;
const
String
m_renameErrTitleStr
;
DECL_LINK
(
MacroSelectHdl
,
SvTreeListBox
*
);
DECL_LINK
(
MacroSelectHdl
,
SvTreeListBox
*
);
DECL_LINK
(
MacroDoubleClickHdl
,
SvTreeListBox
*
);
DECL_LINK
(
ScriptSelectHdl
,
SvTreeListBox
*
);
DECL_LINK
(
ScriptSelectHdl
,
SvTreeListBox
*
);
DECL_LINK
(
ButtonHdl
,
Button
*
);
DECL_LINK
(
ButtonHdl
,
Button
*
);
sal_Bool
getBoolProperty
(
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
beans
::
XPropertySet
>&
xProps
,
::
rtl
::
OUString
&
propName
);
sal_Bool
getBoolProperty
(
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
beans
::
XPropertySet
>&
xProps
,
::
rtl
::
OUString
&
propName
);
...
...
sc/source/filter/excel/xltools.cxx
Dosyayı görüntüle @
4f675d31
...
@@ -719,13 +719,6 @@ OUString XclTools::GetSbMacroUrl( const OUString& rMacroName, SfxObjectShell* pD
...
@@ -719,13 +719,6 @@ OUString XclTools::GetSbMacroUrl( const OUString& rMacroName, SfxObjectShell* pD
return
OUString
();
return
OUString
();
}
}
OUString
XclTools
::
GetSbMacroUrl
(
const
OUString
&
rModuleName
,
const
OUString
&
rMacroName
,
SfxObjectShell
*
pDocShell
)
{
OSL_ENSURE
(
rModuleName
.
getLength
()
>
0
,
"XclTools::GetSbMacroUrl - module name is empty"
);
OSL_ENSURE
(
rMacroName
.
getLength
()
>
0
,
"XclTools::GetSbMacroUrl - macro name is empty"
);
return
GetSbMacroUrl
(
rModuleName
+
OUString
(
sal_Unicode
(
'.'
)
)
+
rMacroName
,
pDocShell
);
}
OUString
XclTools
::
GetXclMacroName
(
const
OUString
&
rSbMacroUrl
)
OUString
XclTools
::
GetXclMacroName
(
const
OUString
&
rSbMacroUrl
)
{
{
sal_Int32
nSbMacroUrlLen
=
rSbMacroUrl
.
getLength
();
sal_Int32
nSbMacroUrlLen
=
rSbMacroUrl
.
getLength
();
...
...
sc/source/filter/inc/xltools.hxx
Dosyayı görüntüle @
4f675d31
...
@@ -241,8 +241,6 @@ public:
...
@@ -241,8 +241,6 @@ public:
/** Returns the full StarBasic macro URL from an Excel macro name. */
/** Returns the full StarBasic macro URL from an Excel macro name. */
static
::
rtl
::
OUString
GetSbMacroUrl
(
const
rtl
::
OUString
&
rMacroName
,
SfxObjectShell
*
pDocShell
=
0
);
static
::
rtl
::
OUString
GetSbMacroUrl
(
const
rtl
::
OUString
&
rMacroName
,
SfxObjectShell
*
pDocShell
=
0
);
/** Returns the full StarBasic macro URL from an Excel module and macro name. */
static
::
rtl
::
OUString
GetSbMacroUrl
(
const
rtl
::
OUString
&
rModuleName
,
const
rtl
::
OUString
&
rMacroName
,
SfxObjectShell
*
pDocShell
=
0
);
/** Returns the Excel macro name from a full StarBasic macro URL. */
/** Returns the Excel macro name from a full StarBasic macro URL. */
static
::
rtl
::
OUString
GetXclMacroName
(
const
::
rtl
::
OUString
&
rSbMacroUrl
);
static
::
rtl
::
OUString
GetXclMacroName
(
const
::
rtl
::
OUString
&
rSbMacroUrl
);
...
...
unusedcode.easy
Dosyayı görüntüle @
4f675d31
...
@@ -102,9 +102,7 @@ DdeTopic::DdeTopic(String const&)
...
@@ -102,9 +102,7 @@ DdeTopic::DdeTopic(String const&)
DdeTopic::RemoveItem(DdeItem const&)
DdeTopic::RemoveItem(DdeItem const&)
DffPropSet::SetPropertyValue(unsigned int, unsigned int) const
DffPropSet::SetPropertyValue(unsigned int, unsigned int) const
Dialog::Dialog(Window*, ResId const&)
Dialog::Dialog(Window*, ResId const&)
Dialog::IsStartedModal() const
DirEntry::GetDevice() const
DirEntry::GetDevice() const
DlgEdObj::LinkStubOnCreate(void*, void*)
EECharAttribArray::Insert(EECharAttribArray const*, unsigned short, unsigned short, unsigned short)
EECharAttribArray::Insert(EECharAttribArray const*, unsigned short, unsigned short, unsigned short)
EECharAttribArray::Replace(EECharAttrib const&, unsigned short)
EECharAttribArray::Replace(EECharAttrib const&, unsigned short)
EECharAttribArray::Replace(EECharAttrib const*, unsigned short, unsigned short)
EECharAttribArray::Replace(EECharAttrib const*, unsigned short, unsigned short)
...
@@ -768,14 +766,6 @@ SfxItemPropertySetInfo::getMap() const
...
@@ -768,14 +766,6 @@ SfxItemPropertySetInfo::getMap() const
SfxItemSetHint::SfxItemSetHint(SfxItemSet*)
SfxItemSetHint::SfxItemSetHint(SfxItemSet*)
SfxListener::EndListening(unsigned short)
SfxListener::EndListening(unsigned short)
SfxLockBytesItem::SfxLockBytesItem(unsigned short, SvLockBytes*)
SfxLockBytesItem::SfxLockBytesItem(unsigned short, SvLockBytes*)
SfxMacro::GetMode() const
SfxMacro::Record(SfxMacroStatement*)
SfxMacro::Remove()
SfxMacro::Replace(SfxMacroStatement*)
SfxMacro::SfxMacro(SfxMacroMode)
SfxMacroStatement::SfxMacroStatement(SfxShell const&, String const&, unsigned char, SfxSlot const&, unsigned char, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>&)
SfxMacroStatement::SfxMacroStatement(String const&)
SfxMacroStatement::SfxMacroStatement(String const&, SfxSlot const&, unsigned char, com::sun::star::uno::Sequence<com::sun::star::beans::PropertyValue>&)
SfxMailModel::GetCount() const
SfxMailModel::GetCount() const
SfxMedium::GetHdl()
SfxMedium::GetHdl()
SfxMedium::GetReferer() const
SfxMedium::GetReferer() const
...
@@ -1179,7 +1169,6 @@ SvxRelativeField::SvxRelativeField(Window*, long)
...
@@ -1179,7 +1169,6 @@ SvxRelativeField::SvxRelativeField(Window*, long)
SvxReloadControllerItem::RegisterControl(unsigned short, SfxModule*)
SvxReloadControllerItem::RegisterControl(unsigned short, SfxModule*)
SvxRubyChildWindow::GetChildWindowId()
SvxRubyChildWindow::GetChildWindowId()
SvxRuler::GetDefTabDist() const
SvxRuler::GetDefTabDist() const
SvxScriptOrgDialog::LinkStubMacroDoubleClickHdl(void*, void*)
SvxSearchDialog::GetReplaceItems(SfxItemSet&)
SvxSearchDialog::GetReplaceItems(SfxItemSet&)
SvxSearchDialog::GetSearchItems(SfxItemSet&)
SvxSearchDialog::GetSearchItems(SfxItemSet&)
SvxSearchDialog::SvxSearchDialog(Window*, SfxBindings&)
SvxSearchDialog::SvxSearchDialog(Window*, SfxBindings&)
...
@@ -1499,7 +1488,6 @@ XclRoot::GetPixelYFromHmm(int) const
...
@@ -1499,7 +1488,6 @@ XclRoot::GetPixelYFromHmm(int) const
XclTokenArray::XclTokenArray(std::vector<unsigned char, std::allocator<unsigned char> >&, bool)
XclTokenArray::XclTokenArray(std::vector<unsigned char, std::allocator<unsigned char> >&, bool)
XclTokenArrayIterator::Init()
XclTokenArrayIterator::Init()
XclTools::GetBuiltInStyleName(rtl::OUString const&)
XclTools::GetBuiltInStyleName(rtl::OUString const&)
XclTools::GetSbMacroUrl(rtl::OUString const&, rtl::OUString const&, SfxObjectShell*)
XclXFBase::HasUsedFlags() const
XclXFBase::HasUsedFlags() const
XmlSec::GetDateTimeString(rtl::OUString const&, rtl::OUString const&)
XmlSec::GetDateTimeString(rtl::OUString const&, rtl::OUString const&)
XmlSecStatusBarControl::GetDefItemWidth(StatusBar&)
XmlSecStatusBarControl::GetDefItemWidth(StatusBar&)
...
@@ -1558,7 +1546,6 @@ _ZSortFlys::Remove(_ZSortFly const&, unsigned short)
...
@@ -1558,7 +1546,6 @@ _ZSortFlys::Remove(_ZSortFly const&, unsigned short)
_ZSortFlys_SAR::Replace(_ZSortFly const&, unsigned short)
_ZSortFlys_SAR::Replace(_ZSortFly const&, unsigned short)
_ZSortFlys_SAR::Replace(_ZSortFly const*, unsigned short, unsigned short)
_ZSortFlys_SAR::Replace(_ZSortFly const*, unsigned short, unsigned short)
_ZSortFlys_SAR::_ForEach(unsigned short, unsigned short, unsigned char (*)(_ZSortFly const&, void*), void*)
_ZSortFlys_SAR::_ForEach(unsigned short, unsigned short, unsigned char (*)(_ZSortFly const&, void*), void*)
accessibility::DGColorNameLookUp::~DGColorNameLookUp()
basebmp::debugDump(boost::shared_ptr<basebmp::BitmapDevice> const&, std::basic_ostream<char, std::char_traits<char> >&)
basebmp::debugDump(boost::shared_ptr<basebmp::BitmapDevice> const&, std::basic_ostream<char, std::char_traits<char> >&)
basegfx::B1DRange::B1DRange(basegfx::B1IRange const&)
basegfx::B1DRange::B1DRange(basegfx::B1IRange const&)
basegfx::B2DCubicBezier::B2DCubicBezier(basegfx::B2DPoint const&, basegfx::B2DPoint const&)
basegfx::B2DCubicBezier::B2DCubicBezier(basegfx::B2DPoint const&, basegfx::B2DPoint const&)
...
@@ -1750,13 +1737,6 @@ binfilter::CharPosArray::Insert(binfilter::CharPosArray const*, unsigned short,
...
@@ -1750,13 +1737,6 @@ binfilter::CharPosArray::Insert(binfilter::CharPosArray const*, unsigned short,
binfilter::CharPosArray::Replace(int const&, unsigned short)
binfilter::CharPosArray::Replace(int const&, unsigned short)
binfilter::CharPosArray::Replace(int const*, unsigned short, unsigned short)
binfilter::CharPosArray::Replace(int const*, unsigned short, unsigned short)
binfilter::CharPosArray::_ForEach(unsigned short, unsigned short, unsigned char (*)(int const&, void*), void*)
binfilter::CharPosArray::_ForEach(unsigned short, unsigned short, unsigned char (*)(int const&, void*), void*)
binfilter::DbgName_CntBoolItem()
binfilter::DbgName_CntEnumItem()
binfilter::DbgName_SfxEnumItemInterface()
binfilter::DbgName_SfxFilter()
binfilter::DbgName_SfxFrameSetDescriptor()
binfilter::DbgName_SfxStringListItem()
binfilter::DbgName_SvxMacroItem()
binfilter::Dictionary::~Dictionary()
binfilter::Dictionary::~Dictionary()
binfilter::EECharAttribArray::Insert(binfilter::EECharAttrib const&, unsigned short)
binfilter::EECharAttribArray::Insert(binfilter::EECharAttrib const&, unsigned short)
binfilter::EECharAttribArray::Insert(binfilter::EECharAttribArray const*, unsigned short, unsigned short, unsigned short)
binfilter::EECharAttribArray::Insert(binfilter::EECharAttribArray const*, unsigned short, unsigned short, unsigned short)
...
...
vcl/inc/vcl/dialog.hxx
Dosyayı görüntüle @
4f675d31
...
@@ -98,7 +98,6 @@ public:
...
@@ -98,7 +98,6 @@ public:
public
:
public
:
// Link impl: DECL_LINK( MyEndDialogHdl, Dialog* ); <= param is dialog just ended
// Link impl: DECL_LINK( MyEndDialogHdl, Dialog* ); <= param is dialog just ended
virtual
void
StartExecuteModal
(
const
Link
&
rEndDialogHdl
);
virtual
void
StartExecuteModal
(
const
Link
&
rEndDialogHdl
);
sal_Bool
IsStartedModal
()
const
;
long
GetResult
()
const
;
long
GetResult
()
const
;
private
:
private
:
sal_Bool
ImplStartExecuteModal
();
sal_Bool
ImplStartExecuteModal
();
...
...
vcl/source/window/dialog.cxx
Dosyayı görüntüle @
4f675d31
...
@@ -723,13 +723,6 @@ void Dialog::StartExecuteModal( const Link& rEndDialogHdl )
...
@@ -723,13 +723,6 @@ void Dialog::StartExecuteModal( const Link& rEndDialogHdl )
// -----------------------------------------------------------------------
// -----------------------------------------------------------------------
sal_Bool
Dialog
::
IsStartedModal
()
const
{
return
mpDialogImpl
->
mbStartedModal
;
}
// -----------------------------------------------------------------------
void
Dialog
::
EndDialog
(
long
nResult
)
void
Dialog
::
EndDialog
(
long
nResult
)
{
{
if
(
mbInExecute
)
if
(
mbInExecute
)
...
...
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