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
f906d116
Kaydet (Commit)
f906d116
authored
May 06, 2015
tarafından
Tomaž Vajngerl
Kaydeden (comit)
Jan Holesovsky
May 07, 2015
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
missing ToolBox include changes
Change-Id: I13252ac17fd4fca96992bf48c8dbdebd01c479dc
üst
8df18ef0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
toolbox.hxx
include/vcl/toolbox.hxx
+6
-4
No files found.
include/vcl/toolbox.hxx
Dosyayı görüntüle @
f906d116
...
@@ -198,6 +198,8 @@ public:
...
@@ -198,6 +198,8 @@ public:
using
Window
::
ImplInit
;
using
Window
::
ImplInit
;
private
:
private
:
SAL_DLLPRIVATE
void
InvalidateItem
(
sal_uInt16
nPosition
,
sal_uInt16
nHighlight
=
0
,
bool
bPaint
=
false
,
bool
bLayout
=
false
);
SAL_DLLPRIVATE
void
InvalidateItem
(
sal_uInt16
nPosition
,
sal_uInt16
nHighlight
=
0
,
bool
bPaint
=
false
,
bool
bLayout
=
false
);
SAL_DLLPRIVATE
void
InvalidateSpin
(
bool
bUpperIn
,
bool
bLowerIn
);
SAL_DLLPRIVATE
void
InvalidateMenuButton
(
bool
bHighlight
);
SAL_DLLPRIVATE
void
ImplInit
(
vcl
::
Window
*
pParent
,
WinBits
nStyle
);
SAL_DLLPRIVATE
void
ImplInit
(
vcl
::
Window
*
pParent
,
WinBits
nStyle
);
using
DockingWindow
::
ImplInitSettings
;
using
DockingWindow
::
ImplInitSettings
;
...
@@ -207,8 +209,8 @@ private:
...
@@ -207,8 +209,8 @@ private:
SAL_DLLPRIVATE
bool
ImplCalcItem
();
SAL_DLLPRIVATE
bool
ImplCalcItem
();
SAL_DLLPRIVATE
sal_uInt16
ImplCalcBreaks
(
long
nWidth
,
long
*
pMaxLineWidth
,
bool
bCalcHorz
);
SAL_DLLPRIVATE
sal_uInt16
ImplCalcBreaks
(
long
nWidth
,
long
*
pMaxLineWidth
,
bool
bCalcHorz
);
SAL_DLLPRIVATE
void
ImplFormat
(
bool
bResize
=
false
);
SAL_DLLPRIVATE
void
ImplFormat
(
bool
bResize
=
false
);
SAL_DLLPRIVATE
void
ImplDrawSpin
(
bool
bUpperIn
,
bool
bLowerIn
);
SAL_DLLPRIVATE
void
ImplDrawSpin
(
vcl
::
RenderContext
&
rRenderContext
,
bool
bUpperIn
,
bool
bLowerIn
);
SAL_DLLPRIVATE
void
ImplDrawSeparator
(
sal_uInt16
nPos
,
const
Rectangle
&
rRect
);
SAL_DLLPRIVATE
void
ImplDrawSeparator
(
vcl
::
RenderContext
&
rRenderContext
,
sal_uInt16
nPos
,
const
Rectangle
&
rRect
);
SAL_DLLPRIVATE
void
ImplDrawItem
(
vcl
::
RenderContext
&
rRenderContext
,
sal_uInt16
nPos
,
sal_uInt16
nHighlight
=
0
,
bool
bPaint
=
false
,
bool
bLayout
=
false
);
SAL_DLLPRIVATE
void
ImplDrawItem
(
vcl
::
RenderContext
&
rRenderContext
,
sal_uInt16
nPos
,
sal_uInt16
nHighlight
=
0
,
bool
bPaint
=
false
,
bool
bLayout
=
false
);
using
Window
::
ImplInvalidate
;
using
Window
::
ImplInvalidate
;
SAL_DLLPRIVATE
void
ImplInvalidate
(
bool
bNewCalc
=
false
,
bool
bFullPaint
=
false
);
SAL_DLLPRIVATE
void
ImplInvalidate
(
bool
bNewCalc
=
false
,
bool
bFullPaint
=
false
);
...
@@ -234,7 +236,7 @@ private:
...
@@ -234,7 +236,7 @@ private:
SAL_DLLPRIVATE
const
OUString
&
ImplGetHelpText
(
sal_uInt16
nItemId
)
const
;
SAL_DLLPRIVATE
const
OUString
&
ImplGetHelpText
(
sal_uInt16
nItemId
)
const
;
SAL_DLLPRIVATE
Size
ImplGetOptimalFloatingSize
();
SAL_DLLPRIVATE
Size
ImplGetOptimalFloatingSize
();
SAL_DLLPRIVATE
bool
ImplHasExternalMenubutton
();
SAL_DLLPRIVATE
bool
ImplHasExternalMenubutton
();
SAL_DLLPRIVATE
void
ImplDrawFloatwinBorder
(
ImplToolItem
*
pItem
);
SAL_DLLPRIVATE
void
ImplDrawFloatwinBorder
(
vcl
::
RenderContext
&
rRenderContext
,
ImplToolItem
*
pItem
);
DECL_DLLPRIVATE_LINK
(
ImplCallExecuteCustomMenu
,
void
*
);
DECL_DLLPRIVATE_LINK
(
ImplCallExecuteCustomMenu
,
void
*
);
DECL_DLLPRIVATE_LINK_TYPED
(
ImplUpdateHdl
,
Idle
*
,
void
);
DECL_DLLPRIVATE_LINK_TYPED
(
ImplUpdateHdl
,
Idle
*
,
void
);
...
@@ -275,7 +277,7 @@ public:
...
@@ -275,7 +277,7 @@ public:
static
SAL_DLLPRIVATE
void
ImplLineSizing
(
ToolBox
*
pThis
,
const
Point
&
rPos
,
Rectangle
&
rRect
,
sal_uInt16
nLineMode
);
static
SAL_DLLPRIVATE
void
ImplLineSizing
(
ToolBox
*
pThis
,
const
Point
&
rPos
,
Rectangle
&
rRect
,
sal_uInt16
nLineMode
);
static
SAL_DLLPRIVATE
sal_uInt16
ImplFindItemPos
(
ToolBox
*
pBox
,
const
Point
&
rPos
);
static
SAL_DLLPRIVATE
sal_uInt16
ImplFindItemPos
(
ToolBox
*
pBox
,
const
Point
&
rPos
);
static
SAL_DLLPRIVATE
sal_uInt16
ImplFindItemPos
(
const
ImplToolItem
*
pItem
,
const
std
::
vector
<
ImplToolItem
>&
rList
);
static
SAL_DLLPRIVATE
sal_uInt16
ImplFindItemPos
(
const
ImplToolItem
*
pItem
,
const
std
::
vector
<
ImplToolItem
>&
rList
);
SAL_DLLPRIVATE
void
ImplDrawMenu
b
utton
(
vcl
::
RenderContext
&
rRenderContext
,
bool
bHighlight
);
SAL_DLLPRIVATE
void
ImplDrawMenu
B
utton
(
vcl
::
RenderContext
&
rRenderContext
,
bool
bHighlight
);
SAL_DLLPRIVATE
void
ImplDrawButton
(
vcl
::
RenderContext
&
rRenderContext
,
const
Rectangle
&
rRect
,
sal_uInt16
highlight
,
bool
bChecked
,
bool
bEnabled
,
bool
bIsWindow
);
SAL_DLLPRIVATE
void
ImplDrawButton
(
vcl
::
RenderContext
&
rRenderContext
,
const
Rectangle
&
rRect
,
sal_uInt16
highlight
,
bool
bChecked
,
bool
bEnabled
,
bool
bIsWindow
);
static
SAL_DLLPRIVATE
sal_uInt16
ImplCountLineBreaks
(
const
ToolBox
*
pThis
);
static
SAL_DLLPRIVATE
sal_uInt16
ImplCountLineBreaks
(
const
ToolBox
*
pThis
);
SAL_DLLPRIVATE
ImplToolBoxPrivateData
*
ImplGetToolBoxPrivateData
()
const
{
return
mpData
;
}
SAL_DLLPRIVATE
ImplToolBoxPrivateData
*
ImplGetToolBoxPrivateData
()
const
{
return
mpData
;
}
...
...
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