Searched refs:ScCellCursorObj (Results 1 – 7 of 7) sorted by relevance
/aoo4110/main/qadevOOo/objdsc/sc/ |
H A D | com.sun.star.comp.office.ScCellCursorObj.csv | 1 "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 …]
|
/aoo4110/main/sc/source/ui/unoobj/ |
H A D | cursuno.cxx | 52 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 D | cellsuno.cxx | 7063 return new ScCellCursorObj( pDocSh, ScRange( 0,0,nTab, MAXCOL,MAXROW,nTab ) ); in createCursor() 7081 return new ScCellCursorObj( pDocSh, *rRanges.GetObject(0) ); in createCursorByRange()
|
/aoo4110/main/sc/inc/ |
H A D | cursuno.hxx | 32 class ScCellCursorObj : public ScCellRangeObj, class 38 ScCellCursorObj(ScDocShell* pDocSh, const ScRange& rR); 39 virtual ~ScCellCursorObj();
|
/aoo4110/main/sc/qa/unoapi/ |
H A D | knownissues.xcl | 97 sc.ScCellCursorObj::com::sun::star::style::ParagraphProperties 163 sc.ScCellCursorObj::com::sun::star::table::XAutoFormattable
|
H A D | sc.sce | 45 -o sc.ScCellCursorObj
|
/aoo4110/main/qadevOOo/tests/java/mod/_sc/ |
H A D | ScCellCursorObj.java | 105 public class ScCellCursorObj extends TestCase { class
|
Completed in 71 milliseconds