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
36654b18
Kaydet (Commit)
36654b18
authored
Mar 04, 2014
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove unused code SvxRectCtlAccessibleContext::FireAccessibleEvent
Change-Id: I866614ceac9c6a4ea3e2ba6e682e357a1f96a370
üst
0e887093
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
10 deletions
+0
-10
svxrectctaccessiblecontext.cxx
svx/source/accessibility/svxrectctaccessiblecontext.cxx
+0
-7
svxrectctaccessiblecontext.hxx
svx/source/inc/svxrectctaccessiblecontext.hxx
+0
-2
unusedcode.easy
unusedcode.easy
+0
-1
No files found.
svx/source/accessibility/svxrectctaccessiblecontext.cxx
Dosyayı görüntüle @
36654b18
...
@@ -386,13 +386,6 @@ Reference< XAccessibleRelationSet > SAL_CALL SvxRectCtlAccessibleContext::getAcc
...
@@ -386,13 +386,6 @@ Reference< XAccessibleRelationSet > SAL_CALL SvxRectCtlAccessibleContext::getAcc
return
xSet
;
return
xSet
;
}
}
//Add the event handling method
void
SvxRectCtlAccessibleContext
::
FireAccessibleEvent
(
short
nEventId
,
const
::
com
::
sun
::
star
::
uno
::
Any
&
rOld
,
const
::
com
::
sun
::
star
::
uno
::
Any
&
rNew
)
{
const
Reference
<
XInterface
>
xSource
(
*
this
);
CommitChange
(
AccessibleEventObject
(
xSource
,
nEventId
,
rNew
,
rOld
)
);
}
Reference
<
XAccessibleStateSet
>
SAL_CALL
SvxRectCtlAccessibleContext
::
getAccessibleStateSet
(
void
)
throw
(
RuntimeException
,
std
::
exception
)
Reference
<
XAccessibleStateSet
>
SAL_CALL
SvxRectCtlAccessibleContext
::
getAccessibleStateSet
(
void
)
throw
(
RuntimeException
,
std
::
exception
)
{
{
::
osl
::
MutexGuard
aGuard
(
m_aMutex
);
::
osl
::
MutexGuard
aGuard
(
m_aMutex
);
...
...
svx/source/inc/svxrectctaccessiblecontext.hxx
Dosyayı görüntüle @
36654b18
...
@@ -254,8 +254,6 @@ public:
...
@@ -254,8 +254,6 @@ public:
*/
*/
void
selectChild
(
RECT_POINT
ePoint
,
sal_Bool
bFireFocus
=
sal_True
);
void
selectChild
(
RECT_POINT
ePoint
,
sal_Bool
bFireFocus
=
sal_True
);
void
FireChildFocus
(
RECT_POINT
eButton
);
void
FireChildFocus
(
RECT_POINT
eButton
);
//Add the event handling method
void
FireAccessibleEvent
(
short
nEventId
,
const
::
com
::
sun
::
star
::
uno
::
Any
&
rOld
,
const
::
com
::
sun
::
star
::
uno
::
Any
&
rNew
);
private
:
private
:
static
::
com
::
sun
::
star
::
uno
::
Sequence
<
sal_Int8
>
getUniqueId
(
void
);
static
::
com
::
sun
::
star
::
uno
::
Sequence
<
sal_Int8
>
getUniqueId
(
void
);
...
...
unusedcode.easy
Dosyayı görüntüle @
36654b18
...
@@ -74,7 +74,6 @@ SvxDistributePage::GetRanges()
...
@@ -74,7 +74,6 @@ SvxDistributePage::GetRanges()
SvxNumRule::Create(SvStream&)
SvxNumRule::Create(SvStream&)
SvxNumberFormat::Create(SvStream&)
SvxNumberFormat::Create(SvStream&)
SvxNumberFormatShell::IsAdded_Impl(unsigned long)
SvxNumberFormatShell::IsAdded_Impl(unsigned long)
SvxRectCtlAccessibleContext::FireAccessibleEvent(short, com::sun::star::uno::Any const&, com::sun::star::uno::Any const&)
SwAccessibleField::SwAccessibleField(SwField*, SwAccessibleParagraph*, short)
SwAccessibleField::SwAccessibleField(SwField*, SwAccessibleParagraph*, short)
TextDoc::IsValidPaM(TextPaM const&)
TextDoc::IsValidPaM(TextPaM const&)
UnoApiTest::closeDocument(com::sun::star::uno::Reference<com::sun::star::lang::XComponent>)
UnoApiTest::closeDocument(com::sun::star::uno::Reference<com::sun::star::lang::XComponent>)
...
...
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