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
72832c44
Kaydet (Commit)
72832c44
authored
Şub 06, 2013
tarafından
David Tardon
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
add some missing member initializations
Change-Id: I36bab07a127f90f651f3db67831a37bbb78900ce
üst
b9f7241f
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
41 additions
and
0 deletions
+41
-0
tparea.cxx
cui/source/tabpages/tparea.cxx
+14
-0
tpbitmap.cxx
cui/source/tabpages/tpbitmap.cxx
+8
-0
tpcolor.cxx
cui/source/tabpages/tpcolor.cxx
+1
-0
tpgradnt.cxx
cui/source/tabpages/tpgradnt.cxx
+7
-0
tphatch.cxx
cui/source/tabpages/tphatch.cxx
+7
-0
tpshadow.cxx
cui/source/tabpages/tpshadow.cxx
+4
-0
No files found.
cui/source/tabpages/tparea.cxx
Dosyayı görüntüle @
72832c44
...
@@ -240,6 +240,8 @@ void SvxTransparenceTabPage::SetControlState_Impl(XGradientStyle eXGS)
...
@@ -240,6 +240,8 @@ void SvxTransparenceTabPage::SetControlState_Impl(XGradientStyle eXGS)
SvxTransparenceTabPage
::
SvxTransparenceTabPage
(
Window
*
pParent
,
const
SfxItemSet
&
rInAttrs
)
SvxTransparenceTabPage
::
SvxTransparenceTabPage
(
Window
*
pParent
,
const
SfxItemSet
&
rInAttrs
)
:
SvxTabPage
(
pParent
,
CUI_RES
(
RID_SVXPAGE_TRANSPARENCE
),
rInAttrs
),
:
SvxTabPage
(
pParent
,
CUI_RES
(
RID_SVXPAGE_TRANSPARENCE
),
rInAttrs
),
rOutAttrs
(
rInAttrs
),
rOutAttrs
(
rInAttrs
),
eRP
(
RP_LT
),
nPageType
(
0
),
nPageType
(
0
),
nDlgType
(
0
),
nDlgType
(
0
),
...
@@ -644,12 +646,24 @@ SvxAreaTabPage::SvxAreaTabPage( Window* pParent, const SfxItemSet& rInAttrs ) :
...
@@ -644,12 +646,24 @@ SvxAreaTabPage::SvxAreaTabPage( Window* pParent, const SfxItemSet& rInAttrs ) :
aCtlXRectPreview
(
this
,
CUI_RES
(
CTL_COLOR_PREVIEW
)
),
aCtlXRectPreview
(
this
,
CUI_RES
(
CTL_COLOR_PREVIEW
)
),
rOutAttrs
(
rInAttrs
),
rOutAttrs
(
rInAttrs
),
eRP
(
RP_LT
),
pColorList
(
NULL
),
pColorList
(
NULL
),
pGradientList
(
NULL
),
pGradientList
(
NULL
),
pHatchingList
(
NULL
),
pHatchingList
(
NULL
),
pBitmapList
(
NULL
),
pBitmapList
(
NULL
),
pnColorListState
(
0
),
pnBitmapListState
(
0
),
pnGradientListState
(
0
),
pnHatchingListState
(
0
),
nPageType
(
0
),
nDlgType
(
0
),
nPos
(
LISTBOX_ENTRY_NOTFOUND
),
pbAreaTP
(
0
),
pXPool
(
(
XOutdevItemPool
*
)
rInAttrs
.
GetPool
()
),
pXPool
(
(
XOutdevItemPool
*
)
rInAttrs
.
GetPool
()
),
aXFillAttr
(
pXPool
),
aXFillAttr
(
pXPool
),
rXFSet
(
aXFillAttr
.
GetItemSet
()
)
rXFSet
(
aXFillAttr
.
GetItemSet
()
)
...
...
cui/source/tabpages/tpbitmap.cxx
Dosyayı görüntüle @
72832c44
...
@@ -79,6 +79,14 @@ SvxBitmapTabPage::SvxBitmapTabPage
...
@@ -79,6 +79,14 @@ SvxBitmapTabPage::SvxBitmapTabPage
aBitmapCtl
(
this
,
aCtlPreview
.
GetSizePixel
()
),
aBitmapCtl
(
this
,
aCtlPreview
.
GetSizePixel
()
),
rOutAttrs
(
rInAttrs
),
rOutAttrs
(
rInAttrs
),
pnBitmapListState
(
0
),
pnColorListState
(
0
),
pPageType
(
0
),
pDlgType
(
0
),
pbAreaTP
(
0
),
bBmpChanged
(
false
),
pXPool
(
(
XOutdevItemPool
*
)
rInAttrs
.
GetPool
()
),
pXPool
(
(
XOutdevItemPool
*
)
rInAttrs
.
GetPool
()
),
aXFStyleItem
(
XFILL_BITMAP
),
aXFStyleItem
(
XFILL_BITMAP
),
aXBitmapItem
(
String
(),
XOBitmap
()
),
aXBitmapItem
(
String
(),
XOBitmap
()
),
...
...
cui/source/tabpages/tpcolor.cxx
Dosyayı görüntüle @
72832c44
...
@@ -306,6 +306,7 @@ SvxColorTabPage::SvxColorTabPage(Window* pParent, const SfxItemSet& rInAttrs)
...
@@ -306,6 +306,7 @@ SvxColorTabPage::SvxColorTabPage(Window* pParent, const SfxItemSet& rInAttrs)
,
pShadow
(
new
SvxColorTabPageShadow
()
)
,
pShadow
(
new
SvxColorTabPageShadow
()
)
,
rOutAttrs
(
rInAttrs
)
,
rOutAttrs
(
rInAttrs
)
// All the horrific pointers we store and should not
// All the horrific pointers we store and should not
,
pnColorListState
(
0
)
,
pPageType
(
NULL
)
,
pPageType
(
NULL
)
,
pDlgType
(
NULL
)
,
pDlgType
(
NULL
)
,
pPos
(
NULL
)
,
pPos
(
NULL
)
...
...
cui/source/tabpages/tpgradnt.cxx
Dosyayı görüntüle @
72832c44
...
@@ -78,6 +78,13 @@ SvxGradientTabPage::SvxGradientTabPage
...
@@ -78,6 +78,13 @@ SvxGradientTabPage::SvxGradientTabPage
rOutAttrs
(
rInAttrs
),
rOutAttrs
(
rInAttrs
),
pnGradientListState
(
0
),
pnColorListState
(
0
),
pPageType
(
0
),
pDlgType
(
0
),
pPos
(
0
),
pbAreaTP
(
0
),
pXPool
(
(
XOutdevItemPool
*
)
rInAttrs
.
GetPool
()
),
pXPool
(
(
XOutdevItemPool
*
)
rInAttrs
.
GetPool
()
),
aXFStyleItem
(
XFILL_GRADIENT
),
aXFStyleItem
(
XFILL_GRADIENT
),
aXGradientItem
(
String
(),
XGradient
(
COL_BLACK
,
COL_WHITE
)
),
aXGradientItem
(
String
(),
XGradient
(
COL_BLACK
,
COL_WHITE
)
),
...
...
cui/source/tabpages/tphatch.cxx
Dosyayı görüntüle @
72832c44
...
@@ -74,6 +74,13 @@ SvxHatchTabPage::SvxHatchTabPage
...
@@ -74,6 +74,13 @@ SvxHatchTabPage::SvxHatchTabPage
rOutAttrs
(
rInAttrs
),
rOutAttrs
(
rInAttrs
),
pnHatchingListState
(
0
),
pnColorListState
(
0
),
pPageType
(
0
),
pDlgType
(
0
),
pPos
(
0
),
pbAreaTP
(
0
),
pXPool
(
(
XOutdevItemPool
*
)
rInAttrs
.
GetPool
()
),
pXPool
(
(
XOutdevItemPool
*
)
rInAttrs
.
GetPool
()
),
aXFStyleItem
(
XFILL_HATCH
),
aXFStyleItem
(
XFILL_HATCH
),
aXHatchItem
(
String
(),
XHatch
()
),
aXHatchItem
(
String
(),
XHatch
()
),
...
...
cui/source/tabpages/tpshadow.cxx
Dosyayı görüntüle @
72832c44
...
@@ -63,6 +63,10 @@ SvxShadowTabPage::SvxShadowTabPage( Window* pParent, const SfxItemSet& rInAttrs
...
@@ -63,6 +63,10 @@ SvxShadowTabPage::SvxShadowTabPage( Window* pParent, const SfxItemSet& rInAttrs
aMtrTransparent
(
this
,
CUI_RES
(
MTR_SHADOW_TRANSPARENT
)
),
aMtrTransparent
(
this
,
CUI_RES
(
MTR_SHADOW_TRANSPARENT
)
),
aCtlXRectPreview
(
this
,
CUI_RES
(
CTL_COLOR_PREVIEW
)
),
aCtlXRectPreview
(
this
,
CUI_RES
(
CTL_COLOR_PREVIEW
)
),
rOutAttrs
(
rInAttrs
),
rOutAttrs
(
rInAttrs
),
eRP
(
RP_LT
),
nPageType
(
0
),
nDlgType
(
0
),
pbAreaTP
(
0
),
bDisable
(
sal_False
),
bDisable
(
sal_False
),
pXPool
(
(
XOutdevItemPool
*
)
rInAttrs
.
GetPool
()
),
pXPool
(
(
XOutdevItemPool
*
)
rInAttrs
.
GetPool
()
),
aXFillAttr
(
pXPool
),
aXFillAttr
(
pXPool
),
...
...
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