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
d2f468dd
Kaydet (Commit)
d2f468dd
authored
Eyl 03, 2013
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
convert include/svx/nbdtmg.hxx from String to OUString
Change-Id: I278acc5df9c934d42b9747df00704a5a9b3ef56e
üst
9d003eca
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
18 deletions
+18
-18
nbdtmg.hxx
include/svx/nbdtmg.hxx
+10
-10
nbdtmg.cxx
svx/source/sidebar/nbdtmg.cxx
+8
-8
No files found.
include/svx/nbdtmg.hxx
Dosyayı görüntüle @
d2f468dd
...
@@ -109,7 +109,7 @@ class SVX_DLLPUBLIC BulletsSettings_Impl:public BulletsSettings
...
@@ -109,7 +109,7 @@ class SVX_DLLPUBLIC BulletsSettings_Impl:public BulletsSettings
class
SVX_DLLPUBLIC
GrfBulDataRelation
:
public
BulletsSettings
class
SVX_DLLPUBLIC
GrfBulDataRelation
:
public
BulletsSettings
{
{
public
:
public
:
String
sGrfName
;
OUString
sGrfName
;
sal_uInt16
nTabIndex
;
sal_uInt16
nTabIndex
;
sal_uInt16
nGallaryIndex
;
sal_uInt16
nGallaryIndex
;
const
Graphic
*
pGrfObj
;
const
Graphic
*
pGrfObj
;
...
@@ -185,7 +185,7 @@ class SVX_DLLPUBLIC NBOTypeMgrBase
...
@@ -185,7 +185,7 @@ class SVX_DLLPUBLIC NBOTypeMgrBase
const
SfxItemSet
*
pSet
;
const
SfxItemSet
*
pSet
;
SfxMapUnit
eCoreUnit
;
SfxMapUnit
eCoreUnit
;
//Sym3_2508 store the attributes passed from pSet
//Sym3_2508 store the attributes passed from pSet
String
aNumCharFmtName
;
OUString
aNumCharFmtName
;
void
StoreBulCharFmtName_impl
();
void
StoreBulCharFmtName_impl
();
void
StoreMapUnit_impl
();
void
StoreMapUnit_impl
();
...
@@ -217,14 +217,14 @@ class SVX_DLLPUBLIC NBOTypeMgrBase
...
@@ -217,14 +217,14 @@ class SVX_DLLPUBLIC NBOTypeMgrBase
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_Bool
RelplaceNumRule
(
SvxNumRule
&
aNum
,
sal_uInt16
nIndex
,
sal_uInt16
mLevel
=
(
sal_uInt16
)
0xFFFF
)
=
0
;
virtual
sal_Bool
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_Bool
isResetSize
=
false
)
=
0
;
virtual
sal_Bool
ApplyNumRule
(
SvxNumRule
&
aNum
,
sal_uInt16
nIndex
,
sal_uInt16
mLevel
=
(
sal_uInt16
)
0xFFFF
,
sal_Bool
isDefault
=
false
,
sal_Bool
isResetSize
=
false
)
=
0
;
virtual
String
GetDescription
(
sal_uInt16
nIndex
,
sal_Bool
isDefault
=
false
)
=
0
;
virtual
OU
String
GetDescription
(
sal_uInt16
nIndex
,
sal_Bool
isDefault
=
false
)
=
0
;
virtual
sal_Bool
IsCustomized
(
sal_uInt16
nIndex
)
=
0
;
virtual
sal_Bool
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
;}
//Sym3_2508 store the attributes passed from pSet
//Sym3_2508 store the attributes passed from pSet
void
SetItems
(
const
SfxItemSet
*
pArg
)
{
pSet
=
pArg
;
StoreBulCharFmtName_impl
();
StoreMapUnit_impl
();}
void
SetItems
(
const
SfxItemSet
*
pArg
)
{
pSet
=
pArg
;
StoreBulCharFmtName_impl
();
StoreMapUnit_impl
();}
protected
:
protected
:
String
GetBulCharFmtName
();
OU
String
GetBulCharFmtName
();
SfxMapUnit
GetMapUnit
();
SfxMapUnit
GetMapUnit
();
protected
:
protected
:
bool
bIsLoading
;
bool
bIsLoading
;
...
@@ -251,7 +251,7 @@ class SVX_DLLPUBLIC BulletsTypeMgr: public NBOTypeMgrBase
...
@@ -251,7 +251,7 @@ class SVX_DLLPUBLIC BulletsTypeMgr: public NBOTypeMgrBase
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_Bool
RelplaceNumRule
(
SvxNumRule
&
aNum
,
sal_uInt16
nIndex
,
sal_uInt16
mLevel
=
(
sal_uInt16
)
0xFFFF
);
virtual
sal_Bool
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_Bool
isResetSize
=
false
);
virtual
sal_Bool
ApplyNumRule
(
SvxNumRule
&
aNum
,
sal_uInt16
nIndex
,
sal_uInt16
mLevel
=
(
sal_uInt16
)
0xFFFF
,
sal_Bool
isDefault
=
false
,
sal_Bool
isResetSize
=
false
);
virtual
String
GetDescription
(
sal_uInt16
nIndex
,
sal_Bool
isDefault
=
false
);
virtual
OU
String
GetDescription
(
sal_uInt16
nIndex
,
sal_Bool
isDefault
=
false
);
virtual
sal_Bool
IsCustomized
(
sal_uInt16
nIndex
);
virtual
sal_Bool
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
);
...
@@ -283,9 +283,9 @@ class SVX_DLLPUBLIC GraphyicBulletsTypeMgr: public NBOTypeMgrBase
...
@@ -283,9 +283,9 @@ class SVX_DLLPUBLIC GraphyicBulletsTypeMgr: public NBOTypeMgrBase
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_Bool
RelplaceNumRule
(
SvxNumRule
&
aNum
,
sal_uInt16
nIndex
,
sal_uInt16
mLevel
=
(
sal_uInt16
)
0xFFFF
);
virtual
sal_Bool
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_Bool
isResetSize
=
false
);
virtual
sal_Bool
ApplyNumRule
(
SvxNumRule
&
aNum
,
sal_uInt16
nIndex
,
sal_uInt16
mLevel
=
(
sal_uInt16
)
0xFFFF
,
sal_Bool
isDefault
=
false
,
sal_Bool
isResetSize
=
false
);
virtual
String
GetDescription
(
sal_uInt16
nIndex
,
sal_Bool
isDefault
=
false
);
virtual
OU
String
GetDescription
(
sal_uInt16
nIndex
,
sal_Bool
isDefault
=
false
);
virtual
sal_Bool
IsCustomized
(
sal_uInt16
nIndex
);
virtual
sal_Bool
IsCustomized
(
sal_uInt16
nIndex
);
String
GetGrfName
(
sal_uInt16
nIndex
);
OU
String
GetGrfName
(
sal_uInt16
nIndex
);
static
GraphyicBulletsTypeMgr
*
GetInstance
()
static
GraphyicBulletsTypeMgr
*
GetInstance
()
{
{
if
(
_instance
==
0
)
if
(
_instance
==
0
)
...
@@ -314,7 +314,7 @@ class SVX_DLLPUBLIC MixBulletsTypeMgr: public NBOTypeMgrBase
...
@@ -314,7 +314,7 @@ class SVX_DLLPUBLIC MixBulletsTypeMgr: public NBOTypeMgrBase
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_Bool
RelplaceNumRule
(
SvxNumRule
&
aNum
,
sal_uInt16
nIndex
,
sal_uInt16
mLevel
=
(
sal_uInt16
)
0xFFFF
);
virtual
sal_Bool
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_Bool
isResetSize
=
false
);
virtual
sal_Bool
ApplyNumRule
(
SvxNumRule
&
aNum
,
sal_uInt16
nIndex
,
sal_uInt16
mLevel
=
(
sal_uInt16
)
0xFFFF
,
sal_Bool
isDefault
=
false
,
sal_Bool
isResetSize
=
false
);
virtual
String
GetDescription
(
sal_uInt16
nIndex
,
sal_Bool
isDefault
=
false
);
virtual
OU
String
GetDescription
(
sal_uInt16
nIndex
,
sal_Bool
isDefault
=
false
);
virtual
sal_Bool
IsCustomized
(
sal_uInt16
nIndex
);
virtual
sal_Bool
IsCustomized
(
sal_uInt16
nIndex
);
static
MixBulletsTypeMgr
*
GetInstance
()
static
MixBulletsTypeMgr
*
GetInstance
()
{
{
...
@@ -343,7 +343,7 @@ class SVX_DLLPUBLIC NumberingTypeMgr: public NBOTypeMgrBase
...
@@ -343,7 +343,7 @@ class SVX_DLLPUBLIC NumberingTypeMgr: public NBOTypeMgrBase
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_Bool
RelplaceNumRule
(
SvxNumRule
&
aNum
,
sal_uInt16
nIndex
,
sal_uInt16
mLevel
=
(
sal_uInt16
)
0xFFFF
);
virtual
sal_Bool
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_Bool
isResetSize
=
false
);
virtual
sal_Bool
ApplyNumRule
(
SvxNumRule
&
aNum
,
sal_uInt16
nIndex
,
sal_uInt16
mLevel
=
(
sal_uInt16
)
0xFFFF
,
sal_Bool
isDefault
=
false
,
sal_Bool
isResetSize
=
false
);
virtual
String
GetDescription
(
sal_uInt16
nIndex
,
sal_Bool
isDefault
=
false
);
virtual
OU
String
GetDescription
(
sal_uInt16
nIndex
,
sal_Bool
isDefault
=
false
);
virtual
sal_Bool
IsCustomized
(
sal_uInt16
nIndex
);
virtual
sal_Bool
IsCustomized
(
sal_uInt16
nIndex
);
static
NumberingTypeMgr
*
GetInstance
()
static
NumberingTypeMgr
*
GetInstance
()
{
{
...
@@ -371,7 +371,7 @@ class SVX_DLLPUBLIC OutlineTypeMgr: public NBOTypeMgrBase
...
@@ -371,7 +371,7 @@ class SVX_DLLPUBLIC OutlineTypeMgr: public NBOTypeMgrBase
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_Bool
RelplaceNumRule
(
SvxNumRule
&
aNum
,
sal_uInt16
nIndex
,
sal_uInt16
mLevel
=
(
sal_uInt16
)
0xFFFF
);
virtual
sal_Bool
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_Bool
isResetSize
=
false
);
virtual
sal_Bool
ApplyNumRule
(
SvxNumRule
&
aNum
,
sal_uInt16
nIndex
,
sal_uInt16
mLevel
=
(
sal_uInt16
)
0xFFFF
,
sal_Bool
isDefault
=
false
,
sal_Bool
isResetSize
=
false
);
virtual
String
GetDescription
(
sal_uInt16
nIndex
,
sal_Bool
isDefault
=
false
);
virtual
OU
String
GetDescription
(
sal_uInt16
nIndex
,
sal_Bool
isDefault
=
false
);
virtual
sal_Bool
IsCustomized
(
sal_uInt16
nIndex
);
virtual
sal_Bool
IsCustomized
(
sal_uInt16
nIndex
);
static
OutlineTypeMgr
*
GetInstance
()
static
OutlineTypeMgr
*
GetInstance
()
{
{
...
...
svx/source/sidebar/nbdtmg.cxx
Dosyayı görüntüle @
d2f468dd
...
@@ -171,7 +171,7 @@ void NBOTypeMgrBase::StoreBulCharFmtName_impl() {
...
@@ -171,7 +171,7 @@ void NBOTypeMgrBase::StoreBulCharFmtName_impl() {
}
}
}
}
}
}
String
NBOTypeMgrBase
::
GetBulCharFmtName
()
OU
String
NBOTypeMgrBase
::
GetBulCharFmtName
()
{
{
return
aNumCharFmtName
;
return
aNumCharFmtName
;
}
}
...
@@ -477,7 +477,7 @@ sal_Bool BulletsTypeMgr::ApplyNumRule(SvxNumRule& aNum,sal_uInt16 nIndex,sal_uIn
...
@@ -477,7 +477,7 @@ sal_Bool BulletsTypeMgr::ApplyNumRule(SvxNumRule& aNum,sal_uInt16 nIndex,sal_uIn
return
sal_True
;
return
sal_True
;
}
}
String
BulletsTypeMgr
::
GetDescription
(
sal_uInt16
nIndex
,
sal_Bool
/*isDefault*/
)
OU
String
BulletsTypeMgr
::
GetDescription
(
sal_uInt16
nIndex
,
sal_Bool
/*isDefault*/
)
{
{
String
sRet
;
String
sRet
;
//sal_uInt16 nLength = 0;
//sal_uInt16 nLength = 0;
...
@@ -736,7 +736,7 @@ sal_Bool GraphyicBulletsTypeMgr::ApplyNumRule(SvxNumRule& aNum,sal_uInt16 nIndex
...
@@ -736,7 +736,7 @@ sal_Bool GraphyicBulletsTypeMgr::ApplyNumRule(SvxNumRule& aNum,sal_uInt16 nIndex
return
sal_True
;
return
sal_True
;
}
}
String
GraphyicBulletsTypeMgr
::
GetDescription
(
sal_uInt16
nIndex
,
sal_Bool
/*isDefault*/
)
OU
String
GraphyicBulletsTypeMgr
::
GetDescription
(
sal_uInt16
nIndex
,
sal_Bool
/*isDefault*/
)
{
{
String
sRet
;
String
sRet
;
sal_uInt16
nLength
=
0
;
sal_uInt16
nLength
=
0
;
...
@@ -774,9 +774,9 @@ sal_Bool GraphyicBulletsTypeMgr::IsCustomized(sal_uInt16 nIndex)
...
@@ -774,9 +774,9 @@ sal_Bool GraphyicBulletsTypeMgr::IsCustomized(sal_uInt16 nIndex)
return
bRet
;
return
bRet
;
}
}
String
GraphyicBulletsTypeMgr
::
GetGrfName
(
sal_uInt16
nIndex
)
OU
String
GraphyicBulletsTypeMgr
::
GetGrfName
(
sal_uInt16
nIndex
)
{
{
String
sRet
;
OU
String
sRet
;
if
(
nIndex
<
aGrfDataLst
.
size
()
)
if
(
nIndex
<
aGrfDataLst
.
size
()
)
{
{
GrfBulDataRelation
*
pEntry
=
aGrfDataLst
[
nIndex
];
GrfBulDataRelation
*
pEntry
=
aGrfDataLst
[
nIndex
];
...
@@ -1291,7 +1291,7 @@ sal_Bool MixBulletsTypeMgr::ApplyNumRule(SvxNumRule& aNum,sal_uInt16 nIndex,sal_
...
@@ -1291,7 +1291,7 @@ sal_Bool MixBulletsTypeMgr::ApplyNumRule(SvxNumRule& aNum,sal_uInt16 nIndex,sal_
return
sal_True
;
return
sal_True
;
}
}
String
MixBulletsTypeMgr
::
GetDescription
(
sal_uInt16
nIndex
,
sal_Bool
isDefault
)
OU
String
MixBulletsTypeMgr
::
GetDescription
(
sal_uInt16
nIndex
,
sal_Bool
isDefault
)
{
{
String
sRet
;
String
sRet
;
//sal_uInt16 nLength = 0;
//sal_uInt16 nLength = 0;
...
@@ -1526,7 +1526,7 @@ sal_Bool NumberingTypeMgr::ApplyNumRule(SvxNumRule& aNum,sal_uInt16 nIndex,sal_u
...
@@ -1526,7 +1526,7 @@ sal_Bool NumberingTypeMgr::ApplyNumRule(SvxNumRule& aNum,sal_uInt16 nIndex,sal_u
return
sal_True
;
return
sal_True
;
}
}
String
NumberingTypeMgr
::
GetDescription
(
sal_uInt16
nIndex
,
sal_Bool
isDefault
)
OU
String
NumberingTypeMgr
::
GetDescription
(
sal_uInt16
nIndex
,
sal_Bool
isDefault
)
{
{
String
sRet
;
String
sRet
;
sal_uInt16
nLength
=
0
;
sal_uInt16
nLength
=
0
;
...
@@ -1895,7 +1895,7 @@ sal_Bool OutlineTypeMgr::ApplyNumRule(SvxNumRule& aNum,sal_uInt16 nIndex,sal_uIn
...
@@ -1895,7 +1895,7 @@ sal_Bool OutlineTypeMgr::ApplyNumRule(SvxNumRule& aNum,sal_uInt16 nIndex,sal_uIn
return
sal_True
;
return
sal_True
;
}
}
String
OutlineTypeMgr
::
GetDescription
(
sal_uInt16
nIndex
,
sal_Bool
isDefault
)
OU
String
OutlineTypeMgr
::
GetDescription
(
sal_uInt16
nIndex
,
sal_Bool
isDefault
)
{
{
String
sRet
;
String
sRet
;
sal_uInt16
nLength
=
0
;
sal_uInt16
nLength
=
0
;
...
...
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