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
56c003b4
Kaydet (Commit)
56c003b4
authored
Mar 30, 2015
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sw: prefix members of SwWebDocShell
Change-Id: I1400d1bc452d81e1a7596e50d8f9552f026eea08
üst
b9782a2b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
8 deletions
+7
-8
wdocsh.hxx
sw/inc/wdocsh.hxx
+4
-5
wdocsh.cxx
sw/source/uibase/web/wdocsh.cxx
+3
-3
No files found.
sw/inc/wdocsh.hxx
Dosyayı görüntüle @
56c003b4
...
...
@@ -21,9 +21,9 @@
#include "swdllapi.h"
#include "docsh.hxx"
class
SW_DLLPUBLIC
SwWebDocShell
:
public
SwDocShell
class
SW_DLLPUBLIC
SwWebDocShell
:
public
SwDocShell
{
sal_uInt16
nSourcePara
;
//
Active line in source view.
sal_uInt16
m_nSourcePara
;
///<
Active line in source view.
public
:
// But implement yourself.
...
...
@@ -46,9 +46,8 @@ public:
OUString
*
pUserName
,
sal_Int32
nFileFormat
,
bool
bTemplate
=
false
)
const
SAL_OVERRIDE
;
sal_uInt16
GetSourcePara
()
const
{
return
nSourcePara
;}
void
SetSourcePara
(
sal_uInt16
nSet
)
{
nSourcePara
=
nSet
;}
sal_uInt16
GetSourcePara
()
const
{
return
m_nSourcePara
;
}
void
SetSourcePara
(
sal_uInt16
nSet
)
{
m_nSourcePara
=
nSet
;
}
};
#endif
...
...
sw/source/uibase/web/wdocsh.cxx
Dosyayı görüntüle @
56c003b4
...
...
@@ -51,9 +51,9 @@ TYPEINIT1(SwWebDocShell, SwDocShell);
SFX_IMPL_OBJECTFACTORY
(
SwWebDocShell
,
SvGlobalName
(
SO3_SWWEB_CLASSID
),
SFXOBJECTSHELL_STD_NORMAL
|
SFXOBJECTSHELL_HASMENU
,
"swriter/web"
)
SwWebDocShell
::
SwWebDocShell
(
SfxObjectCreateMode
eMode
)
:
SwDocShell
(
eMode
),
nSourcePara
(
0
)
SwWebDocShell
::
SwWebDocShell
(
SfxObjectCreateMode
const
eMode
)
:
SwDocShell
(
eMode
)
,
m_
nSourcePara
(
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