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
68e7692d
Kaydet (Commit)
68e7692d
authored
May 11, 2014
tarafından
Julien Nabet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fix previous commit
Change-Id: Iebd7674cc8afb547821878dd1565b0f300d22f1f
üst
df521e3d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
testpropshlp.cxx
cppuhelper/test/testpropshlp.cxx
+4
-4
sdxmlwrp.cxx
sd/source/filter/xml/sdxmlwrp.cxx
+1
-1
No files found.
cppuhelper/test/testpropshlp.cxx
Dosyayı görüntüle @
68e7692d
...
@@ -56,7 +56,7 @@ static Property * getPropertyTable1()
...
@@ -56,7 +56,7 @@ static Property * getPropertyTable1()
PropertyAttribute
::
READONLY
|
PropertyAttribute
::
MAYBEVOID
),
//OUString
PropertyAttribute
::
READONLY
|
PropertyAttribute
::
MAYBEVOID
),
//OUString
Property
(
OUString
(
"b"
),
1
,
getCppuCharType
(
)
,
Property
(
OUString
(
"b"
),
1
,
getCppuCharType
(
)
,
PropertyAttribute
::
READONLY
|
PropertyAttribute
::
MAYBEVOID
),
//Char
PropertyAttribute
::
READONLY
|
PropertyAttribute
::
MAYBEVOID
),
//Char
Property
(
OUString
(
"c"
),
2
,
cppu
::
UnoType
<
sal_Int32
>::
get
()
0
)
,
Property
(
OUString
(
"c"
),
2
,
cppu
::
UnoType
<
sal_Int32
>::
get
(),
PropertyAttribute
::
READONLY
|
PropertyAttribute
::
MAYBEVOID
),
//sal_Int32
PropertyAttribute
::
READONLY
|
PropertyAttribute
::
MAYBEVOID
),
//sal_Int32
Property
(
OUString
(
"d"
),
5
,
getCppuType
(
(
double
*
)
0
)
,
Property
(
OUString
(
"d"
),
5
,
getCppuType
(
(
double
*
)
0
)
,
PropertyAttribute
::
READONLY
|
PropertyAttribute
::
MAYBEVOID
),
//double
PropertyAttribute
::
READONLY
|
PropertyAttribute
::
MAYBEVOID
),
//double
...
@@ -89,7 +89,7 @@ static Property * getPropertyTable2()
...
@@ -89,7 +89,7 @@ static Property * getPropertyTable2()
PropertyAttribute
::
READONLY
|
PropertyAttribute
::
MAYBEVOID
),
// OUString
PropertyAttribute
::
READONLY
|
PropertyAttribute
::
MAYBEVOID
),
// OUString
Property
(
OUString
(
"d"
),
5
,
getCppuType
(
(
double
*
)
0
)
,
Property
(
OUString
(
"d"
),
5
,
getCppuType
(
(
double
*
)
0
)
,
PropertyAttribute
::
READONLY
|
PropertyAttribute
::
MAYBEVOID
),
// Double
PropertyAttribute
::
READONLY
|
PropertyAttribute
::
MAYBEVOID
),
// Double
Property
(
OUString
(
"c"
),
2
,
cppu
::
UnoType
<
sal_Int32
>::
get
()
0
)
,
Property
(
OUString
(
"c"
),
2
,
cppu
::
UnoType
<
sal_Int32
>::
get
(),
PropertyAttribute
::
READONLY
|
PropertyAttribute
::
MAYBEVOID
),
// sal_Int32
PropertyAttribute
::
READONLY
|
PropertyAttribute
::
MAYBEVOID
),
// sal_Int32
Property
(
OUString
(
"e"
),
7
,
getCppuBooleanType
()
,
Property
(
OUString
(
"e"
),
7
,
getCppuBooleanType
()
,
PropertyAttribute
::
READONLY
|
PropertyAttribute
::
MAYBEVOID
)
// Bool
PropertyAttribute
::
READONLY
|
PropertyAttribute
::
MAYBEVOID
)
// Bool
...
@@ -411,8 +411,8 @@ Property * getBasicProps()
...
@@ -411,8 +411,8 @@ Property * getBasicProps()
Property
(
OUString
(
"BOOL"
)
,
PROPERTY_BOOL
,
getCppuBooleanType
(),
PropertyAttribute
::
READONLY
),
Property
(
OUString
(
"BOOL"
)
,
PROPERTY_BOOL
,
getCppuBooleanType
(),
PropertyAttribute
::
READONLY
),
Property
(
OUString
(
"INT16"
)
,
PROPERTY_INT16
,
Property
(
OUString
(
"INT16"
)
,
PROPERTY_INT16
,
getCppuType
(
(
sal_Int16
*
)
0
),
PropertyAttribute
::
BOUND
|
PropertyAttribute
::
CONSTRAINED
),
getCppuType
(
(
sal_Int16
*
)
0
),
PropertyAttribute
::
BOUND
|
PropertyAttribute
::
CONSTRAINED
),
Property
(
OUString
(
"INT32"
)
,
PROPERTY_INT32
,
cppu
::
UnoType
<
sal_Int32
>::
get
()
0
)
,
PropertyAttribute
::
BOUND
),
Property
(
OUString
(
"INT32"
)
,
PROPERTY_INT32
,
cppu
::
UnoType
<
sal_Int32
>::
get
(),
PropertyAttribute
::
BOUND
),
Property
(
OUString
(
"TEST"
)
,
55
,
cppu
::
UnoType
<
sal_Int32
>::
get
()
0
)
,
PropertyAttribute
::
BOUND
)
Property
(
OUString
(
"TEST"
)
,
55
,
cppu
::
UnoType
<
sal_Int32
>::
get
(),
PropertyAttribute
::
BOUND
)
};
};
pTable
=
aBasicProps
;
pTable
=
aBasicProps
;
}
}
...
...
sd/source/filter/xml/sdxmlwrp.cxx
Dosyayı görüntüle @
68e7692d
...
@@ -444,7 +444,7 @@ bool SdXMLFilter::Import( ErrCode& nError )
...
@@ -444,7 +444,7 @@ bool SdXMLFilter::Import( ErrCode& nError )
{
OUString
(
"ProgressRange"
),
0
,
::
cppu
::
UnoType
<
sal_Int32
>::
get
(),
::
com
::
sun
::
star
::
beans
::
PropertyAttribute
::
MAYBEVOID
,
0
},
{
OUString
(
"ProgressRange"
),
0
,
::
cppu
::
UnoType
<
sal_Int32
>::
get
(),
::
com
::
sun
::
star
::
beans
::
PropertyAttribute
::
MAYBEVOID
,
0
},
{
OUString
(
"ProgressMax"
),
0
,
::
cppu
::
UnoType
<
sal_Int32
>::
get
(),
::
com
::
sun
::
star
::
beans
::
PropertyAttribute
::
MAYBEVOID
,
0
},
{
OUString
(
"ProgressMax"
),
0
,
::
cppu
::
UnoType
<
sal_Int32
>::
get
(),
::
com
::
sun
::
star
::
beans
::
PropertyAttribute
::
MAYBEVOID
,
0
},
{
OUString
(
"ProgressCurrent"
),
0
,
::
cppu
::
UnoType
<
sal_Int32
>::
get
(),
::
com
::
sun
::
star
::
beans
::
PropertyAttribute
::
MAYBEVOID
,
0
},
{
OUString
(
"ProgressCurrent"
),
0
,
::
cppu
::
UnoType
<
sal_Int32
>::
get
(),
::
com
::
sun
::
star
::
beans
::
PropertyAttribute
::
MAYBEVOID
,
0
},
{
OUString
(
"Preview"
),
0
,
::
cppu
::
UnoType
<
sal_Bool
>::
get
()
0
)
,
::
com
::
sun
::
star
::
beans
::
PropertyAttribute
::
MAYBEVOID
,
0
},
{
OUString
(
"Preview"
),
0
,
::
cppu
::
UnoType
<
sal_Bool
>::
get
(),
::
com
::
sun
::
star
::
beans
::
PropertyAttribute
::
MAYBEVOID
,
0
},
{
OUString
(
"PageLayouts"
),
0
,
::
getCppuType
((
const
uno
::
Reference
<
container
::
XNameAccess
>*
)
0
),
::
com
::
sun
::
star
::
beans
::
PropertyAttribute
::
MAYBEVOID
,
0
},
{
OUString
(
"PageLayouts"
),
0
,
::
getCppuType
((
const
uno
::
Reference
<
container
::
XNameAccess
>*
)
0
),
::
com
::
sun
::
star
::
beans
::
PropertyAttribute
::
MAYBEVOID
,
0
},
{
OUString
(
"PrivateData"
),
0
,
{
OUString
(
"PrivateData"
),
0
,
::
getCppuType
(
(
Reference
<
XInterface
>
*
)
0
),
::
getCppuType
(
(
Reference
<
XInterface
>
*
)
0
),
...
...
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