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
f902073e
Kaydet (Commit)
f902073e
authored
Ock 11, 2013
tarafından
Matteo Casalin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Update style of initializer list to preferred convention
Change-Id: Ia8874a881d2a625500bbf74997ab75457e6f6b7e
üst
b0cf4b3e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
17 deletions
+17
-17
hhcwrp.cxx
sw/source/ui/lingu/hhcwrp.cxx
+17
-17
No files found.
sw/source/ui/lingu/hhcwrp.cxx
Dosyayı görüntüle @
f902073e
...
@@ -94,27 +94,27 @@ SwHHCWrapper::SwHHCWrapper(
...
@@ -94,27 +94,27 @@ SwHHCWrapper::SwHHCWrapper(
const
Font
*
pTargetFont
,
const
Font
*
pTargetFont
,
sal_Int32
nConvOptions
,
sal_Int32
nConvOptions
,
sal_Bool
bIsInteractive
,
sal_Bool
bIsInteractive
,
sal_Bool
bStart
,
sal_Bool
bOther
,
sal_Bool
bSelection
)
:
sal_Bool
bStart
,
sal_Bool
bOther
,
sal_Bool
bSelection
)
editeng
::
HangulHanjaConversion
(
&
pSwView
->
GetEditWin
(),
rxContext
,
:
editeng
::
HangulHanjaConversion
(
&
pSwView
->
GetEditWin
(),
rxContext
,
LanguageTag
(
nSourceLanguage
).
getLocale
(),
LanguageTag
(
nSourceLanguage
).
getLocale
(),
LanguageTag
(
nTargetLanguage
).
getLocale
(),
LanguageTag
(
nTargetLanguage
).
getLocale
(),
pTargetFont
,
pTargetFont
,
nConvOptions
,
nConvOptions
,
bIsInteractive
)
,
bIsInteractive
)
m_pView
(
pSwView
),
,
m_pView
(
pSwView
)
m_pWin
(
&
pSwView
->
GetEditWin
()
),
,
m_pWin
(
&
pSwView
->
GetEditWin
()
)
m_rWrtShell
(
pSwView
->
GetWrtShell
()
),
,
m_rWrtShell
(
pSwView
->
GetWrtShell
()
)
m_pConvArgs
(
0
),
,
m_pConvArgs
(
0
)
m_nLastPos
(
0
),
,
m_nLastPos
(
0
)
m_nUnitOffset
(
0
),
,
m_nUnitOffset
(
0
)
m_nPageCount
(
0
),
,
m_nPageCount
(
0
)
m_nPageStart
(
0
),
,
m_nPageStart
(
0
)
m_bIsDrawObj
(
sal_False
),
,
m_bIsDrawObj
(
sal_False
)
m_bIsOtherCntnt
(
bOther
),
,
m_bIsOtherCntnt
(
bOther
)
m_bStartChk
(
bOther
),
,
m_bStartChk
(
bOther
)
m_bIsSelection
(
bSelection
),
,
m_bIsSelection
(
bSelection
)
m_bStartDone
(
bOther
||
bStart
),
,
m_bStartDone
(
bOther
||
bStart
)
m_bEndDone
(
sal_False
)
,
m_bEndDone
(
sal_False
)
{
{
}
}
...
...
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