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
8ac910bb
Kaydet (Commit)
8ac910bb
authored
Tem 02, 2013
tarafından
Noel Grandin
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
remove some useless comment blocks
Change-Id: I3fd6c7ee6ae5b6c634c14ad9d60ae4abc8c03880
üst
1ff69ad5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
338 deletions
+0
-338
framecontrol.hxx
UnoControls/source/inc/framecontrol.hxx
+0
-338
No files found.
UnoControls/source/inc/framecontrol.hxx
Dosyayı görüntüle @
8ac910bb
...
@@ -71,53 +71,14 @@ public:
...
@@ -71,53 +71,14 @@ public:
// construct/destruct
// construct/destruct
//__________________________________________________________________________________________________________
//__________________________________________________________________________________________________________
/**_________________________________________________________________________________________________________
@short
@descr
@seealso
@param
@return
@onerror
*/
FrameControl
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
uno
::
XComponentContext
>&
rxContext
);
FrameControl
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
uno
::
XComponentContext
>&
rxContext
);
/**_________________________________________________________________________________________________________
@short
@descr
@seealso
@param
@return
@onerror
*/
virtual
~
FrameControl
();
virtual
~
FrameControl
();
//__________________________________________________________________________________________________________
//__________________________________________________________________________________________________________
// XInterface
// XInterface
//__________________________________________________________________________________________________________
//__________________________________________________________________________________________________________
/**_________________________________________________________________________________________________________
@short
@descr
@seealso
@param
@return
@onerror
*/
virtual
::
com
::
sun
::
star
::
uno
::
Any
SAL_CALL
queryInterface
(
virtual
::
com
::
sun
::
star
::
uno
::
Any
SAL_CALL
queryInterface
(
const
::
com
::
sun
::
star
::
uno
::
Type
&
aType
const
::
com
::
sun
::
star
::
uno
::
Type
&
aType
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
...
@@ -158,19 +119,6 @@ public:
...
@@ -158,19 +119,6 @@ public:
// XTypeProvider
// XTypeProvider
//__________________________________________________________________________________________________________
//__________________________________________________________________________________________________________
/**_________________________________________________________________________________________________________
@short
@descr
@seealso
@param
@return
@onerror
*/
virtual
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
com
::
sun
::
star
::
uno
::
Type
>
SAL_CALL
getTypes
()
virtual
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
com
::
sun
::
star
::
uno
::
Type
>
SAL_CALL
getTypes
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
...
@@ -178,19 +126,6 @@ public:
...
@@ -178,19 +126,6 @@ public:
// XAggregation
// XAggregation
//__________________________________________________________________________________________________________
//__________________________________________________________________________________________________________
/**_________________________________________________________________________________________________________
@short
@descr
@seealso
@param
@return
@onerror
*/
::
com
::
sun
::
star
::
uno
::
Any
SAL_CALL
queryAggregation
(
::
com
::
sun
::
star
::
uno
::
Any
SAL_CALL
queryAggregation
(
const
::
com
::
sun
::
star
::
uno
::
Type
&
aType
const
::
com
::
sun
::
star
::
uno
::
Type
&
aType
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
...
@@ -199,54 +134,15 @@ public:
...
@@ -199,54 +134,15 @@ public:
// XControl
// XControl
//__________________________________________________________________________________________________________
//__________________________________________________________________________________________________________
/**_________________________________________________________________________________________________________
@short
@descr
@seealso
@param
@return
@onerror
*/
virtual
void
SAL_CALL
createPeer
(
virtual
void
SAL_CALL
createPeer
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
awt
::
XToolkit
>&
xToolkit
,
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
awt
::
XToolkit
>&
xToolkit
,
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
awt
::
XWindowPeer
>&
xParent
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
awt
::
XWindowPeer
>&
xParent
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
/**_________________________________________________________________________________________________________
@short
@descr
@seealso
@param
@return
@onerror
*/
virtual
sal_Bool
SAL_CALL
setModel
(
virtual
sal_Bool
SAL_CALL
setModel
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
awt
::
XControlModel
>&
xModel
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
awt
::
XControlModel
>&
xModel
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
/**_________________________________________________________________________________________________________
@short
@descr
@seealso
@param
@return
@onerror
*/
virtual
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
awt
::
XControlModel
>
SAL_CALL
getModel
()
virtual
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
awt
::
XControlModel
>
SAL_CALL
getModel
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
...
@@ -254,55 +150,16 @@ public:
...
@@ -254,55 +150,16 @@ public:
// XComponent
// XComponent
//__________________________________________________________________________________________________________
//__________________________________________________________________________________________________________
/**_________________________________________________________________________________________________________
@short
@descr
@seealso
@param
@return
@onerror
*/
virtual
void
SAL_CALL
dispose
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
virtual
void
SAL_CALL
dispose
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
//__________________________________________________________________________________________________________
//__________________________________________________________________________________________________________
// XView
// XView
//__________________________________________________________________________________________________________
//__________________________________________________________________________________________________________
/**_________________________________________________________________________________________________________
@short
@descr
@seealso
@param
@return
@onerror
*/
virtual
sal_Bool
SAL_CALL
setGraphics
(
virtual
sal_Bool
SAL_CALL
setGraphics
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
awt
::
XGraphics
>&
xDevice
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
awt
::
XGraphics
>&
xDevice
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
/**_________________________________________________________________________________________________________
@short
@descr
@seealso
@param
@return
@onerror
*/
virtual
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
awt
::
XGraphics
>
SAL_CALL
getGraphics
()
virtual
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
awt
::
XGraphics
>
SAL_CALL
getGraphics
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
...
@@ -310,70 +167,18 @@ public:
...
@@ -310,70 +167,18 @@ public:
// XConnectionPointContainer
// XConnectionPointContainer
//__________________________________________________________________________________________________________
//__________________________________________________________________________________________________________
/**_________________________________________________________________________________________________________
@short
@descr
@seealso
@param
@return
@onerror
*/
virtual
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
com
::
sun
::
star
::
uno
::
Type
>
SAL_CALL
getConnectionPointTypes
()
virtual
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
com
::
sun
::
star
::
uno
::
Type
>
SAL_CALL
getConnectionPointTypes
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
/**_________________________________________________________________________________________________________
@short
@descr
@seealso
@param
@return
@onerror
*/
virtual
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
lang
::
XConnectionPoint
>
SAL_CALL
queryConnectionPoint
(
virtual
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
lang
::
XConnectionPoint
>
SAL_CALL
queryConnectionPoint
(
const
::
com
::
sun
::
star
::
uno
::
Type
&
aType
const
::
com
::
sun
::
star
::
uno
::
Type
&
aType
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
/**_________________________________________________________________________________________________________
@short
@descr
@seealso
@param
@return
@onerror
*/
virtual
void
SAL_CALL
advise
(
virtual
void
SAL_CALL
advise
(
const
::
com
::
sun
::
star
::
uno
::
Type
&
aType
,
const
::
com
::
sun
::
star
::
uno
::
Type
&
aType
,
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
uno
::
XInterface
>&
xListener
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
uno
::
XInterface
>&
xListener
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
)
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
/**_________________________________________________________________________________________________________
@short
@descr
@seealso
@param
@return
@onerror
*/
virtual
void
SAL_CALL
unadvise
(
virtual
void
SAL_CALL
unadvise
(
const
::
com
::
sun
::
star
::
uno
::
Type
&
aType
,
const
::
com
::
sun
::
star
::
uno
::
Type
&
aType
,
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
uno
::
XInterface
>&
xListener
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
uno
::
XInterface
>&
xListener
...
@@ -383,34 +188,8 @@ public:
...
@@ -383,34 +188,8 @@ public:
// impl but public methods to register service!
// impl but public methods to register service!
//__________________________________________________________________________________________________________
//__________________________________________________________________________________________________________
/**_________________________________________________________________________________________________________
@short
@descr
@seealso
@param
@return
@onerror
*/
static
const
::
com
::
sun
::
star
::
uno
::
Sequence
<
OUString
>
impl_getStaticSupportedServiceNames
();
static
const
::
com
::
sun
::
star
::
uno
::
Sequence
<
OUString
>
impl_getStaticSupportedServiceNames
();
/**_________________________________________________________________________________________________________
@short
@descr
@seealso
@param
@return
@onerror
*/
static
const
OUString
impl_getStaticImplementationName
();
static
const
OUString
impl_getStaticImplementationName
();
//______________________________________________________________________________________________________________
//______________________________________________________________________________________________________________
...
@@ -423,19 +202,6 @@ protected:
...
@@ -423,19 +202,6 @@ protected:
// OPropertySetHelper
// OPropertySetHelper
//__________________________________________________________________________________________________________
//__________________________________________________________________________________________________________
/**_________________________________________________________________________________________________________
@short
@descr
@seealso
@param
@return
@onerror
*/
virtual
sal_Bool
SAL_CALL
convertFastPropertyValue
(
virtual
sal_Bool
SAL_CALL
convertFastPropertyValue
(
::
com
::
sun
::
star
::
uno
::
Any
&
rConvertedValue
,
::
com
::
sun
::
star
::
uno
::
Any
&
rConvertedValue
,
::
com
::
sun
::
star
::
uno
::
Any
&
rOldValue
,
::
com
::
sun
::
star
::
uno
::
Any
&
rOldValue
,
...
@@ -443,72 +209,20 @@ protected:
...
@@ -443,72 +209,20 @@ protected:
const
::
com
::
sun
::
star
::
uno
::
Any
&
rValue
const
::
com
::
sun
::
star
::
uno
::
Any
&
rValue
)
throw
(
::
com
::
sun
::
star
::
lang
::
IllegalArgumentException
);
)
throw
(
::
com
::
sun
::
star
::
lang
::
IllegalArgumentException
);
/**_________________________________________________________________________________________________________
@short
@descr
@seealso
@param
@return
@onerror
*/
virtual
void
SAL_CALL
setFastPropertyValue_NoBroadcast
(
virtual
void
SAL_CALL
setFastPropertyValue_NoBroadcast
(
sal_Int32
nHandle
,
sal_Int32
nHandle
,
const
::
com
::
sun
::
star
::
uno
::
Any
&
rValue
const
::
com
::
sun
::
star
::
uno
::
Any
&
rValue
)
throw
(
::
com
::
sun
::
star
::
uno
::
Exception
);
)
throw
(
::
com
::
sun
::
star
::
uno
::
Exception
);
/**_________________________________________________________________________________________________________
@short
@descr
@seealso
@param
@return
@onerror
*/
virtual
void
SAL_CALL
getFastPropertyValue
(
::
com
::
sun
::
star
::
uno
::
Any
&
rValue
,
virtual
void
SAL_CALL
getFastPropertyValue
(
::
com
::
sun
::
star
::
uno
::
Any
&
rValue
,
sal_Int32
nHandle
)
const
;
sal_Int32
nHandle
)
const
;
/**_________________________________________________________________________________________________________
@short
@descr
@seealso
@param
@return
@onerror
*/
virtual
::
cppu
::
IPropertyArrayHelper
&
SAL_CALL
getInfoHelper
();
virtual
::
cppu
::
IPropertyArrayHelper
&
SAL_CALL
getInfoHelper
();
//__________________________________________________________________________________________________________
//__________________________________________________________________________________________________________
// XPropertySet
// XPropertySet
//__________________________________________________________________________________________________________
//__________________________________________________________________________________________________________
/**_________________________________________________________________________________________________________
@short
@descr
@seealso
@param
@return
@onerror
*/
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
beans
::
XPropertySetInfo
>
SAL_CALL
getPropertySetInfo
()
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
beans
::
XPropertySetInfo
>
SAL_CALL
getPropertySetInfo
()
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
throw
(
::
com
::
sun
::
star
::
uno
::
RuntimeException
);
...
@@ -516,19 +230,6 @@ protected:
...
@@ -516,19 +230,6 @@ protected:
// BaseControl
// BaseControl
//__________________________________________________________________________________________________________
//__________________________________________________________________________________________________________
/**_________________________________________________________________________________________________________
@short
@descr
@seealso
@param
@return
@onerror
*/
virtual
::
com
::
sun
::
star
::
awt
::
WindowDescriptor
*
impl_getWindowDescriptor
(
virtual
::
com
::
sun
::
star
::
awt
::
WindowDescriptor
*
impl_getWindowDescriptor
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
awt
::
XWindowPeer
>&
xParentPeer
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
awt
::
XWindowPeer
>&
xParentPeer
);
);
...
@@ -539,51 +240,12 @@ protected:
...
@@ -539,51 +240,12 @@ protected:
private
:
private
:
/**_________________________________________________________________________________________________________
@short
@descr
@seealso
@param
@return
@onerror
*/
void
impl_createFrame
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
awt
::
XWindowPeer
>&
xPeer
,
void
impl_createFrame
(
const
::
com
::
sun
::
star
::
uno
::
Reference
<
::
com
::
sun
::
star
::
awt
::
XWindowPeer
>&
xPeer
,
const
OUString
&
sURL
,
const
OUString
&
sURL
,
const
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
com
::
sun
::
star
::
beans
::
PropertyValue
>&
seqArguments
);
const
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
com
::
sun
::
star
::
beans
::
PropertyValue
>&
seqArguments
);
/**_________________________________________________________________________________________________________
@short
@descr
@seealso
@param
@return
@onerror
*/
void
impl_deleteFrame
();
void
impl_deleteFrame
();
/**_________________________________________________________________________________________________________
@short
@descr
@seealso
@param
@return
@onerror
*/
static
const
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
com
::
sun
::
star
::
beans
::
Property
>
impl_getStaticPropertyDescriptor
();
static
const
::
com
::
sun
::
star
::
uno
::
Sequence
<
::
com
::
sun
::
star
::
beans
::
Property
>
impl_getStaticPropertyDescriptor
();
...
...
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