Home
last modified time | relevance | path

Searched refs:OGeometryControlModel_Base (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/toolkit/source/controls/
H A Dgeometrycontrolmodel.cxx82OGeometryControlModel_Base::OGeometryControlModel_Base(::com::sun::star::uno::XAggregation* _pAggr… in OGeometryControlModel_Base() function in OGeometryControlModel_Base
114OGeometryControlModel_Base::OGeometryControlModel_Base(Reference< XCloneable >& _rxAggregateInstan… in OGeometryControlModel_Base() function in OGeometryControlModel_Base
147 Sequence< Type > SAL_CALL OGeometryControlModel_Base::getTypes( ) throw (RuntimeException) in getTypes()
180 void OGeometryControlModel_Base::registerProperties() in registerProperties()
195 …::com::sun::star::uno::Any OGeometryControlModel_Base::ImplGetDefaultValueByHandle(sal_Int32 nHand… in ImplGetDefaultValueByHandle()
217 …::com::sun::star::uno::Any OGeometryControlModel_Base::ImplGetPropertyValueByHandle(sal_Int32 nHan… in ImplGetPropertyValueByHandle()
239 …void OGeometryControlModel_Base::ImplSetPropertyValueByHandle(sal_Int32 nHandle, const :: com::sun… in ImplSetPropertyValueByHandle()
257 …Any SAL_CALL OGeometryControlModel_Base::queryAggregation( const Type& _rType ) throw(RuntimeExcep… in queryAggregation()
282 …Any SAL_CALL OGeometryControlModel_Base::queryInterface( const Type& _rType ) throw(RuntimeExcepti… in queryInterface()
288 void SAL_CALL OGeometryControlModel_Base::acquire( ) throw() in acquire()
[all …]
H A Dcontrolmodelcontainerbase.cxx338 OGeometryControlModel_Base* pNewModel = NULL; in createInstance()
/AOO41X/main/toolkit/inc/toolkit/controls/
H A Dgeometrycontrolmodel.hxx55 class OGeometryControlModel_Base class
91 OGeometryControlModel_Base(::com::sun::star::uno::XAggregation* _pAggregateInstance);
98OGeometryControlModel_Base(::com::sun::star::uno::Reference< ::com::sun::star::util::XCloneable >&…
107 ~OGeometryControlModel_Base();
153 virtual OGeometryControlModel_Base* createClone_Impl(
180 :public OGeometryControlModel_Base
200 virtual OGeometryControlModel_Base* createClone_Impl(
214 :public OGeometryControlModel_Base
240 virtual OGeometryControlModel_Base* createClone_Impl(
H A Dgeometrycontrolmodel_impl.hxx32 :OGeometryControlModel_Base(new CONTROLMODEL( i_factory ) ) in OGeometryControlModel()
45 :OGeometryControlModel_Base(_rxAggregateInstance) in OGeometryControlModel()
86 OGeometryControlModel_Base* OGeometryControlModel<CONTROLMODEL>::createClone_Impl( in createClone_Impl()