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
eb2bc3ca
Kaydet (Commit)
eb2bc3ca
authored
Eyl 04, 2013
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
convert svx/.../chinese_dictionarydialog.hxx from String to OUString
Change-Id: I66fd209297e8550495a0f99de573eae6e54768c3
üst
b7b50269
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
chinese_dictionarydialog.cxx
...nodialogs/textconversiondlgs/chinese_dictionarydialog.cxx
+3
-3
chinese_dictionarydialog.hxx
...nodialogs/textconversiondlgs/chinese_dictionarydialog.hxx
+3
-3
No files found.
svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.cxx
Dosyayı görüntüle @
eb2bc3ca
...
...
@@ -80,7 +80,7 @@ DictionaryList::DictionaryList( Window* pParent )
{
}
String
DictionaryList
::
getPropertyTypeName
(
sal_Int16
nConversionPropertyType
)
const
OU
String
DictionaryList
::
getPropertyTypeName
(
sal_Int16
nConversionPropertyType
)
const
{
if
(
!
m_pPropertyTypeNameListBox
||
!
m_pPropertyTypeNameListBox
->
GetEntryCount
())
return
String
();
...
...
@@ -91,7 +91,7 @@ String DictionaryList::getPropertyTypeName( sal_Int16 nConversionPropertyType )
return
m_pPropertyTypeNameListBox
->
GetEntry
(
0
);
}
String
DictionaryList
::
makeTabString
(
const
DictionaryEntry
&
rEntry
)
const
OU
String
DictionaryList
::
makeTabString
(
const
DictionaryEntry
&
rEntry
)
const
{
String
aStr
(
rEntry
.
m_aTerm
);
aStr
+=
'\t'
;
...
...
@@ -315,7 +315,7 @@ void DictionaryList::activate( HeaderBar* pHeaderBar )
Show
();
}
HeaderBar
*
DictionaryList
::
createHeaderBar
(
const
String
&
rColumn1
,
const
String
&
rColumn2
,
const
String
&
rColumn3
HeaderBar
*
DictionaryList
::
createHeaderBar
(
const
OUString
&
rColumn1
,
const
OUString
&
rColumn2
,
const
OU
String
&
rColumn3
,
long
nWidth1
,
long
nWidth2
,
long
nWidth3
)
{
HeaderBar
*
pHeaderBar
=
new
HeaderBar
(
Control
::
GetParent
(),
WB_BUTTONSTYLE
|
WB_BOTTOMBORDER
);
...
...
svx/source/unodialogs/textconversiondlgs/chinese_dictionarydialog.hxx
Dosyayı görüntüle @
eb2bc3ca
...
...
@@ -69,7 +69,7 @@ public:
DictionaryList
(
Window
*
pParent
);
virtual
~
DictionaryList
();
HeaderBar
*
createHeaderBar
(
const
String
&
rColumn1
,
const
String
&
rColumn2
,
const
String
&
rColumn3
HeaderBar
*
createHeaderBar
(
const
OUString
&
rColumn1
,
const
OUString
&
rColumn2
,
const
OU
String
&
rColumn3
,
long
nWidth1
,
long
nWidth2
,
long
nWidth3
);
void
initDictionaryControl
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
linguistic2
::
XConversionDictionary
>&
xDictionary
...
...
@@ -95,8 +95,8 @@ public:
virtual
void
Resize
();
private
:
String
getPropertyTypeName
(
sal_Int16
nConversionPropertyType
/*linguistic2::ConversionPropertyType*/
)
const
;
String
makeTabString
(
const
DictionaryEntry
&
rEntry
)
const
;
OU
String
getPropertyTypeName
(
sal_Int16
nConversionPropertyType
/*linguistic2::ConversionPropertyType*/
)
const
;
OU
String
makeTabString
(
const
DictionaryEntry
&
rEntry
)
const
;
DECL_LINK
(
CompareHdl
,
SvSortData
*
);
StringCompare
ColumnCompare
(
SvTreeListEntry
*
pLeft
,
SvTreeListEntry
*
pRight
);
...
...
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