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
4c378386
Kaydet (Commit)
4c378386
authored
Kas 24, 2014
tarafından
Michael Stahl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sw: convert DBG_ASSERTs in SwAccessibleTextFrame
Change-Id: I7a829a6a113ee7c5baed74b653c7bb362a360aec
üst
f07dcd44
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
acctextframe.cxx
sw/source/core/access/acctextframe.cxx
+6
-6
No files found.
sw/source/core/access/acctextframe.cxx
Dosyayı görüntüle @
4c378386
...
...
@@ -172,7 +172,7 @@ void SAL_CALL
void
SAL_CALL
SwAccessibleTextFrame
::
selectAccessibleChild
(
sal_Int32
)
throw
(
lang
::
IndexOutOfBoundsException
,
uno
::
RuntimeException
,
std
::
exception
)
{
DBG_ASSERT
(
false
,
"<SwAccessibleTextFrame::selectAccessibleChild( sal_Int32 )> - missing implementation"
);
SAL_WARN
(
"sw.core"
,
"<SwAccessibleTextFrame::selectAccessibleChild( sal_Int32 )> - missing implementation"
);
}
sal_Bool
SAL_CALL
SwAccessibleTextFrame
::
isAccessibleChildSelected
(
sal_Int32
nChildIndex
)
...
...
@@ -204,13 +204,13 @@ sal_Bool SAL_CALL SwAccessibleTextFrame::isAccessibleChildSelected( sal_Int32 nC
void
SAL_CALL
SwAccessibleTextFrame
::
clearAccessibleSelection
(
)
throw
(
uno
::
RuntimeException
,
std
::
exception
)
{
DBG_ASSERT
(
false
,
"<SwAccessibleTextFrame::clearAccessibleSelection( )> - missing implementation"
);
SAL_WARN
(
"sw.core"
,
"<SwAccessibleTextFrame::clearAccessibleSelection( )> - missing implementation"
);
}
void
SAL_CALL
SwAccessibleTextFrame
::
selectAllAccessibleChildren
(
)
throw
(
uno
::
RuntimeException
,
std
::
exception
)
{
DBG_ASSERT
(
false
,
"<SwAccessibleTextFrame::selectAllAccessibleChildren( )> - missing implementation"
);
SAL_WARN
(
"sw.core"
,
"<SwAccessibleTextFrame::selectAllAccessibleChildren( )> - missing implementation"
);
}
sal_Int32
SAL_CALL
SwAccessibleTextFrame
::
getSelectedAccessibleChildCount
()
...
...
@@ -245,7 +245,7 @@ uno::Reference<XAccessible> SAL_CALL SwAccessibleTextFrame::getSelectedAccessibl
void
SAL_CALL
SwAccessibleTextFrame
::
deselectAccessibleChild
(
sal_Int32
)
throw
(
lang
::
IndexOutOfBoundsException
,
uno
::
RuntimeException
,
std
::
exception
)
{
DBG_ASSERT
(
false
,
"<SwAccessibleTextFrame::selectAllAccessibleChildren( sal_Int32 )> - missing implementation"
);
SAL_WARN
(
"sw.core"
,
"<SwAccessibleTextFrame::selectAllAccessibleChildren( sal_Int32 )> - missing implementation"
);
}
// #i73249#
...
...
@@ -310,7 +310,7 @@ SwFlyFrm* SwAccessibleTextFrame::getFlyFrm() const
SwFlyFrm
*
pFlyFrm
=
NULL
;
const
SwFrm
*
pFrm
=
GetFrm
();
OSL_ENSURE
(
pFrm
!=
NULL
,
"frame expected"
);
assert
(
pFrm
);
if
(
pFrm
->
IsFlyFrm
()
)
{
pFlyFrm
=
static_cast
<
SwFlyFrm
*>
(
const_cast
<
SwFrm
*>
(
pFrm
)
);
...
...
@@ -337,7 +337,7 @@ uno::Reference<XAccessibleRelationSet> SAL_CALL SwAccessibleTextFrame::getAccess
AccessibleRelationSetHelper
*
pHelper
=
new
AccessibleRelationSetHelper
();
SwFlyFrm
*
pFlyFrm
=
getFlyFrm
();
OSL_ENSURE
(
pFlyFrm
!=
NULL
,
"fly frame expected"
);
assert
(
pFlyFrm
);
const
SwFlyFrm
*
pPrevFrm
=
pFlyFrm
->
GetPrevLink
();
if
(
pPrevFrm
!=
NULL
)
...
...
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