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
3aea6c12
Kaydet (Commit)
3aea6c12
authored
Agu 02, 2013
tarafından
Takeshi Abe
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Mark as const
Change-Id: I7ad2a1bd29afbf4813b1ad984081935ca84ec98a
üst
08157e4b
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
16 additions
and
16 deletions
+16
-16
_serviceregistration_controller.cxx
...ource/controller/main/_serviceregistration_controller.cxx
+1
-1
_serviceregistration_charttypes.hxx
chart2/source/model/inc/_serviceregistration_charttypes.hxx
+1
-1
_serviceregistration_model.cxx
chart2/source/model/main/_serviceregistration_model.cxx
+1
-1
_serviceregistration_charttypes.cxx
...source/model/template/_serviceregistration_charttypes.cxx
+2
-2
_serviceregistration_tools.cxx
chart2/source/tools/_serviceregistration_tools.cxx
+1
-1
_serviceregistration_view.cxx
chart2/source/view/main/_serviceregistration_view.cxx
+1
-1
EApi.cxx
connectivity/source/drivers/evoab2/EApi.cxx
+5
-5
pq_connection.cxx
connectivity/source/drivers/postgresql/pq_connection.cxx
+1
-1
pq_driver.cxx
connectivity/source/drivers/postgresql/pq_driver.cxx
+1
-1
typelib.cxx
cppu/source/typelib/typelib.cxx
+1
-1
cfg_test.cxx
cppuhelper/test/cfg_test.cxx
+1
-1
No files found.
chart2/source/controller/main/_serviceregistration_controller.cxx
Dosyayı görüntüle @
3aea6c12
...
...
@@ -27,7 +27,7 @@
#include "ShapeToolbarController.hxx"
#include <cppuhelper/implementationentry.hxx>
static
struct
::
cppu
::
ImplementationEntry
g_entries_chart2_controller
[]
=
static
const
struct
::
cppu
::
ImplementationEntry
g_entries_chart2_controller
[]
=
{
{
::
chart
::
ChartController
::
create
...
...
chart2/source/model/inc/_serviceregistration_charttypes.hxx
Dosyayı görüntüle @
3aea6c12
...
...
@@ -24,7 +24,7 @@
class
ChartTypeEntriesForServiceRegistration
{
public
:
static
struct
::
cppu
::
ImplementationEntry
*
static
const
struct
::
cppu
::
ImplementationEntry
*
getImplementationEntries
();
};
...
...
chart2/source/model/main/_serviceregistration_model.cxx
Dosyayı görüntüle @
3aea6c12
...
...
@@ -36,7 +36,7 @@
#include "_serviceregistration_charttypes.hxx"
static
struct
::
cppu
::
ImplementationEntry
g_entries_chart2_model
[]
=
static
const
struct
::
cppu
::
ImplementationEntry
g_entries_chart2_model
[]
=
{
{
::
chart
::
ChartModel
::
create
...
...
chart2/source/model/template/_serviceregistration_charttypes.cxx
Dosyayı görüntüle @
3aea6c12
...
...
@@ -32,7 +32,7 @@
namespace
{
static
struct
::
cppu
::
ImplementationEntry
g_entries_chart2_charttypes
[]
=
static
const
struct
::
cppu
::
ImplementationEntry
g_entries_chart2_charttypes
[]
=
{
{
::
chart
::
AreaChartType
::
create
...
...
@@ -119,7 +119,7 @@ static struct ::cppu::ImplementationEntry g_entries_chart2_charttypes[] =
}
// anonymous namespace
struct
::
cppu
::
ImplementationEntry
*
const
struct
::
cppu
::
ImplementationEntry
*
ChartTypeEntriesForServiceRegistration
::
getImplementationEntries
()
{
return
g_entries_chart2_charttypes
;
...
...
chart2/source/tools/_serviceregistration_tools.cxx
Dosyayı görüntüle @
3aea6c12
...
...
@@ -29,7 +29,7 @@
#include "InternalDataProvider.hxx"
#include "charttoolsdllapi.hxx"
static
struct
::
cppu
::
ImplementationEntry
g_entries_chart2_tools
[]
=
static
const
struct
::
cppu
::
ImplementationEntry
g_entries_chart2_tools
[]
=
{
{
::
chart
::
LabeledDataSequence
::
create
...
...
chart2/source/view/main/_serviceregistration_view.cxx
Dosyayı görüntüle @
3aea6c12
...
...
@@ -21,7 +21,7 @@
#include "ChartView.hxx"
static
struct
::
cppu
::
ImplementationEntry
g_entries_chart2_view
[]
=
static
const
struct
::
cppu
::
ImplementationEntry
g_entries_chart2_view
[]
=
{
{
::
chart
::
ChartView
::
create
...
...
connectivity/source/drivers/evoab2/EApi.cxx
Dosyayı görüntüle @
3aea6c12
...
...
@@ -41,7 +41,7 @@ struct ApiMap
SymbolFunc
*
ref_value
;
};
static
ApiMap
aCommonApiMap
[]
=
static
const
ApiMap
aCommonApiMap
[]
=
{
SYM_MAP
(
eds_check_version
),
SYM_MAP
(
e_contact_field_name
),
...
...
@@ -64,7 +64,7 @@ static ApiMap aCommonApiMap[] =
};
//< 3.6 api
static
ApiMap
aOldApiMap
[]
=
static
const
ApiMap
aOldApiMap
[]
=
{
SYM_MAP
(
e_book_get_addressbooks
),
SYM_MAP
(
e_book_get_uri
),
...
...
@@ -77,7 +77,7 @@ static ApiMap aOldApiMap[] =
};
//>= 3.6 api
static
ApiMap
aNewApiMap
[]
=
static
const
ApiMap
aNewApiMap
[]
=
{
SYM_MAP
(
e_source_registry_list_sources
),
SYM_MAP
(
e_source_registry_new_sync
),
...
...
@@ -94,13 +94,13 @@ static ApiMap aNewApiMap[] =
};
//== indirect read access (3.6 only)
static
ApiMap
aClientApiMap36
[]
=
static
const
ApiMap
aClientApiMap36
[]
=
{
SYM_MAP
(
e_book_client_new
)
};
//>= direct read access API (>= 3.8)
static
ApiMap
aClientApiMap38
[]
=
static
const
ApiMap
aClientApiMap38
[]
=
{
SYM_MAP
(
e_book_client_connect_direct_sync
)
};
...
...
connectivity/source/drivers/postgresql/pq_connection.cxx
Dosyayı görüntüle @
3aea6c12
...
...
@@ -732,7 +732,7 @@ void log( ConnectionSettings *settings, sal_Int32 level, const char *str )
static
struct
cppu
::
ImplementationEntry
g_entries
[]
=
static
const
struct
cppu
::
ImplementationEntry
g_entries
[]
=
{
{
pq_sdbc_driver
::
ConnectionCreateInstance
,
pq_sdbc_driver
::
ConnectionGetImplementationName
,
...
...
connectivity/source/drivers/postgresql/pq_driver.cxx
Dosyayı görüntüle @
3aea6c12
...
...
@@ -304,7 +304,7 @@ void OOneInstanceComponentFactory::disposing()
}
static
struct
cppu
::
ImplementationEntry
g_entries
[]
=
static
const
struct
cppu
::
ImplementationEntry
g_entries
[]
=
{
{
pq_sdbc_driver
::
DriverCreateInstance
,
pq_sdbc_driver
::
DriverGetImplementationName
,
...
...
cppu/source/typelib/typelib.cxx
Dosyayı görüntüle @
3aea6c12
...
...
@@ -2544,7 +2544,7 @@ extern "C" CPPU_DLLPUBLIC void SAL_CALL typelib_setCacheSize( sal_Int32 nNewSize
}
static
sal_Bool
s_aAssignableFromTab
[
11
][
11
]
=
static
const
sal_Bool
s_aAssignableFromTab
[
11
][
11
]
=
{
/* from CH,BO,BY,SH,US,LO,UL,HY,UH,FL,DO */
/* TypeClass_CHAR */
{
1
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
,
0
},
...
...
cppuhelper/test/cfg_test.cxx
Dosyayı görüntüle @
3aea6c12
...
...
@@ -189,7 +189,7 @@ static Reference< XInterface > SAL_CALL ServiceImpl1_create(
}
// namespace cfg_test
static
struct
ImplementationEntry
g_entries
[]
=
static
const
struct
ImplementationEntry
g_entries
[]
=
{
{
::
cfg_test
::
ServiceImpl0_create
,
::
cfg_test
::
impl0_getImplementationName
,
...
...
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