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
8bf07e7f
Kaydet (Commit)
8bf07e7f
authored
Ara 15, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
drop newly unused Application::ValidateSystemFont
Change-Id: Iffe850d99f2dcd9e955a4ba1190e010be905434b
üst
324de04a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
27 deletions
+0
-27
svapp.hxx
include/vcl/svapp.hxx
+0
-12
svapp.cxx
vcl/source/app/svapp.cxx
+0
-15
No files found.
include/vcl/svapp.hxx
Dosyayı görüntüle @
8bf07e7f
...
...
@@ -724,18 +724,6 @@ public:
*/
static
const
AllSettings
&
GetSettings
();
/** Validate that the currently selected system UI font is suitable
to display the application's UI.
A localized test string will be checked if it can be displayed in the currently
selected system UI font. If no glyphs are missing it can be assumed that the font
is proper for display of the application's UI.
@returns true if the system font is suitable for our UI and false if the test
string could not be displayed with the system font.
*/
static
bool
ValidateSystemFont
();
/** Get the application's locale data wrapper.
@returns reference to a LocaleDataWrapper object
...
...
vcl/source/app/svapp.cxx
Dosyayı görüntüle @
8bf07e7f
...
...
@@ -497,21 +497,6 @@ void Application::MergeSystemSettings( AllSettings& rSettings )
}
}
bool
Application
::
ValidateSystemFont
()
{
vcl
::
Window
*
pWindow
=
ImplGetSVData
()
->
maWinData
.
mpFirstFrame
;
if
(
!
pWindow
)
pWindow
=
ImplGetDefaultWindow
();
if
(
pWindow
)
{
AllSettings
aSettings
;
pWindow
->
ImplGetFrame
()
->
UpdateSettings
(
aSettings
);
return
pWindow
->
ImplCheckUIFont
(
aSettings
.
GetStyleSettings
().
GetAppFont
()
);
}
return
false
;
}
void
Application
::
SetSettings
(
const
AllSettings
&
rSettings
)
{
const
SolarMutexGuard
aGuard
;
...
...
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