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
cc135224
Kaydet (Commit)
cc135224
authored
Nis 09, 2014
tarafından
Thomas Arnhold
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
typo: accesible -> accessible
üst
50add4f2
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
AccessibleToolPanelDeckTabBar.cxx
...ibility/source/extended/AccessibleToolPanelDeckTabBar.cxx
+1
-1
cuicharmap.hxx
cui/source/inc/cuicharmap.hxx
+1
-1
XStatusbarItem.idl
offapi/com/sun/star/ui/XStatusbarItem.idl
+1
-1
AccessibleFixedText.java
qadevOOo/tests/java/mod/_toolkit/AccessibleFixedText.java
+1
-1
accmap.cxx
sw/source/core/access/accmap.cxx
+1
-1
No files found.
accessibility/source/extended/AccessibleToolPanelDeckTabBar.cxx
Dosyayı görüntüle @
cc135224
...
@@ -315,7 +315,7 @@ namespace accessibility
...
@@ -315,7 +315,7 @@ namespace accessibility
Reference
<
XAccessibleContext
>
xScrollButtonContext
(
xScrollButtonAccessible
->
getAccessibleContext
()
);
Reference
<
XAccessibleContext
>
xScrollButtonContext
(
xScrollButtonAccessible
->
getAccessibleContext
()
);
ENSURE_OR_RETURN
(
xScrollButtonContext
.
is
(),
"AccessibleToolPanelTabBar::getAccessibleChild: invalid button accessible context!"
,
xScrollButtonAccessible
);
ENSURE_OR_RETURN
(
xScrollButtonContext
.
is
(),
"AccessibleToolPanelTabBar::getAccessibleChild: invalid button accessible context!"
,
xScrollButtonAccessible
);
OSL_ENSURE
(
xScrollButtonContext
->
getAccessibleParent
()
==
m_pImpl
->
getOwnAccessible
(),
OSL_ENSURE
(
xScrollButtonContext
->
getAccessibleParent
()
==
m_pImpl
->
getOwnAccessible
(),
"AccessibleToolPanelTabBar::getAccessibleChild: wrong parent at the button's accesible!"
);
"AccessibleToolPanelTabBar::getAccessibleChild: wrong parent at the button's acces
s
ible!"
);
#endif
#endif
return
xScrollButtonAccessible
;
return
xScrollButtonAccessible
;
}
}
...
...
cui/source/inc/cuicharmap.hxx
Dosyayı görüntüle @
cc135224
...
@@ -61,7 +61,7 @@ private:
...
@@ -61,7 +61,7 @@ private:
};
};
/** The main purpose of this dialog is to enable the use of characters
/** The main purpose of this dialog is to enable the use of characters
that are not easily accesible from the keyboard. */
that are not easily acces
s
ible from the keyboard. */
class
SvxCharacterMap
:
public
SfxModalDialog
class
SvxCharacterMap
:
public
SfxModalDialog
{
{
private
:
private
:
...
...
offapi/com/sun/star/ui/XStatusbarItem.idl
Dosyayı görüntüle @
cc135224
...
@@ -91,7 +91,7 @@ interface XStatusbarItem
...
@@ -91,7 +91,7 @@ interface XStatusbarItem
*/
*/
[
attribute
]
string
QuickHelpText
;
[
attribute
]
string
QuickHelpText
;
/**
the
accesible
name
of
the
status
bar
item
/**
the
acces
s
ible
name
of
the
status
bar
item
*/
*/
[
attribute
]
string
AccessibleName
;
[
attribute
]
string
AccessibleName
;
...
...
qadevOOo/tests/java/mod/_toolkit/AccessibleFixedText.java
Dosyayı görüntüle @
cc135224
...
@@ -42,7 +42,7 @@ import util.utils;
...
@@ -42,7 +42,7 @@ import util.utils;
/**
/**
* Test for object which is represented by accesible component
* Test for object which is represented by acces
s
ible component
* of the fixed text label in 'Hyperlink' Dialog. <p>
* of the fixed text label in 'Hyperlink' Dialog. <p>
*
*
* Object implements the following interfaces :
* Object implements the following interfaces :
...
...
sw/source/core/access/accmap.cxx
Dosyayı görüntüle @
cc135224
...
@@ -2359,7 +2359,7 @@ void SwAccessibleMap::InvalidatePosOrSize( const SwFrm *pFrm,
...
@@ -2359,7 +2359,7 @@ void SwAccessibleMap::InvalidatePosOrSize( const SwFrm *pFrm,
mpFrmMap
->
find
(
aFrmOrObj
.
GetSwFrm
()
);
mpFrmMap
->
find
(
aFrmOrObj
.
GetSwFrm
()
);
if
(
aIter
!=
mpFrmMap
->
end
()
)
if
(
aIter
!=
mpFrmMap
->
end
()
)
{
{
// If there is an accesible object already it is
// If there is an acces
s
ible object already it is
// notified directly.
// notified directly.
uno
::
Reference
<
XAccessible
>
xAcc
(
(
*
aIter
).
second
);
uno
::
Reference
<
XAccessible
>
xAcc
(
(
*
aIter
).
second
);
xAccImpl
=
xAccImpl
=
...
...
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