Home
last modified time | relevance | path

Searched refs:ScCellFormatsObj (Results 1 – 7 of 7) sorted by relevance

/aoo42x/main/qadevOOo/objdsc/sc/
H A Dcom.sun.star.comp.office.ScCellFormatsObj.csv1 "ScCellFormatsObj";"com::sun::star::container::XIndexAccess";"getCount()"
2 "ScCellFormatsObj";"com::sun::star::container::XIndexAccess";"getByIndex()"
3 "ScCellFormatsObj";"com::sun::star::container::XElementAccess";"getElementType()"
4 "ScCellFormatsObj";"com::sun::star::container::XElementAccess";"hasElements()"
5 "ScCellFormatsObj";"com::sun::star::container::XEnumerationAccess";"createEnumeration()"
/aoo42x/main/sc/
H A DPackage_xml.mk129 $(eval $(call gb_Package_add_file,sc_xml,xml/ScCellFormatsObj.xml,ScCellFormatsObj.xml))
/aoo42x/main/qadevOOo/tests/java/mod/_sc/
H A DScCellFormatsObj.java60 public class ScCellFormatsObj extends TestCase { class
/aoo42x/main/sc/qa/unoapi/
H A Dsc.sce49 -o sc.ScCellFormatsObj
/aoo42x/main/sc/source/ui/unoobj/
H A Dcellsuno.cxx817 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()
[all …]
/aoo42x/main/framework/qa/complex/api_internal/
H A Dapi.lst82 job84=sc.ScCellFormatsObj
/aoo42x/main/sc/inc/
H A Dcellsuno.hxx1403 class ScCellFormatsObj : public cppu::WeakImplHelper3< class
1417 ScCellFormatsObj(ScDocShell* pDocSh, const ScRange& rR);
1418 virtual ~ScCellFormatsObj();

Completed in 86 milliseconds