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
9bb4d1d9
Kaydet (Commit)
9bb4d1d9
authored
Mar 09, 2014
tarafından
Norbert Thiebaud
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
de-macroize ucb filprp
Change-Id: Id8c72bbc527a9dbe706761ed635d5ce621047e8e
üst
9cb66e66
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
64 deletions
+3
-64
filprp.cxx
ucb/source/ucp/file/filprp.cxx
+0
-36
filprp.hxx
ucb/source/ucp/file/filprp.hxx
+3
-28
No files found.
ucb/source/ucp/file/filprp.cxx
Dosyayı görüntüle @
9bb4d1d9
...
@@ -75,42 +75,6 @@ XPropertySetInfo_impl::~XPropertySetInfo_impl()
...
@@ -75,42 +75,6 @@ XPropertySetInfo_impl::~XPropertySetInfo_impl()
}
}
void
SAL_CALL
XPropertySetInfo_impl
::
acquire
(
void
)
throw
()
{
OWeakObject
::
acquire
();
}
void
SAL_CALL
XPropertySetInfo_impl
::
release
(
void
)
throw
()
{
OWeakObject
::
release
();
}
XTYPEPROVIDER_IMPL_2
(
XPropertySetInfo_impl
,
lang
::
XTypeProvider
,
beans
::
XPropertySetInfo
)
Any
SAL_CALL
XPropertySetInfo_impl
::
queryInterface
(
const
Type
&
rType
)
throw
(
RuntimeException
,
std
::
exception
)
{
Any
aRet
=
cppu
::
queryInterface
(
rType
,
(
static_cast
<
lang
::
XTypeProvider
*
>
(
this
)),
(
static_cast
<
beans
::
XPropertySetInfo
*
>
(
this
))
);
return
aRet
.
hasValue
()
?
aRet
:
OWeakObject
::
queryInterface
(
rType
);
}
beans
::
Property
SAL_CALL
beans
::
Property
SAL_CALL
XPropertySetInfo_impl
::
getPropertyByName
(
XPropertySetInfo_impl
::
getPropertyByName
(
const
OUString
&
aName
)
const
OUString
&
aName
)
...
...
ucb/source/ucp/file/filprp.hxx
Dosyayı görüntüle @
9bb4d1d9
...
@@ -19,21 +19,17 @@
...
@@ -19,21 +19,17 @@
#ifndef _FILPRP_HXX_
#ifndef _FILPRP_HXX_
#define _FILPRP_HXX_
#define _FILPRP_HXX_
#include <ucbhelper/macros.hxx>
#include <cppuhelper/weak.hxx>
#include <com/sun/star/beans/XPropertySetInfo.hpp>
#include <com/sun/star/beans/XPropertySetInfo.hpp>
#include <com/sun/star/ucb/XContentProvider.hpp>
#include <com/sun/star/ucb/XContentProvider.hpp>
#include <c
om/sun/star/lang/XTypeProvider.hpp
>
#include <c
ppuhelper/implbase1.hxx
>
namespace
fileaccess
{
namespace
fileaccess
{
class
shell
;
class
shell
;
class
XPropertySetInfo_impl
class
XPropertySetInfo_impl
:
public
cppu
::
WeakImplHelper1
<
:
public
cppu
::
OWeakObject
,
css
::
beans
::
XPropertySetInfo
>
public
com
::
sun
::
star
::
lang
::
XTypeProvider
,
public
com
::
sun
::
star
::
beans
::
XPropertySetInfo
{
{
public
:
public
:
XPropertySetInfo_impl
(
shell
*
pMyShell
,
const
OUString
&
aUnqPath
);
XPropertySetInfo_impl
(
shell
*
pMyShell
,
const
OUString
&
aUnqPath
);
...
@@ -41,27 +37,6 @@ namespace fileaccess {
...
@@ -41,27 +37,6 @@ namespace fileaccess {
virtual
~
XPropertySetInfo_impl
();
virtual
~
XPropertySetInfo_impl
();
// XInterface
virtual
com
::
sun
::
star
::
uno
::
Any
SAL_CALL
queryInterface
(
const
com
::
sun
::
star
::
uno
::
Type
&
aType
)
throw
(
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
);
virtual
void
SAL_CALL
acquire
(
void
)
throw
();
virtual
void
SAL_CALL
release
(
void
)
throw
();
// XTypeProvider
XTYPEPROVIDER_DECL
()
virtual
com
::
sun
::
star
::
uno
::
Sequence
<
com
::
sun
::
star
::
beans
::
Property
>
SAL_CALL
virtual
com
::
sun
::
star
::
uno
::
Sequence
<
com
::
sun
::
star
::
beans
::
Property
>
SAL_CALL
getProperties
(
getProperties
(
void
)
void
)
...
...
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