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
5549160d
Kaydet (Commit)
5549160d
authored
Eki 12, 2016
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
improve comment
Change-Id: Ia45916169c10b1c8bb712c9c21ce2df6cda37245
üst
4b1b17f4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
poolio.cxx
svl/source/items/poolio.cxx
+4
-4
No files found.
svl/source/items/poolio.cxx
Dosyayı görüntüle @
5549160d
...
@@ -1157,18 +1157,18 @@ bool SfxItemPool::IsCurrentVersionLoading() const
...
@@ -1157,18 +1157,18 @@ bool SfxItemPool::IsCurrentVersionLoading() const
/**
/**
* Saves the SfxPoolItem 'rItem' to the SvStream 'rStream':
* Saves the SfxPoolItem 'rItem' to the SvStream 'rStream':
* either as a surrogate ('bDirect ==
sal_F
alse') or directly with
* either as a surrogate ('bDirect ==
f
alse') or directly with
* 'rItem.Store()'.
* 'rItem.Store()'.
* Non-poolable Items are always saved directly. Items without WhichId and
* Non-poolable Items are always saved directly. Items without WhichId and
* SID-Items as well as Items that were not yet present in the file format
* SID-Items as well as Items that were not yet present in the file format
* version (return
sal_F
alse) are not saved.
* version (return
f
alse) are not saved.
*
*
* The Item is saved to the Stream in the following manner:
* The Item is saved to the Stream in the following manner:
* sal_uInt16 rItem.Which()
* sal_uInt16 rItem.Which()
* sal_uInt16 GetSlotId( rItem.Which() ) or 0 if not available
* sal_uInt16 GetSlotId( rItem.Which() ) or 0 if not available
* sal_uInt16 GetSurrogate( &rItem ) or SFX_ITEM_DIRECT fo
'!SFX_ITEM_POOL
BLE'
* sal_uInt16 GetSurrogate( &rItem ) or SFX_ITEM_DIRECT fo
r '!SFX_ITEM_POOLA
BLE'
*
*
* Optionally (if 'bDirect ==
sal_T
rue' or '!rItem.IsPoolable()':
* Optionally (if 'bDirect ==
t
rue' or '!rItem.IsPoolable()':
* sal_uInt16 rItem.GetVersion()
* sal_uInt16 rItem.GetVersion()
* sal_uLong Size
* sal_uLong Size
* Size rItem.Store()
* Size rItem.Store()
...
...
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