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
3d9edac6
Kaydet (Commit)
3d9edac6
authored
May 07, 2015
tarafından
Tomaž Vajngerl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
refactor SplitWindow to use RenderContex
Change-Id: I4f36977e7b1c4c210b8c70ec7aa248d9e6912241
üst
9ae37b8e
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
11 deletions
+11
-11
splitwin.hxx
include/vcl/splitwin.hxx
+11
-11
splitwin.cxx
vcl/source/window/splitwin.cxx
+0
-0
No files found.
include/vcl/splitwin.hxx
Dosyayı görüntüle @
3d9edac6
...
...
@@ -96,28 +96,28 @@ private:
SAL_DLLPRIVATE
void
ImplGetAutoHideRect
(
Rectangle
&
rRect
,
bool
bTest
=
false
)
const
;
SAL_DLLPRIVATE
void
ImplGetFadeInRect
(
Rectangle
&
rRect
,
bool
bTest
=
false
)
const
;
SAL_DLLPRIVATE
void
ImplGetFadeOutRect
(
Rectangle
&
rRect
,
bool
bTest
=
false
)
const
;
SAL_DLLPRIVATE
void
ImplDrawButtonRect
(
const
Rectangle
&
rRect
,
long
nSize
);
SAL_DLLPRIVATE
void
ImplDrawAutoHide
(
bool
bInPaint
);
SAL_DLLPRIVATE
void
ImplDrawFadeIn
(
bool
bInPaint
);
SAL_DLLPRIVATE
void
ImplDrawFadeOut
(
bool
bInPaint
);
SAL_DLLPRIVATE
void
ImplDrawButtonRect
(
vcl
::
RenderContext
&
rRenderContext
,
const
Rectangle
&
rRect
,
long
nSize
);
SAL_DLLPRIVATE
void
ImplDrawAutoHide
(
vcl
::
RenderContext
&
rRenderContext
,
bool
bInPaint
);
SAL_DLLPRIVATE
void
ImplDrawFadeIn
(
vcl
::
RenderContext
&
rRenderContext
,
bool
bInPaint
);
SAL_DLLPRIVATE
void
ImplDrawFadeOut
(
vcl
::
RenderContext
&
rRenderContext
,
bool
bInPaint
);
SAL_DLLPRIVATE
void
ImplNewAlign
();
SAL_DLLPRIVATE
void
ImplDrawGrip
(
const
Rectangle
&
rRect
,
bool
bHorz
,
bool
bLeft
);
SAL_DLLPRIVATE
void
ImplDrawFadeArrow
(
const
Point
&
rPt
,
bool
bHorz
,
bool
bLeft
);
SAL_DLLPRIVATE
void
ImplDrawGrip
(
vcl
::
RenderContext
&
rRenderContext
,
const
Rectangle
&
rRect
,
bool
bHorz
,
bool
bLeft
);
SAL_DLLPRIVATE
void
ImplDrawFadeArrow
(
vcl
::
RenderContext
&
rRenderContext
,
const
Point
&
rPt
,
bool
bHorz
,
bool
bLeft
);
SAL_DLLPRIVATE
void
ImplStartSplit
(
const
MouseEvent
&
rMEvt
);
static
SAL_DLLPRIVATE
void
ImplDrawBorder
(
SplitWindow
*
pWin
);
static
SAL_DLLPRIVATE
void
ImplDrawBorderLine
(
SplitWindow
*
pWin
);
SAL_DLLPRIVATE
void
ImplDrawBorder
(
vcl
::
RenderContext
&
rRenderContext
);
SAL_DLLPRIVATE
void
ImplDrawBorderLine
(
vcl
::
RenderContext
&
rRenderContext
);
static
SAL_DLLPRIVATE
void
ImplCalcSet2
(
SplitWindow
*
pWindow
,
ImplSplitSet
*
pSet
,
bool
bHide
,
bool
bRows
,
bool
bDown
=
true
);
static
SAL_DLLPRIVATE
void
ImplDrawBack
(
SplitWindow
*
pWindow
,
ImplSplitSet
*
pSet
);
static
SAL_DLLPRIVATE
void
ImplDrawBack
(
SplitWindow
*
pWindow
,
const
Rectangle
&
rRect
,
SAL_DLLPRIVATE
void
ImplDrawBack
(
vcl
::
RenderContext
&
rRenderContext
,
ImplSplitSet
*
pSet
);
SAL_DLLPRIVATE
void
ImplDrawBack
(
vcl
::
RenderContext
&
rRenderContext
,
const
Rectangle
&
rRect
,
const
Wallpaper
*
pWall
,
const
Bitmap
*
pBitmap
);
static
SAL_DLLPRIVATE
sal_uInt16
ImplTestSplit
(
ImplSplitSet
*
pSet
,
const
Point
&
rPos
,
long
&
rMouseOff
,
ImplSplitSet
**
ppFoundSet
,
sal_uInt16
&
rFoundPos
,
bool
bRows
,
bool
bDown
=
true
);
static
SAL_DLLPRIVATE
sal_uInt16
ImplTestSplit
(
SplitWindow
*
pWindow
,
const
Point
&
rPos
,
long
&
rMouseOff
,
ImplSplitSet
**
ppFoundSet
,
sal_uInt16
&
rFoundPos
);
static
SAL_DLLPRIVATE
void
ImplDrawSplitTracking
(
SplitWindow
*
pThis
,
const
Point
&
rPos
);
SAL_DLLPRIVATE
void
ImplDrawSplitTracking
(
const
Point
&
rPos
);
SplitWindow
(
const
SplitWindow
&
)
SAL_DELETED_FUNCTION
;
SplitWindow
&
operator
=
(
const
SplitWindow
&
)
SAL_DELETED_FUNCTION
;
...
...
vcl/source/window/splitwin.cxx
Dosyayı görüntüle @
3d9edac6
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