Searched refs:ScAddInResult (Results 1 – 3 of 3) sorted by relevance
43 ScAddInResult::ScAddInResult(const String& rStr) : in ScAddInResult() function in ScAddInResult48 aTimer.SetTimeoutHdl( LINK( this, ScAddInResult, TimeoutHdl ) ); in ScAddInResult()52 void ScAddInResult::NewValue() in NewValue()73 IMPL_LINK_INLINE_START( ScAddInResult, TimeoutHdl, Timer*, pT ) in IMPL_LINK_INLINE_START() argument79 IMPL_LINK_INLINE_END( ScAddInResult, TimeoutHdl, Timer*, pT ) in IMPL_LINK_INLINE_END() argument81 ScAddInResult::~ScAddInResult() in IMPL_LINK_INLINE_END()87 void SAL_CALL ScAddInResult::addResultListener( const ::com::sun::star::uno::Reference< ::com::sun:… in addResultListener()100 void SAL_CALL ScAddInResult::removeResultListener( const ::com::sun::star::uno::Reference< ::com::s… in removeResultListener()
42 class ScAddInResult : public cppu::WeakImplHelper1< class56 ScAddInResult(const String& rStr);57 virtual ~ScAddInResult();
551 xNumResult = new ScAddInResult( "Num" ); in callAsync()557 xAlphaResult = new ScAddInResult( "Str" ); in callAsync()
Completed in 15 milliseconds