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
b2e24007
Kaydet (Commit)
b2e24007
authored
Nis 25, 2016
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
no need to copy the list of available commands on every call
Change-Id: I131f34a94c998f3dd9fd7a457fb213778040c771
üst
668e3d42
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
ChartController.hxx
chart2/source/controller/inc/ChartController.hxx
+1
-1
ChartController.cxx
chart2/source/controller/main/ChartController.cxx
+3
-2
No files found.
chart2/source/controller/inc/ChartController.hxx
Dosyayı görüntüle @
b2e24007
...
@@ -577,7 +577,7 @@ private:
...
@@ -577,7 +577,7 @@ private:
const
OUString
&
rCID
,
eMoveOrResizeType
eType
,
double
fAmountLogicX
,
double
fAmountLogicY
);
const
OUString
&
rCID
,
eMoveOrResizeType
eType
,
double
fAmountLogicX
,
double
fAmountLogicY
);
bool
impl_DragDataPoint
(
const
OUString
&
rCID
,
double
fOffset
);
bool
impl_DragDataPoint
(
const
OUString
&
rCID
,
double
fOffset
);
static
std
::
set
<
OUString
>
impl_getAvailableCommands
();
static
const
std
::
set
<
OUString
>&
impl_getAvailableCommands
();
/** Creates a helper accessibility class that must be initialized via XInitialization. For
/** Creates a helper accessibility class that must be initialized via XInitialization. For
parameters see
parameters see
...
...
chart2/source/controller/main/ChartController.cxx
Dosyayı görüntüle @
b2e24007
...
@@ -1570,9 +1570,9 @@ void ChartController::impl_initializeAccessible( const uno::Reference< lang::XIn
...
@@ -1570,9 +1570,9 @@ void ChartController::impl_initializeAccessible( const uno::Reference< lang::XIn
}
}
}
}
::
std
::
set
<
OUString
>
ChartController
::
impl_getAvailableCommands
()
const
::
std
::
set
<
OUString
>&
ChartController
::
impl_getAvailableCommands
()
{
{
return
{
static
::
std
::
set
<
OUString
>
s_AvailableCommands
{
// commands for container forward
// commands for container forward
"AddDirect"
,
"NewDoc"
,
"Open"
,
"AddDirect"
,
"NewDoc"
,
"Open"
,
"Save"
,
"SaveAs"
,
"SendMail"
,
"Save"
,
"SaveAs"
,
"SendMail"
,
...
@@ -1635,6 +1635,7 @@ void ChartController::impl_initializeAccessible( const uno::Reference< lang::XIn
...
@@ -1635,6 +1635,7 @@ void ChartController::impl_initializeAccessible( const uno::Reference< lang::XIn
"ArrangeRow"
,
"ArrangeRow"
,
"StatusBarVisible"
,
"StatusBarVisible"
,
"ChartElementSelector"
};
"ChartElementSelector"
};
return
s_AvailableCommands
;
}
}
ViewElementListProvider
ChartController
::
getViewElementListProvider
()
ViewElementListProvider
ChartController
::
getViewElementListProvider
()
...
...
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