Home
last modified time | relevance | path

Searched refs:ScCellCursorObj (Results 1 – 8 of 8) sorted by relevance

/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/objdsc/sc/
H A Dcom.sun.star.comp.office.ScCellCursorObj.csv1 "ScCellCursorObj";"com::sun::star::table::CellProperties";"CellStyle#optional"
2 "ScCellCursorObj";"com::sun::star::table::CellProperties";"CellBackColor"
4 "ScCellCursorObj";"com::sun::star::table::CellProperties";"HoriJustify"
5 "ScCellCursorObj";"com::sun::star::table::CellProperties";"VertJustify"
7 "ScCellCursorObj";"com::sun::star::table::CellProperties";"ParaIndent"
8 "ScCellCursorObj";"com::sun::star::table::CellProperties";"Orientation"
13 "ScCellCursorObj";"com::sun::star::table::CellProperties";"TopBorder"
24 "ScCellCursorObj";"com::sun::star::util::XMergeable";"merge()"
27 "ScCellCursorObj";"com::sun::star::util::XSearchable";"findAll()"
29 "ScCellCursorObj";"com::sun::star::util::XSearchable";"findNext()"
[all …]
/trunk/main/sc/source/ui/unoobj/
H A Dcursuno.cxx52 ScCellCursorObj::ScCellCursorObj(ScDocShell* pDocSh, const ScRange& rR) : in ScCellCursorObj() function in ScCellCursorObj
57 ScCellCursorObj::~ScCellCursorObj() in ~ScCellCursorObj()
70 void SAL_CALL ScCellCursorObj::acquire() throw() in acquire()
75 void SAL_CALL ScCellCursorObj::release() throw() in release()
251 void SAL_CALL ScCellCursorObj::gotoStartOfUsedArea( sal_Bool bExpand ) in gotoStartOfUsedArea()
279 void SAL_CALL ScCellCursorObj::gotoEndOfUsedArea( sal_Bool bExpand ) in gotoEndOfUsedArea()
309 void SAL_CALL ScCellCursorObj::gotoStart() throw(uno::RuntimeException) in gotoStart()
337 void SAL_CALL ScCellCursorObj::gotoEnd() throw(uno::RuntimeException) in gotoEnd()
365 void SAL_CALL ScCellCursorObj::gotoNext() throw(uno::RuntimeException) in gotoNext()
387 void SAL_CALL ScCellCursorObj::gotoPrevious() throw(uno::RuntimeException) in gotoPrevious()
[all …]
H A Dcellsuno.cxx7063 return new ScCellCursorObj( pDocSh, ScRange( 0,0,nTab, MAXCOL,MAXROW,nTab ) ); in createCursor()
7081 return new ScCellCursorObj( pDocSh, *rRanges.GetObject(0) ); in createCursorByRange()
/trunk/main/sc/inc/
H A Dcursuno.hxx32 class ScCellCursorObj : public ScCellRangeObj, class
38 ScCellCursorObj(ScDocShell* pDocSh, const ScRange& rR);
39 virtual ~ScCellCursorObj();
/trunk/main/sc/qa/unoapi/
H A Dknownissues.xcl97 sc.ScCellCursorObj::com::sun::star::style::ParagraphProperties
163 sc.ScCellCursorObj::com::sun::star::table::XAutoFormattable
H A Dsc.sce45 -o sc.ScCellCursorObj
/trunk/main/sc/
H A DPackage_xml.mk106 $(eval $(call gb_Package_add_file,sc_xml,xml/ScCellCursorObj.xml,ScCellCursorObj.xml))
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScCellCursorObj.java105 public class ScCellCursorObj extends TestCase { class

Completed in 192 milliseconds