Home
last modified time | relevance | path

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

/aoo41x/main/sfx2/source/view/
H A Dsfxbasecontroller.cxx241 class SfxStatusIndicator : public ::cppu::WeakImplHelper2< ::com::sun::star::task::XStatusIndicator… class
251 SfxStatusIndicator(SfxBaseController* pController, SfxWorkWindow* pWork) in SfxStatusIndicator() function in SfxStatusIndicator
272 void SAL_CALL SfxStatusIndicator::start(const ::rtl::OUString& aText, sal_Int32 nRange) throw(::com… in start()
291 void SAL_CALL SfxStatusIndicator::end(void) throw(::com::sun::star::uno::RuntimeException) in end()
306 void SAL_CALL SfxStatusIndicator::setText(const ::rtl::OUString& aText) throw(::com::sun::star::uno… in setText()
321 void SAL_CALL SfxStatusIndicator::setValue( sal_Int32 nValue ) throw(::com::sun::star::uno::Runtime… in setValue()
340 void SAL_CALL SfxStatusIndicator::reset() throw(::com::sun::star::uno::RuntimeException) in reset()
355 void SAL_CALL SfxStatusIndicator::disposing( const com::sun::star::lang::EventObject& /*Source*/ ) … in disposing()
1147 …m_pData->m_xIndicator = new SfxStatusIndicator( this, m_pData->m_pViewShell->GetViewFrame()->GetFr… in getStatusIndicator()

Completed in 26 milliseconds