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
df8dfbd6
Kaydet (Commit)
df8dfbd6
authored
Ock 14, 2012
tarafından
Stefan Knorr (astron)
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove a few left-over FIXME's from comment translations
See also:
5513e24e
üst
e4938058
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
9 deletions
+8
-9
docnew.cxx
sw/source/core/doc/docnew.cxx
+8
-9
No files found.
sw/source/core/doc/docnew.cxx
Dosyayı görüntüle @
df8dfbd6
...
@@ -390,7 +390,7 @@ SwDoc::SwDoc()
...
@@ -390,7 +390,7 @@ SwDoc::SwDoc()
// Set to "Empty Page"
// Set to "Empty Page"
pEmptyPageFmt
->
SetFmtAttr
(
SwFmtFrmSize
(
ATT_FIX_SIZE
)
);
pEmptyPageFmt
->
SetFmtAttr
(
SwFmtFrmSize
(
ATT_FIX_SIZE
)
);
// Set BodyFmt for
"Column Setting" Spalten Einstellen. FIXME: WHAT?
// Set BodyFmt for
columns
pColumnContFmt
->
SetFmtAttr
(
SwFmtFillOrder
(
ATT_LEFT_TO_RIGHT
)
);
pColumnContFmt
->
SetFmtAttr
(
SwFmtFillOrder
(
ATT_LEFT_TO_RIGHT
)
);
_InitFieldTypes
();
_InitFieldTypes
();
...
@@ -560,12 +560,12 @@ SwDoc::~SwDoc()
...
@@ -560,12 +560,12 @@ SwDoc::~SwDoc()
pSpzFrmFmtTbl
->
ForEach
(
&
lcl_DelFmtIndizes
,
this
);
pSpzFrmFmtTbl
->
ForEach
(
&
lcl_DelFmtIndizes
,
this
);
((
SwFrmFmts
&
)
*
pSectionFmtTbl
).
ForEach
(
&
lcl_DelFmtIndizes
,
this
);
((
SwFrmFmts
&
)
*
pSectionFmtTbl
).
ForEach
(
&
lcl_DelFmtIndizes
,
this
);
// The
Formats that come hereafter are depended on the
// The
formattings that come hereafter depend on the default formattings.
//
DefaultFormats.
//
[Destroy] these only after destroying the FmtIndices, because the content
//
FIXME: What?
//
of headers/footers has to be deleted as well. If in the headers/footers
//
FIXME: Erst nach dem Loeschen der FmtIndizes weil der Inhalt von
//
there are still Flys registered at that point, we have a problem.
//
FIXME: Kopf-/Fussbereichen geloescht wird. Wenn dort noch Indizes von Flys
//
(This comment might have been translated incorrectly. Blame the bad
//
FIXME: angemeldet sind gibts was an die Ohren.
//
German original)
aPageDescs
.
DeleteAndDestroy
(
0
,
aPageDescs
.
Count
()
);
aPageDescs
.
DeleteAndDestroy
(
0
,
aPageDescs
.
Count
()
);
// Delete content selections.
// Delete content selections.
...
@@ -627,7 +627,7 @@ SwDoc::~SwDoc()
...
@@ -627,7 +627,7 @@ SwDoc::~SwDoc()
DELETEZ
(
pLinkMgr
);
DELETEZ
(
pLinkMgr
);
// Clear the Tables before deleting them, or we crash due to
// Clear the Tables before deleting them, or we crash due to
//
FIXME: Def-Abhängigen
//
definition dependencies.
// We also convert the arrays (due to includes) to pointers.
// We also convert the arrays (due to includes) to pointers.
delete
pFrmFmtTbl
;
delete
pFrmFmtTbl
;
delete
pSpzFrmFmtTbl
;
delete
pSpzFrmFmtTbl
;
...
@@ -727,7 +727,6 @@ void SwDoc::SetDocShell( SwDocShell* pDSh )
...
@@ -727,7 +727,6 @@ void SwDoc::SetDocShell( SwDocShell* pDSh )
}
}
pLinkMgr
->
SetPersist
(
pDocShell
);
pLinkMgr
->
SetPersist
(
pDocShell
);
// Bug 55570 - Set the DocShell pointer also in the DrawModel
if
(
pDrawModel
)
if
(
pDrawModel
)
{
{
((
SwDrawDocument
*
)
pDrawModel
)
->
SetObjectShell
(
pDocShell
);
((
SwDrawDocument
*
)
pDrawModel
)
->
SetObjectShell
(
pDocShell
);
...
...
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