Searched refs:ScUniqueCellFormatsObj (Results 1 – 6 of 6) 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()"
78 $(eval $(call gb_Package_add_file,sc_xml,xml/ScUniqueCellFormatsObj.xml,ScUniqueCellFormatsObj.xml))
47 public class ScUniqueCellFormatsObj extends TestCase { class
131 # -o sc.ScUniqueCellFormatsObj
1219 class ScUniqueCellFormatsObj : public cppu::WeakImplHelper3< class1234 ScUniqueCellFormatsObj(ScDocShell* pDocSh, const ScRange& rR);1235 virtual ~ScUniqueCellFormatsObj();
819 SC_SIMPLE_SERVICE_INFO( ScUniqueCellFormatsObj, "ScUniqueCellFormatsObj", "com.sun.star.sheet.Uniqu…5863 return new ScUniqueCellFormatsObj( pDocSh, aRange ); in getUniqueCellFormatRanges()9428 ScUniqueCellFormatsObj::ScUniqueCellFormatsObj(ScDocShell* pDocSh, const ScRange& rRange) : in ScUniqueCellFormatsObj() function in ScUniqueCellFormatsObj9440 ScUniqueCellFormatsObj::~ScUniqueCellFormatsObj() in ~ScUniqueCellFormatsObj()9446 void ScUniqueCellFormatsObj::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify()9608 void ScUniqueCellFormatsObj::GetObjects_Impl() in GetObjects_Impl()9654 sal_Int32 SAL_CALL ScUniqueCellFormatsObj::getCount() in getCount()9661 uno::Any SAL_CALL ScUniqueCellFormatsObj::getByIndex( sal_Int32 nIndex ) in getByIndex()9672 uno::Type SAL_CALL ScUniqueCellFormatsObj::getElementType() in getElementType()9678 sal_Bool SAL_CALL ScUniqueCellFormatsObj::hasElements() in hasElements()[all …]