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
613ead6d
Kaydet (Commit)
613ead6d
authored
May 12, 2015
tarafından
Tomaž Vajngerl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
refactor SvxShowCharSet to use RenderContext
Change-Id: Ib88b654cbdd321ba51246346a1648d7da2596aff
üst
d28e29c8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
charmap.hxx
include/svx/charmap.hxx
+7
-7
charmap.cxx
svx/source/dialog/charmap.cxx
+0
-0
No files found.
include/svx/charmap.hxx
Dosyayı görüntüle @
613ead6d
...
...
@@ -28,8 +28,6 @@
#include <memory>
#include <svx/svxdllapi.h>
// define ----------------------------------------------------------------
#define COLUMN_COUNT 16
#define ROW_COUNT 8
...
...
@@ -39,8 +37,6 @@ namespace svx
class
SvxShowCharSetVirtualAcc
;
}
// class SvxShowCharSet --------------------------------------------------
class
SVX_DLLPUBLIC
SAL_WARN_UNUSED
SvxShowCharSet
:
public
Control
{
public
:
...
...
@@ -48,7 +44,7 @@ public:
virtual
~
SvxShowCharSet
();
virtual
void
dispose
()
SAL_OVERRIDE
;
void
SetFont
(
const
vcl
::
Font
&
rFont
);
void
RecalculateFont
(
vcl
::
RenderContext
&
rRenderContext
);
void
SelectCharacter
(
sal_uInt32
cNew
,
bool
bFocus
=
false
);
sal_UCS4
GetSelectCharacter
()
const
;
...
...
@@ -117,9 +113,13 @@ private:
FontCharMapPtr
mpFontCharMap
;
VclPtr
<
ScrollBar
>
aVscrollSB
;
bool
mbRecalculateFont
:
1
;
bool
mbUpdateForeground
:
1
;
bool
mbUpdateBackground
:
1
;
private
:
void
DrawChars_Impl
(
int
n1
,
int
n2
);
void
InitSettings
(
bool
bForeground
,
bool
bBackground
);
void
DrawChars_Impl
(
vcl
::
RenderContext
&
rRenderContext
,
int
n1
,
int
n2
);
void
InitSettings
(
vcl
::
RenderContext
&
rRenderContext
);
// abstraction layers are: Unicode<->MapIndex<->Pixel
Point
MapIndexToPixel
(
int
)
const
;
DECL_LINK
(
VscrollHdl
,
void
*
);
...
...
svx/source/dialog/charmap.cxx
Dosyayı görüntüle @
613ead6d
This diff is collapsed.
Click to expand it.
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