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
fa72acc4
Kaydet (Commit)
fa72acc4
authored
Tem 12, 2012
tarafından
Miklos Vajna
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
SwXTextField: add getter method for m_nServiceId
Change-Id: I5a4f65da17062db1334bb0140b7b4545494adfa6
üst
f98fbc38
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
unofield.hxx
sw/inc/unofield.hxx
+1
-0
unofield.cxx
sw/source/core/unocore/unofield.cxx
+5
-0
No files found.
sw/inc/unofield.hxx
Dosyayı görüntüle @
fa72acc4
...
@@ -196,6 +196,7 @@ public:
...
@@ -196,6 +196,7 @@ public:
/// @return an SwXTextField, either an already existing one or a new one
/// @return an SwXTextField, either an already existing one or a new one
static
SwXTextField
*
CreateSwXTextField
(
SwDoc
&
rDoc
,
SwFmtFld
const
&
rFmt
);
static
SwXTextField
*
CreateSwXTextField
(
SwDoc
&
rDoc
,
SwFmtFld
const
&
rFmt
);
sal_uInt16
GetServiceId
();
};
};
typedef
typedef
...
...
sw/source/core/unocore/unofield.cxx
Dosyayı görüntüle @
fa72acc4
...
@@ -1019,6 +1019,11 @@ SwXTextField* SwXTextField::CreateSwXTextField(SwDoc & rDoc, SwFmtFld const& rFm
...
@@ -1019,6 +1019,11 @@ SwXTextField* SwXTextField::CreateSwXTextField(SwDoc & rDoc, SwFmtFld const& rFm
return
pField
?
pField
:
new
SwXTextField
(
rFmt
,
&
rDoc
);
return
pField
?
pField
:
new
SwXTextField
(
rFmt
,
&
rDoc
);
}
}
sal_uInt16
SwXTextField
::
GetServiceId
()
{
return
m_nServiceId
;
}
struct
SwFieldProperties_Impl
struct
SwFieldProperties_Impl
{
{
String
sPar1
;
String
sPar1
;
...
...
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