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
df0b3164
Kaydet (Commit)
df0b3164
authored
Ock 13, 2011
tarafından
Carsten Driesner
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
removetooltypes01: #i112600# Exchange misleading sal_uIntPtr with sal_uLong in accessibility
üst
2b42b853
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
6 additions
and
6 deletions
+6
-6
accessibleiconchoicectrlentry.hxx
.../accessibility/extended/accessibleiconchoicectrlentry.hxx
+1
-1
textwindowaccessibility.hxx
...ty/inc/accessibility/extended/textwindowaccessibility.hxx
+1
-1
accessibleiconchoicectrl.cxx
accessibility/source/extended/accessibleiconchoicectrl.cxx
+1
-1
accessibleiconchoicectrlentry.cxx
...ibility/source/extended/accessibleiconchoicectrlentry.cxx
+1
-1
accessibletablistboxtable.cxx
accessibility/source/extended/accessibletablistboxtable.cxx
+1
-1
textwindowaccessibility.cxx
accessibility/source/extended/textwindowaccessibility.cxx
+0
-0
accessiblemenuitemcomponent.cxx
...ssibility/source/standard/accessiblemenuitemcomponent.cxx
+1
-1
No files found.
accessibility/inc/accessibility/extended/accessibleiconchoicectrlentry.hxx
Dosyayı görüntüle @
df0b3164
...
...
@@ -128,7 +128,7 @@ namespace accessibility
is our parent accessible object
*/
AccessibleIconChoiceCtrlEntry
(
SvtIconChoiceCtrl
&
_rIconCtrl
,
sal_u
IntPtr
_nPos
,
sal_u
Long
_nPos
,
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
accessibility
::
XAccessible
>&
_xParent
);
// XTypeProvider
...
...
accessibility/inc/accessibility/extended/textwindowaccessibility.hxx
Dosyayı görüntüle @
df0b3164
...
...
@@ -624,7 +624,7 @@ private:
// Must be called with both the external (Solar) and internal mutex
// locked, and after init has been called:
void
changeParagraphText
(
::
sal_u
IntPtr
nNumber
,
::
sal_uInt16
nBegin
,
::
sal_uInt16
nEnd
,
void
changeParagraphText
(
::
sal_u
Long
nNumber
,
::
sal_uInt16
nBegin
,
::
sal_uInt16
nEnd
,
bool
bCut
,
bool
bPaste
,
::
rtl
::
OUString
const
&
rText
);
...
...
accessibility/source/extended/accessibleiconchoicectrl.cxx
Dosyayı görüntüle @
df0b3164
...
...
@@ -90,7 +90,7 @@ namespace accessibility
SvxIconChoiceCtrlEntry
*
pEntry
=
static_cast
<
SvxIconChoiceCtrlEntry
*
>
(
rVclWindowEvent
.
GetData
()
);
if
(
pEntry
)
{
sal_u
IntPtr
nPos
=
pCtrl
->
GetEntryListPos
(
pEntry
);
sal_u
Long
nPos
=
pCtrl
->
GetEntryListPos
(
pEntry
);
Reference
<
XAccessible
>
xChild
=
new
AccessibleIconChoiceCtrlEntry
(
*
pCtrl
,
nPos
,
this
);
uno
::
Any
aOldValue
,
aNewValue
;
aNewValue
<<=
xChild
;
...
...
accessibility/source/extended/accessibleiconchoicectrlentry.cxx
Dosyayı görüntüle @
df0b3164
...
...
@@ -87,7 +87,7 @@ namespace accessibility
// Ctor() and Dtor()
// -----------------------------------------------------------------------------
AccessibleIconChoiceCtrlEntry
::
AccessibleIconChoiceCtrlEntry
(
SvtIconChoiceCtrl
&
_rIconCtrl
,
sal_u
IntPtr
_nPos
,
sal_u
Long
_nPos
,
const
Reference
<
XAccessible
>&
_xParent
)
:
AccessibleIconChoiceCtrlEntry_BASE
(
m_aMutex
),
...
...
accessibility/source/extended/accessibletablistboxtable.cxx
Dosyayı görüntüle @
df0b3164
...
...
@@ -92,7 +92,7 @@ namespace accessibility
{
if
(
isAlive
()
)
{
sal_u
IntPtr
nEventId
=
rVclWindowEvent
.
GetId
();
sal_u
Long
nEventId
=
rVclWindowEvent
.
GetId
();
switch
(
nEventId
)
{
case
VCLEVENT_OBJECT_DYING
:
...
...
accessibility/source/extended/textwindowaccessibility.cxx
Dosyayı görüntüle @
df0b3164
This diff is collapsed.
Click to expand it.
accessibility/source/standard/accessiblemenuitemcomponent.cxx
Dosyayı görüntüle @
df0b3164
...
...
@@ -157,7 +157,7 @@ void OAccessibleMenuItemComponent::Click()
// that the popup menus are executed synchronously.
AllSettings
aSettings
=
pWindow
->
GetSettings
();
MouseSettings
aMouseSettings
=
aSettings
.
GetMouseSettings
();
sal_u
IntPtr
nDelay
=
aMouseSettings
.
GetMenuDelay
();
sal_u
Long
nDelay
=
aMouseSettings
.
GetMenuDelay
();
aMouseSettings
.
SetMenuDelay
(
0
);
aSettings
.
SetMouseSettings
(
aMouseSettings
);
pWindow
->
SetSettings
(
aSettings
);
...
...
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