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
54cf331a
Kaydet (Commit)
54cf331a
authored
Ock 13, 2012
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
callcatcher: update list, updateDirTimestamp now unused
üst
3391bd05
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
17 deletions
+4
-17
unusedcode.easy
unusedcode.easy
+4
-1
fontcache.cxx
vcl/generic/fontmanager/fontcache.cxx
+0
-14
fontcache.hxx
vcl/inc/fontcache.hxx
+0
-2
No files found.
unusedcode.easy
Dosyayı görüntüle @
54cf331a
...
...
@@ -257,6 +257,10 @@ ScDPCache::GetAdditionalItemID(String const&) const
ScDPCache::GetDimNumType(short) const
ScDPCache::GetSortedItemData(short, int) const
ScDPCache::IsEmptyMember(int, unsigned short) const
ScDPCollection::DBCaches::removeCache(int, rtl::OUString const&, rtl::OUString const&)
ScDPCollection::DBCaches::size() const
ScDPCollection::NameCaches::removeCache(rtl::OUString const&)
ScDPCollection::SheetCaches::removeCache(ScRange const&)
ScDPFieldControlBase::GetParentDlg() const
ScDPFieldControlBase::ModifySelectionOffset(long)
ScDPFieldControlBase::SetSelectedField(unsigned long)
...
...
@@ -1748,7 +1752,6 @@ pdfi::PDFIProcessor::sortDocument(bool)
pdfi::PDFIRawAdaptor::odfConvert(rtl::OUString const&, com::sun::star::uno::Reference<com::sun::star::io::XOutputStream> const&, com::sun::star::uno::Reference<com::sun::star::task::XStatusIndicator> const&)
pdfparse::PDFReader::read(char const*, unsigned int)
psp::GetCommandLineTokenCount(rtl::OString const&)
psp::PrintFontManager::getXLFD(psp::PrintFontManager::PrintFont*) const
psp::PrinterGfx::DrawBitmap(Rectangle const&, Rectangle const&, psp::PrinterBmp const&, psp::PrinterBmp const&)
psp::PrinterGfx::DrawMask(Rectangle const&, Rectangle const&, psp::PrinterBmp const&, psp::PrinterColor&)
psp::PrinterGfx::GetGlyphBoundRect(unsigned short, Rectangle&)
...
...
vcl/generic/fontmanager/fontcache.cxx
Dosyayı görüntüle @
54cf331a
...
...
@@ -501,20 +501,6 @@ void FontCache::read()
}
while
(
!
aStream
.
IsEof
()
);
}
/*
* FontCache::updateDirTimestamp
*/
void
FontCache
::
updateDirTimestamp
(
int
nDirID
)
{
PrintFontManager
&
rManager
(
PrintFontManager
::
get
()
);
const
OString
&
rDir
=
rManager
.
getDirectory
(
nDirID
);
struct
stat
aStat
;
if
(
!
stat
(
rDir
.
getStr
(),
&
aStat
)
)
m_aCache
[
nDirID
].
m_nTimestamp
=
(
sal_Int64
)
aStat
.
st_mtime
;
}
/*
* FontCache::copyPrintFont
*/
...
...
vcl/inc/fontcache.hxx
Dosyayı görüntüle @
54cf331a
...
...
@@ -91,8 +91,6 @@ public:
bool
scanAdditionalFiles
(
const
rtl
::
OString
&
rDir
);
void
flush
();
void
updateDirTimestamp
(
int
nDirID
);
};
}
// namespace psp
...
...
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