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
7d890d04
Kaydet (Commit)
7d890d04
authored
May 11, 2015
tarafından
Tomaž Vajngerl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
refactor "Calendar" control to use RenderContext
Change-Id: I41aea2e62bb8c034d07825bd4b8776e718cd0920
üst
279c665a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
7 deletions
+6
-7
calendar.hxx
include/svtools/calendar.hxx
+6
-7
calendar.cxx
svtools/source/control/calendar.cxx
+0
-0
No files found.
include/svtools/calendar.hxx
Dosyayı görüntüle @
7d890d04
...
@@ -232,13 +232,12 @@ private:
...
@@ -232,13 +232,12 @@ private:
SVT_DLLPRIVATE
void
ImplFormat
();
SVT_DLLPRIVATE
void
ImplFormat
();
using
Window
::
ImplHitTest
;
using
Window
::
ImplHitTest
;
SVT_DLLPRIVATE
sal_uInt16
ImplHitTest
(
const
Point
&
rPos
,
Date
&
rDate
)
const
;
SVT_DLLPRIVATE
sal_uInt16
ImplHitTest
(
const
Point
&
rPos
,
Date
&
rDate
)
const
;
SVT_DLLPRIVATE
void
ImplDrawSpin
(
bool
bDrawPrev
=
true
,
bool
bDrawNext
=
true
);
SVT_DLLPRIVATE
void
ImplDrawSpin
(
vcl
::
RenderContext
&
rRenderContext
,
bool
bDrawPrev
=
true
,
bool
bDrawNext
=
true
);
SVT_DLLPRIVATE
void
ImplDrawDate
(
long
nX
,
long
nY
,
SVT_DLLPRIVATE
void
ImplDrawDate
(
vcl
::
RenderContext
&
rRenderContext
,
long
nX
,
long
nY
,
sal_uInt16
nDay
,
sal_uInt16
nMonth
,
sal_uInt16
nYear
,
sal_uInt16
nDay
,
sal_uInt16
nMonth
,
sal_uInt16
nYear
,
DayOfWeek
eDayOfWeek
,
DayOfWeek
eDayOfWeek
,
bool
bBack
=
true
,
bool
bBack
=
true
,
bool
bOther
=
false
,
bool
bOther
=
false
,
sal_uLong
nToday
=
0
);
sal_uLong
nToday
=
0
);
SVT_DLLPRIVATE
void
ImplDraw
(
vcl
::
RenderContext
&
rRenderContext
,
bool
bPaint
=
false
);
SVT_DLLPRIVATE
void
ImplDraw
(
bool
bPaint
=
false
);
SVT_DLLPRIVATE
void
ImplUpdateDate
(
const
Date
&
rDate
);
SVT_DLLPRIVATE
void
ImplUpdateDate
(
const
Date
&
rDate
);
SVT_DLLPRIVATE
void
ImplUpdateSelection
(
IntDateSet
*
pOld
);
SVT_DLLPRIVATE
void
ImplUpdateSelection
(
IntDateSet
*
pOld
);
SVT_DLLPRIVATE
void
ImplMouseSelect
(
const
Date
&
rDate
,
sal_uInt16
nHitTest
,
SVT_DLLPRIVATE
void
ImplMouseSelect
(
const
Date
&
rDate
,
sal_uInt16
nHitTest
,
...
...
svtools/source/control/calendar.cxx
Dosyayı görüntüle @
7d890d04
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