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
79fcf0b4
Kaydet (Commit)
79fcf0b4
authored
Kas 03, 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: Ida4221bfbfe30f7e1abd5c367d8cb8b9edd310bb
üst
bbdd3da4
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
1 addition
and
55 deletions
+1
-55
RowSetCacheIterator.cxx
dbaccess/source/core/api/RowSetCacheIterator.cxx
+0
-5
RowSetCacheIterator.hxx
dbaccess/source/core/api/RowSetCacheIterator.hxx
+0
-1
celllistsource.cxx
sc/source/ui/unoobj/celllistsource.cxx
+0
-16
celllistsource.hxx
sc/source/ui/unoobj/celllistsource.hxx
+0
-6
cellvaluebinding.cxx
sc/source/ui/unoobj/cellvaluebinding.cxx
+0
-19
cellvaluebinding.hxx
sc/source/ui/unoobj/cellvaluebinding.hxx
+0
-6
unusedcode.easy
unusedcode.easy
+1
-2
No files found.
dbaccess/source/core/api/RowSetCacheIterator.cxx
Dosyayı görüntüle @
79fcf0b4
...
...
@@ -124,9 +124,4 @@ bool ORowSetCacheIterator::isNull() const
return
bRet
;
}
::
osl
::
Mutex
*
ORowSetCacheIterator
::
getMutex
()
const
{
return
m_pRowSet
?
m_pRowSet
->
getMutex
()
:
NULL
;
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
dbaccess/source/core/api/RowSetCacheIterator.hxx
Dosyayı görüntüle @
79fcf0b4
...
...
@@ -73,7 +73,6 @@ namespace dbaccess
void
setBookmark
(
const
::
com
::
sun
::
star
::
uno
::
Any
&
_rBookmark
);
::
com
::
sun
::
star
::
uno
::
Any
getBookmark
()
const
{
return
m_aIter
->
second
.
aBookmark
;
}
::
osl
::
Mutex
*
getMutex
()
const
;
ORowSetCacheMap
::
iterator
getIter
()
const
{
return
m_aIter
;
}
};
...
...
sc/source/ui/unoobj/celllistsource.cxx
Dosyayı görüntüle @
79fcf0b4
...
...
@@ -42,22 +42,6 @@ namespace calc
using
namespace
::
com
::
sun
::
star
::
util
;
using
namespace
::
com
::
sun
::
star
::
form
::
binding
;
#ifdef DBG_UTIL
const
char
*
OCellListSource
::
checkConsistency_static
(
const
void
*
_pThis
)
{
return
static_cast
<
const
OCellListSource
*
>
(
_pThis
)
->
checkConsistency
(
);
}
const
char
*
OCellListSource
::
checkConsistency
(
)
const
{
const
char
*
pAssertion
=
NULL
;
// TODO: place any checks here to ensure consistency of this instance
return
pAssertion
;
}
#endif
OCellListSource
::
OCellListSource
(
const
Reference
<
XSpreadsheetDocument
>&
_rxDocument
)
:
OCellListSource_Base
(
m_aMutex
)
,
OCellListSource_PBase
(
OCellListSource_Base
::
rBHelper
)
...
...
sc/source/ui/unoobj/celllistsource.hxx
Dosyayı görüntüle @
79fcf0b4
...
...
@@ -146,12 +146,6 @@ namespace calc
OCellListSource
();
// never implemented
OCellListSource
(
const
OCellListSource
&
);
// never implemented
OCellListSource
&
operator
=
(
const
OCellListSource
&
);
// never implemented
#ifdef DBG_UTIL
private
:
static
const
char
*
checkConsistency_static
(
const
void
*
_pThis
);
const
char
*
checkConsistency
(
)
const
;
#endif
};
}
// namespace calc
...
...
sc/source/ui/unoobj/cellvaluebinding.cxx
Dosyayı görüntüle @
79fcf0b4
...
...
@@ -47,25 +47,6 @@ namespace calc
using
namespace
::
com
::
sun
::
star
::
util
;
using
namespace
::
com
::
sun
::
star
::
form
::
binding
;
#ifdef DBG_UTIL
const
char
*
OCellValueBinding
::
checkConsistency_static
(
const
void
*
_pThis
)
{
return
static_cast
<
const
OCellValueBinding
*
>
(
_pThis
)
->
checkConsistency
(
);
}
const
char
*
OCellValueBinding
::
checkConsistency
(
)
const
{
const
char
*
pAssertion
=
NULL
;
if
(
m_xCellText
.
is
()
&&
!
m_xCell
.
is
()
)
// there are places (e.g. getSupportedTypes) which rely on the fact
// that m_xCellText.is() implies m_xCell.is()
pAssertion
=
"cell references inconsistent!"
;
// TODO: place any additional checks here to ensure consistency of this instance
return
pAssertion
;
}
#endif
OCellValueBinding
::
OCellValueBinding
(
const
Reference
<
XSpreadsheetDocument
>&
_rxDocument
,
bool
_bListPos
)
:
OCellValueBinding_Base
(
m_aMutex
)
,
OCellValueBinding_PBase
(
OCellValueBinding_Base
::
rBHelper
)
...
...
sc/source/ui/unoobj/cellvaluebinding.hxx
Dosyayı görüntüle @
79fcf0b4
...
...
@@ -141,12 +141,6 @@ namespace calc
OCellValueBinding
();
// never implemented
OCellValueBinding
(
const
OCellValueBinding
&
);
// never implemented
OCellValueBinding
&
operator
=
(
const
OCellValueBinding
&
);
// never implemented
#ifdef DBG_UTIL
private
:
static
const
char
*
checkConsistency_static
(
const
void
*
_pThis
);
const
char
*
checkConsistency
(
)
const
;
#endif
};
}
// namespace calc
...
...
unusedcode.easy
Dosyayı görüntüle @
79fcf0b4
...
...
@@ -169,14 +169,13 @@ apitest::XTextContent::testAttach()
apitest::XTextContent::testGetAnchor()
apitest::XTextField::testGetPresentation()
basegfx::tools::containsOnlyHorizontalAndVerticalEdges(basegfx::B2DPolyPolygon const&)
calc::OCellListSource::checkConsistency_static(void const*)
calc::OCellValueBinding::checkConsistency_static(void const*)
canvas::createSurfaceProxyManager(boost::shared_ptr<canvas::IRenderModule> const&)
chart::BaseGFXHelper::B2IRectangleToAWTRectangle(basegfx::B2IRange const&)
chart::ChartTypeUnoDlg::Create(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&)
chart::InternalData::isDefaultData()
chart::ShapeToolbarController::create(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&)
comphelper::OAccessibleImplementationAccess::setStateBit(short, bool)
comphelper::ThreadPool::getSharedOptimalPool()
comphelper::detail::ConfigurationWrapper::getGroupReadWrite(boost::shared_ptr<comphelper::ConfigurationChanges> const&, rtl::OUString const&) const
comphelper::detail::ConfigurationWrapper::getLocalizedPropertyValue(rtl::OUString const&) const
comphelper::detail::ConfigurationWrapper::setLocalizedPropertyValue(boost::shared_ptr<comphelper::ConfigurationChanges> const&, rtl::OUString const&, com::sun::star::uno::Any const&) 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