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
6c912701
Kaydet (Commit)
6c912701
authored
Tem 01, 2013
tarafından
Takeshi Abe
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Mark as const
Change-Id: Ic71f39aaebf07d3b0435882986be71cf2b0390c2
üst
3090cfc9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
9 deletions
+9
-9
tencinfo.cxx
sal/textenc/tencinfo.cxx
+6
-6
sampletext.cxx
svtools/source/misc/sampletext.cxx
+2
-2
defaultinputhandler.cxx
svtools/source/table/defaultinputhandler.cxx
+1
-1
No files found.
sal/textenc/tencinfo.cxx
Dosyayı görüntüle @
6c912701
...
...
@@ -294,32 +294,32 @@ rtl_TextEncoding SAL_CALL rtl_getTextEncodingFromUnixCharset( const char* pUnixC
{
NULL
,
RTL_TEXTENCODING_DONTKNOW
}
};
static
ImplStrCharsetDef
aUnixCharsetJISX0208Tab
[]
=
static
ImplStrCharsetDef
const
aUnixCharsetJISX0208Tab
[]
=
{
{
NULL
,
RTL_TEXTENCODING_JIS_X_0208
}
};
static
ImplStrCharsetDef
aUnixCharsetJISX0201Tab
[]
=
static
ImplStrCharsetDef
const
aUnixCharsetJISX0201Tab
[]
=
{
{
NULL
,
RTL_TEXTENCODING_JIS_X_0201
}
};
static
ImplStrCharsetDef
aUnixCharsetJISX0212Tab
[]
=
static
ImplStrCharsetDef
const
aUnixCharsetJISX0212Tab
[]
=
{
{
NULL
,
RTL_TEXTENCODING_JIS_X_0212
}
};
static
ImplStrCharsetDef
aUnixCharsetGBTab
[]
=
static
ImplStrCharsetDef
const
aUnixCharsetGBTab
[]
=
{
{
NULL
,
RTL_TEXTENCODING_GB_2312
}
};
static
ImplStrCharsetDef
aUnixCharsetGBKTab
[]
=
static
ImplStrCharsetDef
const
aUnixCharsetGBKTab
[]
=
{
{
NULL
,
RTL_TEXTENCODING_GBK
}
};
static
ImplStrCharsetDef
aUnixCharsetBIG5Tab
[]
=
static
ImplStrCharsetDef
const
aUnixCharsetBIG5Tab
[]
=
{
{
NULL
,
RTL_TEXTENCODING_BIG5
}
};
...
...
svtools/source/misc/sampletext.cxx
Dosyayı görüntüle @
6c912701
...
...
@@ -92,9 +92,9 @@ OUString makeShortRepresentativeSymbolTextForSelectedFont(OutputDevice &rDevice)
}
}
static
sal_Unicode
aImplSymbolFontText
[]
=
{
static
const
sal_Unicode
aImplSymbolFontText
[]
=
{
0xF021
,
0xF032
,
0xF043
,
0xF054
,
0xF065
,
0xF076
,
0xF0B7
,
0xF0C8
,
0
};
static
sal_Unicode
aImplStarSymbolText
[]
=
{
static
const
sal_Unicode
aImplStarSymbolText
[]
=
{
0x2706
,
0x2704
,
0x270D
,
0xE033
,
0x2211
,
0x2288
,
0
};
const
sal_Unicode
*
pText
=
bOpenSymbol
?
aImplStarSymbolText
:
aImplSymbolFontText
;
OUString
sSampleText
(
pText
);
...
...
svtools/source/table/defaultinputhandler.cxx
Dosyayı görüntüle @
6c912701
...
...
@@ -147,7 +147,7 @@ namespace svt { namespace table
sal_uInt16
nKeyModifier
;
TableControlAction
eAction
;
}
static
aKnownActions
[]
=
{
static
const
aKnownActions
[]
=
{
{
KEY_DOWN
,
0
,
cursorDown
},
{
KEY_UP
,
0
,
cursorUp
},
{
KEY_LEFT
,
0
,
cursorLeft
},
...
...
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