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
cfdc2cf6
Kaydet (Commit)
cfdc2cf6
authored
Tem 02, 2014
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix some more indent and strip ::rtl::
Change-Id: I8a4f220e6e07babbb2fa8f8dcab524ba90e62986
üst
192e087f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
vclxaccessiblebox.cxx
accessibility/source/standard/vclxaccessiblebox.cxx
+7
-7
No files found.
accessibility/source/standard/vclxaccessiblebox.cxx
Dosyayı görüntüle @
cfdc2cf6
...
...
@@ -175,13 +175,13 @@ void VCLXAccessibleBox::ProcessWindowEvent (const VclWindowEvent& rVclWindowEven
}
case
VCLEVENT_COMBOBOX_SELECT
:
{
VCLXAccessibleList
*
pList
=
static_cast
<
VCLXAccessibleList
*>
(
m_xList
.
get
());
if
(
pList
!=
NULL
&&
m_xText
.
is
())
{
VCLXAccessibleList
*
pList
=
static_cast
<
VCLXAccessibleList
*>
(
m_xList
.
get
());
if
(
pList
!=
NULL
&&
m_xText
.
is
())
{
Reference
<
XAccessibleText
>
xText
(
m_xText
->
getAccessibleContext
(),
UNO_QUERY
);
if
(
xText
.
is
()
)
{
::
rtl
::
OUString
sText
=
xText
->
getSelectedText
();
OUString
sText
=
xText
->
getSelectedText
();
if
(
sText
.
isEmpty
()
)
sText
=
xText
->
getText
();
pList
->
UpdateSelection_Acc
(
sText
,
m_bIsDropDownBox
);
...
...
@@ -478,7 +478,7 @@ Any VCLXAccessibleBox::getCurrentValue( )
Reference
<
XAccessibleText
>
xText
(
m_xText
->
getAccessibleContext
(),
UNO_QUERY
);
if
(
xText
.
is
()
)
{
::
rtl
::
OUString
sText
=
xText
->
getText
();
OUString
sText
=
xText
->
getText
();
aAny
<<=
sText
;
}
}
...
...
@@ -508,7 +508,7 @@ sal_Bool VCLXAccessibleBox::setCurrentValue( const Any& aNumber )
SolarMutexGuard
aSolarGuard
;
::
osl
::
Guard
<
::
osl
::
Mutex
>
aGuard
(
GetMutex
()
);
::
rtl
::
OUString
fValue
;
OUString
fValue
;
bool
bValid
=
(
aNumber
>>=
fValue
);
if
(
bValid
)
{
...
...
@@ -538,7 +538,7 @@ void VCLXAccessibleBox::FillAccessibleStateSet( utl::AccessibleStateSetHelper& r
VCLXAccessibleComponent
::
FillAccessibleStateSet
(
rStateSet
);
if
(
m_aBoxType
==
COMBOBOX
)
{
::
rtl
::
OUString
sText
;
OUString
sText
;
sal_Int32
nEntryCount
=
0
;
ComboBox
*
pComboBox
=
static_cast
<
ComboBox
*>
(
GetWindow
());
if
(
pComboBox
!=
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