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
fd073bb6
Kaydet (Commit)
fd073bb6
authored
Agu 05, 2011
tarafından
Kohei Yoshida
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Use rtl::OUStringHash.
üst
9a807aeb
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
8 deletions
+2
-8
stl_types.hxx
comphelper/inc/comphelper/stl_types.hxx
+0
-6
genericpropertyset.cxx
comphelper/source/property/genericpropertyset.cxx
+1
-1
geometrycontrolmodel.cxx
toolkit/source/controls/geometrycontrolmodel.cxx
+1
-1
No files found.
comphelper/inc/comphelper/stl_types.hxx
Dosyayı görüntüle @
fd073bb6
...
...
@@ -90,12 +90,6 @@ struct UStringIEqual
sal_Bool
operator
()
(
const
::
rtl
::
OUString
&
lhs
,
const
::
rtl
::
OUString
&
rhs
)
const
{
return
lhs
.
equalsIgnoreAsciiCase
(
rhs
);}
};
//------------------------------------------------------------------------
struct
UStringHash
{
size_t
operator
()
(
const
::
rtl
::
OUString
&
rStr
)
const
{
return
rStr
.
hashCode
();}
};
//------------------------------------------------------------------------
class
UStringMixEqual
{
...
...
comphelper/source/property/genericpropertyset.cxx
Dosyayı görüntüle @
fd073bb6
...
...
@@ -69,7 +69,7 @@ namespace comphelper
{
private
:
GenericAnyMapImpl
maAnyMap
;
::
cppu
::
OMultiTypeInterfaceContainerHelperVar
<
::
rtl
::
OUString
,
UStringHash
,
UStringEqual
>
m_aListener
;
::
cppu
::
OMultiTypeInterfaceContainerHelperVar
<
::
rtl
::
OUString
,
::
rtl
::
O
UStringHash
,
UStringEqual
>
m_aListener
;
protected
:
virtual
void
_setPropertyValues
(
const
PropertyMapEntry
**
ppEntries
,
const
Any
*
pValues
)
throw
(
UnknownPropertyException
,
PropertyVetoException
,
IllegalArgumentException
,
WrappedTargetException
);
...
...
toolkit/source/controls/geometrycontrolmodel.cxx
Dosyayı görüntüle @
fd073bb6
...
...
@@ -453,7 +453,7 @@
//====================================================================
//--------------------------------------------------------------------
typedef
::
boost
::
unordered_map
<
::
rtl
::
OUString
,
sal_Int32
,
::
comphelper
::
UStringHash
>
HashMapString2Int
;
typedef
::
boost
::
unordered_map
<
::
rtl
::
OUString
,
sal_Int32
,
::
rtl
::
O
UStringHash
>
HashMapString2Int
;
typedef
::
std
::
vector
<
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
com
::
sun
::
star
::
beans
::
Property
>
>
PropSeqArray
;
typedef
::
std
::
vector
<
::
std
::
vector
<
sal_Int32
>
>
IntArrayArray
;
...
...
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