Home
last modified time | relevance | path

Searched refs:UnoControlBase (Results 1 – 21 of 21) sorted by relevance

/trunk/main/toolkit/source/controls/
H A Dunocontrolbase.cxx39 UnoControlBase::UnoControlBase() in UnoControlBase() function in UnoControlBase
47 sal_Bool UnoControlBase::ImplHasProperty( sal_uInt16 nPropId ) in ImplHasProperty()
53 sal_Bool UnoControlBase::ImplHasProperty( const ::rtl::OUString& aPropertyName ) in ImplHasProperty()
65 void UnoControlBase::ImplSetPropertyValues( const ::com::sun::star::uno::Sequence< ::rtl::OUString … in ImplSetPropertyValues()
96 void UnoControlBase::ImplSetPropertyValue( const ::rtl::OUString& aPropertyName, const ::com::sun::… in ImplSetPropertyValue()
120 ::com::sun::star::uno::Any UnoControlBase::ImplGetPropertyValue( const ::rtl::OUString& aPropertyNa… in ImplGetPropertyValue()
129 sal_Bool UnoControlBase::ImplGetPropertyValue_BOOL( sal_uInt16 nProp ) in ImplGetPropertyValue_BOOL()
140 sal_Int16 UnoControlBase::ImplGetPropertyValue_INT16( sal_uInt16 nProp ) in ImplGetPropertyValue_INT16()
151 sal_uInt16 UnoControlBase::ImplGetPropertyValue_UINT16( sal_uInt16 nProp ) in ImplGetPropertyValue_UINT16()
162 sal_Int32 UnoControlBase::ImplGetPropertyValue_INT32( sal_uInt16 nProp ) in ImplGetPropertyValue_INT32()
[all …]
H A Dunocontrols.cxx146 :UnoControlBase( i_factory ) in UnoEditControl()
161 uno::Any aReturn = UnoControlBase::queryAggregation( rType ); in queryAggregation()
169 return UnoControlBase::queryInterface( rType ); in queryInterface()
174 UnoControlBase::acquire(); in acquire()
179 UnoControlBase::release(); in release()
182 IMPLEMENT_FORWARD_XTYPEPROVIDER2( UnoEditControl, UnoControlBase, UnoEditControl_Base ) in IMPLEMENT_FORWARD_XTYPEPROVIDER2() argument
200 sal_Bool bReturn = UnoControlBase::setModel( _rModel ); in setModel()
223 UnoControlBase::ImplSetPeerProperty( rPropName, rVal ); in ImplSetPeerProperty()
735 UnoControlBase::dispose(); in dispose()
740 UnoControlBase::createPeer( rxToolkit, rParentPeer ); in createPeer()
[all …]
H A Dtkspinbutton.cxx138 :UnoControlBase( i_factory ) in UnoSpinButtonControl()
152 Any aRet = UnoControlBase::queryAggregation( rType ); in queryAggregation()
159 …IMPLEMENT_FORWARD_XTYPEPROVIDER2( UnoSpinButtonControl, UnoControlBase, UnoSpinButtonControl_Base ) in IMPLEMENT_FORWARD_XTYPEPROVIDER2() argument
190 Sequence< ::rtl::OUString > aServices( UnoControlBase::getSupportedServiceNames() ); in getSupportedServiceNames()
H A Dtkscrollbar.cxx97 :UnoControlBase( i_factory ) in UnoScrollBarControl()
113 return (aRet.hasValue() ? aRet : UnoControlBase::queryAggregation( rType )); in queryAggregation()
120 UnoControlBase::getTypes()
H A Dunocontrolcontainer.cxx472 UnoControlBase::dispose(); in dispose()
484 UnoControlBase::disposing( _rEvt ); in disposing()
H A Dtabpagecontainer.cxx251 UnoControlBase::createPeer( rxToolkit, rParentPeer ); in createPeer()
H A Danimatedimages.cxx197 UnoControlBase::disposing( i_event ); in disposing()
H A Droadmapcontrol.cxx387 sal_Bool bReturn = UnoControlBase::setModel( _rModel ); in IMPLEMENT_FORWARD_XTYPEPROVIDER2()
/trunk/main/toolkit/inc/toolkit/controls/
H A Dunocontrols.hxx105 class TOOLKIT_DLLPUBLIC UnoEditControl :public UnoControlBase
130 …entObject& Source ) throw(::com::sun::star::uno::RuntimeException) { UnoControlBase::disposing( So… in disposing()
169 DECLIMPL_SERVICEINFO_DERIVED( UnoEditControl, UnoControlBase, szServiceName2_UnoControlEdit )
271 typedef ::cppu::AggImplInheritanceHelper4 < UnoControlBase
315 … DECLIMPL_SERVICEINFO_DERIVED( UnoButtonControl, UnoControlBase, szServiceName2_UnoControlButton )
352 typedef ::cppu::AggImplInheritanceHelper1 < UnoControlBase
377 …DECLIMPL_SERVICEINFO_DERIVED( UnoImageControlControl, UnoControlBase, szServiceName2_UnoControlIma…
410 typedef ::cppu::AggImplInheritanceHelper4 < UnoControlBase
430 …entObject& Source ) throw(::com::sun::star::uno::RuntimeException) { UnoControlBase::disposing( So… in disposing()
456 …DECLIMPL_SERVICEINFO_DERIVED( UnoRadioButtonControl, UnoControlBase, szServiceName2_UnoControlRadi…
[all …]
H A Dtkscrollbar.hxx67 class UnoScrollBarControl : public UnoControlBase,
78 …pe & rType ) throw(::com::sun::star::uno::RuntimeException) { return UnoControlBase::queryInterfac… in queryInterface()
83 …entObject& Source ) throw(::com::sun::star::uno::RuntimeException) { UnoControlBase::disposing( So… in disposing()
111 …DECLIMPL_SERVICEINFO_DERIVED( UnoScrollBarControl, UnoControlBase, szServiceName2_UnoControlScroll…
H A Dunocontrolbase.hxx35 class TOOLKIT_DLLPUBLIC UnoControlBase : public UnoControl class
38 UnoControlBase();
41UnoControlBase( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFacto… in UnoControlBase() function in UnoControlBase
H A Dtkspinbutton.hxx74 class UnoSpinButtonControl :public UnoControlBase
84 DECLARE_UNO3_AGG_DEFAULTS( UnoSpinButtonControl, UnoControlBase );
88 …entObject& Source ) throw(::com::sun::star::uno::RuntimeException) { UnoControlBase::disposing( So… in disposing()
H A Droadmapcontrol.hxx61 typedef UnoControlBase UnoControlRoadmap_Base;
169 …entObject& Source ) throw(::com::sun::star::uno::RuntimeException) { UnoControlBase::disposing( So… in disposing()
193 …DECLIMPL_SERVICEINFO_DERIVED( UnoRoadmapControl, UnoControlBase, szServiceName2_UnoControlRoadmap )
H A Dunocontrolcontainer.hxx45 typedef ::cppu::AggImplInheritanceHelper4 < UnoControlBase
113 …DECLIMPL_SERVICEINFO_DERIVED( UnoControlContainer, UnoControlBase, szServiceName2_UnoControlContai…
H A Danimatedimages.hxx49 typedef ::cppu::AggImplInheritanceHelper2 < UnoControlBase
H A Dtabpagecontainer.hxx134 …DECLIMPL_SERVICEINFO_DERIVED( UnoControlTabPageContainer, UnoControlBase, szServiceName_UnoControl…
H A Dcontrolmodelcontainerbase.hxx237 …DECLIMPL_SERVICEINFO_DERIVED( ControlContainerBase, UnoControlBase, "toolkit.ControlContainerBase"…
/trunk/main/toolkit/source/controls/grid/
H A Dgridcontrol.hxx80 typedef ::cppu::ImplInheritanceHelper2 < UnoControlBase
116 DECLIMPL_SERVICEINFO_DERIVED( UnoGridControl, UnoControlBase, szServiceName_GridControl )
H A Dgridcontrol.cxx310 UnoControlBase::createPeer( rxToolkit, rParentPeer ); in createPeer()
/trunk/main/toolkit/source/controls/tree/
H A Dtreecontrol.hxx72 typedef ::cppu::ImplInheritanceHelper1< UnoControlBase, ::com::sun::star::awt::tree::XTreeControl >…
123 DECLIMPL_SERVICEINFO_DERIVED( UnoTreeControl, UnoControlBase, szServiceName_TreeControl )
H A Dtreecontrol.cxx442 UnoControlBase::createPeer( rxToolkit, rParentPeer ); in createPeer()