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
aa99d57a
Kaydet (Commit)
aa99d57a
authored
Ock 17, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Some more loplugin:cstylecast: editeng
Change-Id: I047212dfd7ae330d6cd8149e3c7110d67b9e79e9
üst
87b9d323
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
svxrtf.cxx
editeng/source/rtf/svxrtf.cxx
+2
-2
unotext2.cxx
editeng/source/uno/unotext2.cxx
+1
-1
No files found.
editeng/source/rtf/svxrtf.cxx
Dosyayı görüntüle @
aa99d57a
...
@@ -1111,8 +1111,8 @@ void SvxRTFParser::BuildWhichTbl()
...
@@ -1111,8 +1111,8 @@ void SvxRTFParser::BuildWhichTbl()
// Building a Which-Map 'rWhichMap' from an array of
// Building a Which-Map 'rWhichMap' from an array of
// 'pWhichIds' from Which-Ids. It has the long 'nWhichIds'.
// 'pWhichIds' from Which-Ids. It has the long 'nWhichIds'.
// The Which-Map is not going to be deleted.
// The Which-Map is not going to be deleted.
SvParser
::
BuildWhichTbl
(
aWhichMap
,
(
sal_uInt16
*
)
&
aPardMap
,
sizeof
(
aPardMap
)
/
sizeof
(
sal_uInt16
)
);
SvParser
::
BuildWhichTbl
(
aWhichMap
,
reinterpret_cast
<
sal_uInt16
*>
(
&
aPardMap
)
,
sizeof
(
aPardMap
)
/
sizeof
(
sal_uInt16
)
);
SvParser
::
BuildWhichTbl
(
aWhichMap
,
(
sal_uInt16
*
)
&
aPlainMap
,
sizeof
(
aPlainMap
)
/
sizeof
(
sal_uInt16
)
);
SvParser
::
BuildWhichTbl
(
aWhichMap
,
reinterpret_cast
<
sal_uInt16
*>
(
&
aPlainMap
)
,
sizeof
(
aPlainMap
)
/
sizeof
(
sal_uInt16
)
);
}
}
const
SfxItemSet
&
SvxRTFParser
::
GetRTFDefaults
()
const
SfxItemSet
&
SvxRTFParser
::
GetRTFDefaults
()
...
...
editeng/source/uno/unotext2.cxx
Dosyayı görüntüle @
aa99d57a
...
@@ -481,7 +481,7 @@ uno::Any SAL_CALL SvxUnoTextCursor::queryAggregation( const uno::Type & rType )
...
@@ -481,7 +481,7 @@ uno::Any SAL_CALL SvxUnoTextCursor::queryAggregation( const uno::Type & rType )
throw
(
uno
::
RuntimeException
,
std
::
exception
)
throw
(
uno
::
RuntimeException
,
std
::
exception
)
{
{
if
(
rType
==
cppu
::
UnoType
<
text
::
XTextRange
>::
get
())
if
(
rType
==
cppu
::
UnoType
<
text
::
XTextRange
>::
get
())
return
uno
::
makeAny
(
uno
::
Reference
<
text
::
XTextRange
>
(
(
text
::
XText
*
)
(
this
)));
return
uno
::
makeAny
(
uno
::
Reference
<
text
::
XTextRange
>
(
static_cast
<
SvxUnoTextRangeBase
*>
(
this
)));
else
QUERYINT
(
text
::
XTextCursor
);
else
QUERYINT
(
text
::
XTextCursor
);
else
QUERYINT
(
beans
::
XMultiPropertyStates
);
else
QUERYINT
(
beans
::
XMultiPropertyStates
);
else
QUERYINT
(
beans
::
XPropertySet
);
else
QUERYINT
(
beans
::
XPropertySet
);
...
...
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