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
f6644e9a
Kaydet (Commit)
f6644e9a
authored
Nis 20, 2015
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sw: prefix WW8FormulaControl members
Change-Id: Idf747fb895c15e8df96a6ced06cf9f0df5d35e39
üst
9107bb35
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
23 deletions
+23
-23
ww8par.hxx
sw/source/filter/ww8/ww8par.hxx
+23
-23
ww8par3.cxx
sw/source/filter/ww8/ww8par3.cxx
+0
-0
No files found.
sw/source/filter/ww8/ww8par.hxx
Dosyayı görüntüle @
f6644e9a
...
@@ -646,34 +646,34 @@ enum SwWw8ControlType
...
@@ -646,34 +646,34 @@ enum SwWw8ControlType
class
WW8FormulaControl
:
private
::
boost
::
noncopyable
class
WW8FormulaControl
:
private
::
boost
::
noncopyable
{
{
protected
:
protected
:
SwWW8ImplReader
&
rRdr
;
SwWW8ImplReader
&
m
rRdr
;
public
:
public
:
WW8FormulaControl
(
const
OUString
&
rN
,
SwWW8ImplReader
&
rR
)
WW8FormulaControl
(
const
OUString
&
rN
,
SwWW8ImplReader
&
rR
dr
)
:
rRdr
(
rR
),
fUnknown
(
0
),
fDropdownIndex
(
0
),
:
mrRdr
(
rRdr
),
mfUnknown
(
0
),
m
fDropdownIndex
(
0
),
fToolTip
(
0
),
fNoMark
(
0
),
fUseSize
(
0
),
fNumbersOnly
(
0
),
fDateOnly
(
0
),
mfToolTip
(
0
),
mfNoMark
(
0
),
mfUseSize
(
0
),
mfNumbersOnly
(
0
),
m
fDateOnly
(
0
),
fUnused
(
0
),
nSize
(
0
),
hpsCheckBox
(
20
),
nChecked
(
0
),
mnMaxLen
(
0
),
sName
(
rN
)
mfUnused
(
0
),
mnSize
(
0
),
mhpsCheckBox
(
20
),
mnChecked
(
0
),
mnMaxLen
(
0
),
m
sName
(
rN
)
{
{
}
}
sal_uInt8
fUnknown
:
2
;
sal_uInt8
m
fUnknown
:
2
;
sal_uInt8
fDropdownIndex
:
6
;
sal_uInt8
m
fDropdownIndex
:
6
;
sal_uInt8
fToolTip
:
1
;
sal_uInt8
m
fToolTip
:
1
;
sal_uInt8
fNoMark
:
1
;
sal_uInt8
m
fNoMark
:
1
;
sal_uInt8
fUseSize
:
1
;
sal_uInt8
m
fUseSize
:
1
;
sal_uInt8
fNumbersOnly
:
1
;
sal_uInt8
m
fNumbersOnly
:
1
;
sal_uInt8
fDateOnly
:
1
;
sal_uInt8
m
fDateOnly
:
1
;
sal_uInt8
fUnused
:
3
;
sal_uInt8
m
fUnused
:
3
;
sal_uInt16
nSize
;
sal_uInt16
m
nSize
;
sal_uInt16
hpsCheckBox
;
sal_uInt16
m
hpsCheckBox
;
sal_uInt16
nChecked
;
sal_uInt16
m
nChecked
;
/// FFData.cch in the spec: maximum length, in characters, of the value of the textbox.
/// FFData.cch in the spec: maximum length, in characters, of the value of the textbox.
sal_uInt16
mnMaxLen
;
sal_uInt16
mnMaxLen
;
OUString
sTitle
;
OUString
m
sTitle
;
OUString
sDefault
;
OUString
m
sDefault
;
OUString
sFormatting
;
OUString
m
sFormatting
;
OUString
sHelp
;
OUString
m
sHelp
;
OUString
sToolTip
;
OUString
m
sToolTip
;
std
::
vector
<
OUString
>
maListEntries
;
std
::
vector
<
OUString
>
maListEntries
;
virtual
~
WW8FormulaControl
()
{}
virtual
~
WW8FormulaControl
()
{}
void
FormulaRead
(
SwWw8ControlType
nWhich
,
SvStream
*
pD
);
void
FormulaRead
(
SwWw8ControlType
nWhich
,
SvStream
*
pD
);
...
@@ -682,7 +682,7 @@ public:
...
@@ -682,7 +682,7 @@ public:
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
uno
::
Reference
<
com
::
sun
::
star
::
form
::
XFormComponent
>
&
rFComp
,
com
::
sun
::
star
::
form
::
XFormComponent
>
&
rFComp
,
com
::
sun
::
star
::
awt
::
Size
&
rSz
)
=
0
;
com
::
sun
::
star
::
awt
::
Size
&
rSz
)
=
0
;
OUString
sName
;
OUString
m
sName
;
};
};
class
WW8FormulaCheckBox
:
public
WW8FormulaControl
class
WW8FormulaCheckBox
:
public
WW8FormulaControl
...
...
sw/source/filter/ww8/ww8par3.cxx
Dosyayı görüntüle @
f6644e9a
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