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
c07f3fbc
Kaydet (Commit)
c07f3fbc
authored
Ara 03, 2014
tarafından
Bjoern Michaelsen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
use C++11 iteration
Change-Id: Iec8b1f86e4fb243127fcf12bd258465bd8a5b4fe
üst
21bfc10b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
7 deletions
+6
-7
edatmisc.cxx
sw/source/core/edit/edatmisc.cxx
+6
-7
No files found.
sw/source/core/edit/edatmisc.cxx
Dosyayı görüntüle @
c07f3fbc
...
@@ -136,15 +136,14 @@ void SwEditShell::SetAttrSet( const SfxItemSet& rSet, sal_uInt16 nFlags, SwPaM*
...
@@ -136,15 +136,14 @@ void SwEditShell::SetAttrSet( const SfxItemSet& rSet, sal_uInt16 nFlags, SwPaM*
bool
bIsTblMode
=
IsTableMode
();
bool
bIsTblMode
=
IsTableMode
();
GetDoc
()
->
GetIDocumentUndoRedo
().
StartUndo
(
UNDO_INSATTR
,
NULL
);
GetDoc
()
->
GetIDocumentUndoRedo
().
StartUndo
(
UNDO_INSATTR
,
NULL
);
SwPaM
*
pTmpCrsr
=
pCrsr
;
for
(
SwPaM
&
rTmpCrsr
:
pCrsr
->
GetRingContainer
())
SwPaM
*
pStartPaM
=
pCrsr
;
{
do
{
if
(
rTmpCrsr
.
HasMark
()
&&
(
bIsTblMode
||
if
(
pTmpCrsr
->
HasMark
()
&&
(
bIsTblMode
||
*
rTmpCrsr
.
GetPoint
()
!=
*
rTmpCrsr
.
GetMark
()
))
*
pTmpCrsr
->
GetPoint
()
!=
*
pTmpCrsr
->
GetMark
()
))
{
{
GetDoc
()
->
getIDocumentContentOperations
().
InsertItemSet
(
*
p
TmpCrsr
,
rSet
,
nFlags
);
GetDoc
()
->
getIDocumentContentOperations
().
InsertItemSet
(
r
TmpCrsr
,
rSet
,
nFlags
);
}
}
}
while
(
(
pTmpCrsr
=
static_cast
<
SwPaM
*>
(
pTmpCrsr
->
GetNext
())
)
!=
pStartPaM
);
}
GetDoc
()
->
GetIDocumentUndoRedo
().
EndUndo
(
UNDO_INSATTR
,
NULL
);
GetDoc
()
->
GetIDocumentUndoRedo
().
EndUndo
(
UNDO_INSATTR
,
NULL
);
}
}
...
...
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