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
d4707966
Kaydet (Commit)
d4707966
authored
Kas 23, 2015
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:unusedfields in sot/
Change-Id: Ia1711d9289992525ed366f3dedcf95b6289f1eaa
üst
a07fc5bc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
ucbstorage.cxx
sot/source/sdstor/ucbstorage.cxx
+0
-4
No files found.
sot/source/sdstor/ucbstorage.cxx
Dosyayı görüntüle @
d4707966
...
@@ -480,7 +480,6 @@ public:
...
@@ -480,7 +480,6 @@ public:
SvStream
*
m_pSource
;
// original stream, only for storages on a stream
SvStream
*
m_pSource
;
// original stream, only for storages on a stream
ErrCode
m_nError
;
ErrCode
m_nError
;
StreamMode
m_nMode
;
// open mode ( read/write/trunc/nocreate/sharing )
StreamMode
m_nMode
;
// open mode ( read/write/trunc/nocreate/sharing )
bool
m_bModified
;
// only modified elements will be sent to the original content
bool
m_bCommited
;
// sending the streams is coordinated by the root storage of the package
bool
m_bCommited
;
// sending the streams is coordinated by the root storage of the package
bool
m_bDirect
;
// the storage and its streams are opened in direct mode; for UCBStorages
bool
m_bDirect
;
// the storage and its streams are opened in direct mode; for UCBStorages
// this means that the root storage does an autocommit when its external
// this means that the root storage does an autocommit when its external
...
@@ -1516,7 +1515,6 @@ UCBStorage_Impl::UCBStorage_Impl( const ::ucbhelper::Content& rContent, const OU
...
@@ -1516,7 +1515,6 @@ UCBStorage_Impl::UCBStorage_Impl( const ::ucbhelper::Content& rContent, const OU
//, m_pStream( NULL )
//, m_pStream( NULL )
,
m_nError
(
0
)
,
m_nError
(
0
)
,
m_nMode
(
nMode
)
,
m_nMode
(
nMode
)
,
m_bModified
(
false
)
,
m_bCommited
(
false
)
,
m_bCommited
(
false
)
,
m_bDirect
(
bDirect
)
,
m_bDirect
(
bDirect
)
,
m_bIsRoot
(
bIsRoot
)
,
m_bIsRoot
(
bIsRoot
)
...
@@ -1549,7 +1547,6 @@ UCBStorage_Impl::UCBStorage_Impl( const OUString& rName, StreamMode nMode, UCBSt
...
@@ -1549,7 +1547,6 @@ UCBStorage_Impl::UCBStorage_Impl( const OUString& rName, StreamMode nMode, UCBSt
//, m_pStream( NULL )
//, m_pStream( NULL )
,
m_nError
(
0
)
,
m_nError
(
0
)
,
m_nMode
(
nMode
)
,
m_nMode
(
nMode
)
,
m_bModified
(
false
)
,
m_bCommited
(
false
)
,
m_bCommited
(
false
)
,
m_bDirect
(
bDirect
)
,
m_bDirect
(
bDirect
)
,
m_bIsRoot
(
bIsRoot
)
,
m_bIsRoot
(
bIsRoot
)
...
@@ -1600,7 +1597,6 @@ UCBStorage_Impl::UCBStorage_Impl( SvStream& rStream, UCBStorage* pStorage, bool
...
@@ -1600,7 +1597,6 @@ UCBStorage_Impl::UCBStorage_Impl( SvStream& rStream, UCBStorage* pStorage, bool
,
m_pTempFile
(
new
::
utl
::
TempFile
)
,
m_pTempFile
(
new
::
utl
::
TempFile
)
,
m_pSource
(
&
rStream
)
,
m_pSource
(
&
rStream
)
,
m_nError
(
0
)
,
m_nError
(
0
)
,
m_bModified
(
false
)
,
m_bCommited
(
false
)
,
m_bCommited
(
false
)
,
m_bDirect
(
bDirect
)
,
m_bDirect
(
bDirect
)
,
m_bIsRoot
(
true
)
,
m_bIsRoot
(
true
)
...
...
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