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
dcb2fbda
Kaydet (Commit)
dcb2fbda
authored
Nis 09, 2014
tarafından
Tor Lillqvist
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
WaE: passing OUString by value, rather pass by reference
Change-Id: I2577234385257ed0512403e5c9e34aa71ed5ce1f
üst
d910a514
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
DomainMapper_Impl.cxx
writerfilter/source/dmapper/DomainMapper_Impl.cxx
+2
-1
DomainMapper_Impl.hxx
writerfilter/source/dmapper/DomainMapper_Impl.hxx
+1
-1
No files found.
writerfilter/source/dmapper/DomainMapper_Impl.cxx
Dosyayı görüntüle @
dcb2fbda
...
@@ -130,7 +130,8 @@ struct FieldConversion
...
@@ -130,7 +130,8 @@ struct FieldConversion
typedef
::
std
::
map
<
OUString
,
FieldConversion
>
typedef
::
std
::
map
<
OUString
,
FieldConversion
>
FieldConversionMap_t
;
FieldConversionMap_t
;
uno
::
Any
FloatingTableInfo
::
getPropertyValue
(
OUString
propertyName
){
uno
::
Any
FloatingTableInfo
::
getPropertyValue
(
const
OUString
&
propertyName
)
{
beans
::
PropertyValue
*
pFrameProperties
=
m_aFrameProperties
.
getArray
();
beans
::
PropertyValue
*
pFrameProperties
=
m_aFrameProperties
.
getArray
();
for
(
int
i
=
0
;
i
<
m_aFrameProperties
.
getLength
();
i
++
)
for
(
int
i
=
0
;
i
<
m_aFrameProperties
.
getLength
();
i
++
)
...
...
writerfilter/source/dmapper/DomainMapper_Impl.hxx
Dosyayı görüntüle @
dcb2fbda
...
@@ -286,7 +286,7 @@ struct FloatingTableInfo
...
@@ -286,7 +286,7 @@ struct FloatingTableInfo
m_nTableWidth
(
nTableWidth
)
m_nTableWidth
(
nTableWidth
)
{
{
}
}
uno
::
Any
getPropertyValue
(
OUString
propertyName
);
uno
::
Any
getPropertyValue
(
const
OUString
&
propertyName
);
};
};
class
DomainMapper
;
class
DomainMapper
;
...
...
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