Searched refs:ScSheetEventsObj (Results 1 – 4 of 4) sorted by relevance
38 SC_SIMPLE_SERVICE_INFO( ScSheetEventsObj, "ScSheetEventsObj", "com.sun.star.document.Events" )42 ScSheetEventsObj::ScSheetEventsObj(ScDocShell* pDocSh, SCTAB nT) : in ScSheetEventsObj() function in ScSheetEventsObj49 ScSheetEventsObj::~ScSheetEventsObj() in ~ScSheetEventsObj()55 void ScSheetEventsObj::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify()76 void SAL_CALL ScSheetEventsObj::replaceByName( const rtl::OUString& aName, const uno::Any& aElement… in replaceByName()129 uno::Any SAL_CALL ScSheetEventsObj::getByName( const rtl::OUString& aName ) in getByName()161 uno::Sequence<rtl::OUString> SAL_CALL ScSheetEventsObj::getElementNames() throw(uno::RuntimeExcepti… in getElementNames()170 sal_Bool SAL_CALL ScSheetEventsObj::hasByName( const ::rtl::OUString& aName ) throw(uno::RuntimeExc… in hasByName()179 uno::Type SAL_CALL ScSheetEventsObj::getElementType() throw(uno::RuntimeException) in getElementType()185 sal_Bool SAL_CALL ScSheetEventsObj::hasElements() throw(uno::RuntimeException) in hasElements()
8240 return new ScSheetEventsObj( pDocSh, GetTab_Impl() ); in getEvents()
36 class ScSheetEventsObj : public cppu::WeakImplHelper2< class46 ScSheetEventsObj(ScDocShell* pDocSh, SCTAB nT);47 virtual ~ScSheetEventsObj();
803 … uno::Reference<container::XNameReplace> xEvents( new ScSheetEventsObj( pDocSh, nCurrentTab ) ); in ExecuteTable()
Completed in 121 milliseconds