Searched refs:ScUniqueCellFormatsObj (Results 1 – 5 of 5) sorted by relevance
1 "ScUniqueCellFormatsObj";"com::sun::star::container::XIndexAccess";"getCount()"2 "ScUniqueCellFormatsObj";"com::sun::star::container::XIndexAccess";"getByIndex()"3 "ScUniqueCellFormatsObj";"com::sun::star::container::XElementAccess";"getElementType()"4 "ScUniqueCellFormatsObj";"com::sun::star::container::XElementAccess";"hasElements()"5 "ScUniqueCellFormatsObj";"com::sun::star::container::XEnumerationAccess";"createEnumeration()"
47 public class ScUniqueCellFormatsObj extends TestCase { class
131 # -o sc.ScUniqueCellFormatsObj
819 SC_SIMPLE_SERVICE_INFO( ScUniqueCellFormatsObj, "ScUniqueCellFormatsObj", "com.sun.star.sheet.Uniqu…5965 return new ScUniqueCellFormatsObj( pDocSh, aRange ); in getUniqueCellFormatRanges()9607 ScUniqueCellFormatsObj::ScUniqueCellFormatsObj(ScDocShell* pDocSh, const ScRange& rRange) : in ScUniqueCellFormatsObj() function in ScUniqueCellFormatsObj9619 ScUniqueCellFormatsObj::~ScUniqueCellFormatsObj() in ~ScUniqueCellFormatsObj()9625 void ScUniqueCellFormatsObj::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify()9787 void ScUniqueCellFormatsObj::GetObjects_Impl() in GetObjects_Impl()9833 sal_Int32 SAL_CALL ScUniqueCellFormatsObj::getCount() throw(uno::RuntimeException) in getCount()9840 uno::Any SAL_CALL ScUniqueCellFormatsObj::getByIndex( sal_Int32 nIndex ) in getByIndex()9853 uno::Type SAL_CALL ScUniqueCellFormatsObj::getElementType() throw(uno::RuntimeException) in getElementType()9859 sal_Bool SAL_CALL ScUniqueCellFormatsObj::hasElements() throw(uno::RuntimeException) in hasElements()[all …]
1489 class ScUniqueCellFormatsObj : public cppu::WeakImplHelper3< class1504 ScUniqueCellFormatsObj(ScDocShell* pDocSh, const ScRange& rR);1505 virtual ~ScUniqueCellFormatsObj();
Completed in 90 milliseconds