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
99960ec5
Kaydet (Commit)
99960ec5
authored
Agu 19, 2013
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
convert include/svtools/brwbox.hxx from String to OUString
Change-Id: I21bfd9ff242318a0cb5b589df9f59a20fc5c3730
üst
e1381266
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
accessibletableprovider.hxx
include/svtools/accessibletableprovider.hxx
+1
-1
brwbox.hxx
include/svtools/brwbox.hxx
+1
-1
svtabbx.hxx
include/svtools/svtabbx.hxx
+1
-1
brwbox3.cxx
svtools/source/brwbox/brwbox3.cxx
+1
-1
svtabbx.cxx
svtools/source/contnr/svtabbx.cxx
+1
-1
No files found.
include/svtools/accessibletableprovider.hxx
Dosyayı görüntüle @
99960ec5
...
@@ -113,7 +113,7 @@ public:
...
@@ -113,7 +113,7 @@ public:
virtual
void
GrabTableFocus
()
=
0
;
virtual
void
GrabTableFocus
()
=
0
;
// OutputDevice
// OutputDevice
virtual
sal_Bool
GetGlyphBoundRects
(
const
Point
&
rOrigin
,
const
String
&
rStr
,
int
nIndex
,
int
nLen
,
int
nBase
,
MetricVector
&
rVector
)
=
0
;
virtual
sal_Bool
GetGlyphBoundRects
(
const
Point
&
rOrigin
,
const
OU
String
&
rStr
,
int
nIndex
,
int
nLen
,
int
nBase
,
MetricVector
&
rVector
)
=
0
;
// Window
// Window
virtual
Rectangle
GetWindowExtentsRelative
(
Window
*
pRelativeWindow
)
const
=
0
;
virtual
Rectangle
GetWindowExtentsRelative
(
Window
*
pRelativeWindow
)
const
=
0
;
...
...
include/svtools/brwbox.hxx
Dosyayı görüntüle @
99960ec5
...
@@ -798,7 +798,7 @@ public:
...
@@ -798,7 +798,7 @@ public:
virtual
void
GetAllSelectedColumns
(
css
::
uno
::
Sequence
<
sal_Int32
>&
_rColumns
)
const
;
virtual
void
GetAllSelectedColumns
(
css
::
uno
::
Sequence
<
sal_Int32
>&
_rColumns
)
const
;
virtual
sal_Bool
IsCellVisible
(
sal_Int32
_nRow
,
sal_uInt16
_nColumn
)
const
;
virtual
sal_Bool
IsCellVisible
(
sal_Int32
_nRow
,
sal_uInt16
_nColumn
)
const
;
virtual
OUString
GetAccessibleCellText
(
long
_nRow
,
sal_uInt16
_nColPos
)
const
;
virtual
OUString
GetAccessibleCellText
(
long
_nRow
,
sal_uInt16
_nColPos
)
const
;
virtual
sal_Bool
GetGlyphBoundRects
(
const
Point
&
rOrigin
,
const
String
&
rStr
,
int
nIndex
,
int
nLen
,
int
nBase
,
MetricVector
&
rVector
);
virtual
sal_Bool
GetGlyphBoundRects
(
const
Point
&
rOrigin
,
const
OU
String
&
rStr
,
int
nIndex
,
int
nLen
,
int
nBase
,
MetricVector
&
rVector
);
virtual
Rectangle
GetWindowExtentsRelative
(
Window
*
pRelativeWindow
)
const
;
virtual
Rectangle
GetWindowExtentsRelative
(
Window
*
pRelativeWindow
)
const
;
virtual
void
GrabFocus
();
virtual
void
GrabFocus
();
virtual
css
::
uno
::
Reference
<
css
::
accessibility
::
XAccessible
>
GetAccessible
(
sal_Bool
bCreate
=
sal_True
);
virtual
css
::
uno
::
Reference
<
css
::
accessibility
::
XAccessible
>
GetAccessible
(
sal_Bool
bCreate
=
sal_True
);
...
...
include/svtools/svtabbx.hxx
Dosyayı görüntüle @
99960ec5
...
@@ -234,7 +234,7 @@ public:
...
@@ -234,7 +234,7 @@ public:
virtual
void
GrabTableFocus
();
virtual
void
GrabTableFocus
();
// OutputDevice
// OutputDevice
virtual
sal_Bool
GetGlyphBoundRects
(
const
Point
&
rOrigin
,
const
String
&
rStr
,
int
nIndex
,
int
nLen
,
int
nBase
,
MetricVector
&
rVector
);
virtual
sal_Bool
GetGlyphBoundRects
(
const
Point
&
rOrigin
,
const
OU
String
&
rStr
,
int
nIndex
,
int
nLen
,
int
nBase
,
MetricVector
&
rVector
);
// Window
// Window
virtual
Rectangle
GetWindowExtentsRelative
(
Window
*
pRelativeWindow
)
const
;
virtual
Rectangle
GetWindowExtentsRelative
(
Window
*
pRelativeWindow
)
const
;
...
...
svtools/source/brwbox/brwbox3.cxx
Dosyayı görüntüle @
99960ec5
...
@@ -526,7 +526,7 @@ OUString BrowseBox::GetAccessibleCellText(long _nRow, sal_uInt16 _nColPos) const
...
@@ -526,7 +526,7 @@ OUString BrowseBox::GetAccessibleCellText(long _nRow, sal_uInt16 _nColPos) const
}
}
// -----------------------------------------------------------------------------
// -----------------------------------------------------------------------------
sal_Bool
BrowseBox
::
GetGlyphBoundRects
(
const
Point
&
rOrigin
,
const
String
&
rStr
,
int
nIndex
,
int
nLen
,
int
nBase
,
MetricVector
&
rVector
)
sal_Bool
BrowseBox
::
GetGlyphBoundRects
(
const
Point
&
rOrigin
,
const
OU
String
&
rStr
,
int
nIndex
,
int
nLen
,
int
nBase
,
MetricVector
&
rVector
)
{
{
return
Control
::
GetGlyphBoundRects
(
rOrigin
,
rStr
,
nIndex
,
nLen
,
nBase
,
rVector
);
return
Control
::
GetGlyphBoundRects
(
rOrigin
,
rStr
,
nIndex
,
nLen
,
nBase
,
rVector
);
}
}
...
...
svtools/source/contnr/svtabbx.cxx
Dosyayı görüntüle @
99960ec5
...
@@ -1164,7 +1164,7 @@ void SvHeaderTabListBox::GrabTableFocus()
...
@@ -1164,7 +1164,7 @@ void SvHeaderTabListBox::GrabTableFocus()
GrabFocus
();
GrabFocus
();
}
}
// -----------------------------------------------------------------------
// -----------------------------------------------------------------------
sal_Bool
SvHeaderTabListBox
::
GetGlyphBoundRects
(
const
Point
&
rOrigin
,
const
String
&
rStr
,
int
nIndex
,
int
nLen
,
int
nBase
,
MetricVector
&
rVector
)
sal_Bool
SvHeaderTabListBox
::
GetGlyphBoundRects
(
const
Point
&
rOrigin
,
const
OU
String
&
rStr
,
int
nIndex
,
int
nLen
,
int
nBase
,
MetricVector
&
rVector
)
{
{
return
Control
::
GetGlyphBoundRects
(
rOrigin
,
rStr
,
nIndex
,
nLen
,
nBase
,
rVector
);
return
Control
::
GetGlyphBoundRects
(
rOrigin
,
rStr
,
nIndex
,
nLen
,
nBase
,
rVector
);
}
}
...
...
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