Home
last modified time | relevance | path

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

/AOO42X/main/qadevOOo/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"
3 "ScCellCursorObj";"com::sun::star::table::CellProperties";"IsCellBackgroundTransparent"
4 "ScCellCursorObj";"com::sun::star::table::CellProperties";"HoriJustify"
5 "ScCellCursorObj";"com::sun::star::table::CellProperties";"VertJustify"
6 "ScCellCursorObj";"com::sun::star::table::CellProperties";"IsTextWrapped"
7 "ScCellCursorObj";"com::sun::star::table::CellProperties";"ParaIndent"
8 "ScCellCursorObj";"com::sun::star::table::CellProperties";"Orientation"
9 "ScCellCursorObj";"com::sun::star::table::CellProperties";"RotateAngle"
10 "ScCellCursorObj";"com::sun::star::table::CellProperties";"RotateReference"
[all …]
/AOO42X/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()
61 uno::Any SAL_CALL ScCellCursorObj::queryInterface( const uno::Type& rType ) throw(uno::RuntimeExcep… in queryInterface()
70 void SAL_CALL ScCellCursorObj::acquire() throw() in acquire()
75 void SAL_CALL ScCellCursorObj::release() throw() in release()
80 uno::Sequence<uno::Type> SAL_CALL ScCellCursorObj::getTypes() throw(uno::RuntimeException) in getTypes()
101 uno::Sequence<sal_Int8> SAL_CALL ScCellCursorObj::getImplementationId() throw(uno::RuntimeException) in getImplementationId()
114 void SAL_CALL ScCellCursorObj::collapseToCurrentRegion() throw(uno::RuntimeException) in collapseToCurrentRegion()
139 void SAL_CALL ScCellCursorObj::collapseToCurrentArray() throw(uno::RuntimeException) in collapseToCurrentArray()
171 void SAL_CALL ScCellCursorObj::collapseToMergedArea() throw(uno::RuntimeException) in collapseToMergedArea()
[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()
/AOO42X/main/sc/inc/
H A Dcursuno.hxx32 class ScCellCursorObj : public ScCellRangeObj, class
38 ScCellCursorObj(ScDocShell* pDocSh, const ScRange& rR);
39 virtual ~ScCellCursorObj();
/AOO42X/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
/AOO42X/main/sc/
H A DPackage_xml.mk106 $(eval $(call gb_Package_add_file,sc_xml,xml/ScCellCursorObj.xml,ScCellCursorObj.xml))
/AOO42X/main/qadevOOo/tests/java/mod/_sc/
H A DScCellCursorObj.java105 public class ScCellCursorObj extends TestCase { class