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
b5b73ed8
Kaydet (Commit)
b5b73ed8
authored
May 11, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:cstylecast: nop between pointer types of exactly same spelling
Change-Id: I94230f5d0838f26173eb17401f7bf22ab126e7ef
üst
5d9fe379
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
impedit2.cxx
editeng/source/editeng/impedit2.cxx
+1
-1
impedit3.cxx
editeng/source/editeng/impedit3.cxx
+1
-1
unotext.cxx
editeng/source/uno/unotext.cxx
+1
-1
No files found.
editeng/source/editeng/impedit2.cxx
Dosyayı görüntüle @
b5b73ed8
...
@@ -3441,7 +3441,7 @@ uno::Reference< datatransfer::XTransferable > ImpEditEngine::CreateTransferable(
...
@@ -3441,7 +3441,7 @@ uno::Reference< datatransfer::XTransferable > ImpEditEngine::CreateTransferable(
pDataObj
->
GetStream
().
Seek
(
0
);
pDataObj
->
GetStream
().
Seek
(
0
);
SvxFontItem
::
EnableStoreUnicodeNames
(
false
);
SvxFontItem
::
EnableStoreUnicodeNames
(
false
);
((
ImpEditEngine
*
)
this
)
->
WriteRTF
(
pDataObj
->
GetRTFStream
(),
aSelection
);
WriteRTF
(
pDataObj
->
GetRTFStream
(),
aSelection
);
pDataObj
->
GetRTFStream
().
Seek
(
0
);
pDataObj
->
GetRTFStream
().
Seek
(
0
);
if
(
(
aSelection
.
Min
().
GetNode
()
==
aSelection
.
Max
().
GetNode
()
)
if
(
(
aSelection
.
Min
().
GetNode
()
==
aSelection
.
Max
().
GetNode
()
)
...
...
editeng/source/editeng/impedit3.cxx
Dosyayı görüntüle @
b5b73ed8
...
@@ -2307,7 +2307,7 @@ void ImpEditEngine::CreateTextPortions( ParaPortion* pParaPortion, sal_Int32& rS
...
@@ -2307,7 +2307,7 @@ void ImpEditEngine::CreateTextPortions( ParaPortion* pParaPortion, sal_Int32& rS
aPositions
.
insert
(
pNode
->
Len
()
);
aPositions
.
insert
(
pNode
->
Len
()
);
if
(
pParaPortion
->
aScriptInfos
.
empty
()
)
if
(
pParaPortion
->
aScriptInfos
.
empty
()
)
((
ImpEditEngine
*
)
this
)
->
InitScriptTypes
(
GetParaPortions
().
GetPos
(
pParaPortion
)
);
InitScriptTypes
(
GetParaPortions
().
GetPos
(
pParaPortion
)
);
const
ScriptTypePosInfos
&
rTypes
=
pParaPortion
->
aScriptInfos
;
const
ScriptTypePosInfos
&
rTypes
=
pParaPortion
->
aScriptInfos
;
for
(
size_t
nT
=
0
;
nT
<
rTypes
.
size
();
nT
++
)
for
(
size_t
nT
=
0
;
nT
<
rTypes
.
size
();
nT
++
)
...
...
editeng/source/uno/unotext.cxx
Dosyayı görüntüle @
b5b73ed8
...
@@ -1973,7 +1973,7 @@ uno::Reference< text::XText > SAL_CALL SvxUnoTextBase::getText()
...
@@ -1973,7 +1973,7 @@ uno::Reference< text::XText > SAL_CALL SvxUnoTextBase::getText()
{
{
ESelection
aSelection
;
ESelection
aSelection
;
::
GetSelection
(
aSelection
,
GetEditSource
()
->
GetTextForwarder
()
);
::
GetSelection
(
aSelection
,
GetEditSource
()
->
GetTextForwarder
()
);
((
SvxUnoTextBase
*
)
this
)
->
SetSelection
(
aSelection
);
SetSelection
(
aSelection
);
}
}
return
(
text
::
XText
*
)
this
;
return
(
text
::
XText
*
)
this
;
...
...
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