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
53d08321
Kaydet (Commit)
53d08321
authored
May 17, 2013
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
fix alignment in code
Change-Id: I0272e46cf34b52f578810ad0d17f33dd78accdd3
üst
5ab3015a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
8 deletions
+10
-8
guisaveas.cxx
sfx2/source/doc/guisaveas.cxx
+10
-8
No files found.
sfx2/source/doc/guisaveas.cxx
Dosyayı görüntüle @
53d08321
...
@@ -570,15 +570,16 @@ sal_Bool ModelData_Impl::ExecuteFilterDialog_Impl( const OUString& aFilterName )
...
@@ -570,15 +570,16 @@ sal_Bool ModelData_Impl::ExecuteFilterDialog_Impl( const OUString& aFilterName )
try
{
try
{
uno
::
Sequence
<
beans
::
PropertyValue
>
aProps
;
uno
::
Sequence
<
beans
::
PropertyValue
>
aProps
;
uno
::
Any
aAny
=
m_pOwner
->
GetFilterConfiguration
()
->
getByName
(
aFilterName
);
uno
::
Any
aAny
=
m_pOwner
->
GetFilterConfiguration
()
->
getByName
(
aFilterName
);
if
(
aAny
>>=
aProps
)
if
(
aAny
>>=
aProps
)
{
{
sal_Int32
nPropertyCount
=
aProps
.
getLength
();
sal_Int32
nPropertyCount
=
aProps
.
getLength
();
for
(
sal_Int32
nProperty
=
0
;
nProperty
<
nPropertyCount
;
++
nProperty
)
for
(
sal_Int32
nProperty
=
0
;
nProperty
<
nPropertyCount
;
++
nProperty
)
if
(
aProps
[
nProperty
].
Name
==
"UIComponent"
)
{
{
if
(
aProps
[
nProperty
].
Name
==
"UIComponent"
)
{
OUString
aServiceName
;
OUString
aServiceName
;
aProps
[
nProperty
].
Value
>>=
aServiceName
;
aProps
[
nProperty
].
Value
>>=
aServiceName
;
if
(
!
aServiceName
.
isEmpty
()
)
if
(
!
aServiceName
.
isEmpty
()
)
{
{
uno
::
Reference
<
ui
::
dialogs
::
XExecutableDialog
>
xFilterDialog
(
uno
::
Reference
<
ui
::
dialogs
::
XExecutableDialog
>
xFilterDialog
(
...
@@ -616,6 +617,7 @@ sal_Bool ModelData_Impl::ExecuteFilterDialog_Impl( const OUString& aFilterName )
...
@@ -616,6 +617,7 @@ sal_Bool ModelData_Impl::ExecuteFilterDialog_Impl( const OUString& aFilterName )
break
;
break
;
}
}
}
}
}
}
}
catch
(
const
container
::
NoSuchElementException
&
)
catch
(
const
container
::
NoSuchElementException
&
)
...
...
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