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
01fe7b72
Kaydet (Commit)
01fe7b72
authored
Ock 21, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
bool improvements
Change-Id: I80dfcb60878d9e280e8a03297ccc4833277c235d
üst
8fd7a53d
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
9 deletions
+9
-9
ocompinstream.cxx
package/source/xstor/ocompinstream.cxx
+2
-2
oseekinstream.cxx
package/source/xstor/oseekinstream.cxx
+1
-1
owriteablestream.cxx
package/source/xstor/owriteablestream.cxx
+3
-3
xstorage.cxx
package/source/xstor/xstorage.cxx
+3
-3
No files found.
package/source/xstor/ocompinstream.cxx
Dosyayı görüntüle @
01fe7b72
...
...
@@ -90,7 +90,7 @@ uno::Any SAL_CALL OInputCompStream::queryInterface( const uno::Type& rType )
,
static_cast
<
beans
::
XPropertySet
*>
(
this
)
,
static_cast
<
embed
::
XExtendedStorageStream
*>
(
this
)
);
if
(
aReturn
.
hasValue
()
==
sal_True
)
if
(
aReturn
.
hasValue
()
)
return
aReturn
;
if
(
m_nStorageType
==
embed
::
StorageFormats
::
OFOPXML
)
...
...
@@ -99,7 +99,7 @@ uno::Any SAL_CALL OInputCompStream::queryInterface( const uno::Type& rType )
(
rType
,
static_cast
<
embed
::
XRelationshipAccess
*>
(
this
)
);
if
(
aReturn
.
hasValue
()
==
sal_True
)
if
(
aReturn
.
hasValue
()
)
return
aReturn
;
}
...
...
package/source/xstor/oseekinstream.cxx
Dosyayı görüntüle @
01fe7b72
...
...
@@ -86,7 +86,7 @@ uno::Any SAL_CALL OInputSeekStream::queryInterface( const uno::Type& rType )
uno
::
Any
aReturn
(
::
cppu
::
queryInterface
(
rType
,
static_cast
<
io
::
XSeekable
*
>
(
this
)
)
);
if
(
aReturn
.
hasValue
()
==
sal_True
)
if
(
aReturn
.
hasValue
()
)
{
return
aReturn
;
}
...
...
package/source/xstor/owriteablestream.cxx
Dosyayı görüntüle @
01fe7b72
...
...
@@ -1890,7 +1890,7 @@ uno::Any SAL_CALL OWriteStream::queryInterface( const uno::Type& rType )
,
static_cast
<
lang
::
XComponent
*>
(
this
)
,
static_cast
<
beans
::
XPropertySet
*>
(
this
)
);
if
(
aReturn
.
hasValue
()
==
sal_True
)
if
(
aReturn
.
hasValue
()
)
return
aReturn
;
if
(
m_pData
->
m_nStorageType
==
embed
::
StorageFormats
::
PACKAGE
)
...
...
@@ -1907,7 +1907,7 @@ uno::Any SAL_CALL OWriteStream::queryInterface( const uno::Type& rType )
,
static_cast
<
embed
::
XRelationshipAccess
*>
(
this
)
);
}
if
(
aReturn
.
hasValue
()
==
sal_True
)
if
(
aReturn
.
hasValue
()
)
return
aReturn
;
if
(
m_bTransacted
)
...
...
@@ -1917,7 +1917,7 @@ uno::Any SAL_CALL OWriteStream::queryInterface( const uno::Type& rType )
,
static_cast
<
embed
::
XTransactedObject
*>
(
this
)
,
static_cast
<
embed
::
XTransactionBroadcaster
*>
(
this
)
);
if
(
aReturn
.
hasValue
()
==
sal_True
)
if
(
aReturn
.
hasValue
()
)
return
aReturn
;
}
...
...
package/source/xstor/xstorage.cxx
Dosyayı görüntüle @
01fe7b72
...
...
@@ -2204,7 +2204,7 @@ uno::Any SAL_CALL OStorage::queryInterface( const uno::Type& rType )
,
static_cast
<
beans
::
XPropertySet
*>
(
this
)
,
static_cast
<
embed
::
XOptimizedStorage
*>
(
this
)
);
if
(
aReturn
.
hasValue
()
==
sal_True
)
if
(
aReturn
.
hasValue
()
)
return
aReturn
;
aReturn
<<=
::
cppu
::
queryInterface
...
...
@@ -2212,7 +2212,7 @@ uno::Any SAL_CALL OStorage::queryInterface( const uno::Type& rType )
,
static_cast
<
embed
::
XHierarchicalStorageAccess
*>
(
this
)
,
static_cast
<
embed
::
XHierarchicalStorageAccess2
*>
(
this
)
);
if
(
aReturn
.
hasValue
()
==
sal_True
)
if
(
aReturn
.
hasValue
()
)
return
aReturn
;
if
(
m_pData
->
m_nStorageType
==
embed
::
StorageFormats
::
PACKAGE
)
...
...
@@ -2240,7 +2240,7 @@ uno::Any SAL_CALL OStorage::queryInterface( const uno::Type& rType )
,
static_cast
<
embed
::
XRelationshipAccess
*>
(
this
)
);
}
if
(
aReturn
.
hasValue
()
==
sal_True
)
if
(
aReturn
.
hasValue
()
)
return
aReturn
;
return
OWeakObject
::
queryInterface
(
rType
);
...
...
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