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
5e04ec1e
Kaydet (Commit)
5e04ec1e
authored
Mar 29, 2014
tarafından
Thomas Arnhold
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
typo: inteface -> interface
üst
92093152
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
7 deletions
+7
-7
MtaOleClipb.cxx
dtrans/source/win32/clipb/MtaOleClipb.cxx
+1
-1
cbptest.cxx
sal/workben/clipboardwben/testpaste/cbptest.cxx
+1
-1
accessibility.cxx
starmath/source/accessibility.cxx
+1
-1
bridgetest.idl
testtools/source/bridgetest/idl/bridgetest.idl
+1
-1
XIdlClass.idl
udkapi/com/sun/star/reflection/XIdlClass.idl
+1
-1
ia2_api_all.idl
winaccessibility/source/UAccCOMIDL/ia2_api_all.idl
+2
-2
No files found.
dtrans/source/win32/clipb/MtaOleClipb.cxx
Dosyayı görüntüle @
5e04ec1e
...
...
@@ -174,7 +174,7 @@ HRESULT MarshalIDataObjectInStream( IDataObject* pIDataObject, LPSTREAM* ppStrea
*
ppStream
=
NULL
;
return
CoMarshalInterThreadInterfaceInStream
(
__uuidof
(
IDataObject
),
//The IID of inteface to be marshaled
__uuidof
(
IDataObject
),
//The IID of inte
r
face to be marshaled
pIDataObject
,
//The interface pointer
ppStream
//IStream pointer
);
...
...
sal/workben/clipboardwben/testpaste/cbptest.cxx
Dosyayı görüntüle @
5e04ec1e
...
...
@@ -363,7 +363,7 @@ void PasteClipboardData(HWND hwndParent)
if ( SUCCEEDED( hr ) )
{
HRESULT hr = CoMarshalInterThreadInterfaceInStream(
__uuidof(IDataObject), //The IID of inteface to be marshaled
__uuidof(IDataObject), //The IID of inte
r
face to be marshaled
pIDataObj, //The interface pointer
&g_pStm //IStream pointer
);
...
...
starmath/source/accessibility.cxx
Dosyayı görüntüle @
5e04ec1e
...
...
@@ -858,7 +858,7 @@ SvxEditViewForwarder* SmEditSource::GetEditViewForwarder( bool /*bCreate*/ )
void
SmEditSource
::
UpdateData
()
{
// would possibly only by needed if the XText inteface is implemented
// would possibly only by needed if the XText inte
r
face is implemented
// and its text needs to be updated.
}
...
...
testtools/source/bridgetest/idl/bridgetest.idl
Dosyayı görüntüle @
5e04ec1e
...
...
@@ -131,7 +131,7 @@ struct ThreeByteStruct
byte
c
;
}
;
/**
*
complex
types
adding
string
,
inteface
,
any
*
complex
types
adding
string
,
inte
r
face
,
any
*/
struct
TestElement
:
TestSimple
{
...
...
udkapi/com/sun/star/reflection/XIdlClass.idl
Dosyayı görüntüle @
5e04ec1e
...
...
@@ -172,7 +172,7 @@ published interface XIdlClass: com::sun::star::uno::XInterface
If
the
reflected
type
is
not
an
array
,
then
a
null
-
reference
is
returned
.
@
return
inteface
to
modify
array
instances
(
or
null
-
reference
)
inte
r
face
to
modify
array
instances
(
or
null
-
reference
)
*/
XIdlArray
getArray
()
;
...
...
winaccessibility/source/UAccCOMIDL/ia2_api_all.idl
Dosyayı görüntüle @
5e04ec1e
...
...
@@ -3686,7 +3686,7 @@ interface IAccessibleHypertext : IAccessibleText
/**
@
brief
This
interface
exposes
information
about
hypertext
in
a
document
.
The
%
IAccessibleHypertext2
interface
extends
the
functinality
of
the
%
IAccessibleHypertext
inteface
.
%
IAccessibleHypertext
inte
r
face
.
*/
[
object
,
uuid
(
CF64D89F
-
8287
-
4B44
-
8501
-
A827453A6077
)
]
interface
IAccessibleHypertext2
:
IAccessibleHypertext
...
...
@@ -4326,7 +4326,7 @@ interface IAccessibleTable : IUnknown
Please also refer to the IAccessibleTableCell interface.
If you want to support older applications you should also support the
IAccessibleTable inteface.
IAccessibleTable inte
r
face.
*/
[object, uuid(6167f295-06f0-4cdd-a1fa-02e25153d869)]
interface IAccessibleTable2 : IUnknown
...
...
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