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
11c83469
Kaydet (Commit)
11c83469
authored
Nis 22, 2015
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
callcatcher: update unused code
Change-Id: I8a596153fe6ab34c56a956731d7f9909e71044aa
üst
6ff2d84a
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
0 additions
and
33 deletions
+0
-33
sysplug.hxx
extensions/source/plugin/inc/plugin/unx/sysplug.hxx
+0
-1
nppapi.cxx
extensions/source/plugin/unx/nppapi.cxx
+0
-16
mnuitem.hxx
include/sfx2/mnuitem.hxx
+0
-1
mnuitem.cxx
sfx2/source/menu/mnuitem.cxx
+0
-5
_contdlg.cxx
svx/source/dialog/_contdlg.cxx
+0
-7
contimp.hxx
svx/source/dialog/contimp.hxx
+0
-2
unusedcode.easy
unusedcode.easy
+0
-1
No files found.
extensions/source/plugin/inc/plugin/unx/sysplug.hxx
Dosyayı görüntüle @
11c83469
...
@@ -71,7 +71,6 @@ public:
...
@@ -71,7 +71,6 @@ public:
virtual
int32_t
NPP_Write
(
NPP
instance
,
NPStream
*
stream
,
int32_t
offset
,
virtual
int32_t
NPP_Write
(
NPP
instance
,
NPStream
*
stream
,
int32_t
offset
,
int32_t
len
,
void
*
buffer
)
SAL_OVERRIDE
;
int32_t
len
,
void
*
buffer
)
SAL_OVERRIDE
;
virtual
int32_t
NPP_WriteReady
(
NPP
instance
,
NPStream
*
stream
)
SAL_OVERRIDE
;
virtual
int32_t
NPP_WriteReady
(
NPP
instance
,
NPStream
*
stream
)
SAL_OVERRIDE
;
char
*
NPP_GetMIMEDescription
();
virtual
NPError
NPP_GetValue
(
NPP
instance
,
NPPVariable
variable
,
void
*
value
)
SAL_OVERRIDE
;
virtual
NPError
NPP_GetValue
(
NPP
instance
,
NPPVariable
variable
,
void
*
value
)
SAL_OVERRIDE
;
virtual
NPError
NPP_SetValue
(
NPP
instance
,
NPNVariable
variable
,
virtual
NPError
NPP_SetValue
(
NPP
instance
,
NPNVariable
variable
,
void
*
value
)
SAL_OVERRIDE
;
void
*
value
)
SAL_OVERRIDE
;
...
...
extensions/source/plugin/unx/nppapi.cxx
Dosyayı görüntüle @
11c83469
...
@@ -601,22 +601,6 @@ int32_t UnxPluginComm::NPP_WriteReady( NPP instance, NPStream* stream )
...
@@ -601,22 +601,6 @@ int32_t UnxPluginComm::NPP_WriteReady( NPP instance, NPStream* stream )
return
aRet
;
return
aRet
;
}
}
char
*
UnxPluginComm
::
NPP_GetMIMEDescription
()
{
static
char
*
pDesc
=
NULL
;
MediatorMessage
*
pMes
=
Transact
(
eNPP_GetMIMEDescription
,
NULL
);
if
(
!
pMes
)
return
const_cast
<
char
*>
(
""
);
if
(
pDesc
)
delete
[]
pDesc
;
pDesc
=
pMes
->
GetString
();
delete
pMes
;
return
pDesc
;
}
NPError
UnxPluginComm
::
NPP_GetValue
(
NPP
/*instance*/
,
NPPVariable
/*variable*/
,
void
*
/*value*/
)
NPError
UnxPluginComm
::
NPP_GetValue
(
NPP
/*instance*/
,
NPPVariable
/*variable*/
,
void
*
/*value*/
)
{
{
return
0
;
return
0
;
...
...
include/sfx2/mnuitem.hxx
Dosyayı görüntüle @
11c83469
...
@@ -130,7 +130,6 @@ protected:
...
@@ -130,7 +130,6 @@ protected:
DECL_LINK
(
Activate
,
Menu
*
);
// Needed to support high contrast images
DECL_LINK
(
Activate
,
Menu
*
);
// Needed to support high contrast images
public
:
public
:
static
SfxMenuControl
*
CreateImpl
(
sal_uInt16
nId
,
Menu
&
rMenu
,
SfxBindings
&
rBindings
);
SfxAppMenuControl_Impl
(
sal_uInt16
nPos
,
Menu
&
rMenu
,
SfxBindings
&
rBindings
);
SfxAppMenuControl_Impl
(
sal_uInt16
nPos
,
Menu
&
rMenu
,
SfxBindings
&
rBindings
);
virtual
~
SfxAppMenuControl_Impl
();
virtual
~
SfxAppMenuControl_Impl
();
...
...
sfx2/source/menu/mnuitem.cxx
Dosyayı görüntüle @
11c83469
...
@@ -301,11 +301,6 @@ PopupMenu* SfxMenuControl::GetPopup () const
...
@@ -301,11 +301,6 @@ PopupMenu* SfxMenuControl::GetPopup () const
sal_IntPtr
Select_Impl
(
void
*
pHdl
,
void
*
pVoid
);
sal_IntPtr
Select_Impl
(
void
*
pHdl
,
void
*
pVoid
);
SfxMenuControl
*
SfxAppMenuControl_Impl
::
CreateImpl
(
sal_uInt16
nId
,
Menu
&
rMenu
,
SfxBindings
&
rBindings
)
{
return
new
SfxAppMenuControl_Impl
(
nId
,
rMenu
,
rBindings
);
}
SfxAppMenuControl_Impl
::
SfxAppMenuControl_Impl
(
SfxAppMenuControl_Impl
::
SfxAppMenuControl_Impl
(
sal_uInt16
nPos
,
Menu
&
rMenu
,
SfxBindings
&
rBindings
)
sal_uInt16
nPos
,
Menu
&
rMenu
,
SfxBindings
&
rBindings
)
:
SfxMenuControl
(
nPos
,
rBindings
),
pMenu
(
0
)
:
SfxMenuControl
(
nPos
,
rBindings
),
pMenu
(
0
)
...
...
svx/source/dialog/_contdlg.cxx
Dosyayı görüntüle @
11c83469
...
@@ -291,13 +291,6 @@ bool SvxSuperContourDlg::Close()
...
@@ -291,13 +291,6 @@ bool SvxSuperContourDlg::Close()
return
(
bRet
?
SfxFloatingWindow
::
Close
()
:
sal_False
);
return
(
bRet
?
SfxFloatingWindow
::
Close
()
:
sal_False
);
}
}
// Enabled or disabled all Controls
void
SvxSuperContourDlg
::
SetExecState
(
bool
bEnable
)
{
bExecState
=
bEnable
;
}
void
SvxSuperContourDlg
::
SetGraphic
(
const
Graphic
&
rGraphic
)
void
SvxSuperContourDlg
::
SetGraphic
(
const
Graphic
&
rGraphic
)
{
{
aUndoGraphic
=
aRedoGraphic
=
Graphic
();
aUndoGraphic
=
aRedoGraphic
=
Graphic
();
...
...
svx/source/dialog/contimp.hxx
Dosyayı görüntüle @
11c83469
...
@@ -84,8 +84,6 @@ public:
...
@@ -84,8 +84,6 @@ public:
vcl
::
Window
*
pParent
);
vcl
::
Window
*
pParent
);
virtual
~
SvxSuperContourDlg
();
virtual
~
SvxSuperContourDlg
();
void
SetExecState
(
bool
bEnable
);
void
SetGraphic
(
const
Graphic
&
rGraphic
);
void
SetGraphic
(
const
Graphic
&
rGraphic
);
void
SetGraphicLinked
(
bool
bLinked
)
{
bGraphicLinked
=
bLinked
;
}
void
SetGraphicLinked
(
bool
bLinked
)
{
bGraphicLinked
=
bLinked
;
}
const
Graphic
&
GetGraphic
()
const
{
return
aGraphic
;
}
const
Graphic
&
GetGraphic
()
const
{
return
aGraphic
;
}
...
...
unusedcode.easy
Dosyayı görüntüle @
11c83469
...
@@ -52,7 +52,6 @@ SvxOpenGLObject::setRenderer(IOpenGLRenderer*)
...
@@ -52,7 +52,6 @@ SvxOpenGLObject::setRenderer(IOpenGLRenderer*)
Test::testCopyPasteSkipEmptyConditionalFormatting()
Test::testCopyPasteSkipEmptyConditionalFormatting()
Test::testPerf()
Test::testPerf()
Test::testSharedFormulaMoveBlock()
Test::testSharedFormulaMoveBlock()
UnxPluginComm::NPP_GetMIMEDescription()
XclXmlUtils::ToOString(XclRange const&)
XclXmlUtils::ToOString(XclRange const&)
XmlTestTools::parseXml(utl::TempFile&)
XmlTestTools::parseXml(utl::TempFile&)
apitest::XCellRangesQuery::testQueryFormulaCells()
apitest::XCellRangesQuery::testQueryFormulaCells()
...
...
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