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
c7813f25
Kaydet (Commit)
c7813f25
authored
Nis 02, 2012
tarafından
Kohei Yoshida
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Use initializer for this. No need to call SetModified to false.
üst
48abb149
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
13 deletions
+2
-13
editdoc.cxx
editeng/source/editeng/editdoc.cxx
+2
-13
No files found.
editeng/source/editeng/editdoc.cxx
Dosyayı görüntüle @
c7813f25
...
@@ -1687,25 +1687,14 @@ void ItemList::Insert( const SfxPoolItem* pItem )
...
@@ -1687,25 +1687,14 @@ void ItemList::Insert( const SfxPoolItem* pItem )
EditDoc
::
EditDoc
(
SfxItemPool
*
pPool
)
:
EditDoc
::
EditDoc
(
SfxItemPool
*
pPool
)
:
nLastCache
(
0
),
nLastCache
(
0
),
pItemPool
(
pPool
?
pPool
:
new
EditEngineItemPool
(
false
)),
nDefTab
(
DEFTAB
),
bIsVertical
(
false
),
bIsVertical
(
false
),
bIsFixedCellHeight
(
false
),
bIsFixedCellHeight
(
false
),
bOwnerOfPool
(
pPool
?
false
:
true
),
bOwnerOfPool
(
pPool
?
false
:
true
),
bModified
(
false
)
bModified
(
false
)
{
{
if
(
pPool
)
{
pItemPool
=
pPool
;
}
else
{
pItemPool
=
new
EditEngineItemPool
(
sal_False
);
}
nDefTab
=
DEFTAB
;
// Don't create a empty node, Clear() will be called in EditEngine-CTOR
// Don't create a empty node, Clear() will be called in EditEngine-CTOR
SetModified
(
sal_False
);
};
};
EditDoc
::~
EditDoc
()
EditDoc
::~
EditDoc
()
...
...
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