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
22009c98
Kaydet (Commit)
22009c98
authored
Haz 12, 2015
tarafından
Julien Nabet
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Typo: Adapater->Adapter
Change-Id: I696c0693dc7a69dc3a4b8df0c4e8571414d5b9a6
üst
762e90ff
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
pyuno_adapter.cxx
pyuno/source/module/pyuno_adapter.cxx
+3
-3
No files found.
pyuno/source/module/pyuno_adapter.cxx
Dosyayı görüntüle @
22009c98
...
@@ -229,7 +229,7 @@ Any Adapter::invoke( const OUString &aFunctionName,
...
@@ -229,7 +229,7 @@ Any Adapter::invoke( const OUString &aFunctionName,
if
(
!
method
.
is
()
)
if
(
!
method
.
is
()
)
{
{
OUStringBuffer
buf
;
OUStringBuffer
buf
;
buf
.
appendAscii
(
"pyuno::Adap
a
ter: Method "
).
append
(
aFunctionName
);
buf
.
appendAscii
(
"pyuno::Adapter: Method "
).
append
(
aFunctionName
);
buf
.
appendAscii
(
" is not implemented at object "
);
buf
.
appendAscii
(
" is not implemented at object "
);
PyRef
str
(
PyObject_Repr
(
mWrappedObject
.
get
()
),
SAL_NO_ACQUIRE
);
PyRef
str
(
PyObject_Repr
(
mWrappedObject
.
get
()
),
SAL_NO_ACQUIRE
);
buf
.
append
(
pyString2ustring
(
str
.
get
()));
buf
.
append
(
pyString2ustring
(
str
.
get
()));
...
@@ -347,7 +347,7 @@ void Adapter::setValue( const OUString & aPropertyName, const Any & value )
...
@@ -347,7 +347,7 @@ void Adapter::setValue( const OUString & aPropertyName, const Any & value )
if
(
!
hasProperty
(
aPropertyName
)
)
if
(
!
hasProperty
(
aPropertyName
)
)
{
{
OUStringBuffer
buf
;
OUStringBuffer
buf
;
buf
.
appendAscii
(
"pyuno::Adap
a
ter: Property "
).
append
(
aPropertyName
);
buf
.
appendAscii
(
"pyuno::Adapter: Property "
).
append
(
aPropertyName
);
buf
.
appendAscii
(
" is unknown."
);
buf
.
appendAscii
(
" is unknown."
);
throw
UnknownPropertyException
(
buf
.
makeStringAndClear
()
);
throw
UnknownPropertyException
(
buf
.
makeStringAndClear
()
);
}
}
...
@@ -383,7 +383,7 @@ Any Adapter::getValue( const OUString & aPropertyName )
...
@@ -383,7 +383,7 @@ Any Adapter::getValue( const OUString & aPropertyName )
if
(
!
pyRef
.
is
()
||
PyErr_Occurred
())
if
(
!
pyRef
.
is
()
||
PyErr_Occurred
())
{
{
OUStringBuffer
buf
;
OUStringBuffer
buf
;
buf
.
appendAscii
(
"pyuno::Adap
a
ter: Property "
).
append
(
aPropertyName
);
buf
.
appendAscii
(
"pyuno::Adapter: Property "
).
append
(
aPropertyName
);
buf
.
appendAscii
(
" is unknown."
);
buf
.
appendAscii
(
" is unknown."
);
throw
UnknownPropertyException
(
buf
.
makeStringAndClear
()
);
throw
UnknownPropertyException
(
buf
.
makeStringAndClear
()
);
}
}
...
...
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