Home
last modified time | relevance | path

Searched refs:ScUniqueCellFormatsObj (Results 1 – 6 of 6) sorted by relevance

/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sc/
H A Dcom.sun.star.comp.office.ScUniqueCellFormatsObj.csv1 "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()"
/trunk/main/sc/
H A DPackage_xml.mk78 $(eval $(call gb_Package_add_file,sc_xml,xml/ScUniqueCellFormatsObj.xml,ScUniqueCellFormatsObj.xml))
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScUniqueCellFormatsObj.java47 public class ScUniqueCellFormatsObj extends TestCase { class
/trunk/main/sc/qa/unoapi/
H A Dsc.sce131 # -o sc.ScUniqueCellFormatsObj
/trunk/main/sc/inc/
H A Dcellsuno.hxx1219 class ScUniqueCellFormatsObj : public cppu::WeakImplHelper3< class
1234 ScUniqueCellFormatsObj(ScDocShell* pDocSh, const ScRange& rR);
1235 virtual ~ScUniqueCellFormatsObj();
/trunk/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx819 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 ScUniqueCellFormatsObj
9440 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 …]