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
f4004429
Kaydet (Commit)
f4004429
authored
Agu 18, 2013
tarafından
Takeshi Abe
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Mark as const
Change-Id: Ic81dd60fadecf72f25792903985f2b387df7a7a0
üst
88960707
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
22 additions
and
22 deletions
+22
-22
MasterScriptProvider.cxx
scripting/source/provider/MasterScriptProvider.cxx
+1
-1
stringresource.cxx
scripting/source/stringresource/stringresource.cxx
+1
-1
pptx-epptooxml.cxx
sd/source/filter/eppt/pptx-epptooxml.cxx
+2
-2
slidelayoutcontroller.cxx
sd/source/ui/controller/slidelayoutcontroller.cxx
+6
-6
gluectrl.cxx
sd/source/ui/dlg/gluectrl.cxx
+1
-1
LayoutMenu.cxx
sd/source/ui/sidebar/LayoutMenu.cxx
+4
-4
LayoutMenu.cxx
sd/source/ui/toolpanel/LayoutMenu.cxx
+4
-4
viewoverlaymanager.cxx
sd/source/ui/view/viewoverlaymanager.cxx
+2
-2
PresenterComponent.cxx
sdext/source/presenter/PresenterComponent.cxx
+1
-1
No files found.
scripting/source/provider/MasterScriptProvider.cxx
Dosyayı görüntüle @
f4004429
...
...
@@ -903,7 +903,7 @@ OUString urihelper_getImplementationName( )
"com.sun.star.script.provider.ScriptURIHelper"
);
}
static
struct
cppu
::
ImplementationEntry
s_entries
[]
=
static
const
struct
cppu
::
ImplementationEntry
s_entries
[]
=
{
{
sp_create
,
sp_getImplementationName
,
...
...
scripting/source/stringresource/stringresource.cxx
Dosyayı görüntüle @
f4004429
...
...
@@ -2986,7 +2986,7 @@ const Reference< ucb::XSimpleFileAccess3 > StringResourceWithLocationImpl::getFi
// component export operations
// =============================================================================
static
struct
::
cppu
::
ImplementationEntry
s_component_entries
[]
=
static
const
struct
::
cppu
::
ImplementationEntry
s_component_entries
[]
=
{
{
create_StringResourceImpl
,
getImplementationName_StringResourceImpl
,
...
...
sd/source/filter/eppt/pptx-epptooxml.cxx
Dosyayı görüntüle @
f4004429
...
...
@@ -142,7 +142,7 @@ struct PPTXLayoutInfo {
const
char
*
sType
;
};
static
PPTXLayoutInfo
aLayoutInfo
[
LAYOUT_SIZE
]
=
{
static
const
PPTXLayoutInfo
aLayoutInfo
[
LAYOUT_SIZE
]
=
{
{
20
,
"Blank Slide"
,
"blank"
},
{
0
,
"Title Slide"
,
"tx"
},
{
1
,
"Title, Content"
,
"obj"
},
...
...
@@ -2158,7 +2158,7 @@ OUString PowerPointExport::implGetImplementationName() const
// UNO component
static
struct
cppu
::
ImplementationEntry
g_entries
[]
=
static
const
struct
cppu
::
ImplementationEntry
g_entries
[]
=
{
{
oox
::
core
::
PowerPointExport_createInstance
,
...
...
sd/source/ui/controller/slidelayoutcontroller.cxx
Dosyayı görüntüle @
f4004429
...
...
@@ -97,13 +97,13 @@ struct snewfoil_value_info
AutoLayout
maAutoLayout
;
};
static
snewfoil_value_info
notes
[]
=
static
const
snewfoil_value_info
notes
[]
=
{
{
BMP_FOILN_01
,
STR_AUTOLAYOUT_NOTES
,
WritingMode_LR_TB
,
AUTOLAYOUT_NOTES
},
{
0
,
0
,
WritingMode_LR_TB
,
AUTOLAYOUT_NONE
},
};
static
snewfoil_value_info
handout
[]
=
static
const
snewfoil_value_info
handout
[]
=
{
{
BMP_FOILH_01
,
STR_AUTOLAYOUT_HANDOUT1
,
WritingMode_LR_TB
,
AUTOLAYOUT_HANDOUT1
},
{
BMP_FOILH_02
,
STR_AUTOLAYOUT_HANDOUT2
,
WritingMode_LR_TB
,
AUTOLAYOUT_HANDOUT2
},
...
...
@@ -114,7 +114,7 @@ static snewfoil_value_info handout[] =
{
0
,
0
,
WritingMode_LR_TB
,
AUTOLAYOUT_NONE
},
};
static
snewfoil_value_info
standard
[]
=
static
const
snewfoil_value_info
standard
[]
=
{
{
BMP_LAYOUT_EMPTY
,
STR_AUTOLAYOUT_NONE
,
WritingMode_LR_TB
,
AUTOLAYOUT_NONE
},
{
BMP_LAYOUT_HEAD03
,
STR_AUTOLAYOUT_TITLE
,
WritingMode_LR_TB
,
AUTOLAYOUT_TITLE
},
...
...
@@ -131,7 +131,7 @@ static snewfoil_value_info standard[] =
{
0
,
0
,
WritingMode_LR_TB
,
AUTOLAYOUT_NONE
}
};
static
snewfoil_value_info
v_standard
[]
=
static
const
snewfoil_value_info
v_standard
[]
=
{
// vertical
{
BMP_LAYOUT_VERTICAL02
,
STR_AL_VERT_TITLE_TEXT_CHART
,
WritingMode_TB_RL
,
AUTOLAYOUT_VERTICAL_TITLE_TEXT_CHART
},
...
...
@@ -143,7 +143,7 @@ static snewfoil_value_info v_standard[] =
// -----------------------------------------------------------------------
static
void
fillLayoutValueSet
(
ValueSet
*
pValue
,
snewfoil_value_info
*
pInfo
)
static
void
fillLayoutValueSet
(
ValueSet
*
pValue
,
const
snewfoil_value_info
*
pInfo
)
{
Size
aLayoutItemSize
;
for
(
;
pInfo
->
mnBmpResId
;
pInfo
++
)
...
...
@@ -198,7 +198,7 @@ LayoutToolbarMenu::LayoutToolbarMenu( SlideLayoutController& rController, const
mpLayoutSet1
=
createEmptyValueSetControl
();
mpLayoutSet1
->
SetSelectHdl
(
LINK
(
this
,
LayoutToolbarMenu
,
SelectHdl
)
);
snewfoil_value_info
*
pInfo
=
0
;
const
snewfoil_value_info
*
pInfo
=
0
;
sal_Int16
nColCount
=
4
;
switch
(
eMode
)
{
...
...
sd/source/ui/dlg/gluectrl.cxx
Dosyayı görüntüle @
f4004429
...
...
@@ -38,7 +38,7 @@ using namespace ::com::sun::star::frame;
// at the moment, Joe only supports the methods specified below
#define ESCDIR_COUNT 5
static
sal_uInt16
aEscDirArray
[]
=
static
const
sal_uInt16
aEscDirArray
[]
=
{
SDRESC_SMART
,
SDRESC_LEFT
,
...
...
sd/source/ui/sidebar/LayoutMenu.cxx
Dosyayı görüntüle @
f4004429
...
...
@@ -77,14 +77,14 @@ struct snewfoil_value_info
AutoLayout
maAutoLayout
;
};
static
snewfoil_value_info
notes
[]
=
static
const
snewfoil_value_info
notes
[]
=
{
{
BMP_FOILN_01
,
STR_AUTOLAYOUT_NOTES
,
WritingMode_LR_TB
,
AUTOLAYOUT_NOTES
},
{
0
,
0
,
WritingMode_LR_TB
,
AUTOLAYOUT_NONE
},
};
static
snewfoil_value_info
handout
[]
=
static
const
snewfoil_value_info
handout
[]
=
{
{
BMP_FOILH_01
,
STR_AUTOLAYOUT_HANDOUT1
,
WritingMode_LR_TB
,
AUTOLAYOUT_HANDOUT1
},
...
...
@@ -101,7 +101,7 @@ static snewfoil_value_info handout[] =
{
0
,
0
,
WritingMode_LR_TB
,
AUTOLAYOUT_NONE
},
};
static
snewfoil_value_info
standard
[]
=
static
const
snewfoil_value_info
standard
[]
=
{
{
BMP_LAYOUT_EMPTY
,
STR_AUTOLAYOUT_NONE
,
WritingMode_LR_TB
,
AUTOLAYOUT_NONE
},
{
BMP_LAYOUT_HEAD03
,
STR_AUTOLAYOUT_TITLE
,
WritingMode_LR_TB
,
AUTOLAYOUT_TITLE
},
...
...
@@ -624,7 +624,7 @@ void LayoutMenu::Fill (void)
catch
(
RuntimeException
&
)
{}
snewfoil_value_info
*
pInfo
=
NULL
;
const
snewfoil_value_info
*
pInfo
=
NULL
;
if
(
sCenterPaneViewName
.
equals
(
framework
::
FrameworkHelper
::
msNotesViewURL
))
{
pInfo
=
notes
;
...
...
sd/source/ui/toolpanel/LayoutMenu.cxx
Dosyayı görüntüle @
f4004429
...
...
@@ -117,14 +117,14 @@ struct snewfoil_value_info
AutoLayout
maAutoLayout
;
};
static
snewfoil_value_info
notes
[]
=
static
const
snewfoil_value_info
notes
[]
=
{
{
BMP_FOILN_01
,
STR_AUTOLAYOUT_NOTES
,
WritingMode_LR_TB
,
AUTOLAYOUT_NOTES
},
{
0
,
0
,
WritingMode_LR_TB
,
AUTOLAYOUT_NONE
},
};
static
snewfoil_value_info
handout
[]
=
static
const
snewfoil_value_info
handout
[]
=
{
{
BMP_FOILH_01
,
STR_AUTOLAYOUT_HANDOUT1
,
WritingMode_LR_TB
,
AUTOLAYOUT_HANDOUT1
},
...
...
@@ -141,7 +141,7 @@ static snewfoil_value_info handout[] =
{
0
,
0
,
WritingMode_LR_TB
,
AUTOLAYOUT_NONE
},
};
static
snewfoil_value_info
standard
[]
=
static
const
snewfoil_value_info
standard
[]
=
{
{
BMP_LAYOUT_EMPTY
,
STR_AUTOLAYOUT_NONE
,
WritingMode_LR_TB
,
AUTOLAYOUT_NONE
},
{
BMP_LAYOUT_HEAD03
,
STR_AUTOLAYOUT_TITLE
,
WritingMode_LR_TB
,
AUTOLAYOUT_TITLE
},
...
...
@@ -774,7 +774,7 @@ void LayoutMenu::Fill (void)
catch
(
RuntimeException
&
)
{}
snewfoil_value_info
*
pInfo
=
NULL
;
const
snewfoil_value_info
*
pInfo
=
NULL
;
if
(
sCenterPaneViewName
.
equals
(
framework
::
FrameworkHelper
::
msNotesViewURL
))
{
pInfo
=
notes
;
...
...
sd/source/ui/view/viewoverlaymanager.cxx
Dosyayı görüntüle @
f4004429
...
...
@@ -65,8 +65,8 @@ class ImageButtonHdl;
// --------------------------------------------------------------------
static
sal_uInt16
gButtonSlots
[]
=
{
SID_INSERT_TABLE
,
SID_INSERT_DIAGRAM
,
SID_INSERT_GRAPHIC
,
SID_INSERT_AVMEDIA
};
static
sal_uInt16
gButtonToolTips
[]
=
{
STR_INSERT_TABLE
,
STR_INSERT_CHART
,
STR_INSERT_PICTURE
,
STR_INSERT_MOVIE
};
static
const
sal_uInt16
gButtonSlots
[]
=
{
SID_INSERT_TABLE
,
SID_INSERT_DIAGRAM
,
SID_INSERT_GRAPHIC
,
SID_INSERT_AVMEDIA
};
static
const
sal_uInt16
gButtonToolTips
[]
=
{
STR_INSERT_TABLE
,
STR_INSERT_CHART
,
STR_INSERT_PICTURE
,
STR_INSERT_MOVIE
};
// --------------------------------------------------------------------
...
...
sdext/source/presenter/PresenterComponent.cxx
Dosyayı görüntüle @
f4004429
...
...
@@ -30,7 +30,7 @@ using namespace osl;
namespace
sdext
{
namespace
presenter
{
static
struct
ImplementationEntry
gServiceEntries
[]
=
static
const
struct
ImplementationEntry
gServiceEntries
[]
=
{
{
PresenterProtocolHandler
::
Create
,
...
...
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