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
82dbf859
Kaydet (Commit)
82dbf859
authored
Haz 09, 2015
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
svl: document SfxItemPropertyMapEntry
Change-Id: I7caa540d069addb610310830c26ecd647afc6538
üst
169cd9f6
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
itemprop.hxx
include/svl/itemprop.hxx
+7
-3
No files found.
include/svl/itemprop.hxx
Dosyayı görüntüle @
82dbf859
...
...
@@ -27,12 +27,16 @@
#include <svl/svldllapi.h>
#include <vector>
/// map a property between beans::XPropertySet and SfxPoolItem
struct
SfxItemPropertyMapEntry
{
OUString
aName
;
sal_uInt16
nWID
;
com
::
sun
::
star
::
uno
::
Type
aType
;
OUString
aName
;
///< name of property
sal_uInt16
nWID
;
///< WhichId of SfxPoolItem
com
::
sun
::
star
::
uno
::
Type
aType
;
///< UNO type of property
/// flag bitmap, @see com::sun::star::beans::PropertyAttribute
long
nFlags
;
/// "member ID" to tell QueryValue/PutValue which property it is
/// (when multiple properties map to the same nWID)
sal_uInt8
nMemberId
;
};
...
...
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