Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/ui/unoobj/
H A Deventuno.cxx38 SC_SIMPLE_SERVICE_INFO( ScSheetEventsObj, "ScSheetEventsObj", "com.sun.star.document.Events" )
42 ScSheetEventsObj::ScSheetEventsObj(ScDocShell* pDocSh, SCTAB nT) : in ScSheetEventsObj() function in ScSheetEventsObj
49 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()
H A Dcellsuno.cxx8240 return new ScSheetEventsObj( pDocSh, GetTab_Impl() ); in getEvents()
/aoo4110/main/sc/inc/
H A Deventuno.hxx36 class ScSheetEventsObj : public cppu::WeakImplHelper2< class
46 ScSheetEventsObj(ScDocShell* pDocSh, SCTAB nT);
47 virtual ~ScSheetEventsObj();
/aoo4110/main/sc/source/ui/view/
H A Dtabvwshf.cxx803 … uno::Reference<container::XNameReplace> xEvents( new ScSheetEventsObj( pDocSh, nCurrentTab ) ); in ExecuteTable()

Completed in 77 milliseconds