Searched refs:ScCellCursorObj (Results 1 – 8 of 8) sorted by relevance
| /AOO42X/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" 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 D | cursuno.cxx | 52 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 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()
|
| /AOO42X/main/sc/inc/ |
| H A D | cursuno.hxx | 32 class ScCellCursorObj : public ScCellRangeObj, class 38 ScCellCursorObj(ScDocShell* pDocSh, const ScRange& rR); 39 virtual ~ScCellCursorObj();
|
| /AOO42X/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
|
| /AOO42X/main/sc/ |
| H A D | Package_xml.mk | 106 $(eval $(call gb_Package_add_file,sc_xml,xml/ScCellCursorObj.xml,ScCellCursorObj.xml))
|
| /AOO42X/main/qadevOOo/tests/java/mod/_sc/ |
| H A D | ScCellCursorObj.java | 105 public class ScCellCursorObj extends TestCase { class
|