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
137ec5fd
Kaydet (Commit)
137ec5fd
authored
Ock 18, 2001
tarafından
jp
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove compiler warnings
üst
241bc767
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
authfld.hxx
sw/inc/authfld.hxx
+7
-7
No files found.
sw/inc/authfld.hxx
Dosyayı görüntüle @
137ec5fd
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
*
*
* $RCSfile: authfld.hxx,v $
* $RCSfile: authfld.hxx,v $
*
*
* $Revision: 1.
2
$
* $Revision: 1.
3
$
*
*
* last change: $Author:
os $ $Date: 2000-11-16 12:27:25
$
* last change: $Author:
jp $ $Date: 2001-01-18 14:06:33
$
*
*
* The Contents of this file are made available subject to the terms of
* The Contents of this file are made available subject to the terms of
* either of the following licenses
* either of the following licenses
...
@@ -116,8 +116,8 @@ class SwAuthorityFieldType : public SwFieldType
...
@@ -116,8 +116,8 @@ class SwAuthorityFieldType : public SwFieldType
SwAuthDataArr
*
m_pDataArr
;
SwAuthDataArr
*
m_pDataArr
;
SvLongs
*
m_pSequArr
;
SvLongs
*
m_pSequArr
;
SortKeyArr
*
m_pSortKeyArr
;
SortKeyArr
*
m_pSortKeyArr
;
char
m_cPrefix
;
sal_Unicode
m_cPrefix
;
char
m_cSuffix
;
sal_Unicode
m_cSuffix
;
BOOL
m_bIsSequence
:
1
;
BOOL
m_bIsSequence
:
1
;
BOOL
m_bSortByDocument
:
1
;
BOOL
m_bSortByDocument
:
1
;
...
@@ -162,13 +162,13 @@ public:
...
@@ -162,13 +162,13 @@ public:
BOOL
IsSequence
()
const
{
return
m_bIsSequence
;}
BOOL
IsSequence
()
const
{
return
m_bIsSequence
;}
void
SetSequence
(
BOOL
bSet
)
{
m_bIsSequence
=
bSet
;}
void
SetSequence
(
BOOL
bSet
)
{
m_bIsSequence
=
bSet
;}
void
SetPreSuffix
(
char
cPre
,
char
cSuf
)
void
SetPreSuffix
(
sal_Unicode
cPre
,
sal_Unicode
cSuf
)
{
{
m_cPrefix
=
cPre
;
m_cPrefix
=
cPre
;
m_cSuffix
=
cSuf
;
m_cSuffix
=
cSuf
;
}
}
char
GetPrefix
()
const
{
return
m_cPrefix
;}
sal_Unicode
GetPrefix
()
const
{
return
m_cPrefix
;}
char
GetSuffix
()
const
{
return
m_cSuffix
;}
sal_Unicode
GetSuffix
()
const
{
return
m_cSuffix
;}
BOOL
IsSortByDocument
()
const
{
return
m_bSortByDocument
;}
BOOL
IsSortByDocument
()
const
{
return
m_bSortByDocument
;}
void
SetSortByDocument
(
BOOL
bSet
)
{
m_bSortByDocument
=
bSet
;}
void
SetSortByDocument
(
BOOL
bSet
)
{
m_bSortByDocument
=
bSet
;}
...
...
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