Searched refs:ScCellFieldsObj (Results 1 – 9 of 9) sorted by relevance
1 "ScCellFieldsObj";"com::sun::star::util::XRefreshable";"refresh()"2 "ScCellFieldsObj";"com::sun::star::util::XRefreshable";"addRefreshListener()"3 "ScCellFieldsObj";"com::sun::star::util::XRefreshable";"removeRefreshListener()"4 "ScCellFieldsObj";"com::sun::star::container::XElementAccess";"getElementType()"5 "ScCellFieldsObj";"com::sun::star::container::XElementAccess";"hasElements()"6 "ScCellFieldsObj";"com::sun::star::container::XEnumerationAccess";"createEnumeration()"
239 ScCellFieldsObj::ScCellFieldsObj(ScDocShell* pDocSh, const ScAddress& rPos) : in ScCellFieldsObj() function in ScCellFieldsObj249 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()349 void SAL_CALL ScCellFieldsObj::addContainerListener( in addContainerListener()356 void SAL_CALL ScCellFieldsObj::removeContainerListener( in removeContainerListener()[all …]
6693 return new ScCellFieldsObj( pDocSh, aCellPos ); in getTextFields()
56 class ScCellFieldsObj : public cppu::WeakImplHelper5< class76 ScCellFieldsObj(ScDocShell* pDocSh, const ScAddress& rPos);77 virtual ~ScCellFieldsObj();
63 $(eval $(call gb_Package_add_file,sc_xml,xml/ScCellFieldsObj.xml,ScCellFieldsObj.xml))
23 job=sc.ScCellFieldsObj
80 job82=sc.ScCellFieldsObj
66 public class ScCellFieldsObj extends TestCase { class
47 -o sc.ScCellFieldsObj
Completed in 74 milliseconds