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
80d5581d
Kaydet (Commit)
80d5581d
authored
Nis 11, 2016
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Avoid reserved identifiers
Change-Id: I5390fe81a7b35d62a27cd1ec6fb00ea012e70dd9
üst
b98d885c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
46 additions
and
46 deletions
+46
-46
defaultoptions.cxx
unotools/source/config/defaultoptions.cxx
+46
-46
No files found.
unotools/source/config/defaultoptions.cxx
Dosyayı görüntüle @
80d5581d
...
...
@@ -39,29 +39,29 @@ using namespace osl;
using
namespace
utl
;
using
namespace
com
::
sun
::
star
::
uno
;
#define DEFAULTPATH_
_
ADDIN 0
#define DEFAULTPATH_
_
AUTOCORRECT 1
#define DEFAULTPATH_
_
AUTOTEXT 2
#define DEFAULTPATH_
_
BACKUP 3
#define DEFAULTPATH_
_
BASIC 4
#define DEFAULTPATH_
_
BITMAP 5
#define DEFAULTPATH_
_
CONFIG 6
#define DEFAULTPATH_
_
DICTIONARY 7
#define DEFAULTPATH_
_
FAVORITES 8
#define DEFAULTPATH_
_
FILTER 9
#define DEFAULTPATH_
_
GALLERY 10
#define DEFAULTPATH_
_
GRAPHIC 11
#define DEFAULTPATH_
_
HELP 12
#define DEFAULTPATH_
_
LINGUISTIC 13
#define DEFAULTPATH_
_
MODULE 14
#define DEFAULTPATH_
_
PALETTE 15
#define DEFAULTPATH_
_
PLUGIN 16
#define DEFAULTPATH_
_
TEMP 17
#define DEFAULTPATH_
_
TEMPLATE 18
#define DEFAULTPATH_
_
USERCONFIG 19
#define DEFAULTPATH_
_
WORK 20
#define DEFAULTPATH_
_
CLASSIFICATION 21
#define DEFAULTPATH_
_
USERDICTIONARY 22
#define DEFAULTPATH_ADDIN 0
#define DEFAULTPATH_AUTOCORRECT 1
#define DEFAULTPATH_AUTOTEXT 2
#define DEFAULTPATH_BACKUP 3
#define DEFAULTPATH_BASIC 4
#define DEFAULTPATH_BITMAP 5
#define DEFAULTPATH_CONFIG 6
#define DEFAULTPATH_DICTIONARY 7
#define DEFAULTPATH_FAVORITES 8
#define DEFAULTPATH_FILTER 9
#define DEFAULTPATH_GALLERY 10
#define DEFAULTPATH_GRAPHIC 11
#define DEFAULTPATH_HELP 12
#define DEFAULTPATH_LINGUISTIC 13
#define DEFAULTPATH_MODULE 14
#define DEFAULTPATH_PALETTE 15
#define DEFAULTPATH_PLUGIN 16
#define DEFAULTPATH_TEMP 17
#define DEFAULTPATH_TEMPLATE 18
#define DEFAULTPATH_USERCONFIG 19
#define DEFAULTPATH_WORK 20
#define DEFAULTPATH_CLASSIFICATION 21
#define DEFAULTPATH_USERDICTIONARY 22
// class SvtDefaultOptions_Impl ------------------------------------------
...
...
@@ -281,29 +281,29 @@ SvtDefaultOptions_Impl::SvtDefaultOptions_Impl() : ConfigItem( "Office.Common/Pa
switch
(
nProp
)
{
case
DEFAULTPATH_
_
ADDIN
:
m_aAddinPath
=
aFullPath
;
break
;
case
DEFAULTPATH_
_
AUTOCORRECT
:
m_aAutoCorrectPath
=
aFullPath
;
break
;
case
DEFAULTPATH_
_
AUTOTEXT
:
m_aAutoTextPath
=
aFullPath
;
break
;
case
DEFAULTPATH_
_
BACKUP
:
m_aBackupPath
=
aFullPath
;
break
;
case
DEFAULTPATH_
_
BASIC
:
m_aBasicPath
=
aFullPath
;
break
;
case
DEFAULTPATH_
_
BITMAP
:
m_aBitmapPath
=
aFullPath
;
break
;
case
DEFAULTPATH_
_
CONFIG
:
m_aConfigPath
=
aFullPath
;
break
;
case
DEFAULTPATH_
_
DICTIONARY
:
m_aDictionaryPath
=
aFullPath
;
break
;
case
DEFAULTPATH_
_
FAVORITES
:
m_aFavoritesPath
=
aFullPath
;
break
;
case
DEFAULTPATH_
_
FILTER
:
m_aFilterPath
=
aFullPath
;
break
;
case
DEFAULTPATH_
_
GALLERY
:
m_aGalleryPath
=
aFullPath
;
break
;
case
DEFAULTPATH_
_
GRAPHIC
:
m_aGraphicPath
=
aFullPath
;
break
;
case
DEFAULTPATH_
_
HELP
:
m_aHelpPath
=
aFullPath
;
break
;
case
DEFAULTPATH_
_
LINGUISTIC
:
m_aLinguisticPath
=
aFullPath
;
break
;
case
DEFAULTPATH_
_
MODULE
:
m_aModulePath
=
aFullPath
;
break
;
case
DEFAULTPATH_
_
PALETTE
:
m_aPalettePath
=
aFullPath
;
break
;
case
DEFAULTPATH_
_
PLUGIN
:
m_aPluginPath
=
aFullPath
;
break
;
case
DEFAULTPATH_
_
TEMP
:
m_aTempPath
=
aFullPath
;
break
;
case
DEFAULTPATH_
_
TEMPLATE
:
m_aTemplatePath
=
aFullPath
;
break
;
case
DEFAULTPATH_
_
USERCONFIG
:
m_aUserConfigPath
=
aFullPath
;
break
;
case
DEFAULTPATH_
_
WORK
:
m_aWorkPath
=
aFullPath
;
break
;
case
DEFAULTPATH_
_
CLASSIFICATION
:
m_aClassificationPath
=
aFullPath
;
break
;
case
DEFAULTPATH_
_
USERDICTIONARY
:
m_aUserDictionaryPath
=
aFullPath
;
break
;
case
DEFAULTPATH_ADDIN
:
m_aAddinPath
=
aFullPath
;
break
;
case
DEFAULTPATH_AUTOCORRECT
:
m_aAutoCorrectPath
=
aFullPath
;
break
;
case
DEFAULTPATH_AUTOTEXT
:
m_aAutoTextPath
=
aFullPath
;
break
;
case
DEFAULTPATH_BACKUP
:
m_aBackupPath
=
aFullPath
;
break
;
case
DEFAULTPATH_BASIC
:
m_aBasicPath
=
aFullPath
;
break
;
case
DEFAULTPATH_BITMAP
:
m_aBitmapPath
=
aFullPath
;
break
;
case
DEFAULTPATH_CONFIG
:
m_aConfigPath
=
aFullPath
;
break
;
case
DEFAULTPATH_DICTIONARY
:
m_aDictionaryPath
=
aFullPath
;
break
;
case
DEFAULTPATH_FAVORITES
:
m_aFavoritesPath
=
aFullPath
;
break
;
case
DEFAULTPATH_FILTER
:
m_aFilterPath
=
aFullPath
;
break
;
case
DEFAULTPATH_GALLERY
:
m_aGalleryPath
=
aFullPath
;
break
;
case
DEFAULTPATH_GRAPHIC
:
m_aGraphicPath
=
aFullPath
;
break
;
case
DEFAULTPATH_HELP
:
m_aHelpPath
=
aFullPath
;
break
;
case
DEFAULTPATH_LINGUISTIC
:
m_aLinguisticPath
=
aFullPath
;
break
;
case
DEFAULTPATH_MODULE
:
m_aModulePath
=
aFullPath
;
break
;
case
DEFAULTPATH_PALETTE
:
m_aPalettePath
=
aFullPath
;
break
;
case
DEFAULTPATH_PLUGIN
:
m_aPluginPath
=
aFullPath
;
break
;
case
DEFAULTPATH_TEMP
:
m_aTempPath
=
aFullPath
;
break
;
case
DEFAULTPATH_TEMPLATE
:
m_aTemplatePath
=
aFullPath
;
break
;
case
DEFAULTPATH_USERCONFIG
:
m_aUserConfigPath
=
aFullPath
;
break
;
case
DEFAULTPATH_WORK
:
m_aWorkPath
=
aFullPath
;
break
;
case
DEFAULTPATH_CLASSIFICATION
:
m_aClassificationPath
=
aFullPath
;
break
;
case
DEFAULTPATH_USERDICTIONARY
:
m_aUserDictionaryPath
=
aFullPath
;
break
;
default
:
SAL_WARN
(
"unotools.config"
,
"invalid index to load a default path"
);
...
...
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