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
33725d5b
Kaydet (Commit)
33725d5b
authored
Eyl 21, 2017
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
attempt to fix android build
Change-Id: Ie3eede03b90db272d70e7cb383c7a69d9db0f2ae
üst
d430865f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
classificationhelper.cxx
sfx2/source/view/classificationhelper.cxx
+1
-1
edfcol.cxx
sw/source/core/edit/edfcol.cxx
+2
-2
rtfdocumentimpl.cxx
writerfilter/source/rtftok/rtfdocumentimpl.cxx
+1
-1
No files found.
sfx2/source/view/classificationhelper.cxx
Dosyayı görüntüle @
33725d5b
...
...
@@ -400,7 +400,7 @@ void SfxClassificationHelper::Impl::parsePolicy()
m_aIPPartNumbers
=
xClassificationParser
->
m_aIPPartNumbers
;
}
bool
lcl_containsProperty
(
const
uno
::
Sequence
<
beans
::
Property
>&
rProperties
,
const
OUString
&
rName
)
static
bool
lcl_containsProperty
(
const
uno
::
Sequence
<
beans
::
Property
>&
rProperties
,
const
OUString
&
rName
)
{
return
std
::
find_if
(
rProperties
.
begin
(),
rProperties
.
end
(),
[
&
](
const
beans
::
Property
&
rProperty
)
{
...
...
sw/source/core/edit/edfcol.cxx
Dosyayı görüntüle @
33725d5b
...
...
@@ -304,7 +304,7 @@ OUString lcl_getProperty(uno::Reference<beans::XPropertyContainer> const & rxPro
return
xPropertySet
->
getPropertyValue
(
rName
).
get
<
OUString
>
();
}
bool
lcl_containsProperty
(
const
uno
::
Sequence
<
beans
::
Property
>
&
rProperties
,
const
OUString
&
rName
)
static
bool
lcl_containsProperty
(
const
uno
::
Sequence
<
beans
::
Property
>
&
rProperties
,
const
OUString
&
rName
)
{
return
std
::
find_if
(
rProperties
.
begin
(),
rProperties
.
end
(),
[
&
](
const
beans
::
Property
&
rProperty
)
{
...
...
@@ -312,7 +312,7 @@ bool lcl_containsProperty(const uno::Sequence<beans::Property> & rProperties, co
})
!=
rProperties
.
end
();
}
void
lcl_removeAllProperties
(
uno
::
Reference
<
beans
::
XPropertyContainer
>
const
&
rxPropertyContainer
)
static
void
lcl_removeAllProperties
(
uno
::
Reference
<
beans
::
XPropertyContainer
>
const
&
rxPropertyContainer
)
{
uno
::
Reference
<
beans
::
XPropertySet
>
xPropertySet
(
rxPropertyContainer
,
uno
::
UNO_QUERY
);
uno
::
Sequence
<
beans
::
Property
>
aProperties
=
xPropertySet
->
getPropertySetInfo
()
->
getProperties
();
...
...
writerfilter/source/rtftok/rtfdocumentimpl.cxx
Dosyayı görüntüle @
33725d5b
...
...
@@ -1897,7 +1897,7 @@ void RTFDocumentImpl::resetAttributes()
m_aStates
.
top
().
aParagraphAttributes
.
clear
();
}
bool
lcl_containsProperty
(
const
uno
::
Sequence
<
beans
::
Property
>&
rProperties
,
const
OUString
&
rName
)
static
bool
lcl_containsProperty
(
const
uno
::
Sequence
<
beans
::
Property
>&
rProperties
,
const
OUString
&
rName
)
{
return
std
::
find_if
(
rProperties
.
begin
(),
rProperties
.
end
(),
[
&
](
const
beans
::
Property
&
rProperty
)
{
...
...
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