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
35fe7d43
Kaydet (Commit)
35fe7d43
authored
Mar 23, 2012
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
ditch collection of static OUStrings
üst
2770031b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
accessibilityoptions.cxx
svtools/source/config/accessibilityoptions.cxx
+10
-10
No files found.
svtools/source/config/accessibilityoptions.cxx
Dosyayı görüntüle @
35fe7d43
...
@@ -56,16 +56,16 @@ namespace css = com::sun::star;
...
@@ -56,16 +56,16 @@ namespace css = com::sun::star;
namespace
namespace
{
{
static
const
::
rtl
::
OUString
s_sAccessibility
(
RTL_CONSTASCII_USTRINGPARAM
(
"org.openoffice.Office.Common/Accessibility"
))
;
const
char
s_sAccessibility
[]
=
"org.openoffice.Office.Common/Accessibility"
;
static
const
::
rtl
::
OUString
s_sAutoDetectSystemHC
(
RTL_CONSTASCII_USTRINGPARAM
(
"AutoDetectSystemHC"
))
;
const
char
s_sAutoDetectSystemHC
[]
=
"AutoDetectSystemHC"
;
static
const
::
rtl
::
OUString
s_sIsForPagePreviews
(
RTL_CONSTASCII_USTRINGPARAM
(
"IsForPagePreviews"
))
;
const
char
s_sIsForPagePreviews
[]
=
"IsForPagePreviews"
;
static
const
::
rtl
::
OUString
s_sIsHelpTipsDisappear
(
RTL_CONSTASCII_USTRINGPARAM
(
"IsHelpTipsDisappear"
))
;
const
char
s_sIsHelpTipsDisappear
[]
=
"IsHelpTipsDisappear"
;
static
const
::
rtl
::
OUString
s_sHelpTipSeconds
(
RTL_CONSTASCII_USTRINGPARAM
(
"HelpTipSeconds"
))
;
const
char
s_sHelpTipSeconds
[]
=
"HelpTipSeconds"
;
static
const
::
rtl
::
OUString
s_sIsAllowAnimatedGraphics
(
RTL_CONSTASCII_USTRINGPARAM
(
"IsAllowAnimatedGraphics"
))
;
const
char
s_sIsAllowAnimatedGraphics
[]
=
"IsAllowAnimatedGraphics"
;
static
const
::
rtl
::
OUString
s_sIsAllowAnimatedText
(
RTL_CONSTASCII_USTRINGPARAM
(
"IsAllowAnimatedText"
))
;
const
char
s_sIsAllowAnimatedText
[]
=
"IsAllowAnimatedText"
;
static
const
::
rtl
::
OUString
s_sIsAutomaticFontColor
(
RTL_CONSTASCII_USTRINGPARAM
(
"IsAutomaticFontColor"
))
;
const
char
s_sIsAutomaticFontColor
[]
=
"IsAutomaticFontColor"
;
static
const
::
rtl
::
OUString
s_sIsSystemFont
(
RTL_CONSTASCII_USTRINGPARAM
(
"IsSystemFont"
))
;
const
char
s_sIsSystemFont
[]
=
"IsSystemFont"
;
static
const
::
rtl
::
OUString
s_sIsSelectionInReadonly
(
RTL_CONSTASCII_USTRINGPARAM
(
"IsSelectionInReadonly"
))
;
const
char
s_sIsSelectionInReadonly
[]
=
"IsSelectionInReadonly"
;
}
}
// class SvtAccessibilityOptions_Impl ---------------------------------------------
// class SvtAccessibilityOptions_Impl ---------------------------------------------
...
...
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