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
8624906b
Kaydet (Commit)
8624906b
authored
Tem 04, 2013
tarafından
Takeshi Abe
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Mark as const
Change-Id: Ia5f9724002da11da69f70bb0f71d44c3b5a19bcb
üst
1d8ae0c0
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
12 additions
and
12 deletions
+12
-12
numfmuno.cxx
svl/source/numbers/numfmuno.cxx
+2
-2
cmis_content.cxx
ucb/source/ucp/cmis/cmis_content.cxx
+1
-1
cmis_repo_content.cxx
ucb/source/ucp/cmis/cmis_repo_content.cxx
+1
-1
ucpext_content.cxx
ucb/source/ucp/ext/ucpext_content.cxx
+1
-1
gio_content.cxx
ucb/source/ucp/gio/gio_content.cxx
+1
-1
gvfs_content.cxx
ucb/source/ucp/gvfs/gvfs_content.cxx
+1
-1
hierarchycontentcaps.cxx
ucb/source/ucp/hierarchy/hierarchycontentcaps.cxx
+2
-2
ContentProperties.cxx
ucb/source/ucp/webdav-neon/ContentProperties.cxx
+1
-1
ContentProperties.cxx
ucb/source/ucp/webdav/ContentProperties.cxx
+1
-1
sallayout.cxx
vcl/source/gdi/sallayout.cxx
+1
-1
No files found.
svl/source/numbers/numfmuno.cxx
Dosyayı görüntüle @
8624906b
...
...
@@ -62,7 +62,7 @@ using namespace com::sun::star;
static
const
SfxItemPropertyMapEntry
*
lcl_GetNumberFormatPropertyMap
()
{
static
SfxItemPropertyMapEntry
aNumberFormatPropertyMap_Impl
[]
=
static
const
SfxItemPropertyMapEntry
aNumberFormatPropertyMap_Impl
[]
=
{
{
MAP_CHAR_LEN
(
PROPERTYNAME_FMTSTR
),
0
,
&
getCppuType
((
OUString
*
)
0
),
beans
::
PropertyAttribute
::
BOUND
|
beans
::
PropertyAttribute
::
READONLY
,
0
},
{
MAP_CHAR_LEN
(
PROPERTYNAME_LOCALE
),
0
,
&
getCppuType
((
lang
::
Locale
*
)
0
),
beans
::
PropertyAttribute
::
BOUND
|
beans
::
PropertyAttribute
::
READONLY
,
0
},
...
...
@@ -84,7 +84,7 @@ static const SfxItemPropertyMapEntry* lcl_GetNumberFormatPropertyMap()
static
const
SfxItemPropertyMapEntry
*
lcl_GetNumberSettingsPropertyMap
()
{
static
SfxItemPropertyMapEntry
aNumberSettingsPropertyMap_Impl
[]
=
static
const
SfxItemPropertyMapEntry
aNumberSettingsPropertyMap_Impl
[]
=
{
{
MAP_CHAR_LEN
(
PROPERTYNAME_NOZERO
),
0
,
&
getBooleanCppuType
(),
beans
::
PropertyAttribute
::
BOUND
,
0
},
{
MAP_CHAR_LEN
(
PROPERTYNAME_NULLDATE
),
0
,
&
getCppuType
((
util
::
Date
*
)
0
),
beans
::
PropertyAttribute
::
BOUND
,
0
},
...
...
ucb/source/ucp/cmis/cmis_content.cxx
Dosyayı görüntüle @
8624906b
...
...
@@ -1314,7 +1314,7 @@ namespace cmis
uno
::
Sequence
<
ucb
::
CommandInfo
>
Content
::
getCommands
(
const
uno
::
Reference
<
ucb
::
XCommandEnvironment
>
&
xEnv
)
{
static
ucb
::
CommandInfo
aCommandInfoTable
[]
=
static
const
ucb
::
CommandInfo
aCommandInfoTable
[]
=
{
// Required commands
ucb
::
CommandInfo
...
...
ucb/source/ucp/cmis/cmis_repo_content.cxx
Dosyayı görüntüle @
8624906b
...
...
@@ -208,7 +208,7 @@ namespace cmis
uno
::
Sequence
<
ucb
::
CommandInfo
>
RepoContent
::
getCommands
(
const
uno
::
Reference
<
ucb
::
XCommandEnvironment
>
&
/*xEnv*/
)
{
static
ucb
::
CommandInfo
aCommandInfoTable
[]
=
static
const
ucb
::
CommandInfo
aCommandInfoTable
[]
=
{
// Required commands
ucb
::
CommandInfo
...
...
ucb/source/ucp/ext/ucpext_content.cxx
Dosyayı görüntüle @
8624906b
...
...
@@ -590,7 +590,7 @@ namespace ucb { namespace ucp { namespace ext
//------------------------------------------------------------------------------------------------------------------
Sequence
<
Property
>
Content
::
getProperties
(
const
Reference
<
XCommandEnvironment
>
&
/*xEnv*/
)
{
static
Property
aProperties
[]
=
static
const
Property
aProperties
[]
=
{
Property
(
OUString
(
"ContentType"
),
...
...
ucb/source/ucp/gio/gio_content.cxx
Dosyayı görüntüle @
8624906b
...
...
@@ -1261,7 +1261,7 @@ uno::Sequence< beans::Property > Content::getProperties(
uno
::
Sequence
<
ucb
::
CommandInfo
>
Content
::
getCommands
(
const
uno
::
Reference
<
ucb
::
XCommandEnvironment
>
&
xEnv
)
{
static
ucb
::
CommandInfo
aCommandInfoTable
[]
=
static
const
ucb
::
CommandInfo
aCommandInfoTable
[]
=
{
// Required commands
ucb
::
CommandInfo
...
...
ucb/source/ucp/gvfs/gvfs_content.cxx
Dosyayı görüntüle @
8624906b
...
...
@@ -1345,7 +1345,7 @@ uno::Sequence< beans::Property > Content::getProperties(
uno
::
Sequence
<
ucb
::
CommandInfo
>
Content
::
getCommands
(
const
uno
::
Reference
<
ucb
::
XCommandEnvironment
>
&
xEnv
)
{
static
ucb
::
CommandInfo
aCommandInfoTable
[]
=
{
static
const
ucb
::
CommandInfo
aCommandInfoTable
[]
=
{
// Required commands
ucb
::
CommandInfo
(
OUString
(
"getCommandInfo"
),
...
...
ucb/source/ucp/hierarchy/hierarchycontentcaps.cxx
Dosyayı görüntüle @
8624906b
...
...
@@ -96,7 +96,7 @@ uno::Sequence< beans::Property > HierarchyContent::getProperties(
if
(
isReadOnly
()
)
{
static
beans
::
Property
aLinkPropertyInfoTable
[]
=
static
const
beans
::
Property
aLinkPropertyInfoTable
[]
=
{
///////////////////////////////////////////////////////////
// Required properties
...
...
@@ -155,7 +155,7 @@ uno::Sequence< beans::Property > HierarchyContent::getProperties(
}
else
{
static
beans
::
Property
aLinkPropertyInfoTable
[]
=
static
const
beans
::
Property
aLinkPropertyInfoTable
[]
=
{
///////////////////////////////////////////////////////////
// Required properties
...
...
ucb/source/ucp/webdav-neon/ContentProperties.cxx
Dosyayı görüntüle @
8624906b
...
...
@@ -534,7 +534,7 @@ namespace
bool
isCachable
(
OUString
const
&
rName
,
bool
isCaseSensitive
)
{
static
OUString
aNonCachableProps
[]
=
static
const
OUString
aNonCachableProps
[]
=
{
DAVProperties
::
LOCKDISCOVERY
,
...
...
ucb/source/ucp/webdav/ContentProperties.cxx
Dosyayı görüntüle @
8624906b
...
...
@@ -551,7 +551,7 @@ namespace
bool
isCachable
(
OUString
const
&
rName
,
bool
isCaseSensitive
)
{
static
OUString
aNonCachableProps
[]
=
static
const
OUString
aNonCachableProps
[]
=
{
DAVProperties
::
LOCKDISCOVERY
,
...
...
vcl/source/gdi/sallayout.cxx
Dosyayı görüntüle @
8624906b
...
...
@@ -749,7 +749,7 @@ Point SalLayout::GetDrawPosition( const Point& rRelative ) const
int
SalLayout
::
CalcAsianKerning
(
sal_UCS4
c
,
bool
bLeft
,
bool
/*TODO:? bVertical*/
)
{
// http://www.asahi-net.or.jp/~sd5a-ucd/freetexts/jis/x4051/1995/appendix.html
static
signed
char
nTable
[
0x30
]
=
static
const
signed
char
nTable
[
0x30
]
=
{
0
,
-
2
,
-
2
,
0
,
0
,
0
,
0
,
0
,
+
2
,
-
2
,
+
2
,
-
2
,
+
2
,
-
2
,
+
2
,
-
2
,
+
2
,
-
2
,
0
,
0
,
+
2
,
-
2
,
+
2
,
-
2
,
0
,
0
,
0
,
0
,
0
,
+
2
,
-
2
,
-
2
,
...
...
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