Searched refs:ScCellFormatsObj (Results 1 – 7 of 7) sorted by relevance
1 "ScCellFormatsObj";"com::sun::star::container::XIndexAccess";"getCount()"2 "ScCellFormatsObj";"com::sun::star::container::XIndexAccess";"getByIndex()"3 "ScCellFormatsObj";"com::sun::star::container::XElementAccess";"getElementType()"4 "ScCellFormatsObj";"com::sun::star::container::XElementAccess";"hasElements()"5 "ScCellFormatsObj";"com::sun::star::container::XEnumerationAccess";"createEnumeration()"
129 $(eval $(call gb_Package_add_file,sc_xml,xml/ScCellFormatsObj.xml,ScCellFormatsObj.xml))
60 public class ScCellFormatsObj extends TestCase { class
49 -o sc.ScCellFormatsObj
817 SC_SIMPLE_SERVICE_INFO( ScCellFormatsObj, "ScCellFormatsObj", "com.sun.star.sheet.CellFormatRanges"…5953 return new ScCellFormatsObj( pDocSh, aRange ); in getCellFormatRanges()9376 ScCellFormatsObj::ScCellFormatsObj(ScDocShell* pDocSh, const ScRange& rRange) : in ScCellFormatsObj() function in ScCellFormatsObj9386 ScCellFormatsObj::~ScCellFormatsObj() in ~ScCellFormatsObj()9392 void ScCellFormatsObj::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify()9405 ScCellRangeObj* ScCellFormatsObj::GetObjectByIndex_Impl(long nIndex) const in GetObjectByIndex_Impl()9439 sal_Int32 SAL_CALL ScCellFormatsObj::getCount() throw(uno::RuntimeException) in getCount()9460 uno::Any SAL_CALL ScCellFormatsObj::getByIndex( sal_Int32 nIndex ) in getByIndex()9474 uno::Type SAL_CALL ScCellFormatsObj::getElementType() throw(uno::RuntimeException) in getElementType()9480 sal_Bool SAL_CALL ScCellFormatsObj::hasElements() throw(uno::RuntimeException) in hasElements()[all …]
82 job84=sc.ScCellFormatsObj
1403 class ScCellFormatsObj : public cppu::WeakImplHelper3< class1417 ScCellFormatsObj(ScDocShell* pDocSh, const ScRange& rR);1418 virtual ~ScCellFormatsObj();
Completed in 80 milliseconds