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
8da489aa
Kaydet (Commit)
8da489aa
authored
Eyl 05, 2011
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
now we can ditch these unused methods
üst
8b028754
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
41 deletions
+0
-41
i18n_status.hxx
vcl/inc/unx/i18n_status.hxx
+0
-5
i18n_status.cxx
vcl/unx/generic/app/i18n_status.cxx
+0
-36
No files found.
vcl/inc/unx/i18n_status.hxx
Dosyayı görüntüle @
8da489aa
...
@@ -91,16 +91,11 @@ public:
...
@@ -91,16 +91,11 @@ public:
SalFrame
*
getStatusFrame
()
const
;
SalFrame
*
getStatusFrame
()
const
;
void
setStatusText
(
const
String
&
rText
);
void
setStatusText
(
const
String
&
rText
);
String
getStatusText
()
const
;
enum
ShowReason
{
focus
,
presentation
,
contextmap
};
enum
ShowReason
{
focus
,
presentation
,
contextmap
};
void
show
(
bool
bShow
,
ShowReason
eReason
);
void
show
(
bool
bShow
,
ShowReason
eReason
);
const
::
std
::
vector
<
ChoiceData
>&
getChoices
()
const
{
return
m_aChoices
;
}
const
::
std
::
vector
<
ChoiceData
>&
getChoices
()
const
{
return
m_aChoices
;
}
void
clearChoices
();
void
addChoice
(
const
String
&
,
void
*
pData
);
void
toTop
()
const
;
// for SwitchIMCallback
// for SwitchIMCallback
void
changeIM
(
const
String
&
);
void
changeIM
(
const
String
&
);
...
...
vcl/unx/generic/app/i18n_status.cxx
Dosyayı görüntüle @
8da489aa
...
@@ -638,42 +638,6 @@ void I18NStatus::changeIM( const String& rIM )
...
@@ -638,42 +638,6 @@ void I18NStatus::changeIM( const String& rIM )
// --------------------------------------------------------------------------
// --------------------------------------------------------------------------
String
I18NStatus
::
getStatusText
()
const
{
return
m_pStatusWindow
?
m_pStatusWindow
->
getText
()
:
String
();
}
// --------------------------------------------------------------------------
void
I18NStatus
::
clearChoices
()
{
m_aChoices
.
clear
();
}
// --------------------------------------------------------------------------
void
I18NStatus
::
addChoice
(
const
String
&
rChoice
,
void
*
pData
)
{
ChoiceData
aData
;
aData
.
pData
=
pData
;
aData
.
aString
=
rChoice
;
m_aChoices
.
push_back
(
aData
);
}
// --------------------------------------------------------------------------
void
I18NStatus
::
toTop
()
const
{
if
(
m_pStatusWindow
)
{
const
SystemEnvData
*
pData
=
m_pStatusWindow
->
GetSystemData
();
XRaiseWindow
(
(
Display
*
)
pData
->
pDisplay
,
(
XLIB_Window
)
pData
->
aShellWindow
);
}
}
// --------------------------------------------------------------------------
SalFrame
*
I18NStatus
::
getStatusFrame
()
const
SalFrame
*
I18NStatus
::
getStatusFrame
()
const
{
{
SalFrame
*
pRet
=
NULL
;
SalFrame
*
pRet
=
NULL
;
...
...
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