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
ed750424
Kaydet (Commit)
ed750424
authored
Kas 19, 2013
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
winaccessibility: remove some pointless overrides
Change-Id: I9a215d71bfeec9feed9d7f27fb1a47d36c827ef0
üst
2fb80b6d
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
0 additions
and
132 deletions
+0
-132
AccComponentEventListener.hxx
winaccessibility/inc/AccComponentEventListener.hxx
+0
-6
AccContainerEventListener.hxx
winaccessibility/inc/AccContainerEventListener.hxx
+0
-6
AccDialogEventListener.hxx
winaccessibility/inc/AccDialogEventListener.hxx
+0
-6
AccFrameEventListener.hxx
winaccessibility/inc/AccFrameEventListener.hxx
+0
-6
AccParagraphEventListener.hxx
winaccessibility/inc/AccParagraphEventListener.hxx
+0
-6
AccWindowEventListener.hxx
winaccessibility/inc/AccWindowEventListener.hxx
+0
-6
AccComponentEventListener.cxx
...ccessibility/source/service/AccComponentEventListener.cxx
+0
-16
AccContainerEventListener.cxx
...ccessibility/source/service/AccContainerEventListener.cxx
+0
-16
AccDialogEventListener.cxx
winaccessibility/source/service/AccDialogEventListener.cxx
+0
-16
AccFrameEventListener.cxx
winaccessibility/source/service/AccFrameEventListener.cxx
+0
-16
AccParagraphEventListener.cxx
...ccessibility/source/service/AccParagraphEventListener.cxx
+0
-16
AccWindowEventListener.cxx
winaccessibility/source/service/AccWindowEventListener.cxx
+0
-16
No files found.
winaccessibility/inc/AccComponentEventListener.hxx
Dosyayı görüntüle @
ed750424
...
...
@@ -59,12 +59,6 @@ public:
virtual
void
HandleCaretChangedEvent
(
css
::
uno
::
Any
oldValue
,
css
::
uno
::
Any
newValue
);
//for visible data changed event
virtual
void
HandleVisibleDataChangedEvent
()
SAL_OVERRIDE
;
//for bound rect changed event
virtual
void
HandleBoundrectChangedEvent
()
SAL_OVERRIDE
;
virtual
void
SetComponentState
(
short
state
,
bool
enable
)
SAL_OVERRIDE
;
virtual
void
FireStatePropertyChange
(
short
state
,
bool
set
)
SAL_OVERRIDE
;
virtual
void
FireStateFocusedChange
(
bool
enable
)
SAL_OVERRIDE
;
...
...
winaccessibility/inc/AccContainerEventListener.hxx
Dosyayı görüntüle @
ed750424
...
...
@@ -61,12 +61,6 @@ public:
virtual
void
HandleStateChangedEvent
(
css
::
uno
::
Any
oldValue
,
css
::
uno
::
Any
newValue
)
SAL_OVERRIDE
;
//for visible data changed event
virtual
void
HandleVisibleDataChangedEvent
()
SAL_OVERRIDE
;
//for bound rect changed event
virtual
void
HandleBoundrectChangedEvent
()
SAL_OVERRIDE
;
//for value changed event
virtual
void
HandleValueChangedEvent
(
css
::
uno
::
Any
oldValue
,
css
::
uno
::
Any
newValue
);
...
...
winaccessibility/inc/AccDialogEventListener.hxx
Dosyayı görüntüle @
ed750424
...
...
@@ -44,12 +44,6 @@ public:
virtual
void
HandleChildChangedEvent
(
css
::
uno
::
Any
oldValue
,
css
::
uno
::
Any
newValue
);
//for visible data changed event
virtual
void
HandleVisibleDataChangedEvent
()
SAL_OVERRIDE
;
//for bound rect changed event
virtual
void
HandleBoundrectChangedEvent
()
SAL_OVERRIDE
;
//state changed
virtual
void
SetComponentState
(
short
state
,
bool
enable
)
SAL_OVERRIDE
;
...
...
winaccessibility/inc/AccFrameEventListener.hxx
Dosyayı görüntüle @
ed750424
...
...
@@ -45,12 +45,6 @@ public:
virtual
void
HandleChildChangedEvent
(
css
::
uno
::
Any
oldValue
,
css
::
uno
::
Any
newValue
);
//for visible data changed event
virtual
void
HandleVisibleDataChangedEvent
()
SAL_OVERRIDE
;
//for bound rect changed event
virtual
void
HandleBoundrectChangedEvent
()
SAL_OVERRIDE
;
//state changed
virtual
void
SetComponentState
(
short
state
,
bool
enable
)
SAL_OVERRIDE
;
...
...
winaccessibility/inc/AccParagraphEventListener.hxx
Dosyayı görüntüle @
ed750424
...
...
@@ -45,12 +45,6 @@ public:
virtual
void
HandleCaretChangedEvent
(
css
::
uno
::
Any
oldValue
,
css
::
uno
::
Any
newValue
);
//for visible data changed event
virtual
void
HandleVisibleDataChangedEvent
()
SAL_OVERRIDE
;
//for bound rect changed event
virtual
void
HandleBoundrectChangedEvent
()
SAL_OVERRIDE
;
virtual
void
SetComponentState
(
short
state
,
bool
enable
)
SAL_OVERRIDE
;
//add TEXT_SELECTION_CHANGED event
...
...
winaccessibility/inc/AccWindowEventListener.hxx
Dosyayı görüntüle @
ed750424
...
...
@@ -45,12 +45,6 @@ public:
virtual
void
HandleChildChangedEvent
(
css
::
uno
::
Any
oldValue
,
css
::
uno
::
Any
newValue
);
//for visible data changed event
virtual
void
HandleVisibleDataChangedEvent
()
SAL_OVERRIDE
;
//for bound rect changed event
virtual
void
HandleBoundrectChangedEvent
()
SAL_OVERRIDE
;
//state changed
virtual
void
SetComponentState
(
short
state
,
bool
enable
)
SAL_OVERRIDE
;
...
...
winaccessibility/source/service/AccComponentEventListener.cxx
Dosyayı görüntüle @
ed750424
...
...
@@ -125,22 +125,6 @@ void AccComponentEventListener::HandleCaretChangedEvent(Any oldValue, Any newVal
pAgent
->
NotifyAccEvent
(
UM_EVENT_OBJECT_CARETCHANGE
,
pAccessible
);
}
/**
* handle the VISIBLE_DATA_CHANGED event
*/
void
AccComponentEventListener
::
HandleVisibleDataChangedEvent
()
{
AccEventListener
::
HandleVisibleDataChangedEvent
();
}
/**
* handle the BOUNDRECT_CHANGED event
*/
void
AccComponentEventListener
::
HandleBoundrectChangedEvent
()
{
AccEventListener
::
HandleBoundrectChangedEvent
();
}
/**
* set the new state and fire the MSAA event
*
...
...
winaccessibility/source/service/AccContainerEventListener.cxx
Dosyayı görüntüle @
ed750424
...
...
@@ -97,22 +97,6 @@ throw (::com::sun::star::uno::RuntimeException)
}
}
/**
* handle the VISIBLE_DATA_CHANGED event
*/
void
AccContainerEventListener
::
HandleVisibleDataChangedEvent
()
{
AccEventListener
::
HandleVisibleDataChangedEvent
();
}
/**
* handle the BOUNDRECT_CHANGED event
*/
void
AccContainerEventListener
::
HandleBoundrectChangedEvent
()
{
AccEventListener
::
HandleBoundrectChangedEvent
();
}
void
AccContainerEventListener
::
HandleStateChangedEvent
(
Any
oldValue
,
Any
newValue
)
{
short
State
;
...
...
winaccessibility/source/service/AccDialogEventListener.cxx
Dosyayı görüntüle @
ed750424
...
...
@@ -61,22 +61,6 @@ throw (::com::sun::star::uno::RuntimeException)
}
}
/**
* handle the VISIBLE_DATA_CHANGED event
*/
void
AccDialogEventListener
::
HandleVisibleDataChangedEvent
()
{
AccEventListener
::
HandleVisibleDataChangedEvent
();
}
/**
* handle the BOUNDRECT_CHANGED event
*/
void
AccDialogEventListener
::
HandleBoundrectChangedEvent
()
{
AccEventListener
::
HandleBoundrectChangedEvent
();
}
/**
* handle the CHILD event
* @param oldValue the child to be deleted
...
...
winaccessibility/source/service/AccFrameEventListener.cxx
Dosyayı görüntüle @
ed750424
...
...
@@ -67,22 +67,6 @@ throw (::com::sun::star::uno::RuntimeException)
}
}
/**
* handle the VISIBLE_DATA_CHANGED event
*/
void
AccFrameEventListener
::
HandleVisibleDataChangedEvent
()
{
AccEventListener
::
HandleVisibleDataChangedEvent
();
}
/**
* handle the BOUNDRECT_CHANGED event
*/
void
AccFrameEventListener
::
HandleBoundrectChangedEvent
()
{
AccEventListener
::
HandleBoundrectChangedEvent
();
}
/**
* handle the CHILD event
* @param oldValue the child to be deleted
...
...
winaccessibility/source/service/AccParagraphEventListener.cxx
Dosyayı görüntüle @
ed750424
...
...
@@ -95,22 +95,6 @@ void AccParagraphEventListener::HandleCaretChangedEvent(Any oldValue, Any newVal
pAgent
->
NotifyAccEvent
(
UM_EVENT_OBJECT_CARETCHANGE
,
pAccessible
);
}
/**
* handle the VISIBLE_DATA_CHANGED event
*/
void
AccParagraphEventListener
::
HandleVisibleDataChangedEvent
()
{
AccEventListener
::
HandleVisibleDataChangedEvent
();
}
/**
* handle the BOUNDRECT_CHANGED event
*/
void
AccParagraphEventListener
::
HandleBoundrectChangedEvent
()
{
AccEventListener
::
HandleBoundrectChangedEvent
();
}
/**
* set the new state and fire the MSAA event
* @param state new state id
...
...
winaccessibility/source/service/AccWindowEventListener.cxx
Dosyayı görüntüle @
ed750424
...
...
@@ -60,22 +60,6 @@ void AccWindowEventListener::notifyEvent( const ::com::sun::star::accessibility
}
}
/**
* handle the VISIBLE_DATA_CHANGED event
*/
void
AccWindowEventListener
::
HandleVisibleDataChangedEvent
()
{
AccEventListener
::
HandleVisibleDataChangedEvent
();
}
/**
* handle the BOUNDRECT_CHANGED event
*/
void
AccWindowEventListener
::
HandleBoundrectChangedEvent
()
{
AccEventListener
::
HandleBoundrectChangedEvent
();
}
/**
* handle the CHILD event
* @param oldValue the child to be deleted
...
...
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