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
53f7f2a3
Kaydet (Commit)
53f7f2a3
authored
Eyl 20, 2012
tarafından
Takeshi Abe
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
sal_Bool to bool
Change-Id: Id29032b3f2f228141e37f713c798d61cc20584c0
üst
25f935bf
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
11 deletions
+11
-11
accmap.hxx
sw/inc/accmap.hxx
+4
-4
accfrmobjmap.cxx
sw/source/core/access/accfrmobjmap.cxx
+1
-1
accfrmobjmap.hxx
sw/source/core/access/accfrmobjmap.hxx
+1
-1
accfrmobjslist.hxx
sw/source/core/access/accfrmobjslist.hxx
+5
-5
accmap.cxx
sw/source/core/access/accmap.cxx
+0
-0
No files found.
sw/inc/accmap.hxx
Dosyayı görüntüle @
53f7f2a3
...
@@ -103,7 +103,7 @@ class SwAccessibleMap : public accessibility::IAccessibleViewForwarder,
...
@@ -103,7 +103,7 @@ class SwAccessibleMap : public accessibility::IAccessibleViewForwarder,
sal_Int32
mnEndnote
;
sal_Int32
mnEndnote
;
sal_B
ool
mbShapeSelected
;
b
ool
mbShapeSelected
;
void
FireEvent
(
const
SwAccessibleEvent_Impl
&
rEvent
);
void
FireEvent
(
const
SwAccessibleEvent_Impl
&
rEvent
);
...
@@ -116,11 +116,11 @@ class SwAccessibleMap : public accessibility::IAccessibleViewForwarder,
...
@@ -116,11 +116,11 @@ class SwAccessibleMap : public accessibility::IAccessibleViewForwarder,
void
DoInvalidateShapeFocus
();
void
DoInvalidateShapeFocus
();
void
InvalidateShapeSelection
();
void
InvalidateShapeSelection
();
void
_InvalidateRelationSet
(
const
SwFrm
*
pFrm
,
sal_B
ool
bFrom
);
void
_InvalidateRelationSet
(
const
SwFrm
*
pFrm
,
b
ool
bFrom
);
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
accessibility
::
XAccessible
>
::
com
::
sun
::
star
::
accessibility
::
XAccessible
>
_GetDocumentView
(
sal_B
ool
bPagePreview
);
_GetDocumentView
(
b
ool
bPagePreview
);
/** method to build up a new data structure of the accessible pararaphs,
/** method to build up a new data structure of the accessible pararaphs,
which have a selection
which have a selection
...
@@ -250,7 +250,7 @@ public:
...
@@ -250,7 +250,7 @@ public:
const
Size
&
_rPrevwWinSize
);
const
Size
&
_rPrevwWinSize
);
void
InvalidatePreViewSelection
(
sal_uInt16
nSelPage
);
void
InvalidatePreViewSelection
(
sal_uInt16
nSelPage
);
sal_B
ool
IsPageSelected
(
const
SwPageFrm
*
pPageFrm
)
const
;
b
ool
IsPageSelected
(
const
SwPageFrm
*
pPageFrm
)
const
;
void
FireEvents
();
void
FireEvents
();
...
...
sw/source/core/access/accfrmobjmap.cxx
Dosyayı görüntüle @
53f7f2a3
...
@@ -158,7 +158,7 @@ SwAccessibleChildMap::SwAccessibleChildMap( const SwRect& rVisArea,
...
@@ -158,7 +158,7 @@ SwAccessibleChildMap::SwAccessibleChildMap( const SwRect& rVisArea,
return
_SwAccessibleChildMap
::
insert
(
aEntry
);
return
_SwAccessibleChildMap
::
insert
(
aEntry
);
}
}
/* static */
sal_B
ool
SwAccessibleChildMap
::
IsSortingRequired
(
const
SwFrm
&
rFrm
)
/* static */
b
ool
SwAccessibleChildMap
::
IsSortingRequired
(
const
SwFrm
&
rFrm
)
{
{
return
(
rFrm
.
IsPageFrm
()
&&
return
(
rFrm
.
IsPageFrm
()
&&
static_cast
<
const
SwPageFrm
&
>
(
rFrm
).
GetSortedObjs
()
)
||
static_cast
<
const
SwPageFrm
&
>
(
rFrm
).
GetSortedObjs
()
)
||
...
...
sw/source/core/access/accfrmobjmap.hxx
Dosyayı görüntüle @
53f7f2a3
...
@@ -80,7 +80,7 @@ public:
...
@@ -80,7 +80,7 @@ public:
const
SwFrm
&
rFrm
,
const
SwFrm
&
rFrm
,
SwAccessibleMap
&
rAccMap
);
SwAccessibleMap
&
rAccMap
);
static
sal_B
ool
IsSortingRequired
(
const
SwFrm
&
rFrm
);
static
b
ool
IsSortingRequired
(
const
SwFrm
&
rFrm
);
};
};
#endif
#endif
...
...
sw/source/core/access/accfrmobjslist.hxx
Dosyayı görüntüle @
53f7f2a3
...
@@ -54,12 +54,12 @@ public:
...
@@ -54,12 +54,12 @@ public:
,
nNextObj
(
rIter
.
nNextObj
)
,
nNextObj
(
rIter
.
nNextObj
)
{}
{}
inline
sal_B
ool
operator
==
(
const
SwAccessibleChildSList_const_iterator
&
r
)
const
inline
b
ool
operator
==
(
const
SwAccessibleChildSList_const_iterator
&
r
)
const
{
{
return
aCurr
==
r
.
aCurr
;
return
aCurr
==
r
.
aCurr
;
}
}
inline
sal_B
ool
operator
!=
(
inline
b
ool
operator
!=
(
const
SwAccessibleChildSList_const_iterator
&
r
)
const
const
SwAccessibleChildSList_const_iterator
&
r
)
const
{
{
return
!
(
*
this
==
r
);
return
!
(
*
this
==
r
);
...
@@ -78,7 +78,7 @@ class SwAccessibleChildSList
...
@@ -78,7 +78,7 @@ class SwAccessibleChildSList
{
{
const
SwRect
maVisArea
;
const
SwRect
maVisArea
;
const
SwFrm
&
mrFrm
;
const
SwFrm
&
mrFrm
;
const
sal_B
ool
mbVisibleChildrenOnly
;
const
b
ool
mbVisibleChildrenOnly
;
SwAccessibleMap
&
mrAccMap
;
SwAccessibleMap
&
mrAccMap
;
public
:
public
:
...
@@ -89,7 +89,7 @@ public:
...
@@ -89,7 +89,7 @@ public:
SwAccessibleMap
&
rAccMap
)
SwAccessibleMap
&
rAccMap
)
:
maVisArea
()
:
maVisArea
()
,
mrFrm
(
rFrm
)
,
mrFrm
(
rFrm
)
,
mbVisibleChildrenOnly
(
sal_F
alse
)
,
mbVisibleChildrenOnly
(
f
alse
)
,
mrAccMap
(
rAccMap
)
,
mrAccMap
(
rAccMap
)
{}
{}
...
@@ -118,7 +118,7 @@ public:
...
@@ -118,7 +118,7 @@ public:
return
mrFrm
;
return
mrFrm
;
}
}
inline
sal_B
ool
IsVisibleChildrenOnly
()
const
inline
b
ool
IsVisibleChildrenOnly
()
const
{
{
return
mbVisibleChildrenOnly
;
return
mbVisibleChildrenOnly
;
}
}
...
...
sw/source/core/access/accmap.cxx
Dosyayı görüntüle @
53f7f2a3
This diff is collapsed.
Click to expand it.
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