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/source/ui/unoobj/
H A Dcellsuno.cxx819 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 ScUniqueCellFormatsObj
9619 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 …]
/trunk/main/sc/inc/
H A Dcellsuno.hxx1489 class ScUniqueCellFormatsObj : public cppu::WeakImplHelper3< class
1504 ScUniqueCellFormatsObj(ScDocShell* pDocSh, const ScRange& rR);
1505 virtual ~ScUniqueCellFormatsObj();

Completed in 67 milliseconds