| /AOO41X/main/qadevOOo/objdsc/sc/ |
| H A D | com.sun.star.comp.office.ScCellRangeObj.csv | 1 "ScCellRangeObj";"com::sun::star::table::CellProperties";"CellStyle#optional" 2 "ScCellRangeObj";"com::sun::star::table::CellProperties";"CellBackColor" 3 "ScCellRangeObj";"com::sun::star::table::CellProperties";"IsCellBackgroundTransparent" 4 "ScCellRangeObj";"com::sun::star::table::CellProperties";"HoriJustify" 5 "ScCellRangeObj";"com::sun::star::table::CellProperties";"VertJustify" 6 "ScCellRangeObj";"com::sun::star::table::CellProperties";"IsTextWrapped" 7 "ScCellRangeObj";"com::sun::star::table::CellProperties";"ParaIndent" 8 "ScCellRangeObj";"com::sun::star::table::CellProperties";"Orientation" 9 "ScCellRangeObj";"com::sun::star::table::CellProperties";"RotateAngle" 10 "ScCellRangeObj";"com::sun::star::table::CellProperties";"RotateReference" [all …]
|
| /AOO41X/main/sc/source/ui/unoobj/ |
| H A D | cursuno.cxx | 53 ScCellRangeObj( pDocSh, rR ) in ScCellCursorObj() 67 return ScCellRangeObj::queryInterface( rType ); in queryInterface() 72 ScCellRangeObj::acquire(); in acquire() 77 ScCellRangeObj::release(); in release() 85 uno::Sequence<uno::Type> aParentTypes(ScCellRangeObj::getTypes()); in getTypes() 439 return ScCellRangeObj::getSpreadsheet(); in getSpreadsheet() 449 return ScCellRangeObj::getCellByPosition(nColumn,nRow); in getCellByPosition() 457 return ScCellRangeObj::getCellRangeByPosition(nLeft,nTop,nRight,nBottom); in getCellRangeByPosition() 464 return ScCellRangeObj::getCellRangeByName(rRange); in getCellRangeByName() 480 ScCellRangeObj::supportsService(rServiceName); in supportsService() [all …]
|
| H A D | cellsuno.cxx | 4206 ScCellRangeObj* ScCellRangesObj::GetObjectByIndex_Impl(sal_Int32 nIndex) const in GetObjectByIndex_Impl() 4216 return new ScCellRangeObj( pDocSh, aRange ); in GetObjectByIndex_Impl() 4622 xRange.set(new ScCellRangeObj( pDocSh, aRange )); in getByName() 4758 uno::Reference<table::XCellRange> ScCellRangeObj::CreateRangeFromDoc( ScDocument* pDoc, const ScRan… in CreateRangeFromDoc() 4762 return new ScCellRangeObj( (ScDocShell*) pObjSh, rR ); in CreateRangeFromDoc() 4768 ScCellRangeObj::ScCellRangeObj(ScDocShell* pDocSh, const ScRange& rR) : in ScCellRangeObj() function in ScCellRangeObj 4776 ScCellRangeObj::~ScCellRangeObj() in ~ScCellRangeObj() 4780 void ScCellRangeObj::RefChanged() in RefChanged() 4794 uno::Any SAL_CALL ScCellRangeObj::queryInterface( const uno::Type& rType ) in queryInterface() 4820 void SAL_CALL ScCellRangeObj::acquire() throw() in acquire() [all …]
|
| H A D | docuno.cxx | 2265 xRangeObj.set( new ScCellRangeObj( pDocShell, aRange ) ); in NotifyChanges() 2322 … xTarget.set( static_cast<cppu::OWeakObject*>( new ScCellRangeObj( pDocShell, aRange ) ) ); in NotifyChanges() 2745 …uno::Reference<table::XCellRange> xSheet(static_cast<ScCellRangeObj*>(GetObjectByIndex_Impl((sal_u… in getCellByPosition() 2756 …uno::Reference<table::XCellRange> xSheet(static_cast<ScCellRangeObj*>(GetObjectByIndex_Impl((sal_u… in getCellRangeByPosition() 2781 xRet[nIndex] = new ScCellRangeObj(pDocShell, *pRange); in getCellRangesByName() 3378 uno::Reference<beans::XPropertySet> xRangeObj = new ScCellRangeObj( pDocShell, aRange ); in setPropertyValue() 3435 uno::Reference<beans::XPropertySet> xRangeObj = new ScCellRangeObj( pDocShell, aRange ); in getPropertyValue()
|
| H A D | viewuno.cxx | 314 return new ScCellRangeObj( pDocSh, aRange ); in getReferredCells() 950 pObj = new ScCellRangeObj( pDocSh, aRange ); in getSelection() 972 pObj = new ScCellRangeObj( pDocSh, rRange ); in getSelection()
|
| H A D | nameuno.cxx | 405 return new ScCellRangeObj( pDocShell, aRange ); in getReferredCells()
|
| H A D | datauno.cxx | 1958 return new ScCellRangeObj( pDocShell, aRange ); in getReferredCells()
|
| /AOO41X/main/sc/source/ui/vba/ |
| H A D | vbafont.hxx | 35 class ScCellRangeObj; 42 ScCellRangeObj* mpRangeObj; 50 … ScCellRangeObj* pRangeObj = 0, bool bFormControl = false ) throw ( css::uno::RuntimeException );
|
| H A D | vbarange.cxx | 234 … uno::Reference< table::XCellRange > xTmpRange( new ScCellRangeObj( pDoc, *aCellRanges.First() ) ); in lcl_makeXRangeFromSheetCellRanges() 255 ScCellRangeObj* ScVbaRange::getCellRangeObj() throw ( uno::RuntimeException ) in getCellRangeObj() 257 return dynamic_cast< ScCellRangeObj* >( getCellRangesBase() ); in getCellRangeObj() 1237 … uno::Reference< table::XCellRange > xRange( new ScCellRangeObj( pDocSh, *aCellRanges.First() ) ); in getRangeForName() 1911 …uno::Reference< table::XCellRange > xRange( new ScCellRangeObj( pUnoRangesBase->GetDocShell(), *aC… in Offset() 2110 ScCellRangeObj* pRangeObj = NULL; in Font() 2352 …uno::Reference< table::XCellRange > xRange( new ScCellRangeObj( pUnoRangesBase->GetDocShell(), aRa… in Rows() 2400 …uno::Reference< table::XCellRange > xRange( new ScCellRangeObj( pUnoRangesBase->GetDocShell(), aRa… in Columns() 2745 xCellRange = new ScCellRangeObj( getScDocShell(), aNew ); in Range() 2886 …uno::Reference< table::XCellRange > xRange( new ScCellRangeObj( pUnoRangesBase->GetDocShell(), *aC… in getEntireColumnOrRow() [all …]
|
| H A D | vbarange.hxx | 55 class ScCellRangeObj; 116 ScCellRangeObj* getCellRangeObj( ) throw ( css::uno::RuntimeException );
|
| H A D | vbafont.cxx | 48 ScCellRangeObj* pRangeObj, bool bFormControl ) throw ( uno::RuntimeException ) : in ScVbaFont()
|
| H A D | vbahelper.cxx | 746 ScVbaCellRangeAccess::GetDataSet( ScCellRangeObj* pRangeObj ) in GetDataSet()
|
| H A D | vbaapplication.cxx | 944 …uno::Reference< table::XCellRange > xRange( new ScCellRangeObj( pDocShell, *aCellRanges.First() ) … in lclCreateVbaRange()
|
| /AOO41X/main/sc/inc/ |
| H A D | cellsuno.hxx | 102 class ScCellRangeObj; 490 ScCellRangeObj* GetObjectByIndex_Impl(sal_Int32 nIndex) const; 590 class SC_DLLPUBLIC ScCellRangeObj : public ScCellRangesBase, class 635 ScCellRangeObj(ScDocShell* pDocSh, const ScRange& rR); 636 virtual ~ScCellRangeObj(); 815 class SC_DLLPUBLIC ScCellObj : public ScCellRangeObj, 988 class ScTableSheetObj : public ScCellRangeObj, 1060 using ScCellRangeObj::getCellRangeByName; 1245 class ScTableColumnObj : public ScCellRangeObj, 1297 class ScTableRowObj : public ScCellRangeObj [all …]
|
| H A D | cursuno.hxx | 32 class ScCellCursorObj : public ScCellRangeObj, 84 using ScCellRangeObj::getCellRangeByName;
|
| /AOO41X/main/sc/qa/unoapi/ |
| H A D | knownissues.xcl | 44 sc.ScCellRangeObj::com::sun::star::table::XAutoFormattable 99 sc.ScCellRangeObj::com::sun::star::style::ParagraphProperties
|
| H A D | sc.sce | 51 -o sc.ScCellRangeObj
|
| /AOO41X/main/sc/source/filter/xml/ |
| H A D | xmlsubti.cxx | 823 ScCellRangeObj* pCellRangeObj = in SetMatrix() 824 static_cast<ScCellRangeObj*>(ScCellRangesBase::getImplementation( in SetMatrix()
|
| /AOO41X/main/qadevOOo/tests/java/mod/_sc/ |
| H A D | ScCellRangeObj.java | 93 public class ScCellRangeObj extends TestCase { class
|
| /AOO41X/main/sc/source/core/tool/ |
| H A D | interpr4.cxx | 2611 ScCellRangeObj::CreateRangeFromDoc( pDok, aRange ); in ScExternal() 2623 ScCellRangeObj::CreateRangeFromDoc( pDok, aRange ); in ScExternal()
|