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
f59733d4
Kaydet (Commit)
f59733d4
authored
Agu 29, 2012
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix build
Change-Id: I3616e62689246a091d9f26d69105a27f64553d48
üst
3a0889b9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
19 deletions
+19
-19
useroptions.cxx
unotools/source/config/useroptions.cxx
+19
-19
No files found.
unotools/source/config/useroptions.cxx
Dosyayı görüntüle @
f59733d4
...
...
@@ -56,26 +56,26 @@ OUString const sData = "org.openoffice.UserProfile/Data";
// vOptionNames[] -- names of the user option entries
// The order corresponds to the #define USER_OPT_* list in useroptions.hxx.
OUString
const
vOptionNames
[]
=
{
"l"
,
// USER_OPT_CITY
"o"
,
// USER_OPT_COMPANY
"c"
,
// USER_OPT_COUNTRY
"mail"
,
// USER_OPT_EMAIL
"facsimiletelephonenumber"
,
// USER_OPT_FAX
"givenname"
,
// USER_OPT_FIRSTNAME
"sn"
,
// USER_OPT_LASTNAME
"position"
,
// USER_OPT_POSITION
"st"
,
// USER_OPT_STATE
"street"
,
// USER_OPT_STREET
"homephone"
,
// USER_OPT_TELEPHONEHOME
"telephonenumber"
,
// USER_OPT_TELEPHONEWORK
"title"
,
// USER_OPT_TITLE
"initials"
,
// USER_OPT_ID
"postalcode"
,
// USER_OPT_ZIP
"fathersname"
,
// USER_OPT_FATHERSNAME
"apartment"
,
// USER_OPT_APARTMENT
"customernumber"
,
// USER_OPT_CUSTOMERNUMBER
OUString
(
"l"
)
,
// USER_OPT_CITY
OUString
(
"o"
)
,
// USER_OPT_COMPANY
OUString
(
"c"
)
,
// USER_OPT_COUNTRY
OUString
(
"mail"
)
,
// USER_OPT_EMAIL
OUString
(
"facsimiletelephonenumber"
)
,
// USER_OPT_FAX
OUString
(
"givenname"
)
,
// USER_OPT_FIRSTNAME
OUString
(
"sn"
)
,
// USER_OPT_LASTNAME
OUString
(
"position"
)
,
// USER_OPT_POSITION
OUString
(
"st"
)
,
// USER_OPT_STATE
OUString
(
"street"
)
,
// USER_OPT_STREET
OUString
(
"homephone"
)
,
// USER_OPT_TELEPHONEHOME
OUString
(
"telephonenumber"
)
,
// USER_OPT_TELEPHONEWORK
OUString
(
"title"
)
,
// USER_OPT_TITLE
OUString
(
"initials"
)
,
// USER_OPT_ID
OUString
(
"postalcode"
)
,
// USER_OPT_ZIP
OUString
(
"fathersname"
)
,
// USER_OPT_FATHERSNAME
OUString
(
"apartment"
)
,
// USER_OPT_APARTMENT
OUString
(
"customernumber"
)
// USER_OPT_CUSTOMERNUMBER
};
unsigned
const
nOptionNameCount
=
sizeof
vOptionNames
/
sizeof
vOptionNames
[
0
]
;
const
sal_uInt16
nOptionNameCount
=
SAL_N_ELEMENTS
(
vOptionNames
)
;
}
// namespace
...
...
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