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
f068f50b
Kaydet (Commit)
f068f50b
authored
Ock 31, 2012
tarafından
Kohei Yoshida
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Re-organized boolean data members.
üst
fb495f4e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
19 deletions
+19
-19
svdmodel.hxx
svx/inc/svx/svdmodel.hxx
+19
-19
No files found.
svx/inc/svx/svdmodel.hxx
Dosyayı görüntüle @
f068f50b
...
...
@@ -178,11 +178,9 @@ protected:
String
aUIUnitStr
;
// see above
Fraction
aUIUnitFact
;
// see above
int
nUIUnitKomma
;
// see above
bool
bUIOnlyKomma
;
// see above
SdrLayerAdmin
*
pLayerAdmin
;
SfxItemPool
*
pItemPool
;
bool
bMyPool
;
// zum Aufraeumen von pMyPool ab 303a
comphelper
::
IEmbeddedHelper
*
m_pEmbeddedHelper
;
// helper for embedded objects to get rid of the SfxObjectShell
SdrOutliner
*
pDrawOutliner
;
// ein Outliner zur Textausgabe
...
...
@@ -199,29 +197,31 @@ protected:
Container
*
pRedoStack
;
SdrUndoGroup
*
pAktUndoGroup
;
// Fuer mehrstufige
sal_uInt16
nUndoLevel
;
// Undo-Klammerung
bool
mbUndoEnabled
;
// If false no undo is recorded or we are during the execution of an undo action
sal_uInt16
nProgressPercent
;
// fuer den ProgressBar-Handler
sal_uInt16
nLoadVersion
;
// Versionsnummer der geladenen Datei
bool
bExtColorTable
;
// Keinen eigenen ColorTable
sal_Bool
mbChanged
;
bool
bInfoChanged
;
bool
bPagNumsDirty
;
bool
bMPgNumsDirty
;
bool
bPageNotValid
;
// TRUE=Doc ist nur ObjektTraeger. Page ist nicht gueltig.
bool
bSavePortable
;
// Metafiles portabel speichern
bool
bNoBitmapCaching
;
// Bitmaps fuer Screenoutput cachen
bool
bReadOnly
;
bool
bTransparentTextFrames
;
bool
bSaveCompressed
;
bool
bSwapGraphics
;
bool
bPasteResize
;
// Objekte werden gerade resized wegen Paste mit anderem MapMode
bool
bSaveOLEPreview
;
// save preview metafile of OLE objects
bool
bMyPool
:
1
;
// zum Aufraeumen von pMyPool ab 303a
bool
bUIOnlyKomma
:
1
;
// see eUIUnit
bool
mbUndoEnabled
:
1
;
// If false no undo is recorded or we are during the execution of an undo action
bool
bExtColorTable
:
1
;
// Keinen eigenen ColorTable
bool
mbChanged
:
1
;
bool
bInfoChanged
:
1
;
bool
bPagNumsDirty
:
1
;
bool
bMPgNumsDirty
:
1
;
bool
bPageNotValid
:
1
;
// TRUE=Doc ist nur ObjektTraeger. Page ist nicht gueltig.
bool
bSavePortable
:
1
;
// Metafiles portabel speichern
bool
bNoBitmapCaching
:
1
;
// Bitmaps fuer Screenoutput cachen
bool
bReadOnly
:
1
;
bool
bTransparentTextFrames
:
1
;
bool
bSaveCompressed
:
1
;
bool
bSwapGraphics
:
1
;
bool
bPasteResize
:
1
;
// Objekte werden gerade resized wegen Paste mit anderem MapMode
bool
bSaveOLEPreview
:
1
;
// save preview metafile of OLE objects
bool
bSaveNative
:
1
;
bool
bStarDrawPreviewMode
:
1
;
sal_uInt16
nStreamCompressMode
;
// Komprimiert schreiben?
sal_uInt16
nStreamNumberFormat
;
sal_uInt16
nDefaultTabulator
;
sal_uInt32
nMaxUndoCount
;
bool
bSaveNative
;
sal_Bool
bStarDrawPreviewMode
;
//////////////////////////////////////////////////////////////////////////////
...
...
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