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
a0ba87f9
Kaydet (Commit)
a0ba87f9
authored
May 11, 2015
tarafından
Tomaž Vajngerl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
refactor HeadBar to use RenderContext
Change-Id: Ica05591754633fc64216aecbdf8010800133dfd4
üst
7d890d04
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
9 deletions
+5
-9
headbar.hxx
include/svtools/headbar.hxx
+5
-9
headbar.cxx
svtools/source/control/headbar.cxx
+0
-0
No files found.
include/svtools/headbar.hxx
Dosyayı görüntüle @
a0ba87f9
...
@@ -271,14 +271,10 @@ private:
...
@@ -271,14 +271,10 @@ private:
using
Window
::
ImplHitTest
;
using
Window
::
ImplHitTest
;
SVT_DLLPRIVATE
sal_uInt16
ImplHitTest
(
const
Point
&
rPos
,
long
&
nMouseOff
,
sal_uInt16
&
nPos
)
const
;
SVT_DLLPRIVATE
sal_uInt16
ImplHitTest
(
const
Point
&
rPos
,
long
&
nMouseOff
,
sal_uInt16
&
nPos
)
const
;
SVT_DLLPRIVATE
void
ImplInvertDrag
(
sal_uInt16
nStartPos
,
sal_uInt16
nEndPos
);
SVT_DLLPRIVATE
void
ImplInvertDrag
(
sal_uInt16
nStartPos
,
sal_uInt16
nEndPos
);
SVT_DLLPRIVATE
void
ImplDrawItem
(
OutputDevice
*
pDev
,
SVT_DLLPRIVATE
void
ImplDrawItem
(
vcl
::
RenderContext
&
rRenderContext
,
sal_uInt16
nPos
,
bool
bHigh
,
bool
bDrag
,
sal_uInt16
nPos
,
bool
bHigh
,
bool
bDrag
,
const
Rectangle
&
rItemRect
,
const
Rectangle
*
pRect
,
sal_uLong
nFlags
);
const
Rectangle
&
rItemRect
,
SVT_DLLPRIVATE
void
ImplDrawItem
(
vcl
::
RenderContext
&
rRenderContext
,
sal_uInt16
nPos
,
bool
bHigh
=
false
,
const
Rectangle
*
pRect
,
bool
bDrag
=
false
,
const
Rectangle
*
pRect
=
NULL
);
sal_uLong
nFlags
);
SVT_DLLPRIVATE
void
ImplDrawItem
(
sal_uInt16
nPos
,
bool
bHigh
=
false
,
bool
bDrag
=
false
,
const
Rectangle
*
pRect
=
NULL
);
SVT_DLLPRIVATE
void
ImplUpdate
(
sal_uInt16
nPos
,
SVT_DLLPRIVATE
void
ImplUpdate
(
sal_uInt16
nPos
,
bool
bEnd
=
false
,
bool
bDirect
=
false
);
bool
bEnd
=
false
,
bool
bDirect
=
false
);
SVT_DLLPRIVATE
void
ImplStartDrag
(
const
Point
&
rPos
,
bool
bCommand
);
SVT_DLLPRIVATE
void
ImplStartDrag
(
const
Point
&
rPos
,
bool
bCommand
);
...
@@ -293,7 +289,7 @@ public:
...
@@ -293,7 +289,7 @@ public:
virtual
void
MouseButtonDown
(
const
MouseEvent
&
rMEvt
)
SAL_OVERRIDE
;
virtual
void
MouseButtonDown
(
const
MouseEvent
&
rMEvt
)
SAL_OVERRIDE
;
virtual
void
MouseMove
(
const
MouseEvent
&
rMEvt
)
SAL_OVERRIDE
;
virtual
void
MouseMove
(
const
MouseEvent
&
rMEvt
)
SAL_OVERRIDE
;
virtual
void
Tracking
(
const
TrackingEvent
&
rTEvt
)
SAL_OVERRIDE
;
virtual
void
Tracking
(
const
TrackingEvent
&
rTEvt
)
SAL_OVERRIDE
;
virtual
void
Paint
(
vcl
::
RenderContext
&
rRenderContext
,
const
Rectangle
&
rRect
)
SAL_OVERRIDE
;
virtual
void
Paint
(
vcl
::
RenderContext
&
rRenderContext
,
const
Rectangle
&
rRect
)
SAL_OVERRIDE
;
virtual
void
Draw
(
OutputDevice
*
pDev
,
const
Point
&
rPos
,
const
Size
&
rSize
,
sal_uLong
nFlags
)
SAL_OVERRIDE
;
virtual
void
Draw
(
OutputDevice
*
pDev
,
const
Point
&
rPos
,
const
Size
&
rSize
,
sal_uLong
nFlags
)
SAL_OVERRIDE
;
virtual
void
Resize
()
SAL_OVERRIDE
;
virtual
void
Resize
()
SAL_OVERRIDE
;
virtual
void
Command
(
const
CommandEvent
&
rCEvt
)
SAL_OVERRIDE
;
virtual
void
Command
(
const
CommandEvent
&
rCEvt
)
SAL_OVERRIDE
;
...
...
svtools/source/control/headbar.cxx
Dosyayı görüntüle @
a0ba87f9
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