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
63a4eac4
Kaydet (Commit)
63a4eac4
authored
Eyl 07, 2012
tarafından
Luboš Luňák
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
move temporary font cleaning to a place that is run on all platforms
Change-Id: Idc647684772b53d36a364afd91d9695210545e19
üst
ff97ebe1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
fontmanager.cxx
vcl/generic/fontmanager/fontmanager.cxx
+0
-3
svmain.cxx
vcl/source/app/svmain.cxx
+5
-0
No files found.
vcl/generic/fontmanager/fontmanager.cxx
Dosyayı görüntüle @
63a4eac4
...
@@ -1035,7 +1035,6 @@ PrintFontManager::~PrintFontManager()
...
@@ -1035,7 +1035,6 @@ PrintFontManager::~PrintFontManager()
delete
m_pAtoms
;
delete
m_pAtoms
;
if
(
m_pFontCache
)
if
(
m_pFontCache
)
delete
m_pFontCache
;
delete
m_pFontCache
;
TemporaryFonts
::
clear
();
}
}
// -------------------------------------------------------------------------
// -------------------------------------------------------------------------
...
@@ -1662,8 +1661,6 @@ void PrintFontManager::initialize()
...
@@ -1662,8 +1661,6 @@ void PrintFontManager::initialize()
CALLGRIND_ZERO_STATS
();
CALLGRIND_ZERO_STATS
();
#endif
#endif
TemporaryFonts
::
clear
();
long
aDirEntBuffer
[
(
sizeof
(
struct
dirent
)
+
_PC_NAME_MAX
)
+
1
];
long
aDirEntBuffer
[
(
sizeof
(
struct
dirent
)
+
_PC_NAME_MAX
)
+
1
];
if
(
!
m_pFontCache
)
if
(
!
m_pFontCache
)
...
...
vcl/source/app/svmain.cxx
Dosyayı görüntüle @
63a4eac4
...
@@ -49,6 +49,7 @@
...
@@ -49,6 +49,7 @@
#include "vcl/unowrap.hxx"
#include "vcl/unowrap.hxx"
#include "vcl/configsettings.hxx"
#include "vcl/configsettings.hxx"
#include "vcl/lazydelete.hxx"
#include "vcl/lazydelete.hxx"
#include "vcl/temporaryfonts.hxx"
#ifdef WNT
#ifdef WNT
#include <svsys.h>
#include <svsys.h>
...
@@ -257,6 +258,8 @@ sal_Bool InitVCL( const ::com::sun::star::uno::Reference< ::com::sun::star::lang
...
@@ -257,6 +258,8 @@ sal_Bool InitVCL( const ::com::sun::star::uno::Reference< ::com::sun::star::lang
if
(
pExceptionHandler
!=
NULL
)
if
(
pExceptionHandler
!=
NULL
)
return
sal_False
;
return
sal_False
;
TemporaryFonts
::
clear
();
if
(
!
ImplGetSVData
()
)
if
(
!
ImplGetSVData
()
)
ImplInitSVData
();
ImplInitSVData
();
...
@@ -594,6 +597,8 @@ void DeInitVCL()
...
@@ -594,6 +597,8 @@ void DeInitVCL()
delete
pOwnSvApp
;
delete
pOwnSvApp
;
pOwnSvApp
=
NULL
;
pOwnSvApp
=
NULL
;
}
}
TemporaryFonts
::
clear
();
}
}
// only one call is allowed
// only one call is allowed
...
...
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