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
729c93c1
Kaydet (Commit)
729c93c1
authored
Mar 05, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
svx: sal_Bool->bool
Change-Id: Ieb21d01fef7b25fc3b6326108d451fe239c9b461
üst
c72ce293
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
41 additions
and
41 deletions
+41
-41
nbdtmg.hxx
include/svx/nbdtmg.hxx
+31
-31
numvset.hxx
include/svx/numvset.hxx
+6
-6
svxbmpnumvalueset.cxx
svx/source/dialog/svxbmpnumvalueset.cxx
+4
-4
nbdtmg.cxx
svx/source/sidebar/nbdtmg.cxx
+0
-0
No files found.
include/svx/nbdtmg.hxx
Dosyayı görüntüle @
729c93c1
...
@@ -87,12 +87,12 @@ typedef std::vector< boost::shared_ptr<NumSettings_Impl> > NumSettingsArr_Impl;
...
@@ -87,12 +87,12 @@ typedef std::vector< boost::shared_ptr<NumSettings_Impl> > NumSettingsArr_Impl;
class
SVX_DLLPUBLIC
BulletsSettings
class
SVX_DLLPUBLIC
BulletsSettings
{
{
public
:
public
:
sal_Bool
bIsCustomized
;
bool
bIsCustomized
;
rtl
::
OUString
sDescription
;
rtl
::
OUString
sDescription
;
NBType
eType
;
NBType
eType
;
public
:
public
:
BulletsSettings
(
NBType
eTy
)
:
BulletsSettings
(
NBType
eTy
)
:
bIsCustomized
(
sal_F
alse
),
bIsCustomized
(
f
alse
),
eType
(
eTy
)
eType
(
eTy
)
{}
{}
virtual
~
BulletsSettings
(){}
virtual
~
BulletsSettings
(){}
...
@@ -150,14 +150,14 @@ class SVX_DLLPUBLIC MixBulletsSettings_Impl
...
@@ -150,14 +150,14 @@ class SVX_DLLPUBLIC MixBulletsSettings_Impl
class
SVX_DLLPUBLIC
NumberSettings_Impl
class
SVX_DLLPUBLIC
NumberSettings_Impl
{
{
public
:
public
:
sal_Bool
bIsCustomized
;
bool
bIsCustomized
;
rtl
::
OUString
sDescription
;
rtl
::
OUString
sDescription
;
sal_uInt16
nIndex
;
//index in the tab page display
sal_uInt16
nIndex
;
//index in the tab page display
sal_uInt16
nIndexDefault
;
sal_uInt16
nIndexDefault
;
NumSettings_Impl
*
pNumSetting
;
NumSettings_Impl
*
pNumSetting
;
public
:
public
:
NumberSettings_Impl
()
:
NumberSettings_Impl
()
:
bIsCustomized
(
sal_F
alse
),
bIsCustomized
(
f
alse
),
nIndex
((
sal_uInt16
)
0xFFFF
),
nIndex
((
sal_uInt16
)
0xFFFF
),
nIndexDefault
((
sal_uInt16
)
0xFFFF
),
nIndexDefault
((
sal_uInt16
)
0xFFFF
),
pNumSetting
(
NULL
)
pNumSetting
(
NULL
)
...
@@ -171,12 +171,12 @@ typedef std::vector< boost::shared_ptr<NumberSettings_Impl> > NumberSettingsArr_
...
@@ -171,12 +171,12 @@ typedef std::vector< boost::shared_ptr<NumberSettings_Impl> > NumberSettingsArr_
class
SVX_DLLPUBLIC
OutlineSettings_Impl
class
SVX_DLLPUBLIC
OutlineSettings_Impl
{
{
public
:
public
:
sal_Bool
bIsCustomized
;
bool
bIsCustomized
;
rtl
::
OUString
sDescription
;
rtl
::
OUString
sDescription
;
NumSettingsArr_Impl
*
pNumSettingsArr
;
NumSettingsArr_Impl
*
pNumSettingsArr
;
public
:
public
:
OutlineSettings_Impl
()
:
OutlineSettings_Impl
()
:
bIsCustomized
(
sal_F
alse
),
bIsCustomized
(
f
alse
),
pNumSettingsArr
(
NULL
)
pNumSettingsArr
(
NULL
)
{}
{}
~
OutlineSettings_Impl
(){
~
OutlineSettings_Impl
(){
...
@@ -221,10 +221,10 @@ class SVX_DLLPUBLIC NBOTypeMgrBase
...
@@ -221,10 +221,10 @@ class SVX_DLLPUBLIC NBOTypeMgrBase
virtual
~
NBOTypeMgrBase
()
{}
virtual
~
NBOTypeMgrBase
()
{}
virtual
void
Init
()
=
0
;
virtual
void
Init
()
=
0
;
virtual
sal_uInt16
GetNBOIndexForNumRule
(
SvxNumRule
&
aNum
,
sal_uInt16
mLevel
,
sal_uInt16
nFromIndex
=
0
)
=
0
;
virtual
sal_uInt16
GetNBOIndexForNumRule
(
SvxNumRule
&
aNum
,
sal_uInt16
mLevel
,
sal_uInt16
nFromIndex
=
0
)
=
0
;
virtual
sal_B
ool
RelplaceNumRule
(
SvxNumRule
&
aNum
,
sal_uInt16
nIndex
,
sal_uInt16
mLevel
=
(
sal_uInt16
)
0xFFFF
)
=
0
;
virtual
b
ool
RelplaceNumRule
(
SvxNumRule
&
aNum
,
sal_uInt16
nIndex
,
sal_uInt16
mLevel
=
(
sal_uInt16
)
0xFFFF
)
=
0
;
virtual
sal_Bool
ApplyNumRule
(
SvxNumRule
&
aNum
,
sal_uInt16
nIndex
,
sal_uInt16
mLevel
=
(
sal_uInt16
)
0xFFFF
,
sal_Bool
isDefault
=
false
,
sal_B
ool
isResetSize
=
false
)
=
0
;
virtual
bool
ApplyNumRule
(
SvxNumRule
&
aNum
,
sal_uInt16
nIndex
,
sal_uInt16
mLevel
=
(
sal_uInt16
)
0xFFFF
,
bool
isDefault
=
false
,
b
ool
isResetSize
=
false
)
=
0
;
virtual
OUString
GetDescription
(
sal_uInt16
nIndex
,
sal_B
ool
isDefault
=
false
)
=
0
;
virtual
OUString
GetDescription
(
sal_uInt16
nIndex
,
b
ool
isDefault
=
false
)
=
0
;
virtual
sal_B
ool
IsCustomized
(
sal_uInt16
nIndex
)
=
0
;
virtual
b
ool
IsCustomized
(
sal_uInt16
nIndex
)
=
0
;
sal_uInt16
IsSingleLevel
(
sal_uInt16
nCurLevel
);
sal_uInt16
IsSingleLevel
(
sal_uInt16
nCurLevel
);
const
SfxItemSet
*
GetItems
()
{
return
pSet
;}
const
SfxItemSet
*
GetItems
()
{
return
pSet
;}
// store the attributes passed from pSet
// store the attributes passed from pSet
...
@@ -254,10 +254,10 @@ class SVX_DLLPUBLIC BulletsTypeMgr: public NBOTypeMgrBase
...
@@ -254,10 +254,10 @@ class SVX_DLLPUBLIC BulletsTypeMgr: public NBOTypeMgrBase
virtual
~
BulletsTypeMgr
()
{}
virtual
~
BulletsTypeMgr
()
{}
virtual
void
Init
();
virtual
void
Init
();
virtual
sal_uInt16
GetNBOIndexForNumRule
(
SvxNumRule
&
aNum
,
sal_uInt16
mLevel
,
sal_uInt16
nFromIndex
=
0
);
virtual
sal_uInt16
GetNBOIndexForNumRule
(
SvxNumRule
&
aNum
,
sal_uInt16
mLevel
,
sal_uInt16
nFromIndex
=
0
);
virtual
sal_B
ool
RelplaceNumRule
(
SvxNumRule
&
aNum
,
sal_uInt16
nIndex
,
sal_uInt16
mLevel
=
(
sal_uInt16
)
0xFFFF
);
virtual
b
ool
RelplaceNumRule
(
SvxNumRule
&
aNum
,
sal_uInt16
nIndex
,
sal_uInt16
mLevel
=
(
sal_uInt16
)
0xFFFF
);
virtual
sal_Bool
ApplyNumRule
(
SvxNumRule
&
aNum
,
sal_uInt16
nIndex
,
sal_uInt16
mLevel
=
(
sal_uInt16
)
0xFFFF
,
sal_Bool
isDefault
=
false
,
sal_B
ool
isResetSize
=
false
);
virtual
bool
ApplyNumRule
(
SvxNumRule
&
aNum
,
sal_uInt16
nIndex
,
sal_uInt16
mLevel
=
(
sal_uInt16
)
0xFFFF
,
bool
isDefault
=
false
,
b
ool
isResetSize
=
false
);
virtual
OUString
GetDescription
(
sal_uInt16
nIndex
,
sal_B
ool
isDefault
=
false
);
virtual
OUString
GetDescription
(
sal_uInt16
nIndex
,
b
ool
isDefault
=
false
);
virtual
sal_B
ool
IsCustomized
(
sal_uInt16
nIndex
);
virtual
b
ool
IsCustomized
(
sal_uInt16
nIndex
);
sal_Unicode
GetBulChar
(
sal_uInt16
nIndex
);
sal_Unicode
GetBulChar
(
sal_uInt16
nIndex
);
Font
GetBulCharFont
(
sal_uInt16
nIndex
);
Font
GetBulCharFont
(
sal_uInt16
nIndex
);
static
BulletsTypeMgr
&
GetInstance
();
static
BulletsTypeMgr
&
GetInstance
();
...
@@ -276,10 +276,10 @@ class SVX_DLLPUBLIC GraphyicBulletsTypeMgr: public NBOTypeMgrBase
...
@@ -276,10 +276,10 @@ class SVX_DLLPUBLIC GraphyicBulletsTypeMgr: public NBOTypeMgrBase
virtual
~
GraphyicBulletsTypeMgr
();
virtual
~
GraphyicBulletsTypeMgr
();
virtual
void
Init
();
virtual
void
Init
();
virtual
sal_uInt16
GetNBOIndexForNumRule
(
SvxNumRule
&
aNum
,
sal_uInt16
mLevel
,
sal_uInt16
nFromIndex
=
0
);
virtual
sal_uInt16
GetNBOIndexForNumRule
(
SvxNumRule
&
aNum
,
sal_uInt16
mLevel
,
sal_uInt16
nFromIndex
=
0
);
virtual
sal_B
ool
RelplaceNumRule
(
SvxNumRule
&
aNum
,
sal_uInt16
nIndex
,
sal_uInt16
mLevel
=
(
sal_uInt16
)
0xFFFF
);
virtual
b
ool
RelplaceNumRule
(
SvxNumRule
&
aNum
,
sal_uInt16
nIndex
,
sal_uInt16
mLevel
=
(
sal_uInt16
)
0xFFFF
);
virtual
sal_Bool
ApplyNumRule
(
SvxNumRule
&
aNum
,
sal_uInt16
nIndex
,
sal_uInt16
mLevel
=
(
sal_uInt16
)
0xFFFF
,
sal_Bool
isDefault
=
false
,
sal_B
ool
isResetSize
=
false
);
virtual
bool
ApplyNumRule
(
SvxNumRule
&
aNum
,
sal_uInt16
nIndex
,
sal_uInt16
mLevel
=
(
sal_uInt16
)
0xFFFF
,
bool
isDefault
=
false
,
b
ool
isResetSize
=
false
);
virtual
OUString
GetDescription
(
sal_uInt16
nIndex
,
sal_B
ool
isDefault
=
false
);
virtual
OUString
GetDescription
(
sal_uInt16
nIndex
,
b
ool
isDefault
=
false
);
virtual
sal_B
ool
IsCustomized
(
sal_uInt16
nIndex
);
virtual
b
ool
IsCustomized
(
sal_uInt16
nIndex
);
OUString
GetGrfName
(
sal_uInt16
nIndex
);
OUString
GetGrfName
(
sal_uInt16
nIndex
);
static
GraphyicBulletsTypeMgr
&
GetInstance
();
static
GraphyicBulletsTypeMgr
&
GetInstance
();
};
};
...
@@ -297,10 +297,10 @@ class SVX_DLLPUBLIC MixBulletsTypeMgr: public NBOTypeMgrBase
...
@@ -297,10 +297,10 @@ class SVX_DLLPUBLIC MixBulletsTypeMgr: public NBOTypeMgrBase
virtual
~
MixBulletsTypeMgr
()
{}
virtual
~
MixBulletsTypeMgr
()
{}
virtual
void
Init
();
virtual
void
Init
();
virtual
sal_uInt16
GetNBOIndexForNumRule
(
SvxNumRule
&
aNum
,
sal_uInt16
mLevel
,
sal_uInt16
nFromIndex
=
0
);
virtual
sal_uInt16
GetNBOIndexForNumRule
(
SvxNumRule
&
aNum
,
sal_uInt16
mLevel
,
sal_uInt16
nFromIndex
=
0
);
virtual
sal_B
ool
RelplaceNumRule
(
SvxNumRule
&
aNum
,
sal_uInt16
nIndex
,
sal_uInt16
mLevel
=
(
sal_uInt16
)
0xFFFF
);
virtual
b
ool
RelplaceNumRule
(
SvxNumRule
&
aNum
,
sal_uInt16
nIndex
,
sal_uInt16
mLevel
=
(
sal_uInt16
)
0xFFFF
);
virtual
sal_Bool
ApplyNumRule
(
SvxNumRule
&
aNum
,
sal_uInt16
nIndex
,
sal_uInt16
mLevel
=
(
sal_uInt16
)
0xFFFF
,
sal_Bool
isDefault
=
false
,
sal_B
ool
isResetSize
=
false
);
virtual
bool
ApplyNumRule
(
SvxNumRule
&
aNum
,
sal_uInt16
nIndex
,
sal_uInt16
mLevel
=
(
sal_uInt16
)
0xFFFF
,
bool
isDefault
=
false
,
b
ool
isResetSize
=
false
);
virtual
OUString
GetDescription
(
sal_uInt16
nIndex
,
sal_B
ool
isDefault
=
false
);
virtual
OUString
GetDescription
(
sal_uInt16
nIndex
,
b
ool
isDefault
=
false
);
virtual
sal_B
ool
IsCustomized
(
sal_uInt16
nIndex
);
virtual
b
ool
IsCustomized
(
sal_uInt16
nIndex
);
static
MixBulletsTypeMgr
&
GetInstance
();
static
MixBulletsTypeMgr
&
GetInstance
();
};
};
...
@@ -315,10 +315,10 @@ class SVX_DLLPUBLIC NumberingTypeMgr: public NBOTypeMgrBase
...
@@ -315,10 +315,10 @@ class SVX_DLLPUBLIC NumberingTypeMgr: public NBOTypeMgrBase
virtual
~
NumberingTypeMgr
();
virtual
~
NumberingTypeMgr
();
virtual
void
Init
();
virtual
void
Init
();
virtual
sal_uInt16
GetNBOIndexForNumRule
(
SvxNumRule
&
aNum
,
sal_uInt16
mLevel
,
sal_uInt16
nFromIndex
=
0
);
virtual
sal_uInt16
GetNBOIndexForNumRule
(
SvxNumRule
&
aNum
,
sal_uInt16
mLevel
,
sal_uInt16
nFromIndex
=
0
);
virtual
sal_B
ool
RelplaceNumRule
(
SvxNumRule
&
aNum
,
sal_uInt16
nIndex
,
sal_uInt16
mLevel
=
(
sal_uInt16
)
0xFFFF
);
virtual
b
ool
RelplaceNumRule
(
SvxNumRule
&
aNum
,
sal_uInt16
nIndex
,
sal_uInt16
mLevel
=
(
sal_uInt16
)
0xFFFF
);
virtual
sal_Bool
ApplyNumRule
(
SvxNumRule
&
aNum
,
sal_uInt16
nIndex
,
sal_uInt16
mLevel
=
(
sal_uInt16
)
0xFFFF
,
sal_Bool
isDefault
=
false
,
sal_B
ool
isResetSize
=
false
);
virtual
bool
ApplyNumRule
(
SvxNumRule
&
aNum
,
sal_uInt16
nIndex
,
sal_uInt16
mLevel
=
(
sal_uInt16
)
0xFFFF
,
bool
isDefault
=
false
,
b
ool
isResetSize
=
false
);
virtual
OUString
GetDescription
(
sal_uInt16
nIndex
,
sal_B
ool
isDefault
=
false
);
virtual
OUString
GetDescription
(
sal_uInt16
nIndex
,
b
ool
isDefault
=
false
);
virtual
sal_B
ool
IsCustomized
(
sal_uInt16
nIndex
);
virtual
b
ool
IsCustomized
(
sal_uInt16
nIndex
);
static
NumberingTypeMgr
&
GetInstance
();
static
NumberingTypeMgr
&
GetInstance
();
};
};
...
@@ -333,10 +333,10 @@ class SVX_DLLPUBLIC OutlineTypeMgr: public NBOTypeMgrBase
...
@@ -333,10 +333,10 @@ class SVX_DLLPUBLIC OutlineTypeMgr: public NBOTypeMgrBase
virtual
~
OutlineTypeMgr
()
{}
virtual
~
OutlineTypeMgr
()
{}
virtual
void
Init
();
virtual
void
Init
();
virtual
sal_uInt16
GetNBOIndexForNumRule
(
SvxNumRule
&
aNum
,
sal_uInt16
mLevel
,
sal_uInt16
nFromIndex
=
0
);
virtual
sal_uInt16
GetNBOIndexForNumRule
(
SvxNumRule
&
aNum
,
sal_uInt16
mLevel
,
sal_uInt16
nFromIndex
=
0
);
virtual
sal_B
ool
RelplaceNumRule
(
SvxNumRule
&
aNum
,
sal_uInt16
nIndex
,
sal_uInt16
mLevel
=
(
sal_uInt16
)
0xFFFF
);
virtual
b
ool
RelplaceNumRule
(
SvxNumRule
&
aNum
,
sal_uInt16
nIndex
,
sal_uInt16
mLevel
=
(
sal_uInt16
)
0xFFFF
);
virtual
sal_Bool
ApplyNumRule
(
SvxNumRule
&
aNum
,
sal_uInt16
nIndex
,
sal_uInt16
mLevel
=
(
sal_uInt16
)
0xFFFF
,
sal_Bool
isDefault
=
false
,
sal_B
ool
isResetSize
=
false
);
virtual
bool
ApplyNumRule
(
SvxNumRule
&
aNum
,
sal_uInt16
nIndex
,
sal_uInt16
mLevel
=
(
sal_uInt16
)
0xFFFF
,
bool
isDefault
=
false
,
b
ool
isResetSize
=
false
);
virtual
OUString
GetDescription
(
sal_uInt16
nIndex
,
sal_B
ool
isDefault
=
false
);
virtual
OUString
GetDescription
(
sal_uInt16
nIndex
,
b
ool
isDefault
=
false
);
virtual
sal_B
ool
IsCustomized
(
sal_uInt16
nIndex
);
virtual
b
ool
IsCustomized
(
sal_uInt16
nIndex
);
static
OutlineTypeMgr
&
GetInstance
();
static
OutlineTypeMgr
&
GetInstance
();
};
};
}}
}}
...
...
include/svx/numvset.hxx
Dosyayı görüntüle @
729c93c1
...
@@ -49,8 +49,8 @@ struct SvxBmpItemInfo
...
@@ -49,8 +49,8 @@ struct SvxBmpItemInfo
class
SVX_DLLPUBLIC
SvxNumValueSet
:
public
ValueSet
class
SVX_DLLPUBLIC
SvxNumValueSet
:
public
ValueSet
{
{
Color
aLineColor
;
Color
aLineColor
;
sal_uInt16
nPageType
;
sal_uInt16
nPageType
;
sal_B
ool
bHTMLMode
;
b
ool
bHTMLMode
;
Rectangle
aOrgRect
;
Rectangle
aOrgRect
;
VirtualDevice
*
pVDev
;
VirtualDevice
*
pVDev
;
...
@@ -72,7 +72,7 @@ class SVX_DLLPUBLIC SvxNumValueSet : public ValueSet
...
@@ -72,7 +72,7 @@ class SVX_DLLPUBLIC SvxNumValueSet : public ValueSet
virtual
void
UserDraw
(
const
UserDrawEvent
&
rUDEvt
);
virtual
void
UserDraw
(
const
UserDrawEvent
&
rUDEvt
);
void
SetHTMLMode
(
sal_B
ool
bSet
)
{
bHTMLMode
=
bSet
;}
void
SetHTMLMode
(
b
ool
bSet
)
{
bHTMLMode
=
bSet
;}
void
SetNumberingSettings
(
void
SetNumberingSettings
(
const
com
::
sun
::
star
::
uno
::
Sequence
<
const
com
::
sun
::
star
::
uno
::
Sequence
<
com
::
sun
::
star
::
uno
::
Sequence
<
com
::
sun
::
star
::
uno
::
Sequence
<
...
@@ -92,15 +92,15 @@ class SVX_DLLPUBLIC SvxBmpNumValueSet : public SvxNumValueSet
...
@@ -92,15 +92,15 @@ class SVX_DLLPUBLIC SvxBmpNumValueSet : public SvxNumValueSet
{
{
OUString
sBullets
;
OUString
sBullets
;
Timer
aFormatTimer
;
Timer
aFormatTimer
;
sal_Bool
bGrfNotFound
;
bool
bGrfNotFound
;
void
init
();
void
init
();
protected
:
protected
:
DECL_LINK
(
FormatHdl_Impl
,
void
*
);
DECL_LINK
(
FormatHdl_Impl
,
void
*
);
void
SetGrfNotFound
(
sal_B
ool
bSet
)
{
bGrfNotFound
=
bSet
;}
void
SetGrfNotFound
(
b
ool
bSet
)
{
bGrfNotFound
=
bSet
;}
sal_B
ool
IsGrfNotFound
()
const
{
return
bGrfNotFound
;}
b
ool
IsGrfNotFound
()
const
{
return
bGrfNotFound
;}
Timer
&
GetFormatTimer
()
{
return
aFormatTimer
;}
Timer
&
GetFormatTimer
()
{
return
aFormatTimer
;}
...
...
svx/source/dialog/svxbmpnumvalueset.cxx
Dosyayı görüntüle @
729c93c1
...
@@ -403,7 +403,7 @@ void SvxNumValueSet::init(sal_uInt16 nType)
...
@@ -403,7 +403,7 @@ void SvxNumValueSet::init(sal_uInt16 nType)
{
{
aLineColor
=
COL_LIGHTGRAY
;
aLineColor
=
COL_LIGHTGRAY
;
nPageType
=
nType
;
nPageType
=
nType
;
bHTMLMode
=
sal_F
alse
;
bHTMLMode
=
f
alse
;
pVDev
=
NULL
;
pVDev
=
NULL
;
SetColCount
(
4
);
SetColCount
(
4
);
...
@@ -474,7 +474,7 @@ extern "C" SAL_DLLPUBLIC_EXPORT Window* SAL_CALL makeSvxBmpNumValueSet(Window *p
...
@@ -474,7 +474,7 @@ extern "C" SAL_DLLPUBLIC_EXPORT Window* SAL_CALL makeSvxBmpNumValueSet(Window *p
void
SvxBmpNumValueSet
::
init
()
void
SvxBmpNumValueSet
::
init
()
{
{
SvxNumValueSet
::
init
(
NUM_PAGETYPE_BMP
);
SvxNumValueSet
::
init
(
NUM_PAGETYPE_BMP
);
bGrfNotFound
=
sal_F
alse
;
bGrfNotFound
=
f
alse
;
GalleryExplorer
::
BeginLocking
(
GALLERY_THEME_BULLETS
);
GalleryExplorer
::
BeginLocking
(
GALLERY_THEME_BULLETS
);
SetStyle
(
GetStyle
()
|
WB_VSCROLL
);
SetStyle
(
GetStyle
()
|
WB_VSCROLL
);
SetLineCount
(
3
);
SetLineCount
(
3
);
...
@@ -505,7 +505,7 @@ void SvxBmpNumValueSet::UserDraw( const UserDrawEvent& rUDEvt )
...
@@ -505,7 +505,7 @@ void SvxBmpNumValueSet::UserDraw( const UserDrawEvent& rUDEvt )
if
(
!
GalleryExplorer
::
GetGraphicObj
(
GALLERY_THEME_BULLETS
,
nItemId
-
1
,
if
(
!
GalleryExplorer
::
GetGraphicObj
(
GALLERY_THEME_BULLETS
,
nItemId
-
1
,
&
aGraphic
,
NULL
))
&
aGraphic
,
NULL
))
{
{
bGrfNotFound
=
sal_T
rue
;
bGrfNotFound
=
t
rue
;
}
}
else
else
{
{
...
@@ -524,7 +524,7 @@ IMPL_LINK_NOARG(SvxBmpNumValueSet, FormatHdl_Impl)
...
@@ -524,7 +524,7 @@ IMPL_LINK_NOARG(SvxBmpNumValueSet, FormatHdl_Impl)
// only when a graphics was not there, it needs to be formatted
// only when a graphics was not there, it needs to be formatted
if
(
bGrfNotFound
)
if
(
bGrfNotFound
)
{
{
bGrfNotFound
=
sal_F
alse
;
bGrfNotFound
=
f
alse
;
Format
();
Format
();
}
}
Invalidate
();
Invalidate
();
...
...
svx/source/sidebar/nbdtmg.cxx
Dosyayı görüntüle @
729c93c1
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