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
45a771ef
Kaydet (Commit)
45a771ef
authored
Mar 09, 2016
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Avoid reserved identifiers
Change-Id: Ic2c7cc2a78e8e58c3ca28acd9b6a35ddaceeab60
üst
7b942947
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
shell.hxx
ucb/source/ucp/file/shell.hxx
+10
-10
No files found.
ucb/source/ucp/file/shell.hxx
Dosyayı görüntüle @
45a771ef
...
...
@@ -88,14 +88,14 @@ namespace fileaccess {
sal_Int16
Attributes
;
public
:
MyProperty
();
explicit
MyProperty
(
const
OUString
&
__
PropertyName
);
MyProperty
(
const
bool
&
__i
sNative
,
const
OUString
&
__
PropertyName
,
const
sal_Int32
&
__
Handle
,
const
css
::
uno
::
Type
&
__
Typ
,
const
css
::
uno
::
Any
&
__
Value
,
const
css
::
beans
::
PropertyState
&
__
State
,
const
sal_Int16
&
__
Attributes
);
explicit
MyProperty
(
const
OUString
&
the
PropertyName
);
MyProperty
(
const
bool
&
theI
sNative
,
const
OUString
&
the
PropertyName
,
const
sal_Int32
&
the
Handle
,
const
css
::
uno
::
Type
&
the
Typ
,
const
css
::
uno
::
Any
&
the
Value
,
const
css
::
beans
::
PropertyState
&
the
State
,
const
sal_Int16
&
the
Attributes
);
~
MyProperty
();
inline
const
bool
&
SAL_CALL
IsNative
()
const
;
...
...
@@ -107,8 +107,8 @@ namespace fileaccess {
inline
const
sal_Int16
&
SAL_CALL
getAttributes
()
const
;
// The set* functions are declared const, because the key of "this" stays intact
inline
void
SAL_CALL
setValue
(
const
css
::
uno
::
Any
&
__
Value
)
const
;
inline
void
SAL_CALL
setState
(
const
css
::
beans
::
PropertyState
&
__
State
)
const
;
inline
void
SAL_CALL
setValue
(
const
css
::
uno
::
Any
&
the
Value
)
const
;
inline
void
SAL_CALL
setState
(
const
css
::
beans
::
PropertyState
&
the
State
)
const
;
};
struct
eMyProperty
...
...
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