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
c19c942c
Kaydet (Commit)
c19c942c
authored
May 04, 2014
tarafından
Julien Nabet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Typo: depricated->deprecated
Change-Id: I77fe282a9dcebde5ad7684aee4597fe4cfb07e11
üst
d6c42a50
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
6 deletions
+6
-6
outliner.hxx
include/editeng/outliner.hxx
+1
-1
process.h
include/osl/process.h
+1
-1
zforlist.hxx
include/svl/zforlist.hxx
+1
-1
charclass.hxx
include/unotools/charclass.hxx
+1
-1
AccessibleExtendedComponentHandler.java
...est/accessibility/AccessibleExtendedComponentHandler.java
+2
-2
No files found.
include/editeng/outliner.hxx
Dosyayı görüntüle @
c19c942c
...
...
@@ -926,7 +926,7 @@ public:
void
SetForbiddenCharsTable
(
rtl
::
Reference
<
SvxForbiddenCharactersTable
>
xForbiddenChars
);
// Depr
i
cated
// Depr
e
cated
void
SetDefaultLanguage
(
LanguageType
eLang
);
LanguageType
GetDefaultLanguage
()
const
;
...
...
include/osl/process.h
Dosyayı görüntüle @
c19c942c
...
...
@@ -368,7 +368,7 @@ SAL_DLLPUBLIC oslProcessError SAL_CALL osl_getCommandArg(
/** Set the command-line arguments as passed to the main-function of this process.
Depr
i
cated: This function is only for internal use. Passing the args from main will
Depr
e
cated: This function is only for internal use. Passing the args from main will
only work for Unix, on Windows there's no effect, the full command line will automtically
be taken. This is due to Windows 9x/ME limitation that don't allow UTF-16 wmain to provide
a osl_setCommandArgsU( int argc, sal_Unicode **argv );
...
...
include/svl/zforlist.hxx
Dosyayı görüntüle @
c19c942c
...
...
@@ -641,7 +641,7 @@ public:
sal_uInt16
ExpandTwoDigitYear
(
sal_uInt16
nYear
)
const
;
inline
static
sal_uInt16
ExpandTwoDigitYear
(
sal_uInt16
nYear
,
sal_uInt16
nTwoDigitYearStart
);
/// DEPR
I
CATED: Return first character of the decimal separator of the current language/country
/// DEPR
E
CATED: Return first character of the decimal separator of the current language/country
sal_Unicode
GetDecSep
()
const
{
return
GetNumDecimalSep
()[
0
];
}
/// Return the decimal separator of the current language/country
OUString
GetDecimalSep
()
const
{
return
GetNumDecimalSep
();
}
...
...
include/unotools/charclass.hxx
Dosyayı görüntüle @
c19c942c
...
...
@@ -76,7 +76,7 @@ public:
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
uno
::
XComponentContext
>
&
rxContext
,
const
LanguageTag
&
rLanguageTag
);
/// Depr
i
cated ctor, tries to get a process service manager or to load the
/// Depr
e
cated ctor, tries to get a process service manager or to load the
/// library directly.
CharClass
(
const
LanguageTag
&
rLanguageTag
);
...
...
toolkit/test/accessibility/AccessibleExtendedComponentHandler.java
Dosyayı görüntüle @
c19c942c
...
...
@@ -67,7 +67,7 @@ class AccessibleExtendedComponentHandler
{
case
0
:
nColor
=
xEComponent
.
getForeground
();
aChild
=
new
StringNode
(
"Depr
i
cated Foreground color: R"
aChild
=
new
StringNode
(
"Depr
e
cated Foreground color: R"
+
(
nColor
>>
16
&
0xff
)
+
"G"
+
(
nColor
>>
8
&
0xff
)
+
"B"
+
(
nColor
>>
0
&
0xff
)
...
...
@@ -76,7 +76,7 @@ class AccessibleExtendedComponentHandler
break
;
case
1
:
nColor
=
xEComponent
.
getBackground
();
aChild
=
new
StringNode
(
"Depr
i
cated Background color: R"
aChild
=
new
StringNode
(
"Depr
e
cated Background color: R"
+
(
nColor
>>
16
&
0xff
)
+
"G"
+
(
nColor
>>
8
&
0xff
)
+
"B"
+
(
nColor
>>
0
&
0xff
)
...
...
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