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
b4d116ef
Kaydet (Commit)
b4d116ef
authored
Eki 16, 2013
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
convert sw/source/core/access/*.cxx from String to OUString
Change-Id: I03c63fbfe40e1fd7b7e26ecc7f16d695a68cbe46
üst
aa5cccd3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
accnotextframe.cxx
sw/source/core/access/accnotextframe.cxx
+1
-1
accportions.cxx
sw/source/core/access/accportions.cxx
+2
-2
acctextframe.cxx
sw/source/core/access/acctextframe.cxx
+3
-3
No files found.
sw/source/core/access/accnotextframe.cxx
Dosyayı görüntüle @
b4d116ef
...
@@ -122,7 +122,7 @@ void SwAccessibleNoTextFrame::Modify( const SfxPoolItem* pOld, const SfxPoolItem
...
@@ -122,7 +122,7 @@ void SwAccessibleNoTextFrame::Modify( const SfxPoolItem* pOld, const SfxPoolItem
{
{
const
OUString
sOldDesc
(
msDesc
);
const
OUString
sOldDesc
(
msDesc
);
const
String
&
rDesc
=
pNd
->
GetDescription
();
const
OU
String
&
rDesc
=
pNd
->
GetDescription
();
msDesc
=
rDesc
;
msDesc
=
rDesc
;
if
(
msDesc
.
isEmpty
()
&&
if
(
msDesc
.
isEmpty
()
&&
msTitle
!=
GetName
()
)
msTitle
!=
GetName
()
)
...
...
sw/source/core/access/accportions.cxx
Dosyayı görüntüle @
b4d116ef
...
@@ -216,8 +216,8 @@ void SwAccessiblePortionData::Finish()
...
@@ -216,8 +216,8 @@ void SwAccessiblePortionData::Finish()
// include terminator values: always include two 'last character'
// include terminator values: always include two 'last character'
// markers in the position arrays to make sure we always find one
// markers in the position arrays to make sure we always find one
// position before the end
// position before the end
Special
(
0
,
String
(),
POR_TERMINATE
);
Special
(
0
,
OU
String
(),
POR_TERMINATE
);
Special
(
0
,
String
(),
POR_TERMINATE
);
Special
(
0
,
OU
String
(),
POR_TERMINATE
);
LineBreak
(
0
);
LineBreak
(
0
);
LineBreak
(
0
);
LineBreak
(
0
);
...
...
sw/source/core/access/acctextframe.cxx
Dosyayı görüntüle @
b4d116ef
...
@@ -87,9 +87,9 @@ void SwAccessibleTextFrame::Modify( const SfxPoolItem* pOld, const SfxPoolItem *
...
@@ -87,9 +87,9 @@ void SwAccessibleTextFrame::Modify( const SfxPoolItem* pOld, const SfxPoolItem *
// #i73249#
// #i73249#
case
RES_TITLE_CHANGED
:
case
RES_TITLE_CHANGED
:
{
{
const
String
&
sOldTitle
(
const
OU
String
&
sOldTitle
(
dynamic_cast
<
const
SwStringMsgPoolItem
*>
(
pOld
)
->
GetString
()
);
dynamic_cast
<
const
SwStringMsgPoolItem
*>
(
pOld
)
->
GetString
()
);
const
String
&
sNewTitle
(
const
OU
String
&
sNewTitle
(
dynamic_cast
<
const
SwStringMsgPoolItem
*>
(
pNew
)
->
GetString
()
);
dynamic_cast
<
const
SwStringMsgPoolItem
*>
(
pNew
)
->
GetString
()
);
if
(
sOldTitle
==
sNewTitle
)
if
(
sOldTitle
==
sNewTitle
)
{
{
...
@@ -118,7 +118,7 @@ void SwAccessibleTextFrame::Modify( const SfxPoolItem* pOld, const SfxPoolItem *
...
@@ -118,7 +118,7 @@ void SwAccessibleTextFrame::Modify( const SfxPoolItem* pOld, const SfxPoolItem *
const
SwFlyFrmFmt
*
pFlyFrmFmt
=
const
SwFlyFrmFmt
*
pFlyFrmFmt
=
dynamic_cast
<
const
SwFlyFrmFmt
*>
(
pFlyFrm
->
GetFmt
()
);
dynamic_cast
<
const
SwFlyFrmFmt
*>
(
pFlyFrm
->
GetFmt
()
);
const
String
&
rDesc
=
pFlyFrmFmt
->
GetObjDescription
();
const
OU
String
&
rDesc
=
pFlyFrmFmt
->
GetObjDescription
();
msDesc
=
rDesc
;
msDesc
=
rDesc
;
if
(
msDesc
.
isEmpty
()
&&
if
(
msDesc
.
isEmpty
()
&&
msTitle
!=
GetName
()
)
msTitle
!=
GetName
()
)
...
...
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