Home
last modified time | relevance | path

Searched refs:ScAddInResult (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sc/workben/
H A Dresult.cxx43 ScAddInResult::ScAddInResult(const String& rStr) : in ScAddInResult() function in ScAddInResult
48 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() argument
79 IMPL_LINK_INLINE_END( ScAddInResult, TimeoutHdl, Timer*, pT ) in IMPL_LINK_INLINE_END() argument
81 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()
H A Dresult.hxx42 class ScAddInResult : public cppu::WeakImplHelper1< class
56 ScAddInResult(const String& rStr);
57 virtual ~ScAddInResult();
H A Daddin.cxx551 xNumResult = new ScAddInResult( "Num" ); in callAsync()
557 xAlphaResult = new ScAddInResult( "Str" ); in callAsync()

Completed in 24 milliseconds