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
a19e9a5c
Kaydet (Commit)
a19e9a5c
authored
Tem 08, 2013
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Convert ConfigurationAccess_WindowState to WeakImplHelper
Change-Id: I962e87e81905bfc61b03e1c1c7ee9f01b030df9d
üst
4d5801a0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
33 deletions
+3
-33
windowstateconfiguration.cxx
...ework/source/uiconfiguration/windowstateconfiguration.cxx
+3
-33
No files found.
framework/source/uiconfiguration/windowstateconfiguration.cxx
Dosyayı görüntüle @
a19e9a5c
...
...
@@ -125,23 +125,15 @@ namespace framework
// Configuration access class for WindowState supplier implementation
//*****************************************************************************************************************
class
ConfigurationAccess_WindowState
:
// interfaces
public
XTypeProvider
,
public
XNameContainer
,
public
XContainerListener
,
// baseclasses
// Order is necessary for right initialization!
class
ConfigurationAccess_WindowState
:
// Order is necessary for right initialization!
private
ThreadHelpBase
,
public
::
cppu
::
OWeakObject
// interfaces
public
::
cppu
::
WeakImplHelper2
<
XNameContainer
,
XContainerListener
>
{
public
:
ConfigurationAccess_WindowState
(
const
OUString
&
aWindowStateConfigFile
,
const
Reference
<
XComponentContext
>&
rxContext
);
virtual
~
ConfigurationAccess_WindowState
();
// XInterface, XTypeProvider
FWK_DECLARE_XINTERFACE
FWK_DECLARE_XTYPEPROVIDER
// XNameAccess
virtual
::
com
::
sun
::
star
::
uno
::
Any
SAL_CALL
getByName
(
const
OUString
&
aName
)
throw
(
::
com
::
sun
::
star
::
container
::
NoSuchElementException
,
::
com
::
sun
::
star
::
lang
::
WrappedTargetException
,
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
...
...
@@ -255,28 +247,6 @@ class ConfigurationAccess_WindowState : // interfaces
};
//*****************************************************************************************************************
// XInterface, XTypeProvider
//*****************************************************************************************************************
DEFINE_XINTERFACE_7
(
ConfigurationAccess_WindowState
,
OWeakObject
,
DIRECT_INTERFACE
(
css
::
container
::
XNameContainer
),
DIRECT_INTERFACE
(
css
::
container
::
XContainerListener
),
DIRECT_INTERFACE
(
css
::
lang
::
XTypeProvider
),
DERIVED_INTERFACE
(
css
::
container
::
XElementAccess
,
css
::
container
::
XNameAccess
),
DERIVED_INTERFACE
(
css
::
container
::
XNameAccess
,
css
::
container
::
XNameReplace
),
DERIVED_INTERFACE
(
css
::
container
::
XNameReplace
,
css
::
container
::
XNameContainer
),
DERIVED_INTERFACE
(
css
::
lang
::
XEventListener
,
XContainerListener
)
)
DEFINE_XTYPEPROVIDER_7
(
ConfigurationAccess_WindowState
,
css
::
container
::
XNameContainer
,
css
::
container
::
XNameReplace
,
css
::
container
::
XNameAccess
,
css
::
container
::
XElementAccess
,
css
::
container
::
XContainerListener
,
css
::
lang
::
XEventListener
,
css
::
lang
::
XTypeProvider
)
ConfigurationAccess_WindowState
::
ConfigurationAccess_WindowState
(
const
OUString
&
aModuleName
,
const
Reference
<
XComponentContext
>&
rxContext
)
:
ThreadHelpBase
(),
...
...
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