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
389218f9
Kaydet (Commit)
389218f9
authored
Nis 14, 2012
tarafından
Jan Holesovsky
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Slidesorter: Font_Button unused.
üst
b80ca483
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
12 deletions
+1
-12
SlsTheme.hxx
sd/source/ui/slidesorter/inc/view/SlsTheme.hxx
+1
-2
SlsTheme.cxx
sd/source/ui/slidesorter/view/SlsTheme.cxx
+0
-10
No files found.
sd/source/ui/slidesorter/inc/view/SlsTheme.hxx
Dosyayı görüntüle @
389218f9
...
@@ -77,8 +77,7 @@ public:
...
@@ -77,8 +77,7 @@ public:
enum
FontType
{
enum
FontType
{
Font_PageNumber
,
Font_PageNumber
,
Font_PageCount
,
Font_PageCount
Font_Button
};
};
static
::
boost
::
shared_ptr
<
Font
>
GetFont
(
static
::
boost
::
shared_ptr
<
Font
>
GetFont
(
const
FontType
eType
,
const
FontType
eType
,
...
...
sd/source/ui/slidesorter/view/SlsTheme.cxx
Dosyayı görüntüle @
389218f9
...
@@ -258,16 +258,6 @@ void Theme::Update (const ::boost::shared_ptr<controller::Properties>& rpPropert
...
@@ -258,16 +258,6 @@ void Theme::Update (const ::boost::shared_ptr<controller::Properties>& rpPropert
pFont
->
SetSize
(
Size
(
aSize
.
Width
()
*
5
/
3
,
aSize
.
Height
()
*
5
/
3
));
pFont
->
SetSize
(
Size
(
aSize
.
Width
()
*
5
/
3
,
aSize
.
Height
()
*
5
/
3
));
}
}
break
;
break
;
case
Font_Button
:
pFont
.
reset
(
new
Font
(
Application
::
GetSettings
().
GetStyleSettings
().
GetAppFont
()));
pFont
->
SetTransparent
(
sal_True
);
pFont
->
SetWeight
(
WEIGHT_BOLD
);
{
const
Size
aSize
(
pFont
->
GetSize
());
pFont
->
SetSize
(
Size
(
aSize
.
Width
()
*
4
/
3
,
aSize
.
Height
()
*
4
/
3
));
}
break
;
}
}
if
(
pFont
)
if
(
pFont
)
...
...
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