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
60c8a970
Kaydet (Commit)
60c8a970
authored
Ock 15, 2012
tarafından
Luc Castermans
Kaydeden (comit)
David Tardon
Ock 16, 2012
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Translate German comments to English
üst
9c34d4a8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
8 additions
and
8 deletions
+8
-8
fecopy.cxx
sw/source/core/frmedt/fecopy.cxx
+0
-0
fedesc.cxx
sw/source/core/frmedt/fedesc.cxx
+6
-6
feflyole.cxx
sw/source/core/frmedt/feflyole.cxx
+2
-2
fetab.cxx
sw/source/core/frmedt/fetab.cxx
+0
-0
fews.cxx
sw/source/core/frmedt/fews.cxx
+0
-0
tblsel.cxx
sw/source/core/frmedt/tblsel.cxx
+0
-0
No files found.
sw/source/core/frmedt/fecopy.cxx
Dosyayı görüntüle @
60c8a970
This diff is collapsed.
Click to expand it.
sw/source/core/frmedt/fedesc.cxx
Dosyayı görüntüle @
60c8a970
...
...
@@ -61,13 +61,13 @@ sal_uInt16 SwFEShell::GetPageDescCnt() const
void
SwFEShell
::
ChgCurPageDesc
(
const
SwPageDesc
&
rDesc
)
{
#if OSL_DEBUG_LEVEL > 0
//
Die SS veraendert keinen PageDesc, sondern setzt nur das Attribut
.
//
Der Pagedesc muss im Dokument vorhanden sein!
//
SS does not change PageDesc, but only sets the attibute
.
//
The Pagedesc should be available in the document
sal_Bool
bFound
=
sal_False
;
for
(
sal_uInt16
nTst
=
0
;
nTst
<
GetPageDescCnt
();
++
nTst
)
if
(
&
rDesc
==
&
GetPageDesc
(
nTst
)
)
bFound
=
sal_True
;
OSL_ENSURE
(
bFound
,
"ChgCurPageDesc
mit ungueltigem D
escriptor."
);
OSL_ENSURE
(
bFound
,
"ChgCurPageDesc
with invalid d
escriptor."
);
#endif
StartAllAction
();
...
...
@@ -76,7 +76,7 @@ void SwFEShell::ChgCurPageDesc( const SwPageDesc& rDesc )
const
SwFrm
*
pFlow
=
0
;
sal_uInt16
nPageNmOffset
=
0
;
OSL_ENSURE
(
!
GetCrsr
()
->
HasMark
(),
"ChgCurPageDesc
nur ohne Selek
tion!"
);
OSL_ENSURE
(
!
GetCrsr
()
->
HasMark
(),
"ChgCurPageDesc
only without selec
tion!"
);
SET_CURR_SHELL
(
this
);
while
(
pPage
)
...
...
@@ -108,7 +108,7 @@ void SwFEShell::ChgCurPageDesc( const SwPageDesc& rDesc )
}
}
//
Seitennummer mitnehmen
//
use pagenumber
SwFmtPageDesc
aNew
(
&
rDesc
);
aNew
.
SetNumOffset
(
nPageNmOffset
);
...
...
@@ -165,7 +165,7 @@ SwPageDesc* SwFEShell::FindPageDescByName( const String& rName,
if
(
USHRT_MAX
!=
nPoolId
&&
0
!=
(
pDesc
=
GetDoc
()
->
GetPageDescFromPool
(
nPoolId
))
&&
pPos
)
//
werden immer hinten angehaengt
//
appended always
*
pPos
=
GetDoc
()
->
GetPageDescCnt
()
-
1
;
}
return
pDesc
;
...
...
sw/source/core/frmedt/feflyole.cxx
Dosyayı görüntüle @
60c8a970
...
...
@@ -64,7 +64,7 @@ SwFlyFrm *SwFEShell::FindFlyFrm( const uno::Reference < embed::XEmbeddedObject >
if
(
!
pFly
)
{
//
Kein Fly oder der falsche selektiert. Ergo muessen wir leider suchen
.
//
No or wrong fly selected: we have to search
.
sal_Bool
bExist
=
sal_False
;
SwStartNode
*
pStNd
;
sal_uLong
nSttIdx
=
GetNodes
().
GetEndOfAutotext
().
StartOfSectionIndex
()
+
1
,
...
...
@@ -120,7 +120,7 @@ void SwFEShell::MakeObjVisible( const uno::Reference < embed::XEmbeddedObject >&
}
}
sal_Bool
SwFEShell
::
FinishOLEObj
()
// Server
wird beendet
sal_Bool
SwFEShell
::
FinishOLEObj
()
// Server
is terminated
{
SfxInPlaceClient
*
pIPClient
=
GetSfxViewShell
()
->
GetIPClient
();
if
(
!
pIPClient
)
...
...
sw/source/core/frmedt/fetab.cxx
Dosyayı görüntüle @
60c8a970
This diff is collapsed.
Click to expand it.
sw/source/core/frmedt/fews.cxx
Dosyayı görüntüle @
60c8a970
This diff is collapsed.
Click to expand it.
sw/source/core/frmedt/tblsel.cxx
Dosyayı görüntüle @
60c8a970
This diff is collapsed.
Click to expand it.
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