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
cd320455
Kaydet (Commit)
cd320455
authored
Kas 10, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix spelling implemenation -> implementation
Change-Id: I5ac499df1f4063a80a5d41f60778106a7b96940d
üst
71a9c492
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
24 additions
and
24 deletions
+24
-24
dx_9rm.cxx
canvas/source/directx/dx_9rm.cxx
+1
-1
baseprimitive3d.hxx
include/drawinglayer/primitive3d/baseprimitive3d.hxx
+1
-1
threadex.hxx
include/vcl/threadex.hxx
+2
-2
Content.idl
offapi/com/sun/star/ucb/Content.idl
+1
-1
hello_world_comp.py
pyuno/demo/hello_world_comp.py
+1
-1
uno.py
pyuno/source/module/uno.py
+1
-1
process.cxx
sal/osl/unx/process.cxx
+1
-1
alloc_global.cxx
sal/rtl/alloc_global.cxx
+3
-3
viewshel.cxx
sd/source/ui/view/viewshel.cxx
+1
-1
chinese_translation_unodialog.hxx
...logs/textconversiondlgs/chinese_translation_unodialog.hxx
+1
-1
AccessibleUNOHandler.java
toolkit/test/accessibility/AccessibleUNOHandler.java
+1
-1
CallWizard.py
wizards/com/sun/star/wizards/agenda/CallWizard.py
+3
-3
CallWizard.py
wizards/com/sun/star/wizards/fax/CallWizard.py
+3
-3
CallWizard.py
wizards/com/sun/star/wizards/letter/CallWizard.py
+3
-3
CallWizard.py
wizards/com/sun/star/wizards/web/CallWizard.py
+1
-1
No files found.
canvas/source/directx/dx_9rm.cxx
Dosyayı görüntüle @
cd320455
...
...
@@ -131,7 +131,7 @@ namespace dxcanvas
// DXSurface
/** ISurface implemenation.
/** ISurface implemen
t
ation.
@attention holds the DXRenderModule via non-refcounted
reference! This is safe with current state of affairs, since
...
...
include/drawinglayer/primitive3d/baseprimitive3d.hxx
Dosyayı görüntüle @
cd320455
...
...
@@ -119,7 +119,7 @@ namespace drawinglayer
*/
virtual
Primitive3DSequence
SAL_CALL
getDecomposition
(
const
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
com
::
sun
::
star
::
beans
::
PropertyValue
>&
rViewParameters
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
/** the getRange default implemenation will use getDecomposition to create the range information from merging
/** the getRange default implemen
t
ation will use getDecomposition to create the range information from merging
getRange results from the single local decomposition primitives.
*/
virtual
::
com
::
sun
::
star
::
geometry
::
RealRectangle3D
SAL_CALL
getRange
(
const
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
com
::
sun
::
star
::
beans
::
PropertyValue
>&
rViewParameters
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
,
std
::
exception
)
SAL_OVERRIDE
;
...
...
include/vcl/threadex.hxx
Dosyayı görüntüle @
cd320455
...
...
@@ -168,7 +168,7 @@ private:
/** Makes a copy back reference wrapper to be used for inout parameters.
Only use for syncExecute(), the returned wrapper relies on its
implemenation, i.e. the function object is stored in free store.
implemen
t
ation, i.e. the function object is stored in free store.
Type T needs to be copy constructable assignable.
@see syncExecute()
...
...
@@ -183,7 +183,7 @@ inline detail::copy_back_wrapper<T> inout_by_ref( T & r )
/** Makes a copy back ptr wrapper to be used for inout parameters.
Only use for syncExecute(), the returned wrapper relies on its
implemenation, i.e. the function object is stored in free store.
implemen
t
ation, i.e. the function object is stored in free store.
Type T needs to be copy constructable assignable.
@see syncExecute()
...
...
offapi/com/sun/star/ucb/Content.idl
Dosyayı görüntüle @
cd320455
...
...
@@ -357,7 +357,7 @@ published service Content
<td>SearchCommandArgument aSearchCommandArg</td>
<td>
This command searches for subcontents of a content matching the
given search criteria. The command will return an implemenation
given search criteria. The command will return an implemen
t
ation
of service DynamicResultSet.
</td>
</tr>
...
...
pyuno/demo/hello_world_comp.py
Dosyayı görüntüle @
cd320455
...
...
@@ -53,7 +53,7 @@ g_ImplementationHelper = unohelper.ImplementationHelper()
g_ImplementationHelper
.
addImplementation
(
\
HelloWorldJob
,
# UNO object class
"org.openoffice.comp.pyuno.demo.HelloWorld"
,
# implemenation name
"org.openoffice.comp.pyuno.demo.HelloWorld"
,
# implemen
t
ation name
(
"com.sun.star.task.Job"
,),)
# list of implemented services
# (the only service)
...
...
pyuno/source/module/uno.py
Dosyayı görüntüle @
cd320455
...
...
@@ -105,7 +105,7 @@ def getCurrentContext():
def
setCurrentContext
(
newContext
):
"""Sets newContext as new uno current context. The newContext must
implement the XCurrentContext interface. The implemenation should
implement the XCurrentContext interface. The implemen
t
ation should
handle the desired properties and delegate unknown properties to the
old context. Ensure to reset the old one when you leave your stack ...
see http://udk.openoffice.org/common/man/concept/uno_contexts.html#current_context
...
...
sal/osl/unx/process.cxx
Dosyayı görüntüle @
cd320455
...
...
@@ -91,7 +91,7 @@ static oslMutex ChildListMutex;
Deprecated
Old and buggy implementation of osl_searchPath used only by
osl_psz_executeProcess.
A new implemenation is in file_path_helper.cxx
A new implemen
t
ation is in file_path_helper.cxx
*****************************************************************************/
static
oslProcessError
SAL_CALL
osl_searchPath_impl
(
const
sal_Char
*
pszName
,
...
...
sal/rtl/alloc_global.cxx
Dosyayı görüntüle @
cd320455
...
...
@@ -88,7 +88,7 @@ static rtl_arena_type * gp_alloc_arena = 0;
/* ================================================================= *
*
* custom allocator implemenation.
* custom allocator implemen
t
ation.
*
* ================================================================= */
...
...
@@ -261,7 +261,7 @@ void rtl_memory_fini()
/* ================================================================= *
*
* system allocator implemenation.
* system allocator implemen
t
ation.
*
* ================================================================= */
...
...
@@ -356,7 +356,7 @@ void SAL_CALL rtl_freeMemory (void * p) SAL_THROW_EXTERN_C()
/* ================================================================= *
*
* rtl_(allocate|free)ZeroMemory() implemenation.
* rtl_(allocate|free)ZeroMemory() implemen
t
ation.
*
* ================================================================= */
...
...
sd/source/ui/view/viewshel.cxx
Dosyayı görüntüle @
cd320455
...
...
@@ -1226,7 +1226,7 @@ void ViewShell::ExecReq( SfxRequest& rReq )
}
}
/** This default implemenation returns only an empty reference. See derived
/** This default implemen
t
ation returns only an empty reference. See derived
classes for more interesting examples.
*/
::
com
::
sun
::
star
::
uno
::
Reference
<
...
...
svx/source/unodialogs/textconversiondlgs/chinese_translation_unodialog.hxx
Dosyayı görüntüle @
cd320455
...
...
@@ -40,7 +40,7 @@ namespace textconversiondlgs
It can be created via lang::XMultiComponentFactory::createInstanceWithContext
with servicename "com.sun.star.linguistic2.ChineseTranslationDialog"
or implemenation name "com.sun.star.comp.linguistic2.ChineseTranslationDialog"
or implemen
t
ation name "com.sun.star.comp.linguistic2.ChineseTranslationDialog"
It can be initialized via the XInitialization interface with the following single parameter:
PropertyValue-Parameter: Name="ParentWindow" Type="awt::XWindow".
...
...
toolkit/test/accessibility/AccessibleUNOHandler.java
Dosyayı görüntüle @
cd320455
...
...
@@ -67,7 +67,7 @@ class AccessibleUNOHandler
XServiceInfo
xServiceInfo
;
switch
(
nIndex
)
{
case
0
:
// Implemenation name.
case
0
:
// Implemen
t
ation name.
xServiceInfo
=
GetServiceInfo
(
aParent
);
aChild
=
new
StringNode
(
"Implementation name: "
+
(
xServiceInfo
!=
null
?
xServiceInfo
.
getImplementationName
()
...
...
wizards/com/sun/star/wizards/agenda/CallWizard.py
Dosyayı görüntüle @
cd320455
...
...
@@ -57,8 +57,8 @@ g_ImplementationHelper = unohelper.ImplementationHelper()
g_ImplementationHelper
.
addImplementation
(
\
CallWizard
,
# UNO object class
"com.sun.star.wizards.agenda.CallWizard"
,
# implemenation name
(
"com.sun.star.task.Job"
,),)
# list of implemented services
# (the only service)
"com.sun.star.wizards.agenda.CallWizard"
,
# implemen
t
ation name
(
"com.sun.star.task.Job"
,),)
# list of implemented services
# (the only service)
# vim:set shiftwidth=4 softtabstop=4 expandtab:
wizards/com/sun/star/wizards/fax/CallWizard.py
Dosyayı görüntüle @
cd320455
...
...
@@ -57,8 +57,8 @@ g_ImplementationHelper = unohelper.ImplementationHelper()
g_ImplementationHelper
.
addImplementation
(
\
CallWizard
,
# UNO object class
"com.sun.star.wizards.fax.CallWizard"
,
# implem
enation name
(
"com.sun.star.task.Job"
,),)
# list of implemented services
# (the only service)
"com.sun.star.wizards.fax.CallWizard"
,
# implemt
enation name
(
"com.sun.star.task.Job"
,),)
# list of implemented services
# (the only service)
# vim:set shiftwidth=4 softtabstop=4 expandtab:
wizards/com/sun/star/wizards/letter/CallWizard.py
Dosyayı görüntüle @
cd320455
...
...
@@ -57,8 +57,8 @@ g_ImplementationHelper = unohelper.ImplementationHelper()
g_ImplementationHelper
.
addImplementation
(
\
CallWizard
,
# UNO object class
"com.sun.star.wizards.letter.CallWizard"
,
# implemenation name
(
"com.sun.star.task.Job"
,),)
# list of implemented services
# (the only service)
"com.sun.star.wizards.letter.CallWizard"
,
# implemen
t
ation name
(
"com.sun.star.task.Job"
,),)
# list of implemented services
# (the only service)
# vim:set shiftwidth=4 softtabstop=4 expandtab:
wizards/com/sun/star/wizards/web/CallWizard.py
Dosyayı görüntüle @
cd320455
...
...
@@ -57,7 +57,7 @@ g_ImplementationHelper = unohelper.ImplementationHelper()
g_ImplementationHelper
.
addImplementation
(
\
CallWizard
,
# UNO object class
"com.sun.star.wizards.web.CallWizard"
,
# implemenation name
"com.sun.star.wizards.web.CallWizard"
,
# implemen
t
ation name
(
"com.sun.star.task.Job"
,),)
# list of implemented services
# (the only service)
...
...
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