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()
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()
173 sal_uInt32 UnoControlBase::ImplGetPropertyValue_UINT32( sal_uInt16 nProp ) in ImplGetPropertyValue_UINT32()
184 double UnoControlBase::ImplGetPropertyValue_DOUBLE( sal_uInt16 nProp ) in ImplGetPropertyValue_DOUBLE()
206 ::com::sun::star::awt::Size UnoControlBase::Impl_getMinimumSize() in Impl_getMinimumSize()
[all …]
H A Dunocontrols.cxx146 :UnoControlBase( i_factory ) in UnoEditControl()
174 UnoControlBase::acquire(); in acquire()
179 UnoControlBase::release(); in release()
735 UnoControlBase::dispose(); in dispose()
1029 UnoControlBase::dispose(); in dispose()
1238 UnoControlBase::dispose(); in dispose()
1414 :UnoControlBase( i_factory ) in UnoFixedHyperlinkControl()
1439 UnoControlBase::getTypes()
1596 :UnoControlBase( i_factory ) in UnoFixedTextControl()
1729 :UnoControlBase( i_factory ) in UnoGroupBoxControl()
[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
271 typedef ::cppu::AggImplInheritanceHelper4 < UnoControlBase
352 typedef ::cppu::AggImplInheritanceHelper1 < UnoControlBase
410 typedef ::cppu::AggImplInheritanceHelper4 < UnoControlBase
488 typedef ::cppu::AggImplInheritanceHelper4 < UnoControlBase
569 class UnoFixedHyperlinkControl : public UnoControlBase,
644 class UnoFixedTextControl : public UnoControlBase,
709 class UnoGroupBoxControl : public UnoControlBase
830 typedef ::cppu::AggImplInheritanceHelper5 < UnoControlBase
1442 class UnoProgressBarControl : public UnoControlBase,
[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()

Completed in 124 milliseconds