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
d12e4724
Kaydet (Commit)
d12e4724
authored
Şub 19, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
comphelper: sal_Bool -> bool sequel
Change-Id: I2b9bd19abf4510fccef0374a539069cb8222ccae
üst
14a502e4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
embeddedobjectcontainer.cxx
comphelper/source/container/embeddedobjectcontainer.cxx
+4
-4
officerestartmanager.cxx
comphelper/source/misc/officerestartmanager.cxx
+2
-2
No files found.
comphelper/source/container/embeddedobjectcontainer.cxx
Dosyayı görüntüle @
d12e4724
...
@@ -1241,13 +1241,13 @@ bool EmbeddedObjectContainer::InsertGraphicStream( const com::sun::star::uno::Re
...
@@ -1241,13 +1241,13 @@ bool EmbeddedObjectContainer::InsertGraphicStream( const com::sun::star::uno::Re
throw
uno
::
RuntimeException
();
throw
uno
::
RuntimeException
();
xPropSet
->
setPropertyValue
(
"UseCommonStoragePasswordEncryption"
,
xPropSet
->
setPropertyValue
(
"UseCommonStoragePasswordEncryption"
,
uno
::
makeAny
(
(
sal_Bool
)
sal_T
rue
)
);
uno
::
makeAny
(
t
rue
)
);
uno
::
Any
aAny
;
uno
::
Any
aAny
;
aAny
<<=
rMediaType
;
aAny
<<=
rMediaType
;
xPropSet
->
setPropertyValue
(
"MediaType"
,
aAny
);
xPropSet
->
setPropertyValue
(
"MediaType"
,
aAny
);
xPropSet
->
setPropertyValue
(
"Compressed"
,
xPropSet
->
setPropertyValue
(
"Compressed"
,
uno
::
makeAny
(
(
sal_Bool
)
sal_T
rue
)
);
uno
::
makeAny
(
t
rue
)
);
}
}
catch
(
const
uno
::
Exception
&
)
catch
(
const
uno
::
Exception
&
)
{
{
...
@@ -1271,9 +1271,9 @@ bool EmbeddedObjectContainer::InsertGraphicStreamDirectly( const com::sun::star:
...
@@ -1271,9 +1271,9 @@ bool EmbeddedObjectContainer::InsertGraphicStreamDirectly( const com::sun::star:
aProps
[
0
].
Name
=
"MediaType"
;
aProps
[
0
].
Name
=
"MediaType"
;
aProps
[
0
].
Value
<<=
rMediaType
;
aProps
[
0
].
Value
<<=
rMediaType
;
aProps
[
1
].
Name
=
"UseCommonStoragePasswordEncryption"
;
aProps
[
1
].
Name
=
"UseCommonStoragePasswordEncryption"
;
aProps
[
1
].
Value
<<=
(
sal_Bool
)
sal_T
rue
;
aProps
[
1
].
Value
<<=
t
rue
;
aProps
[
2
].
Name
=
"Compressed"
;
aProps
[
2
].
Name
=
"Compressed"
;
aProps
[
2
].
Value
<<=
(
sal_Bool
)
sal_T
rue
;
aProps
[
2
].
Value
<<=
t
rue
;
if
(
xReplacement
->
hasByName
(
rObjectName
)
)
if
(
xReplacement
->
hasByName
(
rObjectName
)
)
xReplacement
->
removeElement
(
rObjectName
);
xReplacement
->
removeElement
(
rObjectName
);
...
...
comphelper/source/misc/officerestartmanager.cxx
Dosyayı görüntüle @
d12e4724
...
@@ -136,7 +136,7 @@ void SAL_CALL OOfficeRestartManager::notify( const uno::Any& /* aData */ )
...
@@ -136,7 +136,7 @@ void SAL_CALL OOfficeRestartManager::notify( const uno::Any& /* aData */ )
uno
::
Reference
<
beans
::
XPropertySet
>
xPropertySet
(
xDesktop
,
uno
::
UNO_QUERY_THROW
);
uno
::
Reference
<
beans
::
XPropertySet
>
xPropertySet
(
xDesktop
,
uno
::
UNO_QUERY_THROW
);
OUString
aVetoPropName
(
"SuspendQuickstartVeto"
);
OUString
aVetoPropName
(
"SuspendQuickstartVeto"
);
uno
::
Any
aValue
;
uno
::
Any
aValue
;
aValue
<<=
(
sal_Bool
)
sal_T
rue
;
aValue
<<=
t
rue
;
xPropertySet
->
setPropertyValue
(
aVetoPropName
,
aValue
);
xPropertySet
->
setPropertyValue
(
aVetoPropName
,
aValue
);
try
try
...
@@ -147,7 +147,7 @@ void SAL_CALL OOfficeRestartManager::notify( const uno::Any& /* aData */ )
...
@@ -147,7 +147,7 @@ void SAL_CALL OOfficeRestartManager::notify( const uno::Any& /* aData */ )
if
(
!
bSuccess
)
if
(
!
bSuccess
)
{
{
aValue
<<=
(
sal_Bool
)
sal_F
alse
;
aValue
<<=
f
alse
;
xPropertySet
->
setPropertyValue
(
aVetoPropName
,
aValue
);
xPropertySet
->
setPropertyValue
(
aVetoPropName
,
aValue
);
}
}
}
}
...
...
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