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
63d4636d
Kaydet (Commit)
63d4636d
authored
Nis 01, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Replace remaining getCppuType et al with cppu::UnoType
Change-Id: I6b0974024e61e02639106d4ca3abcdcdb8e6fa87
üst
15bdb0ae
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
7 deletions
+7
-7
configitem.cxx
unotools/source/config/configitem.cxx
+1
-1
eventcfg.cxx
unotools/source/config/eventcfg.cxx
+1
-1
fltrcfg.cxx
unotools/source/config/fltrcfg.cxx
+2
-2
lingucfg.cxx
unotools/source/config/lingucfg.cxx
+1
-1
misccfg.cxx
unotools/source/config/misccfg.cxx
+1
-1
saveopt.cxx
unotools/source/config/saveopt.cxx
+1
-1
No files found.
unotools/source/config/configitem.cxx
Dosyayı görüntüle @
63d4636d
...
...
@@ -298,7 +298,7 @@ void ConfigItem::impl_unpackLocalizedProperties( const Sequence< OUString >
for
(
nSourceCounter
=
0
;
nSourceCounter
<
nSourceSize
;
++
nSourceCounter
)
{
// If item a special localized one ... split it and insert his parts to output lists ...
if
(
lInValues
[
nSourceCounter
].
getValueType
()
==
::
getCppuType
(
(
const
Sequence
<
PropertyValue
>*
)
NULL
)
)
if
(
lInValues
[
nSourceCounter
].
getValueType
()
==
cppu
::
UnoType
<
Sequence
<
PropertyValue
>>::
get
(
)
)
{
lInValues
[
nSourceCounter
]
>>=
lProperties
;
nPropertiesSize
=
lProperties
.
getLength
();
...
...
unotools/source/config/eventcfg.cxx
Dosyayı görüntüle @
63d4636d
...
...
@@ -290,7 +290,7 @@ bool SAL_CALL GlobalEventConfig_Impl::hasByName( const OUString& aName ) throw (
Type
SAL_CALL
GlobalEventConfig_Impl
::
getElementType
(
)
throw
(
RuntimeException
)
{
//DF definitely not sure about this??
return
::
getCppuType
((
const
Sequence
<
beans
::
PropertyValue
>*
)
0
);
return
cppu
::
UnoType
<
Sequence
<
beans
::
PropertyValue
>>::
get
(
);
}
bool
SAL_CALL
GlobalEventConfig_Impl
::
hasElements
(
)
throw
(
RuntimeException
)
...
...
unotools/source/config/fltrcfg.cxx
Dosyayı görüntüle @
63d4636d
...
...
@@ -101,7 +101,7 @@ void SvtAppFilterOptions_Impl::ImplCommit()
Sequence
<
Any
>
aValues
(
aNames
.
getLength
());
Any
*
pValues
=
aValues
.
getArray
();
const
Type
&
rType
=
::
getBooleanCppuType
();
const
Type
&
rType
=
cppu
::
UnoType
<
bool
>::
get
();
pValues
[
0
].
setValue
(
&
bLoadVBA
,
rType
);
pValues
[
1
].
setValue
(
&
bSaveVBA
,
rType
);
...
...
@@ -386,7 +386,7 @@ void SvtFilterOptions::ImplCommit()
Sequence
<
Any
>
aValues
(
aNames
.
getLength
());
Any
*
pValues
=
aValues
.
getArray
();
const
Type
&
rType
=
::
getBooleanCppuType
();
const
Type
&
rType
=
cppu
::
UnoType
<
bool
>::
get
();
for
(
int
nProp
=
0
;
nProp
<
aNames
.
getLength
();
nProp
++
)
{
sal_uLong
nFlag
=
lcl_GetFlag
(
nProp
);
...
...
unotools/source/config/lingucfg.cxx
Dosyayı görüntüle @
63d4636d
...
...
@@ -672,7 +672,7 @@ bool SvtLinguConfigItem::SaveOptions( const uno::Sequence< OUString > &rProperyN
osl
::
MutexGuard
aGuard
(
theSvtLinguConfigItemMutex
::
get
());
bool
bRet
=
false
;
const
uno
::
Type
&
rBOOL
=
::
getBooleanCppuType
();
const
uno
::
Type
&
rBOOL
=
cppu
::
UnoType
<
bool
>::
get
();
const
uno
::
Type
&
rINT16
=
cppu
::
UnoType
<
sal_Int16
>::
get
();
const
uno
::
Type
&
rINT32
=
cppu
::
UnoType
<
sal_Int32
>::
get
();
...
...
unotools/source/config/misccfg.cxx
Dosyayı görüntüle @
63d4636d
...
...
@@ -161,7 +161,7 @@ void SfxMiscCfg::ImplCommit()
Sequence
<
Any
>
aValues
(
rNames
.
getLength
());
Any
*
pValues
=
aValues
.
getArray
();
const
Type
&
rType
=
::
getBooleanCppuType
();
const
Type
&
rType
=
cppu
::
UnoType
<
bool
>::
get
();
for
(
int
nProp
=
0
;
nProp
<
rNames
.
getLength
();
nProp
++
)
{
switch
(
nProp
)
...
...
unotools/source/config/saveopt.cxx
Dosyayı görüntüle @
63d4636d
...
...
@@ -791,7 +791,7 @@ void SvtLoadOptions_Impl::ImplCommit()
Sequence
<
OUString
>
aNames
(
1
);
aNames
[
0
]
=
cUserDefinedSettings
;
Sequence
<
Any
>
aValues
(
1
);
aValues
[
0
].
setValue
(
&
bLoadUserDefinedSettings
,
::
getBooleanCppuType
());
aValues
[
0
].
setValue
(
&
bLoadUserDefinedSettings
,
cppu
::
UnoType
<
bool
>::
get
());
PutProperties
(
aNames
,
aValues
);
}
...
...
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