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
9f19d242
Kaydet (Commit)
9f19d242
authored
Kas 12, 2015
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sw: prefix members of SwFrmPage
Change-Id: I09a62466ea6b779c7589667f379e67d51890e7b4
üst
06fec09f
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
25 deletions
+25
-25
frmpage.cxx
sw/source/ui/frmdlg/frmpage.cxx
+0
-0
frmpage.hxx
sw/source/uibase/inc/frmpage.hxx
+25
-25
No files found.
sw/source/ui/frmdlg/frmpage.cxx
Dosyayı görüntüle @
9f19d242
This diff is collapsed.
Click to expand it.
sw/source/uibase/inc/frmpage.hxx
Dosyayı görüntüle @
9f19d242
...
@@ -90,38 +90,38 @@ class SwFrmPage: public SfxTabPage
...
@@ -90,38 +90,38 @@ class SwFrmPage: public SfxTabPage
VclPtr
<
SvxSwFrameExample
>
m_pExampleWN
;
VclPtr
<
SvxSwFrameExample
>
m_pExampleWN
;
//'string provider'
//'string provider'
SvxSwFramePosString
aFramePosString
;
SvxSwFramePosString
m_
aFramePosString
;
bool
bAtHorzPosModified
;
bool
m_
bAtHorzPosModified
;
bool
bAtVertPosModified
;
bool
m_
bAtVertPosModified
;
bool
bFormat
;
bool
m_
bFormat
;
bool
bNew
;
bool
m_
bNew
;
bool
bNoModifyHdl
;
bool
m_
bNoModifyHdl
;
bool
bIsVerticalFrame
;
//current frame is in vertical environment - strings are exchanged
bool
m_
bIsVerticalFrame
;
//current frame is in vertical environment - strings are exchanged
// --> OD 2009-08-31 #mongolianlayou#
// --> OD 2009-08-31 #mongolianlayou#
bool
bIsVerticalL2R
;
bool
m_
bIsVerticalL2R
;
bool
bIsInRightToLeft
;
// current frame is in right-to-left environment - strings are exchanged
bool
m_
bIsInRightToLeft
;
// current frame is in right-to-left environment - strings are exchanged
bool
bHtmlMode
;
bool
m_
bHtmlMode
;
sal_uInt16
nHtmlMode
;
sal_uInt16
m_
nHtmlMode
;
OUString
sDlgType
;
OUString
m_
sDlgType
;
Size
aGrfSize
;
Size
m_
aGrfSize
;
SwTwips
nUpperBorder
;
SwTwips
m_
nUpperBorder
;
SwTwips
nLowerBorder
;
SwTwips
m_
nLowerBorder
;
double
fWidthHeightRatio
;
//width-to-height ratio to support the KeepRatio button
double
m_
fWidthHeightRatio
;
//width-to-height ratio to support the KeepRatio button
// OD 12.11.2003 #i22341# - keep content position of character for
// OD 12.11.2003 #i22341# - keep content position of character for
// to character anchored objects.
// to character anchored objects.
const
SwPosition
*
mpToCharContentPos
;
const
SwPosition
*
mpToCharContentPos
;
// old alignment
// old alignment
sal_Int16
nOldH
;
sal_Int16
m_
nOldH
;
sal_Int16
nOldHRel
;
sal_Int16
m_
nOldHRel
;
sal_Int16
nOldV
;
sal_Int16
m_
nOldV
;
sal_Int16
nOldVRel
;
sal_Int16
m_
nOldVRel
;
FrmMap
*
pVMap
;
FrmMap
*
m_
pVMap
;
FrmMap
*
pHMap
;
FrmMap
*
m_
pHMap
;
bool
m_bAllowVertPositioning
;
bool
m_bAllowVertPositioning
;
bool
m_bIsMathOLE
;
bool
m_bIsMathOLE
;
...
@@ -194,10 +194,10 @@ public:
...
@@ -194,10 +194,10 @@ public:
virtual
bool
FillItemSet
(
SfxItemSet
*
rSet
)
override
;
virtual
bool
FillItemSet
(
SfxItemSet
*
rSet
)
override
;
virtual
void
Reset
(
const
SfxItemSet
*
rSet
)
override
;
virtual
void
Reset
(
const
SfxItemSet
*
rSet
)
override
;
void
SetNewFrame
(
bool
bNewFrame
)
{
bNew
=
bNewFrame
;
}
void
SetNewFrame
(
bool
bNewFrame
)
{
m_
bNew
=
bNewFrame
;
}
void
SetFormatUsed
(
bool
bFormat
);
void
SetFormatUsed
(
bool
bFormat
);
void
SetFrmType
(
const
OUString
&
rType
)
{
sDlgType
=
rType
;
}
void
SetFrmType
(
const
OUString
&
rType
)
{
m_
sDlgType
=
rType
;
}
inline
bool
IsInGraficMode
()
{
return
sDlgType
==
"PictureDialog"
||
sDlgType
==
"ObjectDialog"
;
}
inline
bool
IsInGraficMode
()
{
return
m_sDlgType
==
"PictureDialog"
||
m_
sDlgType
==
"ObjectDialog"
;
}
void
EnableVerticalPositioning
(
bool
bEnable
);
void
EnableVerticalPositioning
(
bool
bEnable
);
};
};
...
...
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