Home
last modified time | relevance | path

Searched refs:AnimatedImagesControlModel (Results 1 – 8 of 8) sorted by relevance

/AOO41X/main/toolkit/source/controls/
H A Danimatedimages.cxx239AnimatedImagesControlModel::AnimatedImagesControlModel( Reference< XMultiServiceFactory > const & … in AnimatedImagesControlModel() function in toolkit::AnimatedImagesControlModel
256AnimatedImagesControlModel::AnimatedImagesControlModel( const AnimatedImagesControlModel& i_copySo… in AnimatedImagesControlModel() function in toolkit::AnimatedImagesControlModel
263 AnimatedImagesControlModel::~AnimatedImagesControlModel() in ~AnimatedImagesControlModel()
268 UnoControlModel* AnimatedImagesControlModel::Clone() const in Clone()
270 return new AnimatedImagesControlModel( *this ); in Clone()
274 …Reference< XPropertySetInfo > SAL_CALL AnimatedImagesControlModel::getPropertySetInfo( ) throw(Ru… in getPropertySetInfo()
281 ::rtl::OUString SAL_CALL AnimatedImagesControlModel::getServiceName() throw(RuntimeException) in getServiceName()
287 …::rtl::OUString SAL_CALL AnimatedImagesControlModel::getImplementationName( ) throw(RuntimeExcept… in getImplementationName()
293 …Sequence< ::rtl::OUString > SAL_CALL AnimatedImagesControlModel::getSupportedServiceNames() throw(… in getSupportedServiceNames()
302 …void SAL_CALL AnimatedImagesControlModel::setFastPropertyValue_NoBroadcast( sal_Int32 i_handle, co… in setFastPropertyValue_NoBroadcast()
[all …]
/AOO41X/main/toolkit/inc/toolkit/controls/
H A Danimatedimages.hxx90 class AnimatedImagesControlModel : public AnimatedImagesControlModel_Base class
93AnimatedImagesControlModel( ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServic…
94AnimatedImagesControlModel( const AnimatedImagesControlModel& i_copySource );
126 ~AnimatedImagesControlModel();
H A Dspinningprogress.hxx40 typedef AnimatedImagesControlModel SpinningProgressControlModel_Base;
/AOO41X/main/offapi/com/sun/star/awt/
H A DSpinningProgressControlModel.idl27 #include <com/sun/star/awt/AnimatedImagesControlModel.idl>
35 /** is a specialization of the <type>AnimatedImagesControlModel</type>.
44 service AnimatedImagesControlModel;
H A DAnimatedImagesControlModel.idl41 published service AnimatedImagesControlModel
H A DAnimatedImagesControl.idl37 /** is the default control used for an <type>AnimatedImagesControlModel</type>, displayed a series …
H A Dmakefile.mk328 AnimatedImagesControlModel.idl \
/AOO41X/main/toolkit/source/helper/
H A Dregisterservices.cxx203 IMPL_CREATEINSTANCE2( AnimatedImagesControlModel )
311 …GET_FACTORY_WITH_IMPL_PREFIX( AnimatedImagesControlModel, "org.openoffice.comp.toolkit", szService… in component_getFactory()