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
8e6c335c
Kaydet (Commit)
8e6c335c
authored
Nis 10, 2015
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Update @since tags LO 4.5 -> 5.0
Change-Id: Idb2e46fcaa080d6763d2e3ed963f7673a2353eb2
üst
81090304
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
21 additions
and
21 deletions
+21
-21
Any.h
include/com/sun/star/uno/Any.h
+1
-1
Sequence.h
include/com/sun/star/uno/Sequence.h
+1
-1
alloc.h
include/rtl/alloc.h
+1
-1
character.hxx
include/rtl/character.hxx
+1
-1
math.h
include/rtl/math.h
+4
-4
ustring.hxx
include/rtl/ustring.hxx
+6
-6
types.h
include/sal/types.h
+1
-1
XReadWriteAccess.idl
offapi/com/sun/star/configuration/XReadWriteAccess.idl
+1
-1
LocaleCalendar2.idl
offapi/com/sun/star/i18n/LocaleCalendar2.idl
+1
-1
XCalendar4.idl
offapi/com/sun/star/i18n/XCalendar4.idl
+1
-1
SpreadsheetDocumentSettings.idl
offapi/com/sun/star/sheet/SpreadsheetDocumentSettings.idl
+2
-2
sal.map
sal/util/sal.map
+1
-1
No files found.
include/com/sun/star/uno/Any.h
Dosyayı görüntüle @
8e6c335c
...
...
@@ -267,7 +267,7 @@ template<> Any SAL_CALL makeAny(Any const &) SAL_DELETED_FUNCTION;
The difference to makeAny is that makeAny cannot be called on an Any, while
toAny just returns the given Any.
@since LibreOffice
4.5
@since LibreOffice
5.0
*/
template
<
typename
T
>
inline
Any
toAny
(
T
const
&
value
);
...
...
include/com/sun/star/uno/Sequence.h
Dosyayı görüntüle @
8e6c335c
...
...
@@ -118,7 +118,7 @@ public:
@param init an initializer_list
@since LibreOffice
4.5
@since LibreOffice
5.0
*/
inline
Sequence
(
std
::
initializer_list
<
E
>
init
);
#endif
...
...
include/rtl/alloc.h
Dosyayı görüntüle @
8e6c335c
...
...
@@ -90,7 +90,7 @@ SAL_DLLPUBLIC void * SAL_CALL rtl_allocateZeroMemory (
@param Ptr [in] pointer to previously allocated memory.
@param Bytes [in] memory size.
@since LibreOffice
4.5
@since LibreOffice
5.0
*/
SAL_DLLPUBLIC
void
SAL_CALL
rtl_secureZeroMemory
(
void
*
Ptr
,
...
...
include/rtl/character.hxx
Dosyayı görüntüle @
8e6c335c
...
...
@@ -154,7 +154,7 @@ inline bool isAsciiHexDigit(sal_uInt32 code)
@return True if code is an ASCII octal digit character (ASCII '0'--'7').
@since LibreOffice
4.5
@since LibreOffice
5.0
*/
inline
bool
isAsciiOctalDigit
(
sal_uInt32
code
)
{
...
...
include/rtl/math.h
Dosyayı görüntüle @
8e6c335c
...
...
@@ -54,22 +54,22 @@ enum rtl_math_StringFormat
rtl_math_StringFormat_Automatic
,
/** Same 'E', but with only 1 minimum digits in exponent.
@since LibreOffice
4.5
@since LibreOffice
5.0
*/
rtl_math_StringFormat_E1
,
/** Same 'E', but with only 2 minimum digits in exponent.
@since LibreOffice
4.5
@since LibreOffice
5.0
*/
rtl_math_StringFormat_E2
,
/** Same 'G', but with only 1 minimum digits in exponent.
@since LibreOffice
4.5
@since LibreOffice
5.0
*/
rtl_math_StringFormat_G1
,
/** Same 'G', but with only 2 minimum digits in exponent.
@since LibreOffice
4.5
@since LibreOffice
5.0
*/
rtl_math_StringFormat_G2
,
...
...
include/rtl/ustring.hxx
Dosyayı görüntüle @
8e6c335c
...
...
@@ -76,7 +76,7 @@ struct SAL_WARN_UNUSED OUStringLiteral
/** A simple wrapper around an ASCII character literal, for use in certain
OUString functions designed for efficient processing of string literals.
@since LibreOffice
4.5
@since LibreOffice
5.0
*/
template
<
char
C
>
struct
SAL_WARN_UNUSED
OUStringLiteral1
{
static_assert
(
...
...
@@ -266,7 +266,7 @@ public:
OUString(flag ? OUStringLiteral("a") : OUStringLiteral("bb"))
@since LibreOffice
4.5
@since LibreOffice
5.0
*/
OUString
(
OUStringLiteral
literal
)
:
pData
(
0
)
{
rtl_uString_newFromLiteral
(
&
pData
,
literal
.
data
,
literal
.
size
,
0
);
...
...
@@ -405,7 +405,7 @@ public:
/// @cond INTERNAL
/** Assign a new string from a single ASCII character literal.
@since LibreOffice
4.5
@since LibreOffice
5.0
*/
template
<
char
C
>
OUString
&
operator
=
(
OUStringLiteral1
<
C
>
)
{
sal_Unicode
const
c
=
C
;
...
...
@@ -1310,7 +1310,7 @@ public:
/* Comparison between OUString and OUStringLiteral.
@since LibreOffice
4.5
@since LibreOffice
5.0
*/
friend
bool
operator
==
(
OUString
const
&
lhs
,
OUStringLiteral
const
&
rhs
)
{
...
...
@@ -2502,7 +2502,7 @@ public:
/** Compare a string and an ASCII character literal for equality.
@since LibreOffice
4.5
@since LibreOffice
5.0
*/
template
<
char
C
>
bool
operator
==
(
OUString
const
&
string
,
OUStringLiteral1
<
C
>
)
{
...
...
@@ -2512,7 +2512,7 @@ template<char C> bool operator ==(OUString const & string, OUStringLiteral1<C>)
/** Compare a string and an ASCII character literal for inequality.
@since LibreOffice
4.5
@since LibreOffice
5.0
*/
template
<
char
C
>
bool
operator
!=
(
OUString
const
&
string
,
OUStringLiteral1
<
C
>
literal
)
...
...
include/sal/types.h
Dosyayı görüntüle @
8e6c335c
...
...
@@ -431,7 +431,7 @@ namespace css = ::com::sun::star;
/** C++11 "constexpr" feature.
@since LibreOffice
4.5
@since LibreOffice
5.0
*/
#if HAVE_CXX11_CONSTEXPR
#define SAL_CONSTEXPR constexpr
...
...
offapi/com/sun/star/configuration/XReadWriteAccess.idl
Dosyayı görüntüle @
8e6c335c
...
...
@@ -27,7 +27,7 @@ interface XReadWriteAccess {
interface
com
::
sun
::
star
::
util
::
XChangesBatch
;
//
@
since
LibreOffice
4.5
//
@
since
LibreOffice
5.0
interface
com
::
sun
::
star
::
beans
::
XHierarchicalPropertySetInfo
;
}
;
...
...
offapi/com/sun/star/i18n/LocaleCalendar2.idl
Dosyayı görüntüle @
8e6c335c
...
...
@@ -16,7 +16,7 @@ module com { module sun { module star { module i18n {
/**
Access
a
locale
specific
calendar
.
@
since
LibreOffice
4.5
@
since
LibreOffice
5.0
*/
service
LocaleCalendar2
:
XCalendar4
;
...
...
offapi/com/sun/star/i18n/XCalendar4.idl
Dosyayı görüntüle @
8e6c335c
...
...
@@ -23,7 +23,7 @@ module com { module sun { module star { module i18n {
<
p
>
It
is
derived
from
::
com
::
sun
::
star
::
i18n
::
XCalendar3
and
provides
additional
methods
to
set
and
get
the
local
time
.
</
p
>
@
since
LibreOffice
4.5
@
since
LibreOffice
5.0
*/
interface
XCalendar4
:
com
::
sun
::
star
::
i18n
::
XCalendar3
{
...
...
offapi/com/sun/star/sheet/SpreadsheetDocumentSettings.idl
Dosyayı görüntüle @
8e6c335c
...
...
@@ -198,13 +198,13 @@ published service SpreadsheetDocumentSettings
<
p
>
No
modification
applied
if
the
record
changes
protection
is
activated
information
given
by
SpreadsheetDocumentSettings
::
IsRecordChangesProtected
</
p
>
@
since
LibreOffice
4.5
@
since
LibreOffice
5.0
*/
[
optional
,
property
]
boolean
RecordChanges
;
/**
specifies
whether
changes
record
is
protected
.
@
since
LibreOffice
4.5
@
since
LibreOffice
5.0
*/
[
readonly
,
optional
,
property
]
boolean
IsRecordChangesProtected
;
...
...
sal/util/sal.map
Dosyayı görüntüle @
8e6c335c
...
...
@@ -678,7 +678,7 @@ LIBO_UDK_4.3 { # symbols available in >= LibO 4.3
osl_areCommandArgsSet;
} LIBO_UDK_4.2;
LIBO_UDK_
4.5 { # symbols available in >= LibO 4.5
LIBO_UDK_
5.0 { # symbols available in >= LibO 5.0
global:
rtl_secureZeroMemory;
} LIBO_UDK_4.3;
...
...
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