Lines Matching refs: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 ScCellFormatsObj
9386 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()
9488 uno::Reference<container::XEnumeration> SAL_CALL ScCellFormatsObj::createEnumeration() in createEnumeration()