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
6086949c
Kaydet (Commit)
6086949c
authored
Ock 13, 2013
tarafından
Julien Nabet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove unused function useFont
Change-Id: Icaa3e130ebd4eb168a62a2b45cf8f7a222c0764e
üst
a2dd3fea
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
11 deletions
+0
-11
cairo_textlayout.cxx
canvas/source/cairo/cairo_textlayout.cxx
+0
-9
cairo_textlayout.hxx
canvas/source/cairo/cairo_textlayout.hxx
+0
-1
unusedcode.easy
unusedcode.easy
+0
-1
No files found.
canvas/source/cairo/cairo_textlayout.cxx
Dosyayı görüntüle @
6086949c
...
...
@@ -301,15 +301,6 @@ namespace cairocanvas
return
maText
;
}
void
TextLayout
::
useFont
(
Cairo
*
pCairo
)
{
rendering
::
FontRequest
aFontRequest
=
mpFont
->
getFontRequest
();
rendering
::
FontInfo
aFontInfo
=
aFontRequest
.
FontDescription
;
cairo_select_font_face
(
pCairo
,
OUStringToOString
(
aFontInfo
.
FamilyName
,
RTL_TEXTENCODING_UTF8
).
getStr
(),
CAIRO_FONT_SLANT_NORMAL
,
CAIRO_FONT_WEIGHT_NORMAL
);
cairo_set_font_size
(
pCairo
,
aFontRequest
.
CellSize
);
}
/**
* TextLayout::isCairoRenderable
*
...
...
canvas/source/cairo/cairo_textlayout.hxx
Dosyayı görüntüle @
6086949c
...
...
@@ -102,7 +102,6 @@ namespace cairocanvas
SurfaceProviderRef
mpRefDevice
;
sal_Int8
mnTextDirection
;
void
useFont
(
::
cairo
::
Cairo
*
pCairo
);
bool
isCairoRenderable
(
SystemFontData
aSysFontData
)
const
;
};
...
...
unusedcode.easy
Dosyayı görüntüle @
6086949c
...
...
@@ -30,7 +30,6 @@ apitest::XPropertySet::testAddVetoableChangeListener()
apitest::XPropertySet::testRemovePropertyChangeListener()
apitest::XPropertySet::testRemoveVetoableChangeListener()
apitest::XSpreadsheetDocument::testGetSheets()
cairocanvas::TextLayout::useFont(_cairo*)
canvas::createSurfaceProxyManager(boost::shared_ptr<canvas::IRenderModule> const&)
comphelper::detail::ConfigurationWrapper::getGroupReadWrite(boost::shared_ptr<comphelper::ConfigurationChanges> const&, rtl::OUString const&) const
comphelper::detail::ConfigurationWrapper::getLocalizedPropertyValue(rtl::OUString const&) const
...
...
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