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
73116917
Kaydet (Commit)
73116917
authored
May 21, 2015
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sw: prefix members of SwWrapTabPage
Change-Id: I58d59680768d445c073c50b49a8b6976d7a636a0
üst
431598b9
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
18 deletions
+18
-18
wrap.cxx
sw/source/ui/frmdlg/wrap.cxx
+0
-0
wrap.hxx
sw/source/uibase/inc/wrap.hxx
+18
-18
No files found.
sw/source/ui/frmdlg/wrap.cxx
Dosyayı görüntüle @
73116917
This diff is collapsed.
Click to expand it.
sw/source/uibase/inc/wrap.hxx
Dosyayı görüntüle @
73116917
...
...
@@ -62,22 +62,22 @@ class SwWrapTabPage: public SfxTabPage
VclPtr
<
CheckBox
>
m_pWrapOutlineCB
;
VclPtr
<
CheckBox
>
m_pWrapOutsideCB
;
sal_uInt16
nOldLeftMargin
;
sal_uInt16
nOldRightMargin
;
sal_uInt16
nOldUpperMargin
;
sal_uInt16
nOldLowerMargin
;
sal_uInt16
m_
nOldLeftMargin
;
sal_uInt16
m_
nOldRightMargin
;
sal_uInt16
m_
nOldUpperMargin
;
sal_uInt16
m_
nOldLowerMargin
;
RndStdIds
nAnchorId
;
sal_uInt16
nHtmlMode
;
RndStdIds
m_
nAnchorId
;
sal_uInt16
m_
nHtmlMode
;
Size
aFrmSize
;
SwWrtShell
*
pWrtSh
;
Size
m_
aFrmSize
;
SwWrtShell
*
m_
pWrtSh
;
bool
bFormat
;
bool
bNew
;
bool
bHtmlMode
;
bool
bDrawMode
;
bool
bContourImage
;
bool
m_
bFormat
;
bool
m_
bNew
;
bool
m_
bHtmlMode
;
bool
m_
bDrawMode
;
bool
m_
bContourImage
;
virtual
~
SwWrapTabPage
();
virtual
void
dispose
()
SAL_OVERRIDE
;
...
...
@@ -95,7 +95,7 @@ class SwWrapTabPage: public SfxTabPage
using
SfxTabPage
::
ActivatePage
;
using
SfxTabPage
::
DeactivatePage
;
static
const
sal_uInt16
aWrapPageRg
[];
static
const
sal_uInt16
m_
aWrapPageRg
[];
public
:
SwWrapTabPage
(
vcl
::
Window
*
pParent
,
const
SfxItemSet
&
rSet
);
...
...
@@ -105,10 +105,10 @@ public:
virtual
bool
FillItemSet
(
SfxItemSet
*
rSet
)
SAL_OVERRIDE
;
virtual
void
Reset
(
const
SfxItemSet
*
rSet
)
SAL_OVERRIDE
;
static
const
sal_uInt16
*
GetRanges
()
{
return
aWrapPageRg
;
}
inline
void
SetNewFrame
(
bool
bNewFrame
)
{
bNew
=
bNewFrame
;
}
inline
void
SetFormatUsed
(
bool
bFormat
Used
,
bool
bDrw
)
{
bFormat
=
bFormatUsed
;
bDrawMode
=
bDrw
;
}
inline
void
SetShell
(
SwWrtShell
*
pSh
)
{
pWrtSh
=
pSh
;
}
static
const
sal_uInt16
*
GetRanges
()
{
return
m_
aWrapPageRg
;
}
inline
void
SetNewFrame
(
bool
bNewFrame
)
{
m_
bNew
=
bNewFrame
;
}
inline
void
SetFormatUsed
(
bool
bFormat
,
bool
bDrawMode
)
{
m_bFormat
=
bFormat
;
m_bDrawMode
=
bDrawMode
;
}
inline
void
SetShell
(
SwWrtShell
*
pSh
)
{
m_
pWrtSh
=
pSh
;
}
};
#endif
...
...
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