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
0a877967
Kaydet (Commit)
0a877967
authored
Mar 12, 2014
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
No need for Invocation_Impl::setMaterial to be virtual
Change-Id: I5f78d97bcd55c0db71d7c5e3383678586c2cf392
üst
a52c42ae
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
invocation.cxx
stoc/source/invocation/invocation.cxx
+2
-3
No files found.
stoc/source/invocation/invocation.cxx
Dosyayı görüntüle @
0a877967
...
...
@@ -118,9 +118,6 @@ public:
// Methoden von XMaterialHolder
virtual
Any
SAL_CALL
getMaterial
(
void
)
throw
(
RuntimeException
,
std
::
exception
);
// ? XTool
virtual
void
SAL_CALL
setMaterial
(
const
Any
&
rMaterial
);
// XInvocation
virtual
Reference
<
XIntrospectionAccess
>
SAL_CALL
getIntrospection
(
void
)
throw
(
RuntimeException
,
std
::
exception
);
virtual
Any
SAL_CALL
invoke
(
const
OUString
&
FunctionName
,
const
Sequence
<
Any
>&
Params
,
Sequence
<
sal_Int16
>&
OutParamIndex
,
Sequence
<
Any
>&
OutParam
)
...
...
@@ -203,6 +200,8 @@ public:
private
:
void
setMaterial
(
const
Any
&
rMaterial
);
void
getInfoSequenceImpl
(
Sequence
<
OUString
>*
pStringSeq
,
Sequence
<
InvocationInfo
>*
pInfoSeq
);
void
fillInfoForNameAccess
(
InvocationInfo
&
rInfo
,
const
OUString
&
aName
);
void
fillInfoForProperty
(
InvocationInfo
&
rInfo
,
const
Property
&
rProp
);
...
...
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