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
f827f87e
Kaydet (Commit)
f827f87e
authored
Ara 09, 2011
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
refactor ND_foo_NODE to be a little more readable
üst
f5501498
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
8 deletions
+10
-8
ndtyp.hxx
sw/inc/ndtyp.hxx
+10
-8
No files found.
sw/inc/ndtyp.hxx
Dosyayı görüntüle @
f827f87e
...
...
@@ -34,18 +34,20 @@
// IDs for different nodes. The member indicating the type of node is
// in base class.
const
sal_uInt8
ND_ENDNODE
=
0x01
;
const
sal_uInt8
ND_STARTNODE
=
0x02
;
const
sal_uInt8
ND_TABLE
NODE
=
0x06
;
const
sal_uInt8
ND_TEXTNODE
=
0x08
;
const
sal_uInt8
ND_STARTNODE
=
0x02
;
const
sal_uInt8
ND_TABLE
DUMMY
=
0x04
;
//(ND_TABLENODE & ~ND_STARTNODE)
;
const
sal_uInt8
ND_TEXTNODE
=
0x08
;
const
sal_uInt8
ND_GRFNODE
=
0x10
;
const
sal_uInt8
ND_OLENODE
=
0x20
;
const
sal_uInt8
ND_SECTIONDUMMY
=
0x40
;
//(ND_SECTIONNODE & ~ND_STARTNODE);
const
sal_uInt8
ND_
CONTENTNODE
=
0x38
;
// ContentNode (one of the 3 bits).
const
sal_uInt8
ND_
NOTXTNODE
=
0x30
;
// NoTxtNode (one of the 2 bits).
const
sal_uInt8
ND_
TABLENODE
=
ND_TABLEDUMMY
|
ND_STARTNODE
;
const
sal_uInt8
ND_
SECTIONNODE
=
ND_SECTIONDUMMY
|
ND_STARTNODE
;
const
sal_uInt8
ND_SECTIONNODE
=
0x42
;
// For internal use only!!
const
sal_uInt8
ND_SECTIONDUMMY
=
0x40
;
//(ND_SECTIONNODE & ~ND_STARTNODE);
// NoTxtNode (if any of the 2 bits are set).
const
sal_uInt8
ND_NOTXTNODE
=
ND_GRFNODE
|
ND_OLENODE
;
// ContentNode (if any of the 3 bits are set).
const
sal_uInt8
ND_CONTENTNODE
=
ND_TEXTNODE
|
ND_NOTXTNODE
;
// Special types of StartNodes that are not derivations but keep
// "sections" together.
...
...
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