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
e0848f6d
Kaydet (Commit)
e0848f6d
authored
Eyl 04, 2013
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
convert svx/source/accessibility/*.cxx from String to OUString
Change-Id: I98ddae6dafea9c52e4b96274c5f2881d929cf096
üst
a628d232
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
charmapacc.cxx
svx/source/accessibility/charmapacc.cxx
+2
-2
graphichelper.cxx
svx/source/core/graphichelper.cxx
+2
-2
No files found.
svx/source/accessibility/charmapacc.cxx
Dosyayı görüntüle @
e0848f6d
...
@@ -696,7 +696,7 @@ OUString SAL_CALL SvxShowCharSetItemAcc::getAccessibleDescription()
...
@@ -696,7 +696,7 @@ OUString SAL_CALL SvxShowCharSetItemAcc::getAccessibleDescription()
{
{
OExternalLockGuard
aGuard
(
this
);
OExternalLockGuard
aGuard
(
this
);
ensureAlive
();
ensureAlive
();
String
sDescription
=
SVX_RESSTR
(
RID_SVXSTR_CHARACTER_CODE
);
OU
String
sDescription
=
SVX_RESSTR
(
RID_SVXSTR_CHARACTER_CODE
);
sal_Unicode
c
=
mpParent
->
maText
[
0
];
sal_Unicode
c
=
mpParent
->
maText
[
0
];
char
buf
[
16
]
=
"0x0000"
;
char
buf
[
16
]
=
"0x0000"
;
...
@@ -709,7 +709,7 @@ OUString SAL_CALL SvxShowCharSetItemAcc::getAccessibleDescription()
...
@@ -709,7 +709,7 @@ OUString SAL_CALL SvxShowCharSetItemAcc::getAccessibleDescription()
}
}
if
(
c
<
256
)
if
(
c
<
256
)
snprintf
(
buf
+
6
,
10
,
" (%d)"
,
c
);
snprintf
(
buf
+
6
,
10
,
" (%d)"
,
c
);
sDescription
.
AppendAscii
(
buf
);
sDescription
+=
OUString
(
buf
,
strlen
(
buf
),
RTL_TEXTENCODING_ASCII_US
);
return
sDescription
;
return
sDescription
;
}
}
...
...
svx/source/core/graphichelper.cxx
Dosyayı görüntüle @
e0848f6d
...
@@ -207,12 +207,12 @@ void GraphicHelper::SaveShapeAsGraphic( const Reference< drawing::XShape >& xSha
...
@@ -207,12 +207,12 @@ void GraphicHelper::SaveShapeAsGraphic( const Reference< drawing::XShape >& xSha
OUString
aMimeType
;
OUString
aMimeType
;
SvtPathOptions
aPathOpt
;
SvtPathOptions
aPathOpt
;
String
sGraphicPath
(
aPathOpt
.
GetGraphicPath
()
);
OU
String
sGraphicPath
(
aPathOpt
.
GetGraphicPath
()
);
FileDialogHelper
aDialogHelper
(
TemplateDescription
::
FILESAVE_AUTOEXTENSION
,
0
);
FileDialogHelper
aDialogHelper
(
TemplateDescription
::
FILESAVE_AUTOEXTENSION
,
0
);
Reference
<
XFilePicker
>
xFilePicker
=
aDialogHelper
.
GetFilePicker
();
Reference
<
XFilePicker
>
xFilePicker
=
aDialogHelper
.
GetFilePicker
();
aDialogHelper
.
SetTitle
(
OUString
(
"Save as Picture"
)
);
aDialogHelper
.
SetTitle
(
"Save as Picture"
);
INetURLObject
aPath
;
INetURLObject
aPath
;
aPath
.
SetSmartURL
(
sGraphicPath
);
aPath
.
SetSmartURL
(
sGraphicPath
);
...
...
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