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
283c5dc0
Kaydet (Commit)
283c5dc0
authored
Kas 08, 2010
tarafından
Kevin Hunter
Kaydeden (comit)
Caolán McNamara
Kas 08, 2010
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
EasyHack: createFromAscii -> RTL_CONST... macro
üst
ba98e86b
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
+7
-7
accessibletabbar.cxx
accessibility/source/extended/accessibletabbar.cxx
+2
-2
accessibletabbarpage.cxx
accessibility/source/extended/accessibletabbarpage.cxx
+2
-2
accessibletabbarpagelist.cxx
accessibility/source/extended/accessibletabbarpagelist.cxx
+2
-2
accessibletablistboxtable.cxx
accessibility/source/extended/accessibletablistboxtable.cxx
+1
-1
No files found.
accessibility/source/extended/accessibletabbar.cxx
Dosyayı görüntüle @
283c5dc0
...
@@ -208,7 +208,7 @@ namespace accessibility
...
@@ -208,7 +208,7 @@ namespace accessibility
::
rtl
::
OUString
AccessibleTabBar
::
getImplementationName
()
throw
(
RuntimeException
)
::
rtl
::
OUString
AccessibleTabBar
::
getImplementationName
()
throw
(
RuntimeException
)
{
{
return
::
rtl
::
OUString
::
createFromAscii
(
"com.sun.star.comp.svtools.AccessibleTabBar"
);
return
::
rtl
::
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"com.sun.star.comp.svtools.AccessibleTabBar"
)
);
}
}
// -----------------------------------------------------------------------------
// -----------------------------------------------------------------------------
...
@@ -229,7 +229,7 @@ namespace accessibility
...
@@ -229,7 +229,7 @@ namespace accessibility
Sequence
<
::
rtl
::
OUString
>
AccessibleTabBar
::
getSupportedServiceNames
()
throw
(
RuntimeException
)
Sequence
<
::
rtl
::
OUString
>
AccessibleTabBar
::
getSupportedServiceNames
()
throw
(
RuntimeException
)
{
{
Sequence
<
::
rtl
::
OUString
>
aNames
(
1
);
Sequence
<
::
rtl
::
OUString
>
aNames
(
1
);
aNames
[
0
]
=
::
rtl
::
OUString
::
createFromAscii
(
"com.sun.star.awt.AccessibleTabBar"
);
aNames
[
0
]
=
::
rtl
::
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"com.sun.star.awt.AccessibleTabBar"
)
);
return
aNames
;
return
aNames
;
}
}
...
...
accessibility/source/extended/accessibletabbarpage.cxx
Dosyayı görüntüle @
283c5dc0
...
@@ -260,7 +260,7 @@ namespace accessibility
...
@@ -260,7 +260,7 @@ namespace accessibility
::
rtl
::
OUString
AccessibleTabBarPage
::
getImplementationName
()
throw
(
RuntimeException
)
::
rtl
::
OUString
AccessibleTabBarPage
::
getImplementationName
()
throw
(
RuntimeException
)
{
{
return
::
rtl
::
OUString
::
createFromAscii
(
"com.sun.star.comp.svtools.AccessibleTabBarPage"
);
return
::
rtl
::
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"com.sun.star.comp.svtools.AccessibleTabBarPage"
)
);
}
}
// -----------------------------------------------------------------------------
// -----------------------------------------------------------------------------
...
@@ -281,7 +281,7 @@ namespace accessibility
...
@@ -281,7 +281,7 @@ namespace accessibility
Sequence
<
::
rtl
::
OUString
>
AccessibleTabBarPage
::
getSupportedServiceNames
()
throw
(
RuntimeException
)
Sequence
<
::
rtl
::
OUString
>
AccessibleTabBarPage
::
getSupportedServiceNames
()
throw
(
RuntimeException
)
{
{
Sequence
<
::
rtl
::
OUString
>
aNames
(
1
);
Sequence
<
::
rtl
::
OUString
>
aNames
(
1
);
aNames
[
0
]
=
::
rtl
::
OUString
::
createFromAscii
(
"com.sun.star.awt.AccessibleTabBarPage"
);
aNames
[
0
]
=
::
rtl
::
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"com.sun.star.awt.AccessibleTabBarPage"
)
);
return
aNames
;
return
aNames
;
}
}
...
...
accessibility/source/extended/accessibletabbarpagelist.cxx
Dosyayı görüntüle @
283c5dc0
...
@@ -428,7 +428,7 @@ namespace accessibility
...
@@ -428,7 +428,7 @@ namespace accessibility
::
rtl
::
OUString
AccessibleTabBarPageList
::
getImplementationName
()
throw
(
RuntimeException
)
::
rtl
::
OUString
AccessibleTabBarPageList
::
getImplementationName
()
throw
(
RuntimeException
)
{
{
return
::
rtl
::
OUString
::
createFromAscii
(
"com.sun.star.comp.svtools.AccessibleTabBarPageList"
);
return
::
rtl
::
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"com.sun.star.comp.svtools.AccessibleTabBarPageList"
)
);
}
}
// -----------------------------------------------------------------------------
// -----------------------------------------------------------------------------
...
@@ -449,7 +449,7 @@ namespace accessibility
...
@@ -449,7 +449,7 @@ namespace accessibility
Sequence
<
::
rtl
::
OUString
>
AccessibleTabBarPageList
::
getSupportedServiceNames
()
throw
(
RuntimeException
)
Sequence
<
::
rtl
::
OUString
>
AccessibleTabBarPageList
::
getSupportedServiceNames
()
throw
(
RuntimeException
)
{
{
Sequence
<
::
rtl
::
OUString
>
aNames
(
1
);
Sequence
<
::
rtl
::
OUString
>
aNames
(
1
);
aNames
[
0
]
=
::
rtl
::
OUString
::
createFromAscii
(
"com.sun.star.awt.AccessibleTabBarPageList"
);
aNames
[
0
]
=
::
rtl
::
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"com.sun.star.awt.AccessibleTabBarPageList"
)
);
return
aNames
;
return
aNames
;
}
}
...
...
accessibility/source/extended/accessibletablistboxtable.cxx
Dosyayı görüntüle @
283c5dc0
...
@@ -283,7 +283,7 @@ namespace accessibility
...
@@ -283,7 +283,7 @@ namespace accessibility
// -----------------------------------------------------------------------------
// -----------------------------------------------------------------------------
::
rtl
::
OUString
AccessibleTabListBoxTable
::
getImplementationName
(
void
)
throw
(
RuntimeException
)
::
rtl
::
OUString
AccessibleTabListBoxTable
::
getImplementationName
(
void
)
throw
(
RuntimeException
)
{
{
return
::
rtl
::
OUString
::
createFromAscii
(
"com.sun.star.comp.svtools.AccessibleTabListBoxTable"
);
return
::
rtl
::
OUString
(
RTL_CONSTASCII_USTRINGPARAM
(
"com.sun.star.comp.svtools.AccessibleTabListBoxTable"
)
);
}
}
// -----------------------------------------------------------------------------
// -----------------------------------------------------------------------------
// XAccessibleSelection
// XAccessibleSelection
...
...
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