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
6457d8bf
Kaydet (Commit)
6457d8bf
authored
Mar 05, 2012
tarafından
Marc-André Laverdière-Papineau
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Removed dead code
üst
1d6cadf5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
18 deletions
+0
-18
propertyset.cxx
svx/source/table/propertyset.cxx
+0
-14
propertyset.hxx
svx/source/table/propertyset.hxx
+0
-2
unusedcode.easy
unusedcode.easy
+0
-2
No files found.
svx/source/table/propertyset.cxx
Dosyayı görüntüle @
6457d8bf
...
@@ -40,12 +40,6 @@ namespace comphelper {
...
@@ -40,12 +40,6 @@ namespace comphelper {
// FastPropertySetInfo
// FastPropertySetInfo
// -----------------------------------------------------------------------------
// -----------------------------------------------------------------------------
FastPropertySetInfo
::
FastPropertySetInfo
()
{
}
// -----------------------------------------------------------------------------
FastPropertySetInfo
::
FastPropertySetInfo
(
const
PropertyVector
&
rProps
)
FastPropertySetInfo
::
FastPropertySetInfo
(
const
PropertyVector
&
rProps
)
{
{
addProperties
(
rProps
);
addProperties
(
rProps
);
...
@@ -59,14 +53,6 @@ FastPropertySetInfo::~FastPropertySetInfo()
...
@@ -59,14 +53,6 @@ FastPropertySetInfo::~FastPropertySetInfo()
// -----------------------------------------------------------------------------
// -----------------------------------------------------------------------------
void
FastPropertySetInfo
::
addProperty
(
const
Property
&
rProperty
)
{
maProperties
.
push_back
(
rProperty
);
maMap
[
rProperty
.
Name
]
=
maProperties
.
size
()
-
1
;
}
// -----------------------------------------------------------------------------
void
FastPropertySetInfo
::
addProperties
(
const
PropertyVector
&
rProps
)
void
FastPropertySetInfo
::
addProperties
(
const
PropertyVector
&
rProps
)
{
{
sal_uInt32
nIndex
=
maProperties
.
size
();
sal_uInt32
nIndex
=
maProperties
.
size
();
...
...
svx/source/table/propertyset.hxx
Dosyayı görüntüle @
6457d8bf
...
@@ -52,11 +52,9 @@ typedef boost::unordered_map< ::rtl::OUString, ::sal_uInt32, ::rtl::OUStringHash
...
@@ -52,11 +52,9 @@ typedef boost::unordered_map< ::rtl::OUString, ::sal_uInt32, ::rtl::OUStringHash
class
FastPropertySetInfo
:
public
::
cppu
::
WeakAggImplHelper1
<
::
com
::
sun
::
star
::
beans
::
XPropertySetInfo
>
class
FastPropertySetInfo
:
public
::
cppu
::
WeakAggImplHelper1
<
::
com
::
sun
::
star
::
beans
::
XPropertySetInfo
>
{
{
public
:
public
:
FastPropertySetInfo
();
FastPropertySetInfo
(
const
PropertyVector
&
rProps
);
FastPropertySetInfo
(
const
PropertyVector
&
rProps
);
virtual
~
FastPropertySetInfo
();
virtual
~
FastPropertySetInfo
();
void
addProperty
(
const
::
com
::
sun
::
star
::
beans
::
Property
&
rProperty
);
void
addProperties
(
const
PropertyVector
&
rProps
);
void
addProperties
(
const
PropertyVector
&
rProps
);
const
::
com
::
sun
::
star
::
beans
::
Property
&
getProperty
(
const
::
rtl
::
OUString
&
aName
)
throw
(
::
com
::
sun
::
star
::
beans
::
UnknownPropertyException
);
const
::
com
::
sun
::
star
::
beans
::
Property
&
getProperty
(
const
::
rtl
::
OUString
&
aName
)
throw
(
::
com
::
sun
::
star
::
beans
::
UnknownPropertyException
);
...
...
unusedcode.easy
Dosyayı görüntüle @
6457d8bf
...
@@ -886,8 +886,6 @@ canvas::tools::clipBlit(basegfx::B2IRange&, basegfx::B2IPoint&, basegfx::B2IRang
...
@@ -886,8 +886,6 @@ canvas::tools::clipBlit(basegfx::B2IRange&, basegfx::B2IPoint&, basegfx::B2IRang
cmis::Content::exchangeIdentity(com::sun::star::uno::Reference<com::sun::star::ucb::XContentIdentifier> const&)
cmis::Content::exchangeIdentity(com::sun::star::uno::Reference<com::sun::star::ucb::XContentIdentifier> const&)
cmis::Content::queryChildren(std::__debug::list<rtl::Reference<cmis::Content>, std::allocator<rtl::Reference<cmis::Content> > >&)
cmis::Content::queryChildren(std::__debug::list<rtl::Reference<cmis::Content>, std::allocator<rtl::Reference<cmis::Content> > >&)
comphelper::EventLogger::EventLogger(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&, rtl::OUString const&)
comphelper::EventLogger::EventLogger(com::sun::star::uno::Reference<com::sun::star::uno::XComponentContext> const&, rtl::OUString const&)
comphelper::FastPropertySetInfo::FastPropertySetInfo()
comphelper::FastPropertySetInfo::addProperty(com::sun::star::beans::Property const&)
comphelper::MimeConfigurationHelper::GetFilterFlags(rtl::OUString const&)
comphelper::MimeConfigurationHelper::GetFilterFlags(rtl::OUString const&)
comphelper::OPropertyContainerHelper::modifyAttributes(int, int, int)
comphelper::OPropertyContainerHelper::modifyAttributes(int, int, int)
comphelper::OSelectionChangeListener::disposeAdapter()
comphelper::OSelectionChangeListener::disposeAdapter()
...
...
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