Lines Matching refs:ScCellFieldsObj

107 SC_SIMPLE_SERVICE_INFO( ScCellFieldsObj, "ScCellFieldsObj", "com.sun.star.text.TextFields" )
239 ScCellFieldsObj::ScCellFieldsObj(ScDocShell* pDocSh, const ScAddress& rPos) : in ScCellFieldsObj() function in ScCellFieldsObj
249 ScCellFieldsObj::~ScCellFieldsObj() in ~ScCellFieldsObj()
271 void ScCellFieldsObj::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify()
290 ScCellFieldObj* ScCellFieldsObj::GetObjectByIndex_Impl(sal_Int32 Index) const in GetObjectByIndex_Impl()
306 sal_Int32 SAL_CALL ScCellFieldsObj::getCount() throw(uno::RuntimeException) in getCount()
317 uno::Any SAL_CALL ScCellFieldsObj::getByIndex( sal_Int32 nIndex ) in getByIndex()
330 uno::Type SAL_CALL ScCellFieldsObj::getElementType() throw(uno::RuntimeException) in getElementType()
336 sal_Bool SAL_CALL ScCellFieldsObj::hasElements() throw(uno::RuntimeException) in hasElements()
342 uno::Reference<container::XEnumeration> SAL_CALL ScCellFieldsObj::createEnumeration() in createEnumeration()
349 void SAL_CALL ScCellFieldsObj::addContainerListener( in addContainerListener()
356 void SAL_CALL ScCellFieldsObj::removeContainerListener( in removeContainerListener()
364 void SAL_CALL ScCellFieldsObj::refresh( ) in refresh()
378 … aEvent.Source.set(uno::Reference< util::XRefreshable >(const_cast<ScCellFieldsObj*>(this))); in refresh()
403 void SAL_CALL ScCellFieldsObj::addRefreshListener( const uno::Reference< util::XRefreshListener >& … in addRefreshListener()
415 void SAL_CALL ScCellFieldsObj::removeRefreshListener( const uno::Reference<util::XRefreshListener >… in removeRefreshListener()