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
5443d648
Kaydet (Commit)
5443d648
authored
Ock 30, 2013
tarafından
Luboš Luňák
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix string literals concatenation
Change-Id: I2dc86b3c24f22f4e52e25152a5741ecefad9c7d3
üst
bc6b13b4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
15 deletions
+15
-15
oleobjw.cxx
extensions/source/ole/oleobjw.cxx
+6
-6
unoconversionutilities.hxx
extensions/source/ole/unoconversionutilities.hxx
+1
-1
unoobjw.cxx
extensions/source/ole/unoobjw.cxx
+8
-8
No files found.
extensions/source/ole/oleobjw.cxx
Dosyayı görüntüle @
5443d648
...
...
@@ -2495,12 +2495,12 @@ void IUnknownWrapper_Impl::buildComTlbIndex()
}
else
{
sError
=
"[automation bridge] IUnknownWrapper_Impl::buildComTlbIndex, "
\
sError
=
"[automation bridge] IUnknownWrapper_Impl::buildComTlbIndex, "
"ITypeInfo::GetNames failed."
;
}
}
else
sError
=
"[automation bridge] IUnknownWrapper_Impl::buildComTlbIndex, "
\
sError
=
"[automation bridge] IUnknownWrapper_Impl::buildComTlbIndex, "
"ITypeInfo::GetFuncDesc failed."
;
}
...
...
@@ -2524,18 +2524,18 @@ void IUnknownWrapper_Impl::buildComTlbIndex()
}
else
{
sError
=
"[automation bridge] IUnknownWrapper_Impl::buildComTlbIndex, "
\
"ITypeInfo::GetNames failed.;
sError
=
"[automation bridge] IUnknownWrapper_Impl::buildComTlbIndex, "
"ITypeInfo::GetNames failed.
"
;
}
}
else
sError = "
[
automation
bridge
]
IUnknownWrapper_Impl
::
buildComTlbIndex
,
"
\
sError
=
"[automation bridge] IUnknownWrapper_Impl::buildComTlbIndex, "
"ITypeInfo::GetVarDesc failed."
;
}
}
else
sError = "
[
automation
bridge
]
IUnknownWrapper_Impl
::
buildComTlbIndex
,
"
\
sError
=
"[automation bridge] IUnknownWrapper_Impl::buildComTlbIndex, "
"ITypeInfo::GetTypeAttr failed."
;
if
(
sError
.
getLength
())
...
...
extensions/source/ole/unoconversionutilities.hxx
Dosyayı görüntüle @
5443d648
...
...
@@ -643,7 +643,7 @@ void UnoConversionUtilities<T>::anyToVariant(VARIANT* pVariant, const Any& rAny,
throw
BridgeRuntimeError
(
"[automation bridge]UnoConversionUtilities<T>::anyToVariant
\n
"
"Conversion of any with +
"Conversion of any with
"
+
rAny
.
getValueType
().
getTypeName
()
+
" to VARIANT with type: "
+
OUString
::
valueOf
((
sal_Int32
)
type
)
+
" failed! Error code: "
+
OUString
::
valueOf
(
hr
));
...
...
extensions/source/ole/unoobjw.cxx
Dosyayı görüntüle @
5443d648
...
...
@@ -401,7 +401,7 @@ void InterfaceOleWrapper_Impl::convertDispparamsArgs(DISPID id,
if
(
FAILED
(
hr
))
{
throw
BridgeRuntimeError
(
"[automation bridge] Could not determine "
+
"[automation bridge] Could not determine "
"if the object has a member
\"
0
\"
. Error: "
+
OUString
::
valueOf
(
hr
));
}
...
...
@@ -885,7 +885,7 @@ STDMETHODIMP InterfaceOleWrapper_Impl::Invoke(DISPID dispidMember,
}
catch
(...)
{
OUString
message
=
"InterfaceOleWrapper_Impl::Invoke :
\n
"
+
OUString
message
=
"InterfaceOleWrapper_Impl::Invoke :
\n
"
"Unexpected exception"
;
writeExcepinfo
(
pexcepinfo
,
message
);
ret
=
DISP_E_EXCEPTION
;
...
...
@@ -978,7 +978,7 @@ HRESULT InterfaceOleWrapper_Impl::doInvoke( DISPPARAMS * pdispparams, VARIANT *
}
catch
(
...
)
{
OUString
message
=
"InterfaceOleWrapper_Impl::doInvoke :
\n
"
+
OUString
message
=
"InterfaceOleWrapper_Impl::doInvoke :
\n
"
"Unexpected exception"
;
writeExcepinfo
(
pexcepinfo
,
message
);
ret
=
DISP_E_EXCEPTION
;
...
...
@@ -1017,8 +1017,8 @@ HRESULT InterfaceOleWrapper_Impl::doGetProperty( DISPPARAMS * /*pdispparams*/, V
}
catch
(
...
)
{
OUString
message
=
"InterfaceOleWrapper_Impl::doInvoke :
\n
"
+
"Unexpected exception"
)
;
OUString
message
=
"InterfaceOleWrapper_Impl::doInvoke :
\n
"
"Unexpected exception"
;
writeExcepinfo
(
pexcepinfo
,
message
);
ret
=
DISP_E_EXCEPTION
;
}
...
...
@@ -1158,7 +1158,7 @@ HRESULT InterfaceOleWrapper_Impl::InvokeGeneral( DISPID dispidMember, unsigned s
if
(
createUnoTypeWrapper
(
arg
.
bstrVal
,
pvarResult
)
==
false
)
{
writeExcepinfo
(
pexcepinfo
,
"[automation bridge] InterfaceOleWrapper_Impl::InvokeGeneral
\n
"
+
writeExcepinfo
(
pexcepinfo
,
"[automation bridge] InterfaceOleWrapper_Impl::InvokeGeneral
\n
"
"Could not initialize UnoTypeWrapper object!"
);
return
DISP_E_EXCEPTION
;
}
...
...
@@ -1178,7 +1178,7 @@ HRESULT InterfaceOleWrapper_Impl::InvokeGeneral( DISPID dispidMember, unsigned s
}
catch
(
...
)
{
OUString
message
=
"InterfaceOleWrapper_Impl::InvokeGeneral :
\n
"
+
OUString
message
=
"InterfaceOleWrapper_Impl::InvokeGeneral :
\n
"
"Unexpected exception"
;
writeExcepinfo
(
pexcepinfo
,
message
);
ret
=
DISP_E_EXCEPTION
;
...
...
@@ -1579,7 +1579,7 @@ STDMETHODIMP UnoObjectWrapperRemoteOpt::Invoke ( DISPID dispidMember, REFIID /*
}
catch
(...)
{
OUString
message
=
"UnoObjectWrapperRemoteOpt::Invoke :
\n
"
+
OUString
message
=
"UnoObjectWrapperRemoteOpt::Invoke :
\n
"
"Unexpected exception"
;
writeExcepinfo
(
pexcepinfo
,
message
);
ret
=
DISP_E_EXCEPTION
;
...
...
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