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
5b5f3ccd
Kaydet (Commit)
5b5f3ccd
authored
Ock 13, 2016
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
loplugin:unusedmethods unused return value in vbahelper/
Change-Id: I654f1b2d3a488e147acdeb790ce9a9ff3dde61f1
üst
5ec991b6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
5 deletions
+2
-5
vbacommandbarhelper.cxx
vbahelper/source/vbahelper/vbacommandbarhelper.cxx
+1
-4
vbacommandbarhelper.hxx
vbahelper/source/vbahelper/vbacommandbarhelper.hxx
+1
-1
No files found.
vbahelper/source/vbahelper/vbacommandbarhelper.cxx
Dosyayı görüntüle @
5b5f3ccd
...
@@ -160,16 +160,13 @@ void VbaCommandBarHelper::ApplyChange( const OUString& sResourceUrl, const css::
...
@@ -160,16 +160,13 @@ void VbaCommandBarHelper::ApplyChange( const OUString& sResourceUrl, const css::
}
}
}
}
bool
VbaCommandBarHelper
::
persistChanges
()
throw
(
css
::
uno
::
RuntimeException
)
void
VbaCommandBarHelper
::
persistChanges
()
throw
(
css
::
uno
::
RuntimeException
)
{
{
uno
::
Reference
<
css
::
ui
::
XUIConfigurationPersistence
>
xConfigPersistence
(
m_xDocCfgMgr
,
uno
::
UNO_QUERY_THROW
);
uno
::
Reference
<
css
::
ui
::
XUIConfigurationPersistence
>
xConfigPersistence
(
m_xDocCfgMgr
,
uno
::
UNO_QUERY_THROW
);
bool
result
=
false
;
if
(
xConfigPersistence
->
isModified
()
)
if
(
xConfigPersistence
->
isModified
()
)
{
{
xConfigPersistence
->
store
();
xConfigPersistence
->
store
();
result
=
true
;
}
}
return
result
;
}
}
uno
::
Reference
<
frame
::
XLayoutManager
>
VbaCommandBarHelper
::
getLayoutManager
()
throw
(
uno
::
RuntimeException
)
uno
::
Reference
<
frame
::
XLayoutManager
>
VbaCommandBarHelper
::
getLayoutManager
()
throw
(
uno
::
RuntimeException
)
...
...
vbahelper/source/vbahelper/vbacommandbarhelper.hxx
Dosyayı görüntüle @
5b5f3ccd
...
@@ -69,7 +69,7 @@ public:
...
@@ -69,7 +69,7 @@ public:
{
{
return
m_xWindowState
;
return
m_xWindowState
;
}
}
bool
persistChanges
()
throw
(
css
::
uno
::
RuntimeException
);
void
persistChanges
()
throw
(
css
::
uno
::
RuntimeException
);
css
::
uno
::
Reference
<
css
::
container
::
XIndexAccess
>
getSettings
(
const
OUString
&
sResourceUrl
)
throw
(
css
::
uno
::
RuntimeException
);
css
::
uno
::
Reference
<
css
::
container
::
XIndexAccess
>
getSettings
(
const
OUString
&
sResourceUrl
)
throw
(
css
::
uno
::
RuntimeException
);
void
removeSettings
(
const
OUString
&
sResourceUrl
)
throw
(
css
::
uno
::
RuntimeException
);
void
removeSettings
(
const
OUString
&
sResourceUrl
)
throw
(
css
::
uno
::
RuntimeException
);
void
ApplyChange
(
const
OUString
&
sResourceUrl
,
const
css
::
uno
::
Reference
<
css
::
container
::
XIndexAccess
>&
xSettings
,
bool
bTemporary
=
true
)
throw
(
css
::
uno
::
RuntimeException
);
void
ApplyChange
(
const
OUString
&
sResourceUrl
,
const
css
::
uno
::
Reference
<
css
::
container
::
XIndexAccess
>&
xSettings
,
bool
bTemporary
=
true
)
throw
(
css
::
uno
::
RuntimeException
);
...
...
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